Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Nov 4, 2024
1 parent 9aab90a commit c078eab
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specification/schema/hugr_schema_live.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,13 @@
},
"title": "Args",
"type": "array"
},
"static_inputs": {
"items": {
"$ref": "#/$defs/Type"
},
"title": "Static Inputs",
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -1134,6 +1141,13 @@
"title": "Binary",
"type": "boolean"
},
"static_inputs": {
"items": {
"$ref": "#/$defs/Type"
},
"title": "Static Inputs",
"type": "array"
},
"lower_funcs": {
"items": {
"$ref": "#/$defs/FixedHugr"
Expand Down
14 changes: 14 additions & 0 deletions specification/schema/hugr_schema_strict_live.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,13 @@
},
"title": "Args",
"type": "array"
},
"static_inputs": {
"items": {
"$ref": "#/$defs/Type"
},
"title": "Static Inputs",
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -1134,6 +1141,13 @@
"title": "Binary",
"type": "boolean"
},
"static_inputs": {
"items": {
"$ref": "#/$defs/Type"
},
"title": "Static Inputs",
"type": "array"
},
"lower_funcs": {
"items": {
"$ref": "#/$defs/FixedHugr"
Expand Down
14 changes: 14 additions & 0 deletions specification/schema/testing_hugr_schema_live.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,13 @@
},
"title": "Args",
"type": "array"
},
"static_inputs": {
"items": {
"$ref": "#/$defs/Type"
},
"title": "Static Inputs",
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -1134,6 +1141,13 @@
"title": "Binary",
"type": "boolean"
},
"static_inputs": {
"items": {
"$ref": "#/$defs/Type"
},
"title": "Static Inputs",
"type": "array"
},
"lower_funcs": {
"items": {
"$ref": "#/$defs/FixedHugr"
Expand Down
14 changes: 14 additions & 0 deletions specification/schema/testing_hugr_schema_strict_live.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,13 @@
},
"title": "Args",
"type": "array"
},
"static_inputs": {
"items": {
"$ref": "#/$defs/Type"
},
"title": "Static Inputs",
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -1134,6 +1141,13 @@
"title": "Binary",
"type": "boolean"
},
"static_inputs": {
"items": {
"$ref": "#/$defs/Type"
},
"title": "Static Inputs",
"type": "array"
},
"lower_funcs": {
"items": {
"$ref": "#/$defs/FixedHugr"
Expand Down

0 comments on commit c078eab

Please sign in to comment.