A JSON-LD Context
for the query. In an API, this will frequently be implicit. For example,
using json-rql as the body of a POST
to
http://example.com/my-api/v1/person/query
might have the implicit context
of a Person (possibly found at http://example.com/my-api/v1/person
).
Generated using TypeDoc. Delivered by Vercel. json-rql - v0.6.2 Source code licensed MIT. Privacy policy
All json-rql queries have an object/hash Pattern at top level. All the keys of this hash recognised by json-rql are keywords, which start with a
@
. However, any other keys can exist as required by the API design, such as a name or description for the query.