{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ServiceProviderConfig", "type": "object", "properties": { "schemas": { "type": "array" }, "documentationUri": { "type": "string", "description": "An HTTP-addressable URL pointing to the service provider's human-consumable help documentation." }, "patch": { "type": "object", "description": "A complex type that specifies PATCH configuration options." }, "bulk": { "type": "object", "description": "A complex type that specifies bulk configuration options." }, "filter": { "type": "object", "description": "A complex type that specifies FILTER options." }, "changePassword": { "type": "object", "description": "A complex type that specifies configuration options related to changing a password." }, "sort": { "type": "object", "description": "A complex type that specifies sort result options." }, "etag": { "type": "object", "description": "A complex type that specifies ETag configuration options." }, "authenticationSchemes": { "type": "object", "description": "A complex type that specifies supported authentication scheme properties." } } }