changedOutput schema / (root)
Previous value: -{
- "$schema": "http://json-schema.org/draft-07/schema#",
- "additionalProperties": false,
- "properties": {
- "candidates": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "application": {
- "type": "string"
- },
- "assetKind": {
- "enum": [
- "plot_template",
- "visual_reference"
- ],
- "type": "string"
- },
- "codeFiles": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "codeStatus": {
- "enum": [
- "none",
- "scaffold",
- "reviewed"
- ],
- "type": "string"
- },
- "dataProfile": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "excerpt": {
- "type": "string"
- },
- "inputFiles": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "language": {
- "type": "string"
- },
- "license": {
- "type": "string"
- },
- "management": {
- "additionalProperties": false,
- "properties": {
- "adapter": {
- "enum": [
- "direct",
- "gallery",
- "figure-transfer-package"
- ],
- "type": "string"
- },
- "canArchive": {
- "type": "boolean"
- },
- "canUpdate": {
- "type": "boolean"
- },
- "galleryId": {
- "type": "string"
- },
- "identityMode": {
- "enum": [
- "stable-source",
- "content-addressed"
- ],
- "type": "string"
- },
- "registrySourceId": {
- "type": "string"
- },
- "templateId": {
- "type": "string"
- },
- "updateVia": {
- "enum": [
- "plan-apply",
- "diff-upsert",
- "gallery-sync"
- ],
- "type": "string"
- }
- },
- "required": [
- "templateId",
- "canArchive",
- "canUpdate"
- ],
- "type": "object"
- },
- "matchedTerms": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "materializable": {
- "type": "boolean"
- },
- "packages": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "plotFamily": {
- "type": "string"
- },
- "previewAvailable": {
- "type": "boolean"
- },
- "previewDataUrl": {
- "type": "string"
- },
- "reasons": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "reportUrl": {
- "type": "string"
- },
- "retrievalScore": {
- "type": "number"
- },
- "reviewStatus": {
- "enum": [
- "draft",
- "approved",
- "archived"
- ],
- "type": "string"
- },
- "sourceId": {
- "enum": [
- "figureya",
- "user"
- ],
- "type": "string"
- },
- "sourceLabel": {
- "type": "string"
- },
- "sourceUrl": {
- "type": "string"
- },
- "templateId": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "warnings": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "templateId",
- "sourceId",
- "sourceLabel",
- "title",
- "retrievalScore",
- "matchedTerms",
- "reasons",
- "warnings",
- "excerpt",
- "description",
- "application",
- "dataProfile",
- "inputFiles",
- "codeFiles",
- "packages",
- "materializable",
- "previewAvailable",
- "assetKind",
- "language",
- "plotFamily",
- "reviewStatus",
- "codeStatus",
- "license",
- "management"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "intentFamilies": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "libraryVersion": {
- "type": "string"
- },
- "query": {
- "type": "string"
- },
- "reviewRequired": {
- "type": "boolean"
- },
- "sources": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "matched": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "sourceId": {
- "enum": [
- "figureya",
- "user"
- ],
- "type": "string"
- },
- "sourceLabel": {
- "type": "string"
- }
- },
- "required": [
- "sourceId",
- "sourceLabel",
- "matched"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "query",
- "libraryVersion",
- "intentFamilies",
- "reviewRequired",
- "sources",
- "candidates"
- ],
- "type": "object"
-}New value: +null