{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GroupSchema", "title": "GroupSchema", "type": "object", "properties": { "$schema": { "type": "string", "readOnly": true }, "_links": { "type": "object", "additionalProperties": { "type": "object", "properties": {} }, "readOnly": true }, "created": { "type": "string", "readOnly": true }, "definitions": { "$ref": "#/components/schemas/GroupSchemaDefinitions" }, "description": { "type": "string" }, "id": { "type": "string", "readOnly": true }, "lastUpdated": { "type": "string", "readOnly": true }, "name": { "type": "string", "readOnly": true }, "properties": { "$ref": "#/components/schemas/UserSchemaProperties" }, "title": { "type": "string" }, "type": { "type": "string", "readOnly": true } }, "x-okta-tags": [ "GroupSchema" ] }