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