com.cyclonopedia.food.recipe

stegano.cyclonopedia.com

{
  "id": "com.cyclonopedia.food.recipe",
  "defs": {
    "main": {
      "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건"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.cyclonopedia.food.recipe

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mov3spywnp5iakegklmcptkk
CID
bafyreib4zmefet3trlvjogehr4pz4yexhoyotldeo4scdip6acvlw2ri5u
Indexed At
2026-07-26 20:12 UTC
AT-URI
at://did:plc:mov3spywnp5iakegklmcptkk/com.atproto.lexicon.schema/com.cyclonopedia.food.recipe

Lexicon Garden

@