Category:OSWba6aa10272264f63890112e5d2d02f0b: Difference between revisions

remove some dates from default properties
No edit summary
Tag: Metadata slot edit
 
(remove some dates from default properties)
Tag: Metadata slot edit
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Connected schemas:
*[[:Category:OSW44deaa5b806d41a2a88594f562b110e9]]
*[[:Category:OSW7c70a281c2964b59b3a4fea0b6f30724]]
*[[:Category:OSW2cdabebb4d1b4aa19407941ebc7cebfc]]
*[[:Category:OSW11a53cdfbdc24524bf8ac435cbf65d9d|File]]
jsondata
Line 19: Line 19:
         }
         }
     ],
     ],
     "name": "BigMapNotebookEntry"
     "name": "BigMapNotebookEntry",
    "utf8_icon": [
        "📓"
    ]
}
}
jsonschema
Line 1: Line 1:
{
{
     "@context": [
     "@context": [
         "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
         "/wiki/Category:Item?action=raw\u0026slot=jsonschema",
        {
            "owner": {
                "@type": "@id",
                "@id": "Property:HasOwner"
            },
            "cell": {
                "@type": "@id",
                "@id": "Property:HasCell"
            },
            "protocol": {
                "@type": "@id",
                "@id": "Property:HasProtocol"
            },
            "rawData": {
                "@type": "@id",
                "@id": "Property:HasRawData"
            },
            "analyzedData": {
                "@type": "@id",
                "@id": "Property:HasAnalyzedData"
            }
        }
     ],
     ],
     "allOf": [
     "allOf": [
Line 20: Line 42:
     "required": [
     "required": [
         "type"
         "type"
    ],
    "defaultProperties": [
        "submissionDateAndTime",
        "owner",
        "cell",
        "protocol",
        "rawData",
        "analyzedData"
     ],
     ],
     "properties": {
     "properties": {
Line 25: Line 55:
             "default": [
             "default": [
                 "Category:OSWba6aa10272264f63890112e5d2d02f0b"
                 "Category:OSWba6aa10272264f63890112e5d2d02f0b"
            ]
        },
        "submissionDateAndTime": {
            "title": "Submission date and time",
            "type": "string",
            "format": "datetime-local",
            "_template": "now",
            "options": {
                "flatpicker": {}
            }
        },
        "experimentStartDate": {
            "title": "Experiment start date",
            "type": "string",
            "format": "date",
            "options": {
                "flatpicker": {}
            }
        },
        "experimentEndDate": {
            "title": "Experiment end date",
            "type": "string",
            "format": "date",
            "options": {
                "flatpicker": {}
            }
        },
        "owner": {
            "title": "Owner",
            "type": "string",
            "format": "autocomplete",
            "range": "Category:OSW44deaa5b806d41a2a88594f562b110e9"
        },
        "cell": {
            "title": "Cell",
            "type": "string",
            "format": "autocomplete",
            "range": "Category:OSW7c70a281c2964b59b3a4fea0b6f30724"
        },
        "protocol": {
            "title": "Protocol",
            "type": "string",
            "format": "autocomplete",
            "range": "Category:OSW2cdabebb4d1b4aa19407941ebc7cebfc"
        },
        "rawData": {
            "title": "Raw data",
            "type": "string",
            "format": "url",
            "options": {
                "upload": {}
            },
            "links": [
                {
                    "href": "{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}{{/if}}",
                    "rel": "{{#if self}}download{{/if}}",
                    "download": true
                }
            ]
        },
        "analyzedData": {
            "title": "Analyzed data",
            "type": "string",
            "format": "url",
            "options": {
                "upload": {}
            },
            "links": [
                {
                    "href": "{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}{{/if}}",
                    "rel": "{{#if self}}download{{/if}}",
                    "download": true
                }
             ]
             ]
         }
         }
     }
     }
}
}