{
"training_examples": [
{
"prompt": "Create a form for user registration with name, email, and password fields",
"json_schema": {
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 2,
"maxLength": 50,
"description": "User's full name"
},
"email": {
"type": "string",
"format": "email",
"description": "User's email address"… See the full description on the dataset page: https://huggingface.co/datasets/rishi2903/jsonformatdata.