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