14 lines
220 B
JSON
Raw Normal View History

{
"title": "Sample User Input Form",
"description": "A",
"type": "object",
"required": [
"flag_stars"
],
"properties": {
"flag_stars": {
"type": "string",
"title": "Flag Stars"
}
}
}