{ "annotations": { "readOnlyHint": true, "title": "Get project field" }, "description": "Get Project field for a user or org", "inputSchema": { "properties": { "field_id": { "description": "The field's id.", "type": "number" }, "owner": { "description": "If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive.", "type": "string" }, "owner_type": { "description": "Owner type", "enum": [ "user", "org" ], "type": "string" }, "project_number": { "description": "The project's number.", "type": "number" } }, "required": [ "owner_type", "owner", "project_number", "field_id" ], "type": "object" }, "name": "get_project_field" }