14 lines
354 B
JSON

{
"title": "Sample User Input Form",
"description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')",
"type": "object",
"required": [
"flag_stars"
],
"properties": {
"flag_stars": {
"type": "string",
"title": "Flag Stars"
}
}
}