{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Provider", "type": "object", "properties": { "vendor": { "type": "string" }, "region": { "type": "string" }, "status": { "type": "string" }, "accelerators": { "type": "array" } } }