Skip to content

Commit d96ab0b

Browse files
authored
Merge pull request #47 from AssetFetch/0-4-fixes
Fixes for AF 0.4
2 parents 2646e3b + dcf01b3 commit d96ab0b

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

‎json-schema/datablock/format.blend.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"string",
1111
"null"
1212
],
13-
"pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
13+
"pattern": "^[0-9]+(\\.[0-9]+)?(\\.[0-9]+)?$"
1414
},
1515
"is_asset": {
1616
"type": [

‎json-schema/datablock/link.loose_material.json‎

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
"title": "Datablock: link.loose_material",
44
"$id": "af.datablock.link.loose_material",
55
"description": "Indicates that this component uses one or multiple materials defined using `handle.loose_material_map` datablocks.",
6-
"type": "array",
76
"additionalItems": false,
8-
"items": {
9-
"type": "object",
10-
"additionalProperties": false,
11-
"properties": {
12-
"material_name": {
13-
"type": "string"
14-
}
7+
"type": "object",
8+
"additionalProperties": false,
9+
"properties": {
10+
"material_name": {
11+
"type": "string"
1512
}
1613
},
1714
"required": [

‎json-schema/datablock/provider_reconfiguration.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
},
1515
"additionalProperties": false,
1616
"required": [
17-
"headers",
18-
"connection_status_query"
17+
"headers"
1918
]
2019
}

‎json-schema/datablock/unlock_queries.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"then": {
4949
"required": [
5050
"price",
51-
"unlock_query"
51+
"query"
5252
]
5353
}
5454
}

0 commit comments

Comments
 (0)