{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_ScimGroup_schemas", "title": "property_ScimGroup_schemas", "description": "Array of schema URIs", "items": { "enum": [ "urn:ietf:params:scim:schemas:core:2.0:Group" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "type": "array" }