PublicPropertiesResponse
List of properties for an organization
properties object[]required
Array [
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
]
PublicPropertiesResponse
{
"properties": [
{
"code": "string",
"name": "string",
"type": "string",
"temporality": "string",
"description": "string",
"assetTypes": [
"string"
],
"defaultUnit": "string",
"enumValues": [
"string"
]
}
]
}