{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UserProperty", "type": "object", "properties": { "key": { "type": "string" }, "value": { "type": "object" }, "id": { "type": "string" }, "lastModifiedDate": { "type": "string" }, "createdDate": { "type": "string" } } }