diff --git a/references/api-schema.md b/references/api-schema.md
index cefb8f9e..03afc8ce 100644
--- a/references/api-schema.md
+++ b/references/api-schema.md
@@ -92,7 +92,7 @@
### AccessTokenView
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **created** | | DateTime! | |
| **description** | | String | |
@@ -100,7 +100,7 @@
### BranchResponse
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **branchName** | | String! | |
| **commit** | | String! | Commit SHA |
@@ -108,14 +108,14 @@
### Commit
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **branch** | | String! | |
| **changeset** | | String! | Git SHA |
### GithubAppInstallation
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **accountLogin** | | String! | |
| **accountType** | | GithubAccountType! | |
@@ -124,7 +124,7 @@
### GithubAppInstallationRepository
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **hasWorkflowInstalled** | | Boolean! | |
| **isWorkflowRunInProgress** | | Boolean! | |
@@ -134,7 +134,7 @@
### GithubOrganization
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **id** | | ID! | |
| **name** | | String! | |
@@ -143,7 +143,7 @@
### GithubRepository
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **defaultBranch** | | String! | |
| **fullName** | | String! | |
@@ -153,14 +153,14 @@
### GithubUserAccessTokenResponse
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **accessToken** | | String! | |
| **refreshToken** | | String! | |
### Option
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **description** | | String! | |
| **displayName** | | String! | |
@@ -173,21 +173,21 @@
### Organization
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **id** | | ID! | |
| **name** | | String! | |
### Page
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **endCursor** | | String! | |
| **hasNextPage** | | Boolean! | |
### Recipe
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **description** | | String | Note: May contain markdown formatting
@markdown |
| **id** | | ID! | Example: `org.openrewrite.java.testing.junit5.IgnoreToDisabled` |
@@ -201,7 +201,7 @@
### RecipeArtifact
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **artifactId** | | String! | |
| **datedSnapshotVersion** | | String | |
@@ -213,7 +213,7 @@
### RecipeCategory
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **breadcrumbs** | | [RecipeCategoryBreadcrumb!]! | |
| **description** | | String | @markdown |
@@ -226,14 +226,14 @@
### RecipeCategoryBreadcrumb
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **id** | | ID! | |
| **name** | | String! | |
### RecipeRun
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **id** | | ID! | |
| **recipe** | | Recipe! | |
@@ -244,7 +244,7 @@
### RecipeRunResultsByRepository
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **commit** | | Commit! | |
| **patchLink** | | String | |
@@ -254,7 +254,7 @@
### RecipeRunSummary
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **commit** | | Commit! | |
| **lastUpdated** | | DateTime! | |
@@ -268,7 +268,7 @@
### Repository
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **commit** | | Commit! | |
| **id** | | ID! | Example: `netflix:eureka` |
@@ -280,14 +280,14 @@
### RepositoryIndexItem
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **id** | | ID! | |
| **link** | | String! | |
### RepositoryJavaVersion
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **createdBy** | | String! | |
| **sourceCompatibility** | | String! | |
@@ -296,7 +296,7 @@
### Result
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **after** | | String! | |
| **afterSourcePath** | | String! | |
@@ -306,21 +306,21 @@
### ResultConnection
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **edges** | | [ResultEdge!]! | |
| **pageInfo** | | Page! | |
### ResultEdge
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **cursor** | | String! | |
| **node** | | Result! | |
### SourceFileTypeCount
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **count** | | Int! | Example: 1392 |
| **fileType** | | String! | Example: `java` |
@@ -328,7 +328,7 @@
### Worker
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **connectedSince** | | DateTime! | |
| **name** | | String! | |