Skip to main content

PublicPropertyResponse

Property for an organization

codestringrequired

Code of property for an organization

namestringrequired

Name of property for an organization

typestringrequired

Type of property for an organization

temporalitystringrequired

Temporality of property for an organization

descriptionstringrequired

Description of property for an organization

assetTypesstring[]required

Asset types of property for an organization

defaultUnitstring

Default unit of property for an organization

enumValuesstring[]

Enum values of property for an organization

PublicPropertyResponse
{
"code": "string",
"name": "string",
"type": "string",
"temporality": "string",
"description": "string",
"assetTypes": [
"string"
],
"defaultUnit": "string",
"enumValues": [
"string"
]
}