Skip to content

Commit

Permalink
Aligning sse_data_schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zajko committed Feb 21, 2025
1 parent 8329fc9 commit 376fe3f
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions resources/test/sse_data_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4116,7 +4116,10 @@
"$ref": "#/definitions/NamedKeys"
},
"entry_points": {
"$ref": "#/definitions/Array_of_NamedEntryPoint"
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/EntryPoint"
}
},
"protocol_version": {
"$ref": "#/definitions/ProtocolVersion"
Expand All @@ -4127,31 +4130,6 @@
"description": "The hash address of the contract wasm",
"type": "string"
},
"Array_of_NamedEntryPoint": {
"type": "array",
"items": {
"$ref": "#/definitions/NamedEntryPoint"
}
},
"NamedEntryPoint": {
"type": "object",
"required": [
"entry_point",
"name"
],
"properties": {
"name": {
"type": "string"
},
"entry_point": {
"allOf": [
{
"$ref": "#/definitions/EntryPoint"
}
]
}
}
},
"EntryPoint": {
"description": "Type signature of a method. Order of arguments matter since can be referenced by index as well as name.",
"type": "object",
Expand Down

0 comments on commit 376fe3f

Please sign in to comment.