{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-put-scaling-policy-output-structure.json", "name": "PutScalingPolicyOutput", "description": "PutScalingPolicyOutput schema from Amazon GameLift API", "type": "object", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/NonZeroAndMaxString" }, { "description": "A descriptive label that is associated with a fleet's scaling policy. Policy names do not need to be unique." } ] } } }