3f5f81437b1723d9

Created Jun 12, 202623 fields1 collection using this schema

Labels

No labels yet.

Fields

NameTypeInfo
basestringnull
namestring
racestringnull
slugstring
powerintegernull
speedintegernull
combatintegernull
genderstringnull
eyeColorstringnull
fullNamestringnull
heightCmnumbernull
imageUrlstringnull
strengthintegernull
weightKgnumbernull
hairColorstringnull
durabilityintegernull
occupationstringnull
alignmentIdstringnull
Alignment
publisherIdstringnull
Publisher
intelligenceintegernull
placeOfBirthstringnull
firstAppearancestringnull
groupAffiliationstringnull

JSON Schema

{
  "type": "object",
  "title": "Hero",
  "required": [
    "name",
    "slug"
  ],
  "properties": {
    "base": {
      "type": [
        "string",
        "null"
      ],
      "description": "Base of operations"
    },
    "name": {
      "type": "string",
      "description": "Hero name (e.g. Spider-Man, Batman)"
    },
    "race": {
      "type": [
        "string",
        "null"
      ],
      "description": "Race or species (e.g. Human, Kryptonian)"
    },
    "slug": {
      "type": "string",
      "description": "URL-friendly slug"
    },
    "power": {
      "type": [
        "integer",
        "null"
      ],
      "description": "Power stat (0-100)"
    },
    "speed": {
      "type": [
        "integer",
        "null"
      ],
      "description": "Speed stat (0-100)"
    },
    "combat": {
      "type": [
        "integer",
        "null"
      ],
      "description": "Combat stat (0-100)"
    },
    "gender": {
      "type": [
        "string",
        "null"
      ],
      "description": "Gender (e.g. Male, Female)"
    },
    "eyeColor": {
      "type": [
        "string",
        "null"
      ],
      "description": "Eye color"
    },
    "fullName": {
      "type": [
        "string",
        "null"
      ],
      "description": "Full real name (e.g. Peter Parker, Bruce Wayne)"
    },
    "heightCm": {
      "type": [
        "number",
        "null"
      ],
      "description": "Height in centimeters"
    },
    "imageUrl": {
      "type": [
        "string",
        "null"
      ],
      "description": "URL to hero image"
    },
    "strength": {
      "type": [
        "integer",
        "null"
      ],
      "description": "Strength stat (0-100)"
    },
    "weightKg": {
      "type": [
        "number",
        "null"
      ],
      "description": "Weight in kilograms"
    },
    "hairColor": {
      "type": [
        "string",
        "null"
      ],
      "description": "Hair color"
    },
    "durability": {
      "type": [
        "integer",
        "null"
      ],
      "description": "Durability stat (0-100)"
    },
    "occupation": {
      "type": [
        "string",
        "null"
      ],
      "description": "Occupation"
    },
    "alignmentId": {
      "type": [
        "string",
        "null"
      ],
      "x-ref-type": "Alignment",
      "description": "Character alignment identifier"
    },
    "publisherId": {
      "type": [
        "string",
        "null"
      ],
      "x-ref-type": "Publisher",
      "description": "Publisher identifier"
    },
    "intelligence": {
      "type": [
        "integer",
        "null"
      ],
      "description": "Intelligence stat (0-100)"
    },
    "placeOfBirth": {
      "type": [
        "string",
        "null"
      ],
      "description": "Place of birth"
    },
    "firstAppearance": {
      "type": [
        "string",
        "null"
      ],
      "description": "First comic book appearance"
    },
    "groupAffiliation": {
      "type": [
        "string",
        "null"
      ],
      "description": "Group affiliations (e.g. Avengers, Justice League)"
    }
  },
  "description": "A superhero or supervillain with powerstats, appearance, biography, and connections."
}

Used by 1 collection

Full hash:3f5f81437b1723d9463686102aae38ef834f188c3b1ec1f5e8209cbedd45044e

ID:73326ab3-dd9b-4a23-8efa-ddd4f9760564