1 line
790 B
JSON
1 line
790 B
JSON
{"type":"object","properties":{"$schema":{"type":"string","minLength":1},"schemaVersion":{"default":"1.0.0","type":"string","format":"regex","pattern":"^[0-9][0-9.]*$"},"version":{"default":"1.0.0","type":"string","format":"regex","pattern":"^[0-9][0-9.]*$"},"dependencies":{"type":"array","items":{"type":"object","properties":{"path":{"type":"string","minLength":0}},"required":["path"],"additionalProperties":false}},"type":{"const":"bundle"},"schemas":{"type":"array","items":{"type":"object","properties":{"path":{"type":"string","minLength":1}},"required":["path"],"additionalProperties":false}},"commonSlots":{"type":"array","items":{"type":"string","minLength":1}}},"required":["type","schemas"],"additionalProperties":false,"$schema":"https://json-schema.org/draft/2020-12/schema"} |