4,074
edits
|  (Install package: OSW Base) |  (Update package: OSW Base) | ||
| jsondata | |||
|---|---|---|---|
| Line 2: | Line 2: | ||
|      "subclass_of": [ |      "subclass_of": [ | ||
|          "Category:Item" |          "Category:Item" | ||
|     ], | |||
|     "utf8_icon": [ | |||
|         "📝" | |||
|      ], |      ], | ||
|      "uuid": "81e9e22e-7d93-4382-a6a5-6df7d3736957", |      "uuid": "81e9e22e-7d93-4382-a6a5-6df7d3736957", | ||
| Line 9: | Line 12: | ||
|              "text": "Recipe", |              "text": "Recipe", | ||
|              "lang": "en" |              "lang": "en" | ||
|         }, | |||
|         { | |||
|             "text": "Rezept", | |||
|             "lang": "de" | |||
|          } |          } | ||
|      ], |      ], | ||
|      " |      "description": [ | ||
|          " |          { | ||
|             "text": "Preparation instructions, e.g. for a dish", | |||
|             "lang": "en" | |||
|         }, | |||
|         { | |||
|             "text": "Eine Zubereitungsanleitung, z. B. für ein Gericht", | |||
|             "lang": "de" | |||
|         } | |||
|      ] |      ] | ||
| } | } | ||
| jsonschema | |||
| Line 24: | Line 24: | ||
|      ], |      ], | ||
|      "title": "Recipe", |      "title": "Recipe", | ||
|     "title*": { | |||
|         "de": "Rezept" | |||
|     }, | |||
|     "description": "Preparation instructions, e.g. for a dish", | |||
|     "description*": { | |||
|         "de": "Eine Zubereitungsanleitung, z. B. für ein Gericht" | |||
|     }, | |||
|      "properties": { |      "properties": { | ||
|          "output_count": { |          "output_count": { | ||
| Line 83: | Line 90: | ||
|                      "value": "{{{step_name}}}:\u003Cbr\u003E{{{step_description}}}" |                      "value": "{{{step_name}}}:\u003Cbr\u003E{{{step_description}}}" | ||
|                  }, |                  }, | ||
|                 "required": [ | |||
|                     "@type" | |||
|                 ], | |||
|                  "properties": { |                  "properties": { | ||
|                     "@type": { | |||
|                         "type": "string", | |||
|                         "default": "schema:HowToStep", | |||
|                         "options": { | |||
|                             "hidden": true | |||
|                         } | |||
|                     }, | |||
|                      "step_name": { |                      "step_name": { | ||
|                          "type": "string", |                          "type": "string", | ||