email.schema.json
7 months ago
number.schema.json
7 months ago
password.schema.json
7 months ago
range.schema.json
7 months ago
text.schema.json
7 months ago
textarea.schema.json
7 months ago
url.schema.json
7 months ago
url.schema.json
13 lines
| 1 | { |
| 2 | "title": "SCF URL Field Fragment", |
| 3 | "description": "Type-specific properties for URL fields", |
| 4 | "type": "object", |
| 5 | "properties": { |
| 6 | "type": { |
| 7 | "enum": [ "url" ] |
| 8 | }, |
| 9 | "default_value": { "$ref": "#/definitions/default_value" }, |
| 10 | "placeholder": { "$ref": "#/definitions/placeholder" } |
| 11 | } |
| 12 | } |
| 13 |