{
  "properties": {
    "limit": {
      "default": 20,
      "description": "Maximum entries to return",
      "title": "Limit",
      "type": "integer"
    },
    "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"
    }
  },
  "title": "project_get_scratchpadArguments",
  "type": "object"
}
