Root Schema : schema
Type: object
Show Source
{
"properties":{
"user":{
"type":"array",
"items":{
"$ref":"#/components/schemas/UIToScimCondition"
}
},
"application":{
"type":"array",
"items":{
"type":"string"
}
},
"entitlement":{
"type":"array",
"items":{
"type":"string"
}
},
"categoryFilter":{
"type":"object",
"properties":{
"type":{
"type":"string"
},
"attributes":{
"type":"array",
"items":{
"type":"string"
}
},
"categoryValue":{
"type":"string"
}
}
}
}
}
Nested Schema : application
Type: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
Nested Schema : categoryFilter
Type: object
Show Source
{
"type":"object",
"properties":{
"type":{
"type":"string"
},
"attributes":{
"type":"array",
"items":{
"type":"string"
}
},
"categoryValue":{
"type":"string"
}
}
}
Nested Schema : entitlement
Type: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
Nested Schema : user
Type: array
Show Source
{
"type":"array",
"items":{
"$ref":"#/components/schemas/UIToScimCondition"
}
}
Nested Schema : attributes
Type: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}
Nested Schema : UIToScimCondition
Type: object
Show Source
{
"properties":{
"attribute":{
"type":"string"
},
"operator":{
"type":"string"
},
"entitlement":{
"type":"array",
"items":{
"type":"string"
}
}
}
}
Nested Schema : entitlement
Type: array
Show Source
{
"type":"array",
"items":{
"type":"string"
}
}