Sha256: d11485c69d98e17b36c5ff7d77fb441ce151f69abc1c6eb6fa1ca26ff112cadc
Contents?: true
Size: 1.24 KB
Versions: 5
Compression:
Stored size: 1.24 KB
Contents
{ "title": "Brand Configurations Schema", "type": "object", "properties": { "solaraVersion": { "type": "string" }, "brand": { "type": "object", "properties": { "key": { "type": "string" }, "name": { "type": "string" } }, "required": [ "key", "name" ] }, "configurations": { "type": "array", "items": { "type": "object", "properties": { "filename": { "type": "string" }, "name": { "type": "string" }, "content": { "type": "object", "additionalProperties": {} } }, "required": [ "filename", "name", "content" ] } } }, "required": [ "solaraVersion", "brand", "configurations" ] }
Version data entries
5 entries across 5 versions & 1 rubygems