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