Last active
March 19, 2019 13:25
-
-
Save austince/44b9d6e6c6c4f5fc927166de9ff58f86 to your computer and use it in GitHub Desktop.
json schema to validate Dockerrun.aws.json files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$id": "https://gist.githubusercontent.com/austince/44b9d6e6c6c4f5fc927166de9ff58f86/raw/191107271da5815845c77c988bf129493d4ee869/dockerrun-json-schema.json", | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"description": "AWS Dockerrun.aws.json schema", | |
"oneOf": [ | |
{ "$ref": "https://gist.githubusercontent.com/austince/9c8240a98c5efa195a72be8eb76aef52/raw/ab96ba8866e8b13e9afd4e989b5b4f3d2feb9684/dockerrun-v1-json-schema.json" }, | |
{ "$ref": "https://gist.githubusercontent.com/austince/c1e3b729590ecc43fd2d016a11b01954/raw/c03c33aa57707880f5413d841bda9e3de2a7595e/dockerrun-v2-json-schema.json" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment