{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServerlessV1Providers", "title": "Serverless V1 Providers", "description": "List of supported cloud providers that run serverless v1 cloud gateway instances.", "type": "array", "items": { "$ref": "#/components/schemas/ServerlessV1Provider" } }