YGOPRODeck · JSON Structure

Ygoprodeck Api Archetype Structure

A recognised Yu-Gi-Oh! archetype.

Type: object Properties: 1 Required: 1
GamesTrading Card GamesYu Gi OhCard DatabaseOpen DataCommunity APIPublic APIs

Archetype is a JSON Structure definition published by YGOPRODeck, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

archetype_name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/yu-gi-oh/refs/heads/main/json-structure/ygoprodeck-api-archetype-structure.json",
  "name": "Archetype",
  "description": "A recognised Yu-Gi-Oh! archetype.",
  "type": "object",
  "properties": {
    "archetype_name": {
      "type": "string",
      "description": "Archetype name.",
      "example": "Blue-Eyes"
    }
  },
  "required": [
    "archetype_name"
  ]
}