-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNodeTypes.Presets.Schema.json
66 lines (66 loc) · 3.83 KB
/
NodeTypes.Presets.Schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/Sebobo/Shel.Neos.Schema/main/NodeTypes.Presets.Schema.json",
"title": "Neos NodeTypes Presets Schema",
"type": "object",
"minProperties": 1,
"additionalProperties": false,
"properties": {
"Neos": {
"type": "object",
"additionalProperties": false,
"properties": {
"Neos": {
"type": "object",
"additionalProperties": false,
"properties": {
"nodeTypes": {
"type": "object",
"additionalProperties": false,
"properties": {
"presets": {
"$comment": "Object with presets for node types",
"type": "object",
"properties": {
"properties": {
"$comment": "Object with preset namespaces",
"type": "object",
"minProperties": 1,
"additionalProperties": {
"$comment": "Namespace objects with named property presets",
"type": "object",
"additionalProperties": {
"$comment": "A property preset",
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"$ref": "https://raw.githubusercontent.com/Sebobo/Shel.Neos.Schema/main/NodeTypes.Schema.json#/definitions/propertyTypes"
},
"ui": {
"$ref": "https://raw.githubusercontent.com/Sebobo/Shel.Neos.Schema/main/NodeTypes.Schema.json#/definitions/propertyUIOptions"
},
"validation": {
"$ref": "https://raw.githubusercontent.com/Sebobo/Shel.Neos.Schema/main/NodeTypes.Schema.json#/definitions/validation"
},
"defaultValue": {
"$ref": "https://raw.githubusercontent.com/Sebobo/Shel.Neos.Schema/main/NodeTypes.Schema.json#/definitions/defaultValueType"
},
"search": {
"type": "object"
}
},
"$ref": "https://raw.githubusercontent.com/Sebobo/Shel.Neos.Schema/main/NodeTypes.Schema.json#/definitions/defaultValueValidation"
}
}
}
}
}
}
}
}
}
}
}
}
}