diff --git a/docs/build/schema.md b/docs/build/schema.md index af58e88..aa969ce 100644 --- a/docs/build/schema.md +++ b/docs/build/schema.md @@ -546,7 +546,7 @@ Key | Required | Type | Description `dict` | no | `boolean` | Is this field a key/value input? `computed` | no | `boolean` | Is this field automatically populated (and hidden from the user)? `altersDynamicFields` | no | `boolean` | Does the value of this field affect the definitions of other fields in the set? -`inputFormat` | no | `string` | Really only useful for subdomain type. This allows the user to specify a comma-separated string like "https://,{{input}},.yourdomain.com/". +`inputFormat` | no | `string` | Useful when you expect the input to be part of a longer string. Put "{{input}}" in place of the user's input (IE: "https://{{input}}.yourdomain.com"). -----