{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://vinquery.com/schemas/decisioq/7.6.3/token-request.schema.json",
  "title": "DecisioQ Token Request",
  "type": "object",
  "additionalProperties": false,
  "required": ["clientId", "clientSecret", "audience"],
  "properties": {
    "clientId": { "type": "string", "minLength": 1 },
    "clientSecret": { "type": "string", "minLength": 1 },
    "audience": { "const": "vinquery:api:decisioq" }
  }
}
