Skip to content

Commit

Permalink
Fixing schema tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Nov 26, 2024
1 parent 513950c commit 3fb64aa
Show file tree
Hide file tree
Showing 4 changed files with 8,550 additions and 15 deletions.
6 changes: 3 additions & 3 deletions resources/test/rpc_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5612,13 +5612,13 @@
"additionalProperties": false
},
{
"description": "A `Package`.",
"description": "A smart contract `Package`.",
"type": "object",
"required": [
"Package"
"SmartContract"
],
"properties": {
"Package": {
"SmartContract": {
"$ref": "#/components/schemas/Package"
}
},
Expand Down
15 changes: 4 additions & 11 deletions resources/test/speculative_rpc_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1652,13 +1652,13 @@
"additionalProperties": false
},
{
"description": "A `Package`.",
"description": "A smart contract `Package`.",
"type": "object",
"required": [
"Package"
"SmartContract"
],
"properties": {
"Package": {
"SmartContract": {
"$ref": "#/components/schemas/Package"
}
},
Expand Down Expand Up @@ -3787,14 +3787,7 @@
"properties": {
"hash_addr": {
"description": "The identity of the entity that produced the message.",
"type": "array",
"items": {
"type": "integer",
"format": "uint8",
"minimum": 0.0
},
"maxItems": 32,
"minItems": 32
"type": "string"
},
"message": {
"description": "The payload of the message.",
Expand Down
Loading

0 comments on commit 3fb64aa

Please sign in to comment.