ConfigurationItemStatus 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-configuration-item-status-schema.json", "title": "ConfigurationItemStatus", "description": "ConfigurationItemStatus schema", "type": "string", "enum": [ "OK", "ResourceDiscovered", "ResourceNotRecorded", "ResourceDeleted", "ResourceDeletedNotRecorded" ] }