Category:OSW81e9e22e7d934382a6a56df7d3736957: Difference between revisions

Update package: OSW Base
(Update package: OSW Base)
(Update package: OSW Base)
jsondata
Line 1: Line 1:
{
{
    "subclass_of": [
"subclass_of": [
        "Category:OSWe2c50b1034684c1b9a5c21ad371d6381"
"Category:OSWe2c50b1034684c1b9a5c21ad371d6381"
    ],
],
    "type": [
"type": [
        "Category:Category"
"Category:Category"
    ],
],
    "uuid": "81e9e22e-7d93-4382-a6a5-6df7d3736957",
"uuid": "81e9e22e-7d93-4382-a6a5-6df7d3736957",
    "label": [
"label": [
        {
{
            "text": "Recipe",
"text": "Recipe",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Rezept",
"text": "Rezept",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "description": [
"description": [
        {
{
            "text": "Preparation instructions, e.g. for a dish",
"text": "Preparation instructions, e.g. for a dish",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Eine Zubereitungsanleitung, z. B. für ein Gericht",
"text": "Eine Zubereitungsanleitung, z. B. für ein Gericht",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "utf8_icon": [
"utf8_icon": [
        "📝"
"📝"
    ],
],
    "name": "Recipe",
"name": "Recipe",
    "instance_rdf_type": [
"instance_rdf_type": [
        "schema:Recipe"
"schema:Recipe"
    ]
]
}
}
jsonschema
Line 1: Line 1:
{
{
    "@context": [
"@context": [
        "/wiki/Category:OSWe2c50b1034684c1b9a5c21ad371d6381?action=raw\u0026slot=jsonschema",
{
        {
"author": "schema:author",
            "author": "schema:author",
"preparation_duration": "schema:prepTime",
            "preparation_duration": "schema:prepTime",
"processing_duration": "schema:cookTime",
            "processing_duration": "schema:cookTime",
"total_duration": "schema:totalTime",
            "total_duration": "schema:totalTime",
"output_count": "schema:recipeYield",
            "output_count": "schema:recipeYield",
"input": "schema:recipeIngredient",
            "input": "schema:recipeIngredient",
"steps": "schema:recipeInstructions",
            "steps": "schema:recipeInstructions",
"step_name": "schema:name",
            "step_name": "schema:name",
"step_description": "schema:text"
            "step_description": "schema:text"
},
        }
"/wiki/Category:OSWe2c50b1034684c1b9a5c21ad371d6381?action=raw\u0026slot=jsonschema"
    ],
],
    "type": "object",
"allOf": [
    "schema_type": [
{
        "schema:Recipe"
"$ref": "/wiki/Category:OSWe2c50b1034684c1b9a5c21ad371d6381?action=raw\u0026slot=jsonschema"
    ],
}
    "allOf": [
],
        {
"title": "Recipe",
            "$ref": "/wiki/Category:OSWe2c50b1034684c1b9a5c21ad371d6381?action=raw\u0026slot=jsonschema"
"title*": {
        }
"de": "Rezept",
    ],
"en": "Recipe"
    "title": "Recipe",
},
    "title*": {
"description": "Preparation instructions, e.g. for a dish",
        "de": "Rezept",
"description*": {
        "en": "Recipe"
"de": "Eine Zubereitungsanleitung, z. B. für ein Gericht",
    },
"en": "Preparation instructions, e.g. for a dish"
    "description": "Preparation instructions, e.g. for a dish",
},
    "description*": {
"type": "object",
        "de": "Eine Zubereitungsanleitung, z. B. für ein Gericht",
"uuid": "81e9e22e-7d93-4382-a6a5-6df7d3736957",
        "en": "Preparation instructions, e.g. for a dish"
"required": [
    },
"type"
    "uuid": "81e9e22e-7d93-4382-a6a5-6df7d3736957",
],
    "required": [
"properties": {
        "type"
"type": {
    ],
"default": [
    "properties": {
"Category:OSW81e9e22e7d934382a6a56df7d3736957"
        "type": {
]
            "default": [
},
                "Category:OSW81e9e22e7d934382a6a56df7d3736957"
"output_count": {
            ]
"type": "integer",
        },
"title": "Yield",
        "output_count": {
"title*": {
            "type": "integer",
"de": "Portionen"
            "title": "Yield",
}
            "title*": {
},
                "de": "Portionen"
"preparation_duration": {
            }
"type": "string",
        },
"title": "Preparation time",
        "preparation_duration": {
"title*": {
            "type": "string",
"de": "Vorbereitungszeit"
            "title": "Preparation time",
}
            "title*": {
},
                "de": "Vorbereitungszeit"
"processing_duration": {
            }
"type": "string",
        },
"title": "Processing time",
        "processing_duration": {
"title*": {
            "type": "string",
"de": "Verarbeitungszeit"
            "title": "Processing time",
}
            "title*": {
},
                "de": "Verarbeitungszeit"
"total_duration": {
            }
"type": "string",
        },
"title": "Total duration",
        "total_duration": {
"title*": {
            "type": "string",
"de": "Gesamtdauer"
            "title": "Total duration",
}
            "title*": {
},
                "de": "Gesamtdauer"
"input": {
            }
"type": "array",
        },
"title": "Ingredients",
        "input": {
"title*": {
            "type": "array",
"de": "Zutaten"
            "title": "Ingredients",
},
            "title*": {
"items": {
                "de": "Zutaten"
"type": "string",
            },
"title": "Ingredient",
            "items": {
"title*": {
                "type": "string",
"de": "Zutat"
                "title": "Ingredient",
}
                "title*": {
}
                    "de": "Zutat"
},
                }
"steps": {
            }
"type": "array",
        },
"title": "Steps",
        "steps": {
"title*": {
            "type": "array",
"de": "Zubereitungsschritte"
            "title": "Steps",
},
            "title*": {
"items": {
                "de": "Zubereitungsschritte"
"type": "object",
            },
"title": "Step",
            "items": {
"title*": {
                "type": "object",
"de": "Schritt"
                "title": "Step",
},
                "title*": {
"eval_template": {
                    "de": "Schritt"
"type": "wikitext",
                },
"value": "{{{step_name}}}:\u003Cbr\u003E{{{step_description}}}"
                "eval_template": {
},
                    "type": "wikitext",
"required": [
                    "value": "{{{step_name}}}:\u003Cbr\u003E{{{step_description}}}"
"@type"
                },
],
                "required": [
"properties": {
                    "@type"
"@type": {
                ],
"type": "string",
                "properties": {
"default": "schema:HowToStep",
                    "@type": {
"options": {
                        "type": "string",
"hidden": true
                        "default": "schema:HowToStep",
}
                        "options": {
},
                            "hidden": true
"step_name": {
                        }
"type": "string",
                    },
"title": "Name",
                    "step_name": {
"title*": {
                        "type": "string",
"de": "Name"
                        "title": "Name",
}
                        "title*": {
},
                            "de": "Name"
"step_description": {
                        }
"type": "string",
                    },
"title": "Description",
                    "step_description": {
"title*": {
                        "type": "string",
"de": "Beschreibung"
                        "title": "Description",
}
                        "title*": {
}
                            "de": "Beschreibung"
}
                        }
}
                    }
}
                }
}
            }
        }
    }
}
}