Unified.to · Schema

ScimRole

IntegrationsUnified API

Properties

Name Type Description
display string
primary boolean
type string
value string
View JSON Schema on GitHub

JSON Schema

unified-to-scimrole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScimRole",
  "title": "ScimRole",
  "properties": {
    "display": {
      "type": "string"
    },
    "primary": {
      "type": "boolean"
    },
    "type": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  },
  "required": [
    "value"
  ],
  "type": "object"
}