{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MoveEventGatewayPolicy", "title": "MoveEventGatewayPolicy", "description": "Defines the position of a policy relative to the policy chain.", "type": "object", "properties": { "index": { "description": "The position of the policy relative to the policy chain.", "type": "integer", "example": 2, "minimum": 0 } }, "required": [ "index" ] }