{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Organization", "type": "object", "properties": { "name": { "type": "string" }, "displayName": { "type": "string" }, "directoryCustomerId": { "type": "string" }, "state": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "deleteTime": { "type": "string" }, "etag": { "type": "string" } } }