JSON Schema for DSL Query Language

Hi,

Is there a JSON Schema definition for the DSL Query language?

I found some old topics here without an answer. I was wondering if a schema has been created since then.

There are definitions for the entire API, but not for the DSL language (which is part of the API): elasticsearch/rest-api-spec/src/main/resources/rest-api-spec/api at master · elastic/elasticsearch · GitHub

Many thanks,

Aidin.

I'm not 100% sure if this is what you are hoping for but we have this: GitHub - elastic/elasticsearch-specification · GitHub which you can use to generate a JSON schema for all of the apis.