2023-10-26 22:35:46 +00:00
{
2023-10-26 22:38:19 +00:00
"title" : "Text Field" ,
"description" : "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')" ,
2023-10-26 22:35:46 +00:00
"type" : "object" ,
"required" : [
2023-10-26 22:38:57 +00:00
"firstName" ,
2023-10-26 22:39:56 +00:00
"longest" ,
2023-10-26 22:40:00 +00:00
"woman_nobel"
2023-10-26 22:35:46 +00:00
] ,
"properties" : {
2023-10-26 22:36:18 +00:00
"flag_stars" : {
2023-10-26 22:35:46 +00:00
"type" : "string" ,
2023-10-26 22:36:33 +00:00
"title" : "Flag Stars"
2023-10-26 22:38:19 +00:00
} ,
2023-10-26 22:38:32 +00:00
"longest" : {
2023-10-26 22:38:19 +00:00
"type" : "string" ,
2023-10-26 22:38:45 +00:00
"title" : "Longest River"
2023-10-26 22:35:46 +00:00
}
2023-10-26 22:39:46 +00:00
"woman_novel" : {
2023-10-26 22:39:32 +00:00
"type" : "string" ,
2023-10-26 22:39:53 +00:00
"title" : "Woman Nobel Winner"
2023-10-26 22:39:32 +00:00
}
2023-10-26 22:35:46 +00:00
}
}