{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-schema/openapi-desired-state-schema.json", "title": "DesiredState", "description": "DesiredState schema from Amazon Panorama", "type": "string", "enum": [ "RUNNING", "STOPPED", "REMOVED" ] }