{
  "$defs": {
    "LearnIssueOut": {
      "additionalProperties": false,
      "description": "The serialization boundary of the picked :class:`issue_backend.IssueRef` subset\n(field order load-bearing).",
      "properties": {
        "id": {
          "title": "Id",
          "type": "string"
        },
        "url": {
          "title": "Url",
          "type": "string"
        },
        "existed": {
          "title": "Existed",
          "type": "boolean"
        }
      },
      "required": [
        "id",
        "url",
        "existed"
      ],
      "title": "LearnIssueOut",
      "type": "object"
    }
  },
  "additionalProperties": false,
  "description": "The ``--json`` serialization boundary of :class:`LearnCaptureResult` (order load-bearing).",
  "properties": {
    "success": {
      "title": "Success",
      "type": "boolean"
    },
    "error_type": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Error Type"
    },
    "message": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Message"
    },
    "learn_issue": {
      "$ref": "#/$defs/LearnIssueOut"
    },
    "plan_issue": {
      "title": "Plan Issue",
      "type": "string"
    },
    "commented": {
      "title": "Commented",
      "type": "boolean"
    },
    "pending_cleared": {
      "title": "Pending Cleared",
      "type": "boolean"
    },
    "dry_run": {
      "title": "Dry Run",
      "type": "boolean"
    }
  },
  "required": [
    "success",
    "error_type",
    "message",
    "learn_issue",
    "plan_issue",
    "commented",
    "pending_cleared",
    "dry_run"
  ],
  "title": "LearnCaptureOut",
  "type": "object"
}
