You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that the "Typed parameter" in required array is incorrect, as it references the title.
It caused errors in jsonschema validation. Also when I deleted this requirement, the validation of required name and type fields still worked, meaning it wouldn't accept a struct_member that would miss those.
I think that the
"Typed parameter"
inrequired
array is incorrect, as it references the title.It caused errors in
jsonschema
validation. Also when I deleted this requirement, the validation of requiredname
andtype
fields still worked, meaning it wouldn't accept a struct_member that would miss those.starknet-specs/api/starknet_api_openrpc.json
Lines 2601 to 2622 in aaea417
The text was updated successfully, but these errors were encountered: