Skip to main content

PublicPropertyResponse

Property for an organization

codestringrequired

Code of property for an organization

Default value:
namestringrequired

Name of property for an organization

Default value:
typestringrequired

Type of property for an organization

Default value:
temporalitystringrequired

Temporality of property for an organization

Default value:
descriptionstring | nullnullable

Description of property for an organization

Default value:
assetTypesstring[]required

Asset types of property for an organization

Default value:
defaultUnitstring | nullnullable

Default unit of property for an organization

Default value:
enumValuesstring[]nullable

Enum values of property for an organization

Default value:
aliasesstring[]required

Aliases supported for this property

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