Category:OSW81e9e22e7d934382a6a56df7d3736957: Difference between revisions

Update package: OSW Base
(Install package: OSW Base)
 
(Update package: OSW Base)
 
jsondata
Line 1: Line 1:
{
{
     "subclass_of": [
     "subclass_of": [
         "Category:Item"
         "Category:OSWe2c50b1034684c1b9a5c21ad371d6381"
     ],
     ],
     "utf8_icon": [
     "type": [
         "📝"
         "Category:Category"
     ],
     ],
     "uuid": "81e9e22e-7d93-4382-a6a5-6df7d3736957",
     "uuid": "81e9e22e-7d93-4382-a6a5-6df7d3736957",
    "name": "Recipe",
     "label": [
     "label": [
         {
         {
Line 28: Line 27:
         }
         }
     ],
     ],
     "type": [
     "utf8_icon": [
         "Category:Category"
         "📝"
    ],
    "name": "Recipe",
    "instance_rdf_type": [
        "schema:Recipe"
     ]
     ]
}
}
jsonschema
Line 1: Line 1:
{
{
     "@context": [
     "@context": [
         "/wiki/Category:Item?action=raw\u0026slot=jsonschema",
         "/wiki/Category:OSWe2c50b1034684c1b9a5c21ad371d6381?action=raw\u0026slot=jsonschema",
         {
         {
             "author": "schema:author",
             "author": "schema:author",
Line 20: Line 20:
     "allOf": [
     "allOf": [
         {
         {
             "$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
             "$ref": "/wiki/Category:OSWe2c50b1034684c1b9a5c21ad371d6381?action=raw\u0026slot=jsonschema"
         }
         }
     ],
     ],
     "title": "Recipe",
     "title": "Recipe",
     "title*": {
     "title*": {
         "de": "Rezept"
         "de": "Rezept",
        "en": "Recipe"
     },
     },
     "description": "Preparation instructions, e.g. for a dish",
     "description": "Preparation instructions, e.g. for a dish",
     "description*": {
     "description*": {
         "de": "Eine Zubereitungsanleitung, z. B. für ein Gericht"
         "de": "Eine Zubereitungsanleitung, z. B. für ein Gericht",
        "en": "Preparation instructions, e.g. for a dish"
     },
     },
    "uuid": "81e9e22e-7d93-4382-a6a5-6df7d3736957",
    "required": [
        "type"
    ],
     "properties": {
     "properties": {
        "type": {
            "default": [
                "Category:OSW81e9e22e7d934382a6a56df7d3736957"
            ]
        },
         "output_count": {
         "output_count": {
             "type": "integer",
             "type": "integer",
Line 117: Line 128:
                 }
                 }
             }
             }
        },
        "type": {
            "default": [
                "Category:OSW81e9e22e7d934382a6a56df7d3736957"
            ]
         }
         }
     },
     }
    "required": [
        "type"
    ]
}
}