{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiPublicationAuthStrategyIds", "title": "API Publication Auth Strategy IDs", "description": "The auth strategy the API enforces for applications in the portal.\nOmitting this property means the portal's default application auth strategy will be used.\nSetting to null means the API will not require application authentication.\nDCR support for application registration is currently in development.\n", "type": "array", "items": { "type": "string", "format": "uuid" }, "maxItems": 1, "minItems": 1, "nullable": true }