add schemas

This commit is contained in:
Enrico Bühler 2025-06-04 14:11:53 +02:00
parent 3d4f1c265f
commit 7cdfe79a32
6 changed files with 6 additions and 0 deletions

1
blender-schema.json Normal file

File diff suppressed because one or more lines are too long

1
bundle-schema.json Normal file
View File

@ -0,0 +1 @@
{"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"}

1
deno-schema.json Normal file

File diff suppressed because one or more lines are too long

1
houdini-schema.json Normal file

File diff suppressed because one or more lines are too long

1
node-schema.json Normal file

File diff suppressed because one or more lines are too long

1
pipeline-schema.json Normal file

File diff suppressed because one or more lines are too long