This property lists the Blood type of a character. This is an Enumeration.
Possible values:
- O
- A
- B
- AB
- Unknown
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "O", "A", "B", "AB", "Unknown" ] } }