Skip to content

Commit

Permalink
fix: strict mode: missing type "object" for keyword "required"
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay committed Mar 1, 2024
1 parent c65b5dd commit 3fd056a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CIP-0057/schemas/plutus-builtin.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
}
},
"_pair": {
"type": "object",
"dataType": "object",
"required": [
"dataType",
Expand Down
1 change: 1 addition & 0 deletions CIP-0057/schemas/plutus-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
}
},
"map": {
"type": "object",
"dataType": "object",
"required": [
"dataType",
Expand Down

0 comments on commit 3fd056a

Please sign in to comment.