Skip to main content

DisplayableData

JSON Format

{
"type": "DisplayableData",
"id": ...,
"name": ...,
"plural": ...,
"abbreviation": ...
}

Fields

FieldTypeRequiredDescription
idStringThe id for this type instance. This should be unique.
nameStringThe name for this type instance.
pluralStringOptional. The plural form of the name for this type instance (e.g: "Items" if the name is "Item").
abbreviationStringOptional. Abbreviation of the name for this type instance (e.g: "STR" for Strength).