properties

properties
properties
AllOf
This class requires all of the following:
JSON Example
{
    "objectType": "string",
    "properties": {
        "property": [
            {
                "key": "string",
                "value": {
                    "objectType": "string"
                }
            }
        ]
    }
}