{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-list-policy-versions-response-structure.json", "name": "ListPolicyVersionsResponse", "description": "The output from the ListPolicyVersions operation.", "type": "object", "properties": { "policyVersions": { "allOf": [ { "$ref": "#/components/schemas/PolicyVersions" }, { "description": "The policy versions." } ] } } }