{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ServiceProviderConfig", "type": "object", "properties": { "schemas": { "type": "array" }, "documentationUri": { "type": "string" }, "patch": { "type": "object" }, "bulk": { "type": "object" }, "filter": { "type": "object" }, "changePassword": { "type": "object" }, "sort": { "type": "object" }, "etag": { "type": "object" }, "authenticationSchemes": { "type": "object" } } }