Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi/access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ components:
reference_block_id:
$ref: '#/components/schemas/Identifier'
cluster_chain_id:
$ref: string
type: string
BlockSeal:
type: object
required:
Expand Down
12 changes: 6 additions & 6 deletions openapi/go-client-generated/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1608,14 +1608,14 @@ components:
- null
signature: null
reference_block_id: null
cluster_chain_id: "{}"
cluster_chain_id: cluster_chain_id
- collection_id: null
signer_ids:
- null
- null
signature: null
reference_block_id: null
cluster_chain_id: "{}"
cluster_chain_id: cluster_chain_id
block_seals:
- result_id: null
final_state: final_state
Expand Down Expand Up @@ -1744,14 +1744,14 @@ components:
- null
signature: null
reference_block_id: null
cluster_chain_id: "{}"
cluster_chain_id: cluster_chain_id
- collection_id: null
signer_ids:
- null
- null
signature: null
reference_block_id: null
cluster_chain_id: "{}"
cluster_chain_id: cluster_chain_id
block_seals:
- result_id: null
final_state: final_state
Expand Down Expand Up @@ -1807,15 +1807,15 @@ components:
reference_block_id:
$ref: "#/components/schemas/Identifier"
cluster_chain_id:
$ref: "#/components/schemas/string"
type: string
example:
collection_id: null
signer_ids:
- null
- null
signature: null
reference_block_id: null
cluster_chain_id: "{}"
cluster_chain_id: cluster_chain_id
BlockSeal:
required:
- aggregated_approval_signatures
Expand Down
Loading