mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
fix(build): in shcema areas.content.block must be an array
This commit is contained in:
parent
bfa6e4ce70
commit
f53dcb8fff
@ -71,7 +71,10 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"blocks": {
|
||||
"$ref": "#/definitions/block"
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/block"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user