{
  "properties": {
    "content": {
      "description": "The note content",
      "title": "Content",
      "type": "string"
    },
    "label": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Short label for this note (shown in UI as a clickable title). Defaults to the first 60 characters of content when omitted.",
      "title": "Label"
    },
    "parent_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "ID of the project or strategy",
      "title": "Parent Id"
    },
    "parent_type": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Parent type: 'project' or 'strategy'",
      "title": "Parent Type"
    },
    "project_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Convenience alias: pass project_id instead of parent_type + parent_id",
      "title": "Project Id"
    }
  },
  "required": [
    "content"
  ],
  "title": "project_write_scratchpadArguments",
  "type": "object"
}
