{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-power-draw-kva-schema.json", "title": "PowerDrawKva", "description": "PowerDrawKva schema from Amazon Outposts", "type": "string", "enum": [ "POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA", "POWER_30_KVA" ] }