clarin-eric / switchboard-tool-registry

The Switchboard Tool Registry
GNU General Public License v3.0
4 stars 13 forks source link

Both spec-v1.schema.json and spec-v2.schema.json have JSON schema error #172

Open andmor- opened 2 months ago

andmor- commented 2 months ago

As reported by Daan:

“items”: null is not valid in JSON schema. It should instead be: “items”: {}

twagoo commented 1 month ago

Not a JSON Schema expert by any means, but can't we simply remove the items property at the root level to make it valid?

twagoo commented 1 month ago

Related idea: we could use an action to validate the core schemas?