Skip to content

Commit

Permalink
Update JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed May 30, 2024
1 parent 872a385 commit 6f1d9bf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions json/models/ObjectView.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@
"history": {
"$ref": "#/definitions/anytype.model.ObjectView.HistorySize",
"additionalProperties": true
},
"blockParticipants": {
"items": {
"$ref": "#/definitions/anytype.model.ObjectView.BlockParticipant"
},
"type": "array"
}
},
"additionalProperties": true,
Expand Down Expand Up @@ -1456,6 +1462,19 @@
"type": "object",
"title": "Restrictions"
},
"anytype.model.ObjectView.BlockParticipant": {
"properties": {
"blockId": {
"type": "string"
},
"participantId": {
"type": "string"
}
},
"additionalProperties": true,
"type": "object",
"title": "Block Participant"
},
"anytype.model.ObjectView.DetailsSet": {
"properties": {
"id": {
Expand Down

0 comments on commit 6f1d9bf

Please sign in to comment.