{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$defs": {},
  "operationId": "clipboard.serializeSelection",
  "schemas": {
    "input": {
      "type": "object",
      "properties": {
        "target": {
          "type": "object"
        },
        "includeHtml": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    },
    "output": {
      "type": "object",
      "properties": {
        "payload": {
          "type": "object"
        },
        "plan": {
          "type": "object"
        },
        "warnings": {
          "type": "array"
        }
      },
      "additionalProperties": false,
      "required": [
        "payload",
        "plan"
      ]
    }
  }
}
