Property:Is for gender
Revision as of 23:49, 2 March 2023 by Freedom4556 (talk | contribs) (Created page with "This has type::text property describes which gender a game asset is directly associated with. Allowed values: * Allows value::male * Allows value::female Categ...")
This text property describes which gender a game asset is directly associated with.
Allowed values:
- male
- female
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Male", "Female" ] } }