Property:Gender

From Yugipedia
Jump to: navigation, search

This property lists the gender of a character. This is an enumeration.

Possible values:

  • Male
  • Female
  • Unknown
  • None
Showing 20 pages using this property.

Showing 1 related entity.

{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "Male",
            "Female",
            "Unknown",
            "None"
        ]
    }
}