{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/frontegg/json-structure/frontegg-scim-config-structure.json", "title": "ScimConfiguration", "type": "object", "properties": { "id": "string", "tenantId": "string", "connectionType": "string", "token": "string", "enabled": "boolean", "createdAt": "string" } }