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
descriptionstring | nullnullable
Description of property for an organization
assetTypesstring[]required
Asset types of property for an organization
defaultUnitstring | nullnullable
Default unit of property for an organization
enumValuesstring[]nullable
Enum values of property for an organization
aliasesstring[]required
Aliases supported for this property
]
PublicPropertiesResponse
{
"properties": [
{
"code": "string",
"name": "string",
"type": "string",
"temporality": "string",
"description": "string",
"assetTypes": [
"string"
],
"defaultUnit": "string",
"enumValues": "Unknown Type: array,null",
"aliases": [
"string"
]
}
]
}