{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-network-firewall/refs/heads/main/json-schema/openapi-per-object-status-schema.json", "title": "PerObjectStatus", "description": "Provides configuration status for a single policy or rule group that is used for a firewall endpoint. Network Firewall provides each endpoint with the rules that are configured in the firewall policy. Each time you add a subnet or modify the associated firewall policy, Network Firewall synchronizes the rules in the endpoint, so it can properly filter network traffic. This is part of a SyncState for a firewall.", "type": "object", "properties": { "SyncStatus": { "allOf": [ { "$ref": "#/components/schemas/PerObjectSyncStatus" }, { "description": "Indicates whether this object is in sync with the version indicated in the update token." } ] }, "UpdateToken": { "allOf": [ { "$ref": "#/components/schemas/UpdateToken" }, { "description": "The current version of the object that is either in sync or pending synchronization. " } ] } } }