changedOutput schema / (root)
Previous value: -{
- "$schema": "http://json-schema.org/draft-07/schema#",
- "additionalProperties": false,
- "properties": {
- "activeUserTemplateCount": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "archivedUserTemplateCount": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "duplicateGroupCount": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "figureYa": {
- "additionalProperties": false,
- "properties": {
- "archiveRevision": {
- "type": "string"
- },
- "availableBytes": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "availableTemplates": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "catalogTemplates": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "invalidTemplates": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "missingCount": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "sourcePackConfigured": {
- "type": "boolean"
- },
- "sourcePackDirectory": {
- "type": "string"
- }
- },
- "required": [
- "catalogTemplates",
- "sourcePackConfigured",
- "sourcePackDirectory",
- "availableTemplates",
- "invalidTemplates",
- "missingCount",
- "availableBytes",
- "archiveRevision"
- ],
- "type": "object"
- },
- "galleryDirectory": {
- "type": "string"
- },
- "galleryDirectoryAccessible": {
- "type": "boolean"
- },
- "galleryDirectorySource": {
- "enum": [
- "argument",
- "FIGURE_GALLERY_DIR",
- "unset"
- ],
- "type": "string"
- },
- "invalidTemplateCount": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "legacyTemplateCount": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "libraryDirectory": {
- "type": "string"
- },
- "libraryDirectorySource": {
- "enum": [
- "FIGURE_LIBRARY_DIR",
- "default"
- ],
- "type": "string"
- },
- "userTemplateCount": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- }
- },
- "required": [
- "libraryDirectory",
- "libraryDirectorySource",
- "galleryDirectorySource",
- "galleryDirectoryAccessible",
- "userTemplateCount",
- "activeUserTemplateCount",
- "archivedUserTemplateCount",
- "legacyTemplateCount",
- "invalidTemplateCount",
- "duplicateGroupCount",
- "figureYa"
- ],
- "type": "object"
-}New value: +null