{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "runId": {
      "type": "string",
      "minLength": 1,
      "maxLength": 200,
      "description": "Identifier of the run returned by its create or list operation."
    }
  },
  "required": [
    "runId"
  ],
  "additionalProperties": false
}
