FileExistsBehavior schema from Amazon CodeDeploy
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-file-exists-behavior-schema.json", "title": "FileExistsBehavior", "description": "FileExistsBehavior schema from Amazon CodeDeploy", "type": "string", "enum": [ "DISALLOW", "OVERWRITE", "RETAIN" ] }