Skip to main content

PublicPropertiesResponse

List of properties for an organization

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