lichess-org / api

Lichess API documentation and examples
https://lichess.org/api
GNU Affero General Public License v3.0
417 stars 140 forks source link

Fix ExternalEngineRegistration #209

Closed canut closed 1 year ago

canut commented 1 year ago

Remove required attribute in ExternalEngineRegistration because the required field is an object-level attribute, not a property attribute. It currently generates a wrong openapi.json file. See "required": false line 12763.

canut commented 1 year ago

Source : https://swagger.io/docs/specification/data-models/data-types/#object

niklasf commented 1 year ago

Thanks! Strange that spectral did not complain.