{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "connectionId": {
      "type": "string",
      "minLength": 1,
      "maxLength": 200,
      "description": "Identifier of the connection returned by its create or list operation."
    },
    "continue": {
      "description": "The continue value; allowed values and bounds are specified in this schema.",
      "type": "boolean",
      "default": false
    }
  },
  "required": [
    "connectionId"
  ],
  "additionalProperties": false
}
