diff --git a/references/api-schema.md b/references/api-schema.md
index b76d0c20..cefb8f9e 100644
--- a/references/api-schema.md
+++ b/references/api-schema.md
@@ -340,21 +340,21 @@
Recipe option input value type depends on the particular recipe
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **name** | | String! | Example: `methodPattern` |
| **value** | | Object! | Example: `java.util.List add(..)` |
### RecipeInput
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **id** | | ID! | Example: `org.openrewrite.java.search.FindMethods` |
| **options** | | [OptionInput!] | |
### RecipeRunInput
-| Field | Argument | Type | Description |
+| Field | | Type | Description |
| ---- | ---- | ---- | ---- |
| **recipe** | | RecipeInput! | |
| **repositoryFilter** | | [ID!] | Send `null` to run on all repositories.
Example: `airbnb:epoxy` |