Share feedback
Answers are generated based on the documentation.

Schema

scim_schema

Type: object

attributes

Type: array

Array item

Schema: scim_schema_parent_attribute

All schema constraints and annotations
{
  "example": [],
  "items": {
    "$ref": "#/components/schemas/scim_schema_parent_attribute"
  },
  "type": "array"
}
description

Type: string

All schema constraints and annotations
{
  "example": "User Account",
  "type": "string"
}
id

Type: string

All schema constraints and annotations
{
  "example": "urn:ietf:params:scim:schemas:core:2.0:User",
  "type": "string"
}
name

Type: string

All schema constraints and annotations
{
  "example": "User",
  "type": "string"
}
schemas

Type: array

Array item

Type: string

All schema constraints and annotations
{
  "type": "string"
}
All schema constraints and annotations
{
  "example": [
    "urn:ietf:params:scim:schemas:core:2.0:Schema"
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}
All schema constraints and annotations
{
  "examples": [
    {
      "attributes": [],
      "description": "User Account",
      "id": "urn:ietf:params:scim:schemas:core:2.0:User",
      "name": "User",
      "schemas": [
        "urn:ietf:params:scim:schemas:core:2.0:Schema"
      ]
    }
  ],
  "properties": {
    "attributes": {
      "example": [],
      "items": {
        "$ref": "#/components/schemas/scim_schema_parent_attribute"
      },
      "type": "array"
    },
    "description": {
      "example": "User Account",
      "type": "string"
    },
    "id": {
      "example": "urn:ietf:params:scim:schemas:core:2.0:User",
      "type": "string"
    },
    "name": {
      "example": "User",
      "type": "string"
    },
    "schemas": {
      "example": [
        "urn:ietf:params:scim:schemas:core:2.0:Schema"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}