Enum to represent the type of the identity property.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IdentityPropertyType", "title": "IdentityPropertyType", "type": "string", "enum": [ "string", "number", "boolean", "json" ], "description": "Enum to represent the type of the identity property." }