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
http://localhost:8080/HapiServer/hapi/info?id=solar_wind_mag_pt3m¶meters=bt_min
✗ is.HAPIJSON(): Expect body to be valid HAPI 3.1 'info' schema.
Got: [
"parameters[0].length is not exactly one from [subschema 0],</Ref>"
]
The error was that "length":"30" was used when "length":30 should have been. I realize that this is the schema validator output, but we should either check that in the semmantic test or write the schema so that a better error is presented.
The text was updated successfully, but these errors were encountered:
I wonder if this error could be made less opaque:
The error was that "length":"30" was used when "length":30 should have been. I realize that this is the schema validator output, but we should either check that in the semmantic test or write the schema so that a better error is presented.
The text was updated successfully, but these errors were encountered: