-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.json
More file actions
25 lines (25 loc) · 777 Bytes
/
schema.json
File metadata and controls
25 lines (25 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"typeName": "DavidMichael::S3::LogBucket::MODULE",
"description": "Schema for Module Fragment of type DavidMichael::S3::LogBucket::MODULE",
"properties": {
"Resources": {
"properties": {
"S3Bucket": {
"type": "object",
"properties": {
"Type": {
"type": "string",
"const": "AWS::S3::Bucket"
},
"Properties": {
"type": "object"
}
}
}
},
"type": "object",
"additionalProperties": false
}
},
"additionalProperties": true
}