changedOutput schema / (root)
Previous value: -{
- "$schema": "http://json-schema.org/draft-07/schema#",
- "additionalProperties": false,
- "properties": {
- "application": {
- "type": "string"
- },
- "archiveRevision": {
- "type": "string"
- },
- "assetKind": {
- "enum": [
- "plot_template",
- "visual_reference"
- ],
- "type": "string"
- },
- "citation": {
- "type": "string"
- },
- "codeFiles": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "codeStatus": {
- "enum": [
- "none",
- "scaffold",
- "reviewed"
- ],
- "type": "string"
- },
- "dataProfile": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "importedAt": {
- "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"
- },
- "materializable": {
- "type": "boolean"
- },
- "packages": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "plotFamily": {
- "type": "string"
- },
- "previewAvailable": {
- "type": "boolean"
- },
- "previewFile": {
- "type": "string"
- },
- "provenance": {
- "additionalProperties": false,
- "properties": {
- "authors": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "caption": {
- "type": "string"
- },
- "doi": {
- "type": "string"
- },
- "exportedAt": {
- "type": "string"
- },
- "figureId": {
- "type": "string"
- },
- "figureLabel": {
- "type": "string"
- },
- "journal": {
- "type": "string"
- },
- "licenseScope": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "paperTitle": {
- "type": "string"
- },
- "parentFigureId": {
- "type": "string"
- },
- "producer": {
- "type": "string"
- },
- "producerVersion": {
- "type": "string"
- },
- "rights": {
- "type": "string"
- },
- "sourceId": {
- "type": "string"
- },
- "subfigureLabels": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "url": {
- "type": "string"
- },
- "year": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "registry": {
- "additionalProperties": false,
- "properties": {
- "adapter": {
- "enum": [
- "direct",
- "gallery",
- "figure-transfer-package"
- ],
- "type": "string"
- },
- "contentHash": {
- "type": "string"
- },
- "fingerprints": {
- "additionalProperties": false,
- "properties": {
- "algorithm": {
- "const": "figure-library.asset-fingerprints.v1",
- "type": "string"
- },
- "dataSetSha256": {
- "type": "string"
- },
- "executableCodeSetSha256": {
- "type": "string"
- },
- "fullAssetSha256": {
- "type": "string"
- },
- "metadataSetSha256": {
- "type": "string"
- },
- "previewSha256": {
- "type": "string"
- }
- },
- "required": [
- "algorithm",
- "fullAssetSha256"
- ],
- "type": "object"
- },
- "galleryId": {
- "type": "string"
- },
- "identityMode": {
- "enum": [
- "stable-source",
- "content-addressed"
- ],
- "type": "string"
- },
- "sourceCommit": {
- "type": "string"
- },
- "sourceId": {
- "type": "string"
- },
- "templateId": {
- "type": "string"
- }
- },
- "required": [
- "adapter",
- "sourceId",
- "contentHash"
- ],
- "type": "object"
- },
- "reportUrl": {
- "type": "string"
- },
- "reviewStatus": {
- "enum": [
- "draft",
- "approved",
- "archived"
- ],
- "type": "string"
- },
- "sourceId": {
- "enum": [
- "figureya",
- "user"
- ],
- "type": "string"
- },
- "sourceLabel": {
- "type": "string"
- },
- "sourceRevision": {
- "type": "string"
- },
- "sourceUrl": {
- "type": "string"
- },
- "templateId": {
- "type": "string"
- },
- "title": {
- "type": "string"
- }
- },
- "required": [
- "templateId",
- "sourceId",
- "sourceLabel",
- "title",
- "description",
- "application",
- "dataProfile",
- "inputFiles",
- "codeFiles",
- "packages",
- "materializable",
- "previewAvailable",
- "assetKind",
- "language",
- "plotFamily",
- "reviewStatus",
- "codeStatus",
- "license",
- "management"
- ],
- "type": "object"
-}New value: +null