Allow additional props, add details prop
This commit is contained in:
parent
a41839ed09
commit
300eb7f940
@ -10,7 +10,7 @@
|
||||
"currency",
|
||||
"amount"
|
||||
],
|
||||
"additionalProperties": false,
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
"@context": {
|
||||
"type": "string",
|
||||
@ -97,6 +97,11 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"details": {
|
||||
"type": "object",
|
||||
"title": "Tag",
|
||||
"properties": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user