{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceServerAuthorizationPolicy", "title": "ResourceServerAuthorizationPolicy", "type": [ "object", "null" ], "description": "Authorization policy for the resource server.", "additionalProperties": false, "required": [ "policy_id" ], "x-release-lifecycle": "EA", "properties": { "policy_id": { "type": "string", "description": "The ID of the authorization policy to apply.", "minLength": 1, "maxLength": 1024 } } }