Unified.to · Schema

property_ScimGroup_schemas

Array of schema URIs

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-scimgroup-schemas-schema.json Raw ↑
{
  "$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"
}