Share feedback
Answers are generated based on the documentation.

Schema

scim_schema_parent_attribute

All constraints apply

Schema: scim_schema_attribute

Type: object

subAttributes

Type: array

Array item

Schema: scim_schema_attribute

All schema constraints and annotations
{
  "$ref": "#/components/schemas/scim_schema_attribute"
}
All schema constraints and annotations
{
  "items": {
    "$ref": "#/components/schemas/scim_schema_attribute"
  },
  "type": "array"
}
All schema constraints and annotations
{
  "properties": {
    "subAttributes": {
      "items": {
        "$ref": "#/components/schemas/scim_schema_attribute"
      },
      "type": "array"
    }
  },
  "type": "object"
}
All schema constraints and annotations
{
  "allOf": [
    {
      "$ref": "#/components/schemas/scim_schema_attribute"
    },
    {
      "properties": {
        "subAttributes": {
          "items": {
            "$ref": "#/components/schemas/scim_schema_attribute"
          },
          "type": "array"
        }
      },
      "type": "object"
    }
  ]
}