File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
3+ "title" : " Datablock: keywords" ,
4+ "$id" : " af.datablock.keywords" ,
5+ "description" : " Contains keywords or tags that the client MAY use for local asset organization." ,
6+ "type" : " array" ,
7+ "items" : {
8+ "type" : " string"
9+ }
10+ }
Original file line number Diff line number Diff line change 7070 },
7171 "authors" : {
7272 "$ref" : " ../datablock/authors.json"
73+ },
74+ "keywords" : {
75+ "$ref" : " ../datablock/keywords.json"
7376 }
7477 },
7578 "required" : [
Original file line number Diff line number Diff line change @@ -1164,7 +1164,7 @@ If the provider does not have insight into the dimensions of the thumbnail that
11641164### 7.3.9. ` keywords `
11651165Contains keywords or tags that the client MAY use for local asset organization.
11661166
1167- This datablock is ** an array** consisting of ` string ` s .
1167+ This datablock is ** an array** consisting of type ` string ` .
11681168
11691169## 7.4. Unlocking-related Datablocks
11701170
You can’t perform that action at this time.
0 commit comments