Skip to content
Merged
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
11 changes: 2 additions & 9 deletions chainkit/overlays/overlay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,9 @@ actions:
description: Remove the unused schema
remove: true

- target: $["components"]["schemas"]["Blockchain"]
- target: $["components"]["schemas"]["Blockchain"]["required"][?(@ == "evmChainId")]
description: Update the required fields from the Blockchain schema to make evmChainId optional, remove once glacier is merged
update:
required:
- "createBlockTimestamp"
- "createBlockNumber"
- "blockchainId"
- "vmId"
- "subnetId"
- "blockchainName"
remove: true

- target: $.info
description: Add a description to the OpenAPI spec
Expand Down