{
  "properties": {
    "attachment_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Not directly supported for lookup \u2014 use card_id instead. If you only have an attachment_id, call builder_get_strategy() first to find the matching card_id.",
      "title": "Attachment Id"
    },
    "card_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Card ID to detach from all roles",
      "title": "Card Id"
    },
    "strategy_id": {
      "description": "Strategy ID",
      "title": "Strategy Id",
      "type": "string"
    }
  },
  "required": [
    "strategy_id"
  ],
  "title": "builder_detachArguments",
  "type": "object"
}
