{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-put-config-rule-request-structure.json", "name": "PutConfigRuleRequest", "description": "PutConfigRuleRequest schema", "type": "object", "properties": { "ConfigRule": { "allOf": [ { "$ref": "#/components/schemas/ConfigRule" }, { "description": "The rule that you want to add to your account." } ] }, "Tags": { "allOf": [ { "$ref": "#/components/schemas/TagsList" }, { "description": "An array of tag object." } ] } }, "required": [ "ConfigRule" ] }