Skip to content

Commit

Permalink
Aligned test to changes from feat-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Apr 11, 2024
1 parent e5b2e05 commit 3ef3a77
Showing 1 changed file with 4 additions and 31 deletions.
35 changes: 4 additions & 31 deletions resources/test/speculative_rpc_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3317,45 +3317,18 @@
},
"EntityAddr": {
"description": "The address for an AddressableEntity which contains the 32 bytes and tagging information.",
"oneOf": [
"anyOf": [
{
"description": "The address for a system entity account or contract.",
"type": "object",
"required": [
"System"
],
"properties": {
"System": {
"type": "string"
}
},
"additionalProperties": false
"type": "string"
},
{
"description": "The address of an entity that corresponds to an Account.",
"type": "object",
"required": [
"Account"
],
"properties": {
"Account": {
"type": "string"
}
},
"additionalProperties": false
"type": "string"
},
{
"description": "The address of an entity that corresponds to a Userland smart contract.",
"type": "object",
"required": [
"SmartContract"
],
"properties": {
"SmartContract": {
"type": "string"
}
},
"additionalProperties": false
"type": "string"
}
]
},
Expand Down

0 comments on commit 3ef3a77

Please sign in to comment.