Sha256: 7e2d5ff5b612114817900137a5a760bfee1f06e9c5c31a37789e50a9c98f74dd
Contents?: true
Size: 581 Bytes
Versions: 7
Compression:
Stored size: 581 Bytes
Contents
{ "type": "object", "title": "Storage", "title": "AWS Fog Storage", "required": ["availability", "region"], "properties": { "availability": { "title": "Storage Redundancy", "type": "string", "enum": [ "normal", "reduced" ], "default": "normal" }, "region": { "title": "DB Engine", "type": "string", "enum": [ "", "us-west-1", "us-west-2", "EU", "ap-northeast-1", "ap-southeast-1", "ap-southeast-2" ], "default": "" } } }
Version data entries
7 entries across 7 versions & 1 rubygems