com.cyclonopedia.food.recipe

stegano.cyclonopedia.com

Documentation

식빵 레시피 1건

main record

식빵 레시피 1건

Record Key tid Timestamp-based ID

Properties

ingredients array of object Required

No description available.

name string Required

No description available.

variant string Optional

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "ingredients"
    ],
    "properties": {
      "name": {
        "type": "string"
      },
      "variant": {
        "type": "string"
      },
      "ingredients": {
        "type": "array",
        "items": {
          "type": "object",
          "required": [
            "item",
            "amount",
            "unit"
          ],
          "properties": {
            "item": {
              "type": "string"
            },
            "unit": {
              "type": "string"
            },
            "amount": {
              "type": "integer"
            }
          }
        }
      }
    }
  },
  "description": "식빵 레시피 1건"
}

Lexicon Garden

@