DeliveryStatus schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-delivery-status-schema.json", "title": "DeliveryStatus", "description": "DeliveryStatus schema", "type": "string", "enum": [ "Success", "Failure", "Not_Applicable" ] }