Sha256: 52a7fc169f9ba677a58c52e3c7d21b1ab7d21a13e28496871f114ac40f9c8569
Contents?: true
Size: 471 Bytes
Versions: 3
Compression:
Stored size: 471 Bytes
Contents
{ "type": "object", "title": "AWS Fog Infrastructure", "description": "AWS Fog Infrastructure", "required": ["instance_size", "disk_size"], "properties": { "instance_size": { "title": "Instance Size", "type": "string", "enum": [ "t2.micro", "m3.medium", "m3.large" ], "default": "m3.medium" }, "disk_size": { "title": "Disk Size", "type": "string", "default": "40" } } }
Version data entries
3 entries across 3 versions & 1 rubygems