input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-Martin-d'Arc", "circ" : "3\u00e8me circonscription", "dpt" : "Savoie", "inscrits" : 266, "abs" : 178, "votants" : 88, "blancs" : 0, "nuls" : 7, "exp" : 81, "res" : [{"nuance" : "LR", "nom" : "Mme Emilie BONNIVARD", "voix" : 47}, {"nuance" : "REM", "nom" : "M. Philip VIVIER", "voix" : 34}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "mongoose": {"type": "string"}, "shortid": {"type": "string"}}, "required": ["body-parser", "express", "mongoose", "shortid"]}}, "required": ["name", "version", "description", "main", "author", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "foryou-backend", "version" : "1.0.0", "description" : "backend for \"ForYou\"", "main" : "index.js", "author" : "KingCosmic", "license" : "MIT", "scripts" : {"start" : "node index.js"}, "dependencies" : {"body-parser" : "^1.18.3", "express" : "^4.16.3", "mongoose" : "^5.1.5", "shortid" : "^2.2.12"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "mongoose": {"type": "string"}, "shortid": {"type": "string"}}, "required": ["body-parser", "express", "mongoose", "shortid"]}}, "required": ["name", "version", "description", "main", "author", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "string"}, "kinvey": {"type": "string"}, "appName": {"type": "string"}, "environmentName": {"type": "string"}}, "required": ["version", "kinvey", "appName", "environmentName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "3.9.59", "kinvey" : "hello Demo", "appName" : "Demo", "environmentName" : "Development"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "kinvey": {"type": "string"}, "appName": {"type": "string"}, "environmentName": {"type": "string"}}, "required": ["version", "kinvey", "appName", "environmentName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"viewBox" : "0 0 1024 1792", "font" : "font-awesome", "code" : "f276", "ref" : "_591", "path" : "M384 1073q62 15 128 15t128-15v655q0 26-19 45t-45 19H448q-26 0-45-19t-19-45v-655M150 150l75-75Q300 0 512 0t362 150q150 150 150 362T874 874q-150 150-362 150T150 874Q0 724 0 512t150-362m362 74q14 0 23-9t9-23q0-14-9-23t-23-9q-146 0-249 103T160 512q0 14 9 23t23 9q14 0 23-9t9-23q0-119 84.5-203.5T512 224z"}
json_instruct
{"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 323, "hash" : 3346813118, "artDyeHash" : 3346813118, "redacted" : false, "dyeManifestHash" : 2248062654, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "bon ton", "definition" : "The height of the fashion; fashionable society."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"compile_duration": {"type": "number"}, "execution_duration": {"type": "number"}, "example_size": {"type": "integer"}, "batch_size": {"type": "integer"}, "model": {"type": "string"}, "correct": {"type": "boolean"}, "max_error": {"type": "number"}, "max_abs_error": {"type": "number"}, "fail_ratio": {"type": "number"}}, "required": ["compile_duration", "execution_duration", "example_size", "batch_size", "model", "correct", "max_error", "max_abs_error", "fail_ratio"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compile_duration" : 8.783544063568115, "execution_duration" : 0.36319699883461, "example_size" : 16, "batch_size" : 1, "model" : "inception_v3", "correct" : true, "max_error" : 1.5952042303979397e-05, "max_abs_error" : 1.3783574104309082e-06, "fail_ratio" : 0.0}
json_instruct
{"type": "object", "properties": {"compile_duration": {"type": "number"}, "execution_duration": {"type": "number"}, "example_size": {"type": "integer"}, "batch_size": {"type": "integer"}, "model": {"type": "string"}, "correct": {"type": "boolean"}, "max_error": {"type": "number"}, "max_abs_error": {"type": "number"}, "fail_ratio": {"type": "number"}}, "required": ["compile_duration", "execution_duration", "example_size", "batch_size", "model", "correct", "max_error", "max_abs_error", "fail_ratio"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 85770421, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "aea811f0255350a87ea1f3b79f742978", "wof:id" : 85770421, "wof:repo" : "whosonfirst-data-admin-au"}, "bbox" : [151.6, -32.96667, 151.6, -32.96667], "geometry" : {"coordinates" : [151.6, -32.96667], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 1122408, "stations" : ["1122408"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"FeatureEventName": {"type": "string"}, "EventImage": {"type": "string"}, "EventDate": {"type": "object", "properties": {"Date": {"type": "string"}, "Month": {"type": "string"}, "Year": {"type": "string"}}, "required": ["Date", "Month", "Year"]}, "EventTime": {"type": "object", "properties": {"StartTime": {"type": "string"}, "EndTime": {"type": "string"}}, "required": ["StartTime", "EndTime"]}, "EventVenue": {"type": "string"}, "EventVenueMapLink": {"type": "string"}, "EventWebsite": {"type": "string"}, "EventDescription": {"type": "string"}, "MeetupLink": {"type": "string"}, "RegistrationLink": {"type": "string"}, "FBEventPageURL": {"type": "string"}, "TwitterURL": {"type": "string"}}, "required": ["FeatureEventName", "EventImage", "EventDate", "EventTime", "EventVenue", "EventVenueMapLink", "EventWebsite", "EventDescription", "MeetupLink", "RegistrationLink", "FBEventPageURL", "TwitterURL"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"FeatureEventName" : "Android Workshop", "EventImage" : "https://i.imgur.com/H5nILBbl.jpg", "EventDate" : {"Date" : "25", "Month" : "January", "Year" : "2020"}, "EventTime" : {"StartTime" : "10:00 AM", "EndTime" : "01:00 PM"}, "EventVenue" : "Chandigarh Group of Colleges, Kharar Banur Hwy, Sector 112, Sahibzada Ajit Singh Nagar, Punjab 140307", "EventVenueMapLink" : "https://goo.gl/maps/WJLKVaYqXHPRZgqa7", "EventWebsite" : "https://twitter.com/dsccgc/status/1220944241498574849", "EventDescription" : "The best way to end a week is by making it count. So DSC CGC presents you Android Weekend, a day dedicated to learning, exploring and utilizing the technology called Android.So if you are curious about technology, or is an Android developer or want to start with Android development, this is the perfect workshop for you.", "MeetupLink" : "https://twitter.com/dsccgc/status/1220944241498574849", "RegistrationLink" : "https://twitter.com/dsccgc/status/1220944241498574849", "FBEventPageURL" : "https://www.instagram.com/dsccgc/", "TwitterURL" : "https://twitter.com/dsccgc/"}
json_instruct
{"type": "object", "properties": {"FeatureEventName": {"type": "string"}, "EventImage": {"type": "string"}, "EventDate": {"type": "object", "properties": {"Date": {"type": "string"}, "Month": {"type": "string"}, "Year": {"type": "string"}}, "required": ["Date", "Month", "Year"]}, "EventTime": {"type": "object", "properties": {"StartTime": {"type": "string"}, "EndTime": {"type": "string"}}, "required": ["StartTime", "EndTime"]}, "EventVenue": {"type": "string"}, "EventVenueMapLink": {"type": "string"}, "EventWebsite": {"type": "string"}, "EventDescription": {"type": "string"}, "MeetupLink": {"type": "string"}, "RegistrationLink": {"type": "string"}, "FBEventPageURL": {"type": "string"}, "TwitterURL": {"type": "string"}}, "required": ["FeatureEventName", "EventImage", "EventDate", "EventTime", "EventVenue", "EventVenueMapLink", "EventWebsite", "EventDescription", "MeetupLink", "RegistrationLink", "FBEventPageURL", "TwitterURL"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"inquirer": {"type": "string"}}, "required": ["inquirer"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "team-profile-generator", "version" : "1.0.0", "description" : "<!--\r *** Thanks for checking out this README Template. If you have a suggestion that would\r *** make this better, please fork the repo and create a pull request or simply open\r *** an issue with the tag \"enhancement\".\r *** Thanks again! Now go create something AMAZING! :D\r ***\r ***\r ***\r *** To avoid retyping too much info. Do a search and replace for the following:\r *** github_username, repo_name, twitter_handle, email\r -->", "main" : "index.js", "dependencies" : {"inquirer" : "^7.3.3"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/baileymyers/Team-Profile-Generator.git"}, "author" : "", "license" : "MIT", "bugs" : {"url" : "https://github.com/baileymyers/Team-Profile-Generator/issues"}, "homepage" : "https://github.com/baileymyers/Team-Profile-Generator#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"inquirer": {"type": "string"}}, "required": ["inquirer"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "contributors": {"type": "array", "items": {"type": "string"}}, "aunty": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "jest": {"type": "object", "properties": {"transform": {"type": "object", "properties": {".*": {"type": "string"}}, "required": [".*"]}}, "required": ["transform"]}, "devDependencies": {"type": "object", "properties": {"@abcnews/aunty": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-react": {"type": "string"}, "html-looks-like": {"type": "string"}, "jest": {"type": "string"}}, "required": ["@abcnews/aunty", "babel-preset-env", "babel-preset-react", "html-looks-like", "jest"]}, "dependencies": {"type": "object", "properties": {"@abcnews/scrollyteller": {"type": "string"}, "d3-geo": {"type": "string"}, "d3-request": {"type": "string"}, "d3-scale": {"type": "string"}, "d3-selection": {"type": "string"}, "d3-transition": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "topojson": {"type": "string"}}, "required": ["@abcnews/scrollyteller", "d3-geo", "d3-request", "d3-scale", "d3-selection", "d3-transition", "react", "react-dom", "topojson"]}}, "required": ["name", "version", "description", "license", "private", "contributors", "aunty", "scripts", "jest", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "interactive-gay-rights-map", "version" : "1.0.2", "description" : "A project generated from aunty's preact-app template.", "license" : "MIT", "private" : true, "contributors" : ["Nathan Hoad <nathan@nathanhoad.net>"], "aunty" : "react-app", "scripts" : {"start" : "aunty serve", "test" : "jest"}, "jest" : {"transform" : {".*" : "<rootDir>/node_modules/@abcnews/aunty/src/utils/jest"}}, "devDependencies" : {"@abcnews/aunty" : "^7.6.0", "babel-preset-env" : "^1.6.1", "babel-preset-react" : "^6.24.1", "html-looks-like" : "^1.0.3", "jest" : "^21.2.1"}, "dependencies" : {"@abcnews/scrollyteller" : "^1.0.2", "d3-geo" : "^1.9.0", "d3-request" : "^1.0.6", "d3-scale" : "^1.0.7", "d3-selection" : "^1.2.0", "d3-transition" : "^1.1.1", "react" : "^16.2.0", "react-dom" : "^16.2.0", "topojson" : "^3.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "contributors": {"type": "array", "items": {"type": "string"}}, "aunty": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "jest": {"type": "object", "properties": {"transform": {"type": "object", "properties": {".*": {"type": "string"}}, "required": [".*"]}}, "required": ["transform"]}, "devDependencies": {"type": "object", "properties": {"@abcnews/aunty": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-react": {"type": "string"}, "html-looks-like": {"type": "string"}, "jest": {"type": "string"}}, "required": ["@abcnews/aunty", "babel-preset-env", "babel-preset-react", "html-looks-like", "jest"]}, "dependencies": {"type": "object", "properties": {"@abcnews/scrollyteller": {"type": "string"}, "d3-geo": {"type": "string"}, "d3-request": {"type": "string"}, "d3-scale": {"type": "string"}, "d3-selection": {"type": "string"}, "d3-transition": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "topojson": {"type": "string"}}, "required": ["@abcnews/scrollyteller", "d3-geo", "d3-request", "d3-scale", "d3-selection", "d3-transition", "react", "react-dom", "topojson"]}}, "required": ["name", "version", "description", "license", "private", "contributors", "aunty", "scripts", "jest", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"javascript": {"type": "string"}, "java": {"type": "string"}, "python": {"type": "string"}, "php": {"type": "string"}, "html": {"type": "string"}, "kotlin": {"type": "string"}, "cpp": {"type": "string"}, "csharp": {"type": "string"}, "c_": {"type": "string"}, "css": {"type": "string"}}, "required": ["javascript", "java", "python", "php", "html", "kotlin", "cpp", "csharp", "c_", "css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"javascript" : "788278501815484467", "java" : "788278475004837888", "python" : "788278408001224785", "php" : "788278371662430209", "html" : "788277247592235058", "kotlin" : "788435987809697822", "cpp" : "788278444692865054", "csharp" : "788436227556638772", "c_" : "788436204156354561", "css" : "788440317841244170"}
json_instruct
{"type": "object", "properties": {"javascript": {"type": "string"}, "java": {"type": "string"}, "python": {"type": "string"}, "php": {"type": "string"}, "html": {"type": "string"}, "kotlin": {"type": "string"}, "cpp": {"type": "string"}, "csharp": {"type": "string"}, "c_": {"type": "string"}, "css": {"type": "string"}}, "required": ["javascript", "java", "python", "php", "html", "kotlin", "cpp", "csharp", "c_", "css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"900472804": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900472805": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900472806": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900472807": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900472808": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900472809": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900472804", "900472805", "900472806", "900472807", "900472808", "900472809"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900472804" : {"nama" : "TPS 1", "dapil" : [3505, 13506, 2350707]}, "900472805" : {"nama" : "TPS 2", "dapil" : [3505, 13506, 2350707]}, "900472806" : {"nama" : "TPS 3", "dapil" : [3505, 13506, 2350707]}, "900472807" : {"nama" : "TPS 4", "dapil" : [3505, 13506, 2350707]}, "900472808" : {"nama" : "TPS 5", "dapil" : [3505, 13506, 2350707]}, "900472809" : {"nama" : "TPS 6", "dapil" : [3505, 13506, 2350707]}}
json_instruct
{"type": "object", "properties": {"900472804": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900472805": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900472806": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900472807": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900472808": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900472809": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900472804", "900472805", "900472806", "900472807", "900472808", "900472809"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "addresses": {"type": "array", "items": {"type": "string"}}, "protocols": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "name", "description", "addresses", "protocols"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "strategy", "name" : "Compound Finance Flashmint Folding", "description" : "Supplies and borrows {{token}} on [Compound Finance](https://app.compound.finance) simultaneously to earn COMP. Flashmints are used to mint DAI from [MakerDAO](https://oasis.app) to flashlend and fold the position, boosting the APY. Earned tokens are harvested, sold for more {{token}} which is deposited back into the strategy.", "addresses" : ["0x7900c70a377f89DF29D1D1939469ae3B74c5B740", "0x1676055fE954EE6fc388F9096210E5EbE0A9070c", "0x8C818613A97900CC1EDA5893F04701b62e7c1138", "0x342491C093A640c7c2347c4FFA7D8b9cBC84D1EB"], "protocols" : ["CompoundFinance", "MakerDAO"]}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "addresses": {"type": "array", "items": {"type": "string"}}, "protocols": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "name", "description", "addresses", "protocols"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["cellx-react"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-plugin-transform-runtime": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "bcryptjs": {"type": "string"}, "body-parser": {"type": "string"}, "connect-mongo": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "passport": {"type": "string"}, "passport-facebook": {"type": "string"}, "passport-google-oauth": {"type": "string"}, "passport-google-oauth20": {"type": "string"}, "passport-local": {"type": "string"}, "passport-twitter": {"type": "string"}}, "required": ["babel-cli", "babel-plugin-transform-runtime", "babel-preset-es2015", "babel-preset-stage-0", "bcryptjs", "body-parser", "connect-mongo", "dotenv", "express", "express-session", "mongoose", "morgan", "passport", "passport-facebook", "passport-google-oauth", "passport-google-oauth20", "passport-local", "passport-twitter"]}, "devDependencies": {"type": "object", "properties": {"babel-register": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["babel-register", "nodemon"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "start:prod": {"type": "string"}}, "required": ["build", "start", "start:prod"]}}, "required": ["name", "version", "main", "repository", "license", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "server", "version" : "1.0.0", "main" : "index.js", "repository" : {}, "license" : "MIT", "dependencies" : {"babel-cli" : "^6.22.2", "babel-plugin-transform-runtime" : "^6.22.0", "babel-preset-es2015" : "^6.22.0", "babel-preset-stage-0" : "^6.22.0", "bcryptjs" : "^2.4.3", "body-parser" : "^1.16.0", "connect-mongo" : "^2.0.1", "dotenv" : "^4.0.0", "express" : "^4.14.1", "express-session" : "^1.15.6", "mongoose" : "^5.0.14", "morgan" : "^1.9.1", "passport" : "^0.4.0", "passport-facebook" : "^2.1.1", "passport-google-oauth" : "^1.0.0", "passport-google-oauth20" : "^1.0.0", "passport-local" : "^1.0.0", "passport-twitter" : "^1.0.4"}, "devDependencies" : {"babel-register" : "^6.22.0", "nodemon" : "^1.11.0"}, "scripts" : {"build" : "babel . --ignore node_modules,build --out-dir build", "start" : "nodemon -r dotenv/config -r babel-register server.js", "start:prod" : "node build/server.js"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-plugin-transform-runtime": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "bcryptjs": {"type": "string"}, "body-parser": {"type": "string"}, "connect-mongo": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "passport": {"type": "string"}, "passport-facebook": {"type": "string"}, "passport-google-oauth": {"type": "string"}, "passport-google-oauth20": {"type": "string"}, "passport-local": {"type": "string"}, "passport-twitter": {"type": "string"}}, "required": ["babel-cli", "babel-plugin-transform-runtime", "babel-preset-es2015", "babel-preset-stage-0", "bcryptjs", "body-parser", "connect-mongo", "dotenv", "express", "express-session", "mongoose", "morgan", "passport", "passport-facebook", "passport-google-oauth", "passport-google-oauth20", "passport-local", "passport-twitter"]}, "devDependencies": {"type": "object", "properties": {"babel-register": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["babel-register", "nodemon"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "start:prod": {"type": "string"}}, "required": ["build", "start", "start:prod"]}}, "required": ["name", "version", "main", "repository", "license", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "static/media/sideBot.svg": {"type": "string"}, "static/media/landing.svg": {"type": "string"}, "static/media/logo.svg": {"type": "string"}, "index.html": {"type": "string"}, "main.79964c80.css.map": {"type": "string"}, "main.ecfb86c0.js.map": {"type": "string"}}, "required": ["main.css", "main.js", "static/media/sideBot.svg", "static/media/landing.svg", "static/media/logo.svg", "index.html", "main.79964c80.css.map", "main.ecfb86c0.js.map"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"main.css" : "/static/css/main.79964c80.css", "main.js" : "/static/js/main.ecfb86c0.js", "static/media/sideBot.svg" : "/static/media/sideBot.95beb70aef51ea9345853449ac62c77f.svg", "static/media/landing.svg" : "/static/media/landing.42f4146f1fe95b2560bf0c68b2b55aea.svg", "static/media/logo.svg" : "/static/media/logo.ccc0fb8210df7c378de10479830c9705.svg", "index.html" : "/index.html", "main.79964c80.css.map" : "/static/css/main.79964c80.css.map", "main.ecfb86c0.js.map" : "/static/js/main.ecfb86c0.js.map"}, "entrypoints" : ["static/css/main.79964c80.css", "static/js/main.ecfb86c0.js"]}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "static/media/sideBot.svg": {"type": "string"}, "static/media/landing.svg": {"type": "string"}, "static/media/logo.svg": {"type": "string"}, "index.html": {"type": "string"}, "main.79964c80.css.map": {"type": "string"}, "main.ecfb86c0.js.map": {"type": "string"}}, "required": ["main.css", "main.js", "static/media/sideBot.svg", "static/media/landing.svg", "static/media/logo.svg", "index.html", "main.79964c80.css.map", "main.ecfb86c0.js.map"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["governify-agreement-manager", "invoice-generator", "serf-build", "surf-build"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Haven't been able to test this yet as the `numexpr` build is broken.\r\n\r\nThis version of pandas drops Python 2 support.", "user" : "adamjstewart", "url" : "https://api.github.com/repos/spack/spack/issues/12173", "updated_at" : "2019-07-30 22:16:37", "created_at" : "2019-07-28 20:35:38", "closed_at" : "2019-07-30 22:16:34", "state" : "closed", "title" : "Add pandas 0.25.0", "number" : 12173, "milestone" : null, "labels" : ["new-version"], "id" : 473783507, "html_url" : "https://github.com/spack/spack/pull/12173", "assignees" : [], "comments" : 0}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}, "objects": {"type": "object", "properties": {"auspol-maps-2016-p100-alldivisions": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"Elect_div": {"type": "string"}, "State": {"type": "string"}, "Numccds": {"type": "integer"}, "Actual": {"type": "integer"}, "Projected": {"type": "integer"}, "Total_Population": {"type": "integer"}, "Australians_Over_18": {"type": "integer"}, "Area_SqKm": {"type": "number"}, "Sortname": {"type": "string"}}, "required": ["Elect_div", "State", "Numccds", "Actual", "Projected", "Total_Population", "Australians_Over_18", "Area_SqKm", "Sortname"]}}, "required": ["arcs", "type", "properties"]}}}, "required": ["type", "geometries"]}}, "required": ["auspol-maps-2016-p100-alldivisions"]}}, "required": ["type", "arcs", "transform", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "arcs" : [[[401, 167], [-69, -49], [-23, -60], [-104, 22], [-13, 4], [-75, -84], [-24, 4], [-6, 1], [-84, 18], [-3, 117], [18, 104], [2, 382], [78, 43], [132, 12], [20, -56], [73, -38], [9, -55], [1, -6], [95, -124], [-111, -100], [84, -135]]], "transform" : {"scale" : [0.00021918786151338423, 0.0002113005515679811], "translate" : [115.75017392009998, -32.02644332985622]}, "objects" : {"auspol-maps-2016-p100-alldivisions" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"Elect_div" : "Curtin", "State" : "WA", "Numccds" : 336, "Actual" : 0, "Projected" : 0, "Total_Population" : 0, "Australians_Over_18" : 0, "Area_SqKm" : 97.82126311188371, "Sortname" : "Curtin"}}]}}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}, "objects": {"type": "object", "properties": {"auspol-maps-2016-p100-alldivisions": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"Elect_div": {"type": "string"}, "State": {"type": "string"}, "Numccds": {"type": "integer"}, "Actual": {"type": "integer"}, "Projected": {"type": "integer"}, "Total_Population": {"type": "integer"}, "Australians_Over_18": {"type": "integer"}, "Area_SqKm": {"type": "number"}, "Sortname": {"type": "string"}}, "required": ["Elect_div", "State", "Numccds", "Actual", "Projected", "Total_Population", "Australians_Over_18", "Area_SqKm", "Sortname"]}}, "required": ["arcs", "type", "properties"]}}}, "required": ["type", "geometries"]}}, "required": ["auspol-maps-2016-p100-alldivisions"]}}, "required": ["type", "arcs", "transform", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"browser": {"type": "object", "properties": {"sling:resourceType": {"type": "string"}, "category": {"type": "array", "items": {"type": "string"}}, "order": {"type": "integer"}, "css": {"type": "object", "properties": {"jcr:primaryType": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}, "embed": {"type": "array", "items": {"type": "string"}}}, "required": ["jcr:primaryType", "depends", "embed"]}, "js": {"type": "object", "properties": {"jcr:primaryType": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}, "embed": {"type": "array", "items": {"type": "string"}}}, "required": ["jcr:primaryType", "depends", "embed"]}}, "required": ["sling:resourceType", "category", "order", "css", "js"]}}, "required": ["browser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"browser" : {"sling:resourceType" : "composum/nodes/commons/clientlib", "category" : ["composum.nodes.console.browser"], "order" : 100, "css" : {"jcr:primaryType" : "nt:unstructured", "depends" : ["category:composum.nodes.console.base"], "embed" : ["composum/nodes/console/components/codeeditor/clientlib", "composum/nodes/browser/css/variables.css", "composum/nodes/browser/css/nodes.css", "composum/nodes/browser/css/browser.css", "composum/nodes/browser/css/properties.css", "category:composum.nodes.console.browser.references", "composum/nodes/browser/components/favorites/clientlib"]}, "js" : {"jcr:primaryType" : "nt:unstructured", "depends" : ["jslibs/jquery/2.2.4/jquery.js", "category:composum.nodes.console.base", "jslibs/x-editable/1.5.3/bootstrap3-editable/js/bootstrap-editable.js"], "embed" : ["composum/nodes/console/components/codeeditor/clientlib", "composum/nodes/browser/js/x-editable.js", "composum/nodes/browser/js/property.js", "composum/nodes/browser/js/query.js", "composum/nodes/browser/js/browser.js", "composum/nodes/browser/js/navigation.js", "composum/nodes/browser/components/favorites/clientlib", "composum/nodes/browser/js/properties.js", "composum/nodes/browser/js/accessPolicyEntryDialog.js", "composum/nodes/browser/js/policiesTable.js", "composum/nodes/browser/js/policiesTab.js", "composum/nodes/browser/js/version.js", "category:composum.nodes.console.browser.references", "composum/nodes/browser/js/nodeview.js"]}}}
json_instruct
{"type": "object", "properties": {"browser": {"type": "object", "properties": {"sling:resourceType": {"type": "string"}, "category": {"type": "array", "items": {"type": "string"}}, "order": {"type": "integer"}, "css": {"type": "object", "properties": {"jcr:primaryType": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}, "embed": {"type": "array", "items": {"type": "string"}}}, "required": ["jcr:primaryType", "depends", "embed"]}, "js": {"type": "object", "properties": {"jcr:primaryType": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}, "embed": {"type": "array", "items": {"type": "string"}}}, "required": ["jcr:primaryType", "depends", "embed"]}}, "required": ["sling:resourceType", "category", "order", "css", "js"]}}, "required": ["browser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"mz": {"type": "string"}, "puppeteer": {"type": "string"}, "resemblejs": {"type": "string"}}, "required": ["mz", "puppeteer", "resemblejs"]}, "scripts": {"type": "object", "properties": {"capture": {"type": "string"}}, "required": ["capture"]}}, "required": ["name", "version", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jakewharton.com", "version" : "1.0.0", "dependencies" : {"mz" : "^2.7.0", "puppeteer" : "^1.20.0", "resemblejs" : "^3.2.2"}, "scripts" : {"capture" : "node scripts/capture.js"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"mz": {"type": "string"}, "puppeteer": {"type": "string"}, "resemblejs": {"type": "string"}}, "required": ["mz", "puppeteer", "resemblejs"]}, "scripts": {"type": "object", "properties": {"capture": {"type": "string"}}, "required": ["capture"]}}, "required": ["name", "version", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "packageName": {"type": "string"}, "versionName": {"type": "string"}, "versionCode": {"type": "integer"}}, "required": ["name", "main", "ignore", "packageName", "versionName", "versionCode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ranyongjs", "main" : "main.js", "ignore" : ["build"], "packageName" : "com.ranyong.ranyongjs", "versionName" : "1.0.1", "versionCode" : 1}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "packageName": {"type": "string"}, "versionName": {"type": "string"}, "versionCode": {"type": "integer"}}, "required": ["name", "main", "ignore", "packageName", "versionName", "versionCode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saulles", "dpt" : "Haute-Marne", "inscrits" : 74, "abs" : 10, "votants" : 64, "blancs" : 11, "nuls" : 4, "exp" : 49, "res" : [{"panneau" : "1", "voix" : 33}, {"panneau" : "2", "voix" : 16}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Recquignies", "circ" : "3\u00e8me circonscription", "dpt" : "Nord", "inscrits" : 1707, "abs" : 1180, "votants" : 527, "blancs" : 35, "nuls" : 8, "exp" : 484, "res" : [{"nuance" : "FN", "nom" : "Mme Sylvie GODDYN", "voix" : 271}, {"nuance" : "REM", "nom" : "M. Christophe DI POMPEO", "voix" : 213}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "I will present the E-Cell Project, our efforts towards realizing precise whole cell-scale simulations possible. Our simulation platform E-Cell System combines C++ and Python to mitigate biological complexity while maintaining high-productivity and high-performance on various architectures including supercomputers.", "recorded" : "2013-09-14", "speakers" : ["Koichi Takahashi"], "thumbnail_url" : "https://i.ytimg.com/vi/R6EwzkGyRJ0/hqdefault.jpg", "title" : "Simulating whole cell with E-Cell System by Koichi Takahashi", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=R6EwzkGyRJ0"}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"linters": {"type": "object", "properties": {"./*.ts": {"type": "array", "items": {"type": "string"}}, "./src/**/*.ts": {"type": "array", "items": {"type": "string"}}, "./test/**/*.ts": {"type": "array", "items": {"type": "string"}}}, "required": ["./*.ts", "./src/**/*.ts", "./test/**/*.ts"]}}, "required": ["linters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"linters" : {"./*.ts" : ["import-sort --write"], "./src/**/*.ts" : ["yarn run lint:src:base --fix", "git add"], "./test/**/*.ts" : ["yarn run lint:test:base --fix", "git add"]}}
json_instruct
{"type": "object", "properties": {"linters": {"type": "object", "properties": {"./*.ts": {"type": "array", "items": {"type": "string"}}, "./src/**/*.ts": {"type": "array", "items": {"type": "string"}}, "./test/**/*.ts": {"type": "array", "items": {"type": "string"}}}, "required": ["./*.ts", "./src/**/*.ts", "./test/**/*.ts"]}}, "required": ["linters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"vue-validator.js": {"type": "string"}, "vue-validator.min.js": {"type": "string"}}, "required": ["vue-validator.js", "vue-validator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vue-validator.js" : "sha256-9BHxKHOO7MdcK6oDiJTAKOsr4kww91nf40cux0qfT60=", "vue-validator.min.js" : "sha256-uD8CeKKVmPjfJgJV2lKkqFlHNBx5e8vAVjkbzozTmeQ="}
json_instruct
{"type": "object", "properties": {"vue-validator.js": {"type": "string"}, "vue-validator.min.js": {"type": "string"}}, "required": ["vue-validator.js", "vue-validator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "Talbot County", "fips" : "24041", "state_code" : 24, "county_code" : 41, "population" : 37181, "countrylevel_id" : "fips:24041", "census_data" : {"COUNTYNS" : "00592947", "AFFGEOID" : "0500000US24041", "LSAD" : "06", "ALAND" : 695563206, "AWATER" : 539361871}}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-76.379739, 38.788314], [-76.310081, 38.796845999999995], [-76.271575, 38.851771], [-76.21932799999999, 38.812371], [-76.19109, 38.82966], [-76.196868759948, 38.8557419634207], [-76.103512, 38.882307999999995], [-76.09695599999999, 38.944258999999995], [-75.94933499999999, 38.918333], [-75.896774, 38.815109], [-76.014427, 38.726462999999995], [-75.94524799999999, 38.674109], [-76.027717, 38.572433], [-76.1701618745873, 38.6408420471501], [-76.175159, 38.673235999999996], [-76.200334, 38.670774], [-76.238725, 38.712845], [-76.275015, 38.712714], [-76.322418, 38.679303999999995], [-76.34799799999999, 38.686234], [-76.340543, 38.730337999999996], [-76.39035, 38.757003999999995], [-76.379739, 38.788314]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "string"}, "dependencies": {"type": "object", "properties": {"colors": {"type": "string"}}, "required": ["colors"]}}, "required": ["name", "version", "main", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "colors-project", "version" : "0.0.1", "main" : "./index", "private" : "true", "dependencies" : {"colors" : "0.5.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "string"}, "dependencies": {"type": "object", "properties": {"colors": {"type": "string"}}, "required": ["colors"]}}, "required": ["name", "version", "main", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Avatar": {"type": "string"}, "Status": {"type": "string"}, "Subscription": {"type": "string"}, "Plan": {"type": "string"}, "Url": {"type": "string"}, "Recent": {"type": "string"}, "Subscritption": {"type": "string"}}, "required": ["Avatar", "Status", "Subscription", "Plan", "Url", "Recent", "Subscritption"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Avatar" : "https://github.com/loliprotector.png", "Status" : "test", "Subscription" : "1 year", "Plan" : "Python", "Url" : "https://osu.ppy.sh/users/Kao", "Recent" : "..\\..\\Data\\Users..\\..\\Data\\Users\\Kao_README.md", "Subscritption" : "3 months"}
json_instruct
{"type": "object", "properties": {"Avatar": {"type": "string"}, "Status": {"type": "string"}, "Subscription": {"type": "string"}, "Plan": {"type": "string"}, "Url": {"type": "string"}, "Recent": {"type": "string"}, "Subscritption": {"type": "string"}}, "required": ["Avatar", "Status", "Subscription", "Plan", "Url", "Recent", "Subscritption"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-Christophe-Dodinicourt", "dpt" : "Aube", "inscrits" : 31, "abs" : 1, "votants" : 30, "blancs" : 1, "nuls" : 0, "exp" : 29, "res" : [{"panneau" : "2", "voix" : 15}, {"panneau" : "1", "voix" : 14}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "summary": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "integer"}, "commentCount": {"type": "integer"}, "comments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "commenterId": {"type": "integer"}, "content": {"type": "string"}, "timestamp": {"type": "integer"}, "attachments": {"type": "array", "items": {}}}, "required": ["id", "commenterId", "content", "timestamp", "attachments"]}}}, "required": ["id", "status", "summary", "labels", "stars", "commentCount", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 317, "status" : "Fixed", "summary" : "osmarender tile server is no longer active", "labels" : ["Type-Task", "Priority-Medium"], "stars" : 0, "commentCount" : 2, "comments" : [{"id" : 0, "commenterId" : 8937367184059112911, "content" : "The tile source defined as TileSourceFactory.OSMARENDER is retired so we should remove all references to it.\r\n\r\nhttp://tah.openstreetmap.org/\r\nhttp://lists.openstreetmap.org/pipermail/dev/2012-February/024301.html\r\n", "timestamp" : 1331114841, "attachments" : []}, {"id" : 1, "commenterId" : 8937367184059112911, "content" : "This issue was closed by revision r1081.", "timestamp" : 1331501326, "attachments" : []}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "summary": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "integer"}, "commentCount": {"type": "integer"}, "comments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "commenterId": {"type": "integer"}, "content": {"type": "string"}, "timestamp": {"type": "integer"}, "attachments": {"type": "array", "items": {}}}, "required": ["id", "commenterId", "content", "timestamp", "attachments"]}}}, "required": ["id", "status", "summary", "labels", "stars", "commentCount", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1208170002", "district_id" : "1208170", "name" : "KEDAI LEDANG"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "rechiseled_compat:block/tconstruct_skyroot_planks_small_bricks"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[141.125, 23.5], [141.125, 23.583333333333332], [141.25, 23.583333333333332], [141.25, 23.5], [141.125, 23.5]]]}, "properties" : {"code" : 354121, "url" : "http://madefor.github.io/0410/api/v1/354121.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/354121.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependancies": {"type": "object", "properties": {"express": {"type": "string"}, "cors": {"type": "string"}, "mongoose": {"type": "string"}, "dotenv": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}}, "required": ["express", "cors", "mongoose", "dotenv", "socket.io", "socket.io-client"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "engines", "dependancies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "backend", "version" : "1.0.0", "description" : "server", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node server.js"}, "author" : "david mugalla", "license" : "MIT", "engines" : {"node" : "17.x"}, "dependancies" : {"express" : "^4.18.0", "cors" : "^2.8.5", "mongoose" : "^6.3.1", "dotenv" : "^16.0.0", "socket.io" : "^4.5.0", "socket.io-client" : "^4.5.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependancies": {"type": "object", "properties": {"express": {"type": "string"}, "cors": {"type": "string"}, "mongoose": {"type": "string"}, "dotenv": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}}, "required": ["express", "cors", "mongoose", "dotenv", "socket.io", "socket.io-client"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "engines", "dependancies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pattern": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "value"]}}}, "required": ["pattern"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pattern" : [{"name" : "button_blue", "value" : [{"name" : "text_size", "value" : "18fp"}, {"name" : "margin", "value" : "5vp"}, {"name" : "background_element", "value" : "$graphic:button_blue"}, {"name" : "text_color", "value" : "#FFFFFF"}]}, {"name" : "content_text", "value" : [{"name" : "text_size", "value" : "17fp"}, {"name" : "text_color", "value" : "#000000"}, {"name" : "background_element", "value" : "#F0F0F0"}, {"name" : "multiple_lines", "value" : "true"}, {"name" : "padding", "value" : "5vp"}, {"name" : "margin", "value" : "5vp"}, {"name" : "text_alignment", "value" : "start"}]}]}
json_instruct
{"type": "object", "properties": {"pattern": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "value"]}}}, "required": ["pattern"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1320a76cb4b2a60c7e47fcf5cd105e5a88fff2dd"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"946937743109": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946937749939": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937749940": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937751724": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937752163": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937752164": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937753905": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937754103": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937754104": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937755889": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946937743109", "946937749939", "946937749940", "946937751724", "946937752163", "946937752164", "946937753905", "946937754103", "946937754104", "946937755889"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"946937743109" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/Mi0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9XT1JMRF9TcGFjZS1FUV9Xb3JsZF9TcGFjZS5odG1sLWFuYWx5dGljcy05NDY5Mzc3NDMwNzI=.json"}, "946937749939" : {"type" : "st"}, "946937749940" : {"type" : "ss"}, "946937751724" : {"type" : "sf"}, "946937752163" : {"type" : "st"}, "946937752164" : {"type" : "ss"}, "946937753905" : {"type" : "sf"}, "946937754103" : {"type" : "st"}, "946937754104" : {"type" : "ss"}, "946937755889" : {"type" : "sf"}}
json_instruct
{"type": "object", "properties": {"946937743109": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946937749939": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937749940": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937751724": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937752163": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937752164": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937753905": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937754103": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937754104": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946937755889": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946937743109", "946937749939", "946937749940", "946937751724", "946937752163", "946937752164", "946937753905", "946937754103", "946937754104", "946937755889"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"purescript.outputDirectory": {"type": "string"}, "nixEnvSelector.nixFile": {"type": "string"}, "purescript.pursExe": {"type": "string"}, "purescript.buildCommand": {"type": "string"}}, "required": ["purescript.outputDirectory", "nixEnvSelector.nixFile", "purescript.pursExe", "purescript.buildCommand"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"purescript.outputDirectory" : "static/halogen/output/", "nixEnvSelector.nixFile" : "${workspaceRoot}/default.nix", "purescript.pursExe" : "/nix/store/vd4xvx67kx9czrv2x35vnz9fz0kyq23p-purescript-0.14.4/bin/purs", "purescript.buildCommand" : "/nix/store/l078vmg8z0g50yljwq8n7n2fsvhv93qh-spago-0.20.2/bin/spago build --purs-args --json-errors"}
json_instruct
{"type": "object", "properties": {"purescript.outputDirectory": {"type": "string"}, "nixEnvSelector.nixFile": {"type": "string"}, "purescript.pursExe": {"type": "string"}, "purescript.buildCommand": {"type": "string"}}, "required": ["purescript.outputDirectory", "nixEnvSelector.nixFile", "purescript.pursExe", "purescript.buildCommand"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "games": {"type": "object", "properties": {"nh": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "sources": {"type": "array", "items": {"type": "string"}}, "sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}}, "required": ["orderable", "sources", "sellPrice", "buyPrices"]}}, "required": ["nh"]}, "category": {"type": "string"}}, "required": ["id", "name", "games", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "broom-and-dustpan", "name" : "Broom And Dustpan", "games" : {"nh" : {"orderable" : true, "sources" : ["Nook's Cranny"], "sellPrice" : {"currency" : "bells", "value" : 227}, "buyPrices" : [{"currency" : "bells", "value" : 910}]}}, "category" : "Furniture"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "games": {"type": "object", "properties": {"nh": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "sources": {"type": "array", "items": {"type": "string"}}, "sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}}, "required": ["orderable", "sources", "sellPrice", "buyPrices"]}}, "required": ["nh"]}, "category": {"type": "string"}}, "required": ["id", "name", "games", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Char": {"type": "string"}, "Name": {"type": "string"}, "Color": {"type": "string"}, "ColorDark": {"type": "string"}, "Layer": {"type": "integer"}, "AlwaysVisible": {"type": "boolean"}, "Blocked": {"type": "boolean"}, "BlocksSight": {"type": "boolean"}, "AIType": {"type": "integer"}, "AITriggered": {"type": "boolean"}, "HPMax": {"type": "integer"}, "HPCurrent": {"type": "integer"}, "Attack": {"type": "integer"}, "Defense": {"type": "integer"}, "Basic": {"type": "integer"}, "Ballistic": {"type": "integer"}, "Explosive": {"type": "integer"}, "Kinetic": {"type": "integer"}, "Electromagnetic": {"type": "integer"}, "Active": {"type": "integer"}}, "required": ["Char", "Name", "Color", "ColorDark", "Layer", "AlwaysVisible", "Blocked", "BlocksSight", "AIType", "AITriggered", "HPMax", "HPCurrent", "Attack", "Defense", "Basic", "Ballistic", "Explosive", "Kinetic", "Electromagnetic", "Active"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Char" : "&", "Name" : "enemy", "Color" : "transparent", "ColorDark" : "transparent", "Layer" : 5, "AlwaysVisible" : true, "Blocked" : true, "BlocksSight" : false, "AIType" : 3, "AITriggered" : true, "HPMax" : 3, "HPCurrent" : 3, "Attack" : 1, "Defense" : 0, "Basic" : 0, "Ballistic" : 0, "Explosive" : 0, "Kinetic" : 0, "Electromagnetic" : 0, "Active" : 0}
json_instruct
{"type": "object", "properties": {"Char": {"type": "string"}, "Name": {"type": "string"}, "Color": {"type": "string"}, "ColorDark": {"type": "string"}, "Layer": {"type": "integer"}, "AlwaysVisible": {"type": "boolean"}, "Blocked": {"type": "boolean"}, "BlocksSight": {"type": "boolean"}, "AIType": {"type": "integer"}, "AITriggered": {"type": "boolean"}, "HPMax": {"type": "integer"}, "HPCurrent": {"type": "integer"}, "Attack": {"type": "integer"}, "Defense": {"type": "integer"}, "Basic": {"type": "integer"}, "Ballistic": {"type": "integer"}, "Explosive": {"type": "integer"}, "Kinetic": {"type": "integer"}, "Electromagnetic": {"type": "integer"}, "Active": {"type": "integer"}}, "required": ["Char", "Name", "Color", "ColorDark", "Layer", "AlwaysVisible", "Blocked", "BlocksSight", "AIType", "AITriggered", "HPMax", "HPCurrent", "Attack", "Defense", "Basic", "Ballistic", "Explosive", "Kinetic", "Electromagnetic", "Active"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016": {"type": "string"}, "\u0424\u043e\u0442\u043e": {"type": "string"}, "\u042f\u043a \u0436\u0438\u0432\u0435": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "analytics": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "integer"}, "i": {"type": "integer"}, "fh": {"type": "integer"}, "fha": {"type": "integer"}}, "required": ["y", "i", "fh", "fha"]}}, "declarationsLinks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "year": {"type": "integer"}, "provider": {"type": "string"}}, "required": ["id", "year", "provider"]}}}, "required": ["Department", "Region", "Position", "Name", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016", "\u0424\u043e\u0442\u043e", "\u042f\u043a \u0436\u0438\u0432\u0435", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456", "type", "key", "analytics", "declarationsLinks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Department" : "\u0420\u043e\u043a\u0438\u0442\u043d\u0456\u0432\u0441\u044c\u043a\u0438\u0439 \u0432\u0456\u0434\u0434\u0456\u043b \u0421\u0430\u0440\u043d\u0435\u043d\u0441\u044c\u043a\u043e\u0457 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u0457 \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0438 \u0420\u0456\u0432\u043d\u0435\u043d\u0441\u044c\u043a\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456", "Region" : "\u0420\u0456\u0432\u043d\u0435\u043d\u0441\u044c\u043a\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c", "Position" : "\u041f\u0440\u043e\u043a\u0443\u0440\u043e\u0440 \u0420\u043e\u043a\u0438\u0442\u043d\u0456\u0432\u0441\u044c\u043a\u043e\u0433\u043e \u0432\u0456\u0434\u0434\u0456\u043b\u0443 \u0421\u0430\u0440\u043d\u0435\u043d\u0441\u044c\u043a\u043e\u0457 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u0457 \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0438 \u0420\u0456\u0432\u043d\u0435\u043d\u0441\u044c\u043a\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456", "Name" : "\u041a\u0440\u0443\u043f\u0435\u043d\u043a\u043e \u042e\u0440\u0456\u0439 \u0410\u043d\u0430\u0442\u043e\u043b\u0456\u0439\u043e\u0432\u0438\u0447", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015" : "https://public.nazk.gov.ua/declaration/4044f556-aea7-47d3-bbaa-4a68ef6c04f7", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016" : "https://public.nazk.gov.ua/declaration/f97184fe-8741-4520-85ed-ce140efb7c7e", "\u0424\u043e\u0442\u043e" : "", "\u042f\u043a \u0436\u0438\u0432\u0435" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456" : "https://www.gp.gov.ua/integrity_profile/files/7aa62615ae9da09bb660136ed21f06b5.pdf", "type" : "prosecutor", "key" : "krupenko_yuriy_anatoliyovich", "analytics" : [{"y" : 2015, "i" : 72005, "fh" : 50, "fha" : 1}, {"y" : 2016, "i" : 135852, "fh" : 50, "fha" : 1}, {"y" : 2017, "i" : 316981, "fh" : 55, "fha" : 2}], "declarationsLinks" : [{"id" : "nacp_4044f556-aea7-47d3-bbaa-4a68ef6c04f7", "year" : 2015, "provider" : "declarations.com.ua.opendata"}, {"id" : "nacp_f97184fe-8741-4520-85ed-ce140efb7c7e", "year" : 2016, "provider" : "declarations.com.ua.opendata"}, {"id" : "nacp_939ba64a-fc03-48f0-a097-705a35fdee63", "year" : 2017, "provider" : "declarations.com.ua.opendata"}]}
json_instruct
{"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016": {"type": "string"}, "\u0424\u043e\u0442\u043e": {"type": "string"}, "\u042f\u043a \u0436\u0438\u0432\u0435": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "analytics": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "integer"}, "i": {"type": "integer"}, "fh": {"type": "integer"}, "fha": {"type": "integer"}}, "required": ["y", "i", "fh", "fha"]}}, "declarationsLinks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "year": {"type": "integer"}, "provider": {"type": "string"}}, "required": ["id", "year", "provider"]}}}, "required": ["Department", "Region", "Position", "Name", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016", "\u0424\u043e\u0442\u043e", "\u042f\u043a \u0436\u0438\u0432\u0435", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456", "type", "key", "analytics", "declarationsLinks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "module_name": {"type": "string"}, "publish_date": {"type": "string"}, "cves": {"type": "array", "items": {"type": "string"}}, "vulnerable_versions": {"type": "string"}, "patched_versions": {"type": "string"}, "slug": {"type": "string"}, "overview": {"type": "string"}, "recommendation": {"type": "string"}, "references": {"type": "string"}, "cvss_vector": {"type": "string"}, "cvss_score": {"type": "number"}, "coordinating_vendor": {"type": "string"}}, "required": ["id", "created_at", "updated_at", "title", "author", "module_name", "publish_date", "cves", "vulnerable_versions", "patched_versions", "slug", "overview", "recommendation", "references", "cvss_vector", "cvss_score", "coordinating_vendor"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 21, "created_at" : "2015-10-17T19:41:46.382+00:00", "updated_at" : "2016-04-28T20:03:53+00:00", "title" : "Heap Based Buffer Overflow", "author" : "N/A", "module_name" : "libyaml", "publish_date" : "2014-02-04T17:31:34+00:00", "cves" : ["CVE-2013-6393"], "vulnerable_versions" : "<0.2.3", "patched_versions" : ">=0.2.3", "slug" : "libyaml_heap-based-buffer-overflow", "overview" : "LibYAML, the library that libyaml provides bindings for is vulnerable to a heap-based buffer overflow when parsing YAML tags.", "recommendation" : "- Update to version 0.2.3 that includes a version of LibYAML that contains a fix for this issue.", "references" : "- [CVE-2013-6393](http://cve.mitre.org/cgi-bin/cvename.cgi?name=2013-6393)\n- https://bitbucket.org/xi/libyaml/pull-request/1/fix-cve-2013-6393/diff", "cvss_vector" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "cvss_score" : 8.6, "coordinating_vendor" : "^Lift Security"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "module_name": {"type": "string"}, "publish_date": {"type": "string"}, "cves": {"type": "array", "items": {"type": "string"}}, "vulnerable_versions": {"type": "string"}, "patched_versions": {"type": "string"}, "slug": {"type": "string"}, "overview": {"type": "string"}, "recommendation": {"type": "string"}, "references": {"type": "string"}, "cvss_vector": {"type": "string"}, "cvss_score": {"type": "number"}, "coordinating_vendor": {"type": "string"}}, "required": ["id", "created_at", "updated_at", "title", "author", "module_name", "publish_date", "cves", "vulnerable_versions", "patched_versions", "slug", "overview", "recommendation", "references", "cvss_vector", "cvss_score", "coordinating_vendor"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"e_id" : "5057", "title" : "\u7f57\u65af\u798f\u53d6\u6d88\u7f8e\u5143\u7684\u91d1\u672c\u4f4d\u5236", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u572888\u5e74\u524d\u7684\u4eca\u5929\uff0c1933\u5e744\u670819\u65e5(\u519c\u53861933\u5e743\u670825\u65e5)\uff0c\u7f57\u65af\u798f\u53d6\u6d88\u7f8e\u5143\u7684\u91d1\u672c\u4f4d\u5236\u30021933\u5e744\u670819\u65e5\uff0c\u7f8e\u56fd\u53d6\u6d88\u91d1\u672c\u4f4d\u5236\uff0c\u7f57\u65af\u798f\u7684\u8fd9\u4e00\u884c\u52a8\u4f7f\u7f8e\u56fd\u4e0e\u4e16\u754c\u4e0a\u7edd\u5927\u591a\u6570\u56fd\u5bb6\u4fdd\u6301\u5e73\u7b49\u7684\u8d27\u5e01\u57fa\u7840\u3002\u8054\u90a6\u653f\u5e9c\u5b98\u5458\u8bf4\u8fd9\u4e00\u884c\u52a8\u53ea\u662f\u51fa\u4e8e\u56fd\u5185\u548c\u4e16\u754c\u7684\u72b6\u51b5\u800c\u5b9a\u7684\u201c\u6743\u5b9c\u4e4b\u8ba1\u201d\uff0c\u4f46\u4ed6\u62d2\u7edd\u8bf4\u8fd9\u5c06\u5b9e\u884c\u591a\u957f\u65f6\u95f4\u3002\u653e\u5f03\u91d1\u672c\u4f4d\u5236\u4f7f\u534e\u5c14\u8857\u4e0a\u7684\u80a1\u7968\u4ef7\u683c\u4e0a\u5347\uff0c\u534e\u5c14\u8857\u7684\u80a1\u7968\u4ea4\u6613\u5f02\u5e38\u6d3b\u8dc3\uff0c\u4e00\u5929\u6240\u8fdb\u884c\u4ea4\u5272\u7684\u80a1\u7968\u603b\u989d\u8fbe500\u4e07\u80a1\uff0c\u662f\u8fc7\u53bb6\u4e2a\u591a\u6708\u6765\u6700\u6d3b\u8dc3\u7684\u4e00\u5929\u3002\u7136\u800c\u8fd9\u4e00\u884c\u52a8\u5728\u56fd\u5916\u7279\u522b\u662f\u5728\u6cd5\u56fd\u53d7\u5230\u731b\u70c8\u653b\u51fb\u3002\u5728\u6cd5\u56fd\uff0c\u7f8e\u5143\u4ef7\u503c\u7684\u6ce2\u52a8\u88ab\u4e00\u4f4d\u7ecf\u6d4e\u5b66\u5bb6\u63cf\u8ff0\u6210\u201c\u51e0\u4e4e\u4e0d\u80fd\u628a\u5b83\u79f0\u4f5c\u662f\u4e00\u79cd\u81ea\u79f0\u4ee5\u9ec4\u91d1\u4e3a\u672c\u4f4d\u7684\u8d27\u5e01\u201d\u3002\u7f8e\u56fd\u4eba\u7684\u884c\u52a8\u5728\u4f26\u6566\u770b\u8d77\u6765\u53ef\u80fd\u8981\u6311\u8d77\u7f8e\u56fd\u4e0e\u82f1\u56fd\u4e4b\u95f4\u7684\u4e00\u573a\u8d38\u6613\u5927\u6218\u3002", "picNo" : "0", "picUrl" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 36876, "cartId" : "7d0c0607-48c7-4367-aaea-452ff0148a16", "preferredProducts" : [1886, 136, 914, 3863, 4191, 3620], "productReviews" : [{"productId" : 4706, "reviewText" : "My bass loves to play with it.", "reviewDate" : "2020-01-09T09:22:43.3357503+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"courseCode" : "SC4210", "courseCredit" : "5", "description" : "This module deals with the main contemporary issues and problems that have their roots in migration and its consequences at the individual, societal, and global level. It will focus on the following issues and processes: the migratory process and the formation of ethnic groups; postwar migration patterns, the globalization of international migration; new migration in the Asia-Pacific; migrants and minorities in the labour force; the migratory process: Singapore, Malaysia and Brunei compared; new ethnic minorities and society; immigration policies and politics; and migration in the New World order. This module is mounted for students with interest in human migration and its implications.", "faculty" : "Arts and Social Science", "title" : "Sociology of Migration"}
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1019", "provinceId" : "33", "regencyId" : "26", "districtId" : "13", "name" : "Kedungwuni Timur"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "0.988", "Title" : "Frequency and Contextual Diversity Effects in Cross-Situational Word Learning", "Year" : 2009}, {"Similarity" : "0.988", "Title" : "Temporal Contiguity in Cross-Situational Statistical Learning", "Year" : 2009}, {"Similarity" : "0.987", "Title" : "Cross-Situational Statistical Learning Implicit or Intentional", "Year" : 2010}, {"Similarity" : "0.984", "Title" : "4-month-olds Discover Algebraic Patterns in Music That 75-month-olds Do Not", "Year" : 2006}, {"Similarity" : "0.979", "Title" : "The roles of item repetition and position in infant sequence learning", "Year" : 2017}, {"Similarity" : "0.973", "Title" : "The Role of Explaining Away in Human Abstract Rule Induction", "Year" : 2010}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "typescript": {"type": "string"}, "typescript-eslint-parser": {"type": "string"}}, "required": ["eslint", "typescript", "typescript-eslint-parser"]}, "devDependencies": {"type": "object", "properties": {"eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}}, "required": ["eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard"]}}, "required": ["license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"license" : "SEE LICENSE IN LICENSE", "dependencies" : {"eslint" : "^4.10.0", "typescript" : "^2.5.3", "typescript-eslint-parser" : "^8.0.1"}, "devDependencies" : {"eslint-config-standard" : "^10.2.1", "eslint-plugin-import" : "^2.8.0", "eslint-plugin-node" : "^5.2.1", "eslint-plugin-promise" : "^3.6.0", "eslint-plugin-standard" : "^3.0.1"}}
json_instruct
{"type": "object", "properties": {"license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "typescript": {"type": "string"}, "typescript-eslint-parser": {"type": "string"}}, "required": ["eslint", "typescript", "typescript-eslint-parser"]}, "devDependencies": {"type": "object", "properties": {"eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}}, "required": ["eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard"]}}, "required": ["license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "511802114200", "text" : "\u67ab\u6728\u6751\u59d4\u4f1a"}, {"id" : "511802114201", "text" : "\u674e\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "511802114202", "text" : "\u7d2b\u77f3\u6751\u59d4\u4f1a"}, {"id" : "511802114203", "text" : "\u516b\u6b65\u6751\u59d4\u4f1a"}, {"id" : "511802114204", "text" : "\u89c2\u5316\u6751\u59d4\u4f1a"}, {"id" : "511802114205", "text" : "\u5218\u6768\u6751\u59d4\u4f1a"}, {"id" : "511802114206", "text" : "\u4e0a\u6a2a\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-Clair", "dpt" : "Lot", "inscrits" : 145, "abs" : 14, "votants" : 131, "blancs" : 11, "nuls" : 8, "exp" : 112, "res" : [{"panneau" : "1", "voix" : 92}, {"panneau" : "2", "voix" : 20}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"opts": {"type": "object", "properties": {"template": {"type": "string"}, "destination": {"type": "string"}, "recurse": {"type": "boolean"}, "readme": {"type": "string"}}, "required": ["template", "destination", "recurse", "readme"]}, "source": {"type": "object", "properties": {"includePattern": {"type": "string"}, "excludePattern": {"type": "string"}}, "required": ["includePattern", "excludePattern"]}, "templates": {"type": "object", "properties": {"theme": {"type": "string"}}, "required": ["theme"]}}, "required": ["opts", "source", "templates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"opts" : {"template" : "./node_modules/ink-docstrap/template", "destination" : "./docs/", "recurse" : true, "readme" : "README.md"}, "source" : {"includePattern" : ".+\\.js(doc|x)?$", "excludePattern" : "node_modules"}, "templates" : {"theme" : "cosmo"}}
json_instruct
{"type": "object", "properties": {"opts": {"type": "object", "properties": {"template": {"type": "string"}, "destination": {"type": "string"}, "recurse": {"type": "boolean"}, "readme": {"type": "string"}}, "required": ["template", "destination", "recurse", "readme"]}, "source": {"type": "object", "properties": {"includePattern": {"type": "string"}, "excludePattern": {"type": "string"}}, "required": ["includePattern", "excludePattern"]}, "templates": {"type": "object", "properties": {"theme": {"type": "string"}}, "required": ["theme"]}}, "required": ["opts", "source", "templates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "341024106204", "text" : "\u96f7\u6e56\u6751\u6751\u59d4\u4f1a"}, {"id" : "341024106205", "text" : "\u661f\u661f\u6751\u6751\u59d4\u4f1a"}, {"id" : "341024106206", "text" : "\u57ce\u5b89\u6751\u6751\u59d4\u4f1a"}, {"id" : "341024106207", "text" : "\u82a6\u8354\u6751\u6751\u59d4\u4f1a"}, {"id" : "341024106212", "text" : "\u8d64\u5cad\u6751\u6751\u59d4\u4f1a"}, {"id" : "341024106213", "text" : "\u5e7f\u8054\u6751\u6751\u59d4\u4f1a"}, {"id" : "341024106214", "text" : "\u5e7f\u5927\u6751\u6751\u59d4\u4f1a"}, {"id" : "341024106215", "text" : "\u5e7f\u4e50\u6751\u6751\u59d4\u4f1a"}, {"id" : "341024106216", "text" : "\u738b\u84b2\u6751\u6751\u59d4\u4f1a"}, {"id" : "341024106217", "text" : "\u4e94\u5cf0\u6751\u6751\u59d4\u4f1a"}, {"id" : "341024106218", "text" : "\u7405\u4e30\u6751\u6751\u59d4\u4f1a"}, {"id" : "341024106219", "text" : "\u661f\u8054\u6751\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}, "shasum": {"type": "string"}}, "required": ["type", "url", "reference", "shasum"]}, "time": {"type": "string"}, "type": {"type": "string"}, "extra": {"type": "object", "properties": {"component": {"type": "object", "properties": {"styles": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["styles", "files"]}}, "required": ["component"]}, "installation-source": {"type": "string"}, "notification-url": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "install-path": {"type": "string"}}, "required": ["name", "version", "version_normalized", "source", "dist", "time", "type", "extra", "installation-source", "notification-url", "license", "description", "support", "install-path"]}}, "dev": {"type": "boolean"}, "dev-package-names": {"type": "array", "items": {}}}, "required": ["packages", "dev", "dev-package-names"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"packages" : [{"name" : "components/font-awesome", "version" : "5.15.3", "version_normalized" : "5.15.3.0", "source" : {"type" : "git", "url" : "https://github.com/components/font-awesome.git", "reference" : "09f1f2e02ea0cd319569b32f8639b37dfcd7a62d"}, "dist" : {"type" : "zip", "url" : "https://api.github.com/repos/components/font-awesome/zipball/09f1f2e02ea0cd319569b32f8639b37dfcd7a62d", "reference" : "09f1f2e02ea0cd319569b32f8639b37dfcd7a62d", "shasum" : ""}, "time" : "2021-03-17T05:28:56+00:00", "type" : "component", "extra" : {"component" : {"styles" : ["css/all.css"], "files" : ["css/all.min.css", "webfonts/*"]}}, "installation-source" : "dist", "notification-url" : "https://packagist.org/downloads/", "license" : ["CC-BY-4.0", "MIT", "OFL-1.1"], "description" : "Font Awesome, the iconic SVG, font, and CSS framework.", "support" : {"issues" : "https://github.com/components/font-awesome/issues", "source" : "https://github.com/components/font-awesome/tree/5.15.3"}, "install-path" : "../components/font-awesome"}], "dev" : true, "dev-package-names" : []}
json_instruct
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}, "shasum": {"type": "string"}}, "required": ["type", "url", "reference", "shasum"]}, "time": {"type": "string"}, "type": {"type": "string"}, "extra": {"type": "object", "properties": {"component": {"type": "object", "properties": {"styles": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["styles", "files"]}}, "required": ["component"]}, "installation-source": {"type": "string"}, "notification-url": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "install-path": {"type": "string"}}, "required": ["name", "version", "version_normalized", "source", "dist", "time", "type", "extra", "installation-source", "notification-url", "license", "description", "support", "install-path"]}}, "dev": {"type": "boolean"}, "dev-package-names": {"type": "array", "items": {}}}, "required": ["packages", "dev", "dev-package-names"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "group": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "author": {"type": "string"}, "dateCreated": {"type": "string"}}, "required": ["title", "group", "keywords", "description", "author", "dateCreated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Reorderable ListView", "group" : "ListViews", "keywords" : ["list", "view", "items", "tile", "tiles", "listview", "reorder", "sort"], "description" : "With a single switch, the ListView can become reorderable", "author" : "Jeremy Foster", "dateCreated" : "2012/10/01"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "group": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "author": {"type": "string"}, "dateCreated": {"type": "string"}}, "required": ["title", "group", "keywords", "description", "author", "dateCreated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {}}, "server": {"type": "array", "items": {}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "minVersion", "package", "compatibilityLevel", "mixins", "client", "server", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"required" : true, "minVersion" : "0.8", "package" : "net.melon.slabs.mixin", "compatibilityLevel" : "JAVA_16", "mixins" : ["ComposterMixin", "CactusMixin", "MelonMixin", "TridentMixin", "CriteriaMixin"], "client" : [], "server" : [], "injectors" : {"defaultRequire" : 1}}
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {}}, "server": {"type": "array", "items": {}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "minVersion", "package", "compatibilityLevel", "mixins", "client", "server", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.0a74b1fe.chunk.css": {"type": "string"}, "static/js/2.b6702176.chunk.js": {"type": "string"}, "static/js/2.b6702176.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/2.0a74b1fe.chunk.css.map": {"type": "string"}, "static/js/2.b6702176.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.0a74b1fe.chunk.css", "static/js/2.b6702176.chunk.js", "static/js/2.b6702176.chunk.js.map", "index.html", "static/css/2.0a74b1fe.chunk.css.map", "static/js/2.b6702176.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"main.js" : "/static/js/main.7390b87b.chunk.js", "main.js.map" : "/static/js/main.7390b87b.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.aef01254.js", "runtime-main.js.map" : "/static/js/runtime-main.aef01254.js.map", "static/css/2.0a74b1fe.chunk.css" : "/static/css/2.0a74b1fe.chunk.css", "static/js/2.b6702176.chunk.js" : "/static/js/2.b6702176.chunk.js", "static/js/2.b6702176.chunk.js.map" : "/static/js/2.b6702176.chunk.js.map", "index.html" : "/index.html", "static/css/2.0a74b1fe.chunk.css.map" : "/static/css/2.0a74b1fe.chunk.css.map", "static/js/2.b6702176.chunk.js.LICENSE.txt" : "/static/js/2.b6702176.chunk.js.LICENSE.txt"}, "entrypoints" : ["static/js/runtime-main.aef01254.js", "static/css/2.0a74b1fe.chunk.css", "static/js/2.b6702176.chunk.js", "static/js/main.7390b87b.chunk.js"]}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.0a74b1fe.chunk.css": {"type": "string"}, "static/js/2.b6702176.chunk.js": {"type": "string"}, "static/js/2.b6702176.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/2.0a74b1fe.chunk.css.map": {"type": "string"}, "static/js/2.b6702176.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.0a74b1fe.chunk.css", "static/js/2.b6702176.chunk.js", "static/js/2.b6702176.chunk.js.map", "index.html", "static/css/2.0a74b1fe.chunk.css.map", "static/js/2.b6702176.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"editor.fontSize": {"type": "integer"}, "editor.minimap.enabled": {"type": "boolean"}, "editor.fontFamily": {"type": "string"}, "editor.fontLigatures": {"type": "boolean"}, "workbench.iconTheme": {"type": "string"}, "workbench.colorTheme": {"type": "string"}}, "required": ["editor.fontSize", "editor.minimap.enabled", "editor.fontFamily", "editor.fontLigatures", "workbench.iconTheme", "workbench.colorTheme"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"editor.fontSize" : 18, "editor.minimap.enabled" : false, "editor.fontFamily" : "Fira Code", "editor.fontLigatures" : true, "workbench.iconTheme" : "material-icon-theme", "workbench.colorTheme" : "Atom Dark Syntax"}
json_instruct
{"type": "object", "properties": {"editor.fontSize": {"type": "integer"}, "editor.minimap.enabled": {"type": "boolean"}, "editor.fontFamily": {"type": "string"}, "editor.fontLigatures": {"type": "boolean"}, "workbench.iconTheme": {"type": "string"}, "workbench.colorTheme": {"type": "string"}}, "required": ["editor.fontSize", "editor.minimap.enabled", "editor.fontFamily", "editor.fontLigatures", "workbench.iconTheme", "workbench.colorTheme"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"links": {"type": "object", "properties": {"static": {"type": "string"}, "html": {"type": "string"}, "fragment": {"type": "string"}, "self": {"type": "string"}}, "required": ["static", "html", "fragment", "self"]}, "name": {"type": "string"}, "kindString": {"type": "string"}, "flags": {"type": "object", "properties": {"isExported": {"type": "boolean"}}, "required": ["isExported"]}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "kindString": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "comment": {"type": "object", "properties": {"shortText": {"type": "string"}}, "required": ["shortText"]}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "kindString": {"type": "string"}, "flags": {"type": "object", "properties": {"isOptional": {"type": "boolean"}}, "required": ["isOptional"]}, "type": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}}, "required": ["name", "kindString", "flags", "type"]}}, "type": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}}, "required": ["name", "kindString", "flags", "comment", "parameters", "type"]}}, "sources": {"type": "array", "items": {"type": "object", "properties": {"fileName": {"type": "string"}, "line": {"type": "integer"}, "character": {"type": "integer"}}, "required": ["fileName", "line", "character"]}}}, "required": ["links", "name", "kindString", "flags", "signatures", "sources"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"links" : {"static" : "docs/api/templating-binding/class/AttributeMap/method/register", "html" : "docs/api/templating-binding/class/AttributeMap/method/register/index.html", "fragment" : "docs/api/templating-binding/class/AttributeMap/method/register/index-fragment.html", "self" : "docs/api/templating-binding/class/AttributeMap/method/register/index.json"}, "name" : "register", "kindString" : "Method", "flags" : {"isExported" : true}, "signatures" : [{"name" : "register", "kindString" : "Call signature", "flags" : {}, "comment" : {"shortText" : "Maps a specific HTML element attribute to a javascript property."}, "parameters" : [{"name" : "elementName", "kindString" : "Parameter", "flags" : {"isOptional" : true}, "type" : {"type" : "intrinsic", "name" : "any"}}, {"name" : "attributeName", "kindString" : "Parameter", "flags" : {"isOptional" : true}, "type" : {"type" : "intrinsic", "name" : "any"}}, {"name" : "propertyName", "kindString" : "Parameter", "flags" : {"isOptional" : true}, "type" : {"type" : "intrinsic", "name" : "any"}}], "type" : {"type" : "intrinsic", "name" : "any"}}], "sources" : [{"fileName" : "aurelia-templating-binding.d.ts", "line" : 30, "character" : 10}]}
json_instruct
{"type": "object", "properties": {"links": {"type": "object", "properties": {"static": {"type": "string"}, "html": {"type": "string"}, "fragment": {"type": "string"}, "self": {"type": "string"}}, "required": ["static", "html", "fragment", "self"]}, "name": {"type": "string"}, "kindString": {"type": "string"}, "flags": {"type": "object", "properties": {"isExported": {"type": "boolean"}}, "required": ["isExported"]}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "kindString": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "comment": {"type": "object", "properties": {"shortText": {"type": "string"}}, "required": ["shortText"]}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "kindString": {"type": "string"}, "flags": {"type": "object", "properties": {"isOptional": {"type": "boolean"}}, "required": ["isOptional"]}, "type": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}}, "required": ["name", "kindString", "flags", "type"]}}, "type": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}}, "required": ["name", "kindString", "flags", "comment", "parameters", "type"]}}, "sources": {"type": "array", "items": {"type": "object", "properties": {"fileName": {"type": "string"}, "line": {"type": "integer"}, "character": {"type": "integer"}}, "required": ["fileName", "line", "character"]}}}, "required": ["links", "name", "kindString", "flags", "signatures", "sources"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "ids": {"type": "array", "items": {"type": "string"}}}, "required": ["spec", "ids"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"spec" : {"title" : "Device Memory", "url" : "https://www.w3.org/TR/device-memory-1/"}, "ids" : ["toc-nav", "toc-jump", "toc-toggle", "title", "subtitle", "abstract", "status", "w3c_process_revision", "toc", "contents", "intro", "example", "sec-device-memory-client-hint-header", "computing-device-memory-value", "examples", "sec-device-memory-js-api", "ref-for-NoInterfaceObject", "ref-for-SecureContext", "ref-for-Exposed", "navigatordeviceclass", "ref-for-idl-double", "dom-navigatordeviceclass-devicememory", "ref-for-computing-device-memory-value", "sec-security-considerations", "acknowledgements", "index", "index-defined-here", "index-defined-elsewhere", "term-for-Exposed", "term-for-NoInterfaceObject", "term-for-SecureContext", "term-for-idl-double", "references", "normative", "biblio-webidl", "idl-index", "ref-for-NoInterfaceObject\u2460", "ref-for-SecureContext\u2460", "ref-for-Exposed\u2460", "ref-for-idl-double\u2460"]}
json_instruct
{"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "ids": {"type": "array", "items": {"type": "string"}}}, "required": ["spec", "ids"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"source": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "targets": {"type": "object", "properties": {"default": {"type": "object", "properties": {"sourceMap": {"type": "boolean"}}, "required": ["sourceMap"]}}, "required": ["default"]}, "devDependencies": {"type": "object", "properties": {"parcel": {"type": "string"}, "parcel-transformer-obfuscation": {"type": "string"}}, "required": ["parcel", "parcel-transformer-obfuscation"]}}, "required": ["source", "scripts", "targets", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source" : "index.html", "scripts" : {"build" : "rm -rf ./dist && ./node_modules/.bin/parcel build"}, "targets" : {"default" : {"sourceMap" : false}}, "devDependencies" : {"parcel" : "2.3.2", "parcel-transformer-obfuscation" : "file:parcel-transformer-obfuscation"}}
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "targets": {"type": "object", "properties": {"default": {"type": "object", "properties": {"sourceMap": {"type": "boolean"}}, "required": ["sourceMap"]}}, "required": ["default"]}, "devDependencies": {"type": "object", "properties": {"parcel": {"type": "string"}, "parcel-transformer-obfuscation": {"type": "string"}}, "required": ["parcel", "parcel-transformer-obfuscation"]}}, "required": ["source", "scripts", "targets", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/peglaci/lights/lights/talllight2/peglacilighttall2.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/peglaci/lights/lights/talllight2/peglacilighttall2.object"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}}, "required": ["Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"objects/peglaci/lights/lights/talllight2/peglacilighttall2.object" : ["/peglaciDescription"]}, "Texts" : {"Eng" : "A crystal lantern to light one's way on a dark winter's path,"}}, {"DeniedAlternatives" : [], "Files" : {"objects/peglaci/lights/lights/talllight2/peglacilighttall2.object" : ["/description"]}, "Texts" : {"Eng" : "A tall alloy light, lit by a glowing crystal."}}, {"DeniedAlternatives" : [], "Files" : {"objects/peglaci/lights/lights/talllight2/peglacilighttall2.object" : ["/shortdescription"]}, "Texts" : {"Eng" : "Alloy Glowspire"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/peglaci/lights/lights/talllight2/peglacilighttall2.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/peglaci/lights/lights/talllight2/peglacilighttall2.object"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}}, "required": ["Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 2072, "cartId" : "337cf3c8-ca9e-49fb-b4c5-368799f6f332", "preferredProducts" : [1065, 4736, 2904, 466], "productReviews" : [{"productId" : 3004, "reviewText" : "It only works when I'm Cook Islands.", "reviewDate" : "2016-12-12T23:09:02.8344518+02:00"}, {"productId" : 2667, "reviewText" : "My neighbor Betha has one of these. She works as a teacher and she says it looks wide.", "reviewDate" : "2016-06-06T18:37:38.8850144+03:00"}, {"productId" : 4276, "reviewText" : "one of my hobbies is toy collecting. and when i'm collecting toys this works great.", "reviewDate" : "2017-08-08T19:39:55.9280418+03:00"}, {"productId" : 3698, "reviewText" : "It only works when I'm Bahrain.", "reviewDate" : "2020-03-22T10:14:41.9824013+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["654025405001", "\u6c99\u54c8\u793e\u533a\u751f\u6d3b\u533a", "121", "0"], ["654025405002", "\u5409\u5c14\u683c\u90ce\u793e\u533a\u751f\u6d3b\u533a", "122", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"import": {"type": "string"}, "require": {"type": "string"}, "types": {"type": "string"}}, "required": ["import", "require", "types"]}, "./*": {"type": "string"}, "./nuxt": {"type": "object", "properties": {"import": {"type": "string"}, "require": {"type": "string"}, "types": {"type": "string"}}, "required": ["import", "require", "types"]}}, "required": [".", "./*", "./nuxt"]}, "main": {"type": "string"}, "types": {"type": "string"}, "module": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"vue": {"type": "string"}}, "required": ["vue"]}}, "required": ["name", "version", "license", "repository", "description", "keywords", "contributors", "author", "exports", "main", "types", "module", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@suggestify/nuxt", "version" : "0.0.2", "license" : "MIT", "repository" : "suggestifyjs/nuxt", "description" : "Fully accessible search with suggestions", "keywords" : ["nuxt", "nuxt3", "suggestify"], "contributors" : ["Max van der Schee"], "author" : {"name" : "Max van der Schee", "email" : "hello@maxvanderschee.nl"}, "exports" : {"." : {"import" : "./index.mjs", "require" : "./index.cjs", "types" : "./index.d.ts"}, "./*" : "./*", "./nuxt" : {"import" : "./nuxt.mjs", "require" : "./nuxt.cjs", "types" : "./nuxt.d.ts"}}, "main" : "./index.cjs", "types" : "./index.d.ts", "module" : "./index.mjs", "peerDependencies" : {"vue" : "^3.x.x"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"import": {"type": "string"}, "require": {"type": "string"}, "types": {"type": "string"}}, "required": ["import", "require", "types"]}, "./*": {"type": "string"}, "./nuxt": {"type": "object", "properties": {"import": {"type": "string"}, "require": {"type": "string"}, "types": {"type": "string"}}, "required": ["import", "require", "types"]}}, "required": [".", "./*", "./nuxt"]}, "main": {"type": "string"}, "types": {"type": "string"}, "module": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"vue": {"type": "string"}}, "required": ["vue"]}}, "required": ["name", "version", "license", "repository", "description", "keywords", "contributors", "author", "exports", "main", "types", "module", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"created_at" : 1475820551, "tags" : [], "title" : "0 \u7f8e\u5267", "updated_at" : 1475820551, "uuid" : "3F405FC6-31F1-4342-A56E-070B3C255B29"}
json_instruct
{"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"angular-multi-select.min.css": {"type": "string"}, "angular-multi-select.min.js": {"type": "string"}}, "required": ["angular-multi-select.min.css", "angular-multi-select.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-multi-select.min.css" : "sha256-kVkLLuYMD4c9TXkZTluvppl4PQG2k6HZL9Jz/sqtOcU=", "angular-multi-select.min.js" : "sha256-BhNCFJ1Vz7HYMVVfzWNwlZEb9vVOhlOmBhiz6w9Dmb8="}
json_instruct
{"type": "object", "properties": {"angular-multi-select.min.css": {"type": "string"}, "angular-multi-select.min.js": {"type": "string"}}, "required": ["angular-multi-select.min.css", "angular-multi-select.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"@loadingio/bootstrap.ext": {"type": "string"}, "@loadingio/debounce.js": {"type": "string"}, "@zbryikt/template": {"type": "string"}, "bootstrap": {"type": "string"}, "fedep": {"type": "string"}, "livescript": {"type": "string"}, "stylus": {"type": "string"}, "uglify-js": {"type": "string"}, "uglifycss": {"type": "string"}}, "required": ["@loadingio/bootstrap.ext", "@loadingio/debounce.js", "@zbryikt/template", "bootstrap", "fedep", "livescript", "stylus", "uglify-js", "uglifycss"]}, "frontendDependencies": {"type": "object", "properties": {"root": {"type": "string"}, "modules": {"type": "array", "items": {"type": "string"}}}, "required": ["root", "modules"]}}, "required": ["author", "name", "license", "description", "files", "version", "homepage", "repository", "engines", "scripts", "devDependencies", "frontendDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "zbryikt", "name" : "ldlazy", "license" : "MIT", "description" : "Vanilla JS Lazy Show Library", "files" : ["dist/**/*"], "version" : "1.0.2", "homepage" : "https://github.com/loadingio/ldlazy", "repository" : {"type" : "git", "url" : "https://github.com/loadingio/ldlazy"}, "engines" : {"node" : ">=10.14.1", "npm" : ">=6.4.1"}, "scripts" : {"start" : "npx server -r web -o true"}, "devDependencies" : {"@loadingio/bootstrap.ext" : "0.0.1", "@loadingio/debounce.js" : "0.0.1", "@zbryikt/template" : "^2.3.22", "bootstrap" : "^4.6.1", "fedep" : "0.0.17", "livescript" : "^1.6.0", "stylus" : "^0.55.0", "uglify-js" : "^3.2.0", "uglifycss" : "^0.0.29"}, "frontendDependencies" : {"root" : "web/static/assets/lib", "modules" : ["@loadingio/bootstrap.ext", "@loadingio/debounce.js", "bootstrap"]}}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"@loadingio/bootstrap.ext": {"type": "string"}, "@loadingio/debounce.js": {"type": "string"}, "@zbryikt/template": {"type": "string"}, "bootstrap": {"type": "string"}, "fedep": {"type": "string"}, "livescript": {"type": "string"}, "stylus": {"type": "string"}, "uglify-js": {"type": "string"}, "uglifycss": {"type": "string"}}, "required": ["@loadingio/bootstrap.ext", "@loadingio/debounce.js", "@zbryikt/template", "bootstrap", "fedep", "livescript", "stylus", "uglify-js", "uglifycss"]}, "frontendDependencies": {"type": "object", "properties": {"root": {"type": "string"}, "modules": {"type": "array", "items": {"type": "string"}}}, "required": ["root", "modules"]}}, "required": ["author", "name", "license", "description", "files", "version", "homepage", "repository", "engines", "scripts", "devDependencies", "frontendDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"agent": {"type": "object", "properties": {"agent_id": {"type": "string"}, "name": {"type": "string"}, "agent_org": {"type": "string"}, "description": {"type": "string"}}, "required": ["agent_id", "name", "agent_org", "description"]}, "entities": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "composites": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "intents": {"type": "array", "items": {"type": "object", "properties": {"meta_id": {"type": "string"}, "name": {"type": "string"}, "slots": {"type": "array", "items": {"type": "object", "properties": {"attribute_id": {"type": "string"}, "name": {"type": "string"}, "allow_ask_slot": {"type": "boolean"}}, "required": ["attribute_id", "name", "allow_ask_slot"]}}, "type": {"type": "string"}}, "required": ["meta_id", "name", "slots", "type"]}}}, "required": ["agent", "entities", "composites", "intents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"agent" : {"agent_id" : "CrossWOZ", "name" : "CrossWOZ", "agent_org" : "CrossWOZ", "description" : "generated from CrossWOZ data set"}, "entities" : [{}], "composites" : [{}], "intents" : [{"meta_id" : "CrossWOZ.\u666f\u70b9", "name" : "\u666f\u70b9", "slots" : [{"attribute_id" : "\u666f\u70b9.\u540d\u79f0", "name" : "\u666f\u70b9.\u540d\u79f0", "allow_ask_slot" : true}, {"attribute_id" : "\u666f\u70b9.\u5730\u5740", "name" : "\u666f\u70b9.\u5730\u5740", "allow_ask_slot" : true}, {"attribute_id" : "\u666f\u70b9.\u7535\u8bdd", "name" : "\u666f\u70b9.\u7535\u8bdd", "allow_ask_slot" : true}, {"attribute_id" : "\u666f\u70b9.\u8bc4\u5206", "name" : "\u666f\u70b9.\u8bc4\u5206", "allow_ask_slot" : true}], "type" : "intent"}, {"meta_id" : "CrossWOZ.\u9152\u5e97", "name" : "\u9152\u5e97", "slots" : [{"attribute_id" : "\u9152\u5e97.\u540d\u79f0", "name" : "\u9152\u5e97.\u540d\u79f0", "allow_ask_slot" : true}, {"attribute_id" : "\u9152\u5e97.\u7535\u8bdd", "name" : "\u9152\u5e97.\u7535\u8bdd", "allow_ask_slot" : true}], "type" : "intent"}, {"meta_id" : "CrossWOZ.\u9910\u9986", "name" : "\u9910\u9986", "slots" : [{"attribute_id" : "\u9910\u9986.\u4eba\u5747\u6d88\u8d39", "name" : "\u9910\u9986.\u4eba\u5747\u6d88\u8d39", "allow_ask_slot" : true}, {"attribute_id" : "\u9910\u9986.\u540d\u79f0", "name" : "\u9910\u9986.\u540d\u79f0", "allow_ask_slot" : true}, {"attribute_id" : "\u9910\u9986.\u5468\u8fb9\u666f\u70b9", "name" : "\u9910\u9986.\u5468\u8fb9\u666f\u70b9", "allow_ask_slot" : true, "allow_multi_value" : true}, {"attribute_id" : "\u9910\u9986.\u63a8\u8350\u83dc", "name" : "\u9910\u9986.\u63a8\u8350\u83dc", "allow_ask_slot" : true, "allow_multi_value" : true}, {"attribute_id" : "\u9910\u9986.\u8425\u4e1a\u65f6\u95f4", "name" : "\u9910\u9986.\u8425\u4e1a\u65f6\u95f4", "allow_ask_slot" : true}], "type" : "intent"}]}
json_instruct
{"type": "object", "properties": {"agent": {"type": "object", "properties": {"agent_id": {"type": "string"}, "name": {"type": "string"}, "agent_org": {"type": "string"}, "description": {"type": "string"}}, "required": ["agent_id", "name", "agent_org", "description"]}, "entities": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "composites": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "intents": {"type": "array", "items": {"type": "object", "properties": {"meta_id": {"type": "string"}, "name": {"type": "string"}, "slots": {"type": "array", "items": {"type": "object", "properties": {"attribute_id": {"type": "string"}, "name": {"type": "string"}, "allow_ask_slot": {"type": "boolean"}}, "required": ["attribute_id", "name", "allow_ask_slot"]}}, "type": {"type": "string"}}, "required": ["meta_id", "name", "slots", "type"]}}}, "required": ["agent", "entities", "composites", "intents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}}, "required": ["backbone.marionette.js", "backbone.marionette.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"backbone.marionette.js" : "sha256-eBPvxpYxl4rnMPX70TxY8Brclh70xdsnrzyv9AIn6d0=", "backbone.marionette.min.js" : "sha256-LkS6MySb8XKoCFmqYEngVpUkfgk0ZVlsEnrs3NiyVTg="}
json_instruct
{"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}}, "required": ["backbone.marionette.js", "backbone.marionette.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"files": {"type": "object", "properties": {"css": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["css", "js"]}, "cachebust": {"type": "string"}}, "required": ["files", "cachebust"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"css" : ["lib/bootstrap/css/bootstrap.min.css", "mxclientsystem/mxui/ui/mxui.css", "css/theme.css"], "js" : ["mxclientsystem/mxui/mxui.js", "js/jquerymin.js", "widgets/pushNotifications/lib/PushNotification.js"]}, "cachebust" : "635621064987856279"}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"css": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["css", "js"]}, "cachebust": {"type": "string"}}, "required": ["files", "cachebust"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Couscous\\": {"type": "string"}}, "required": ["Couscous\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Couscous\\Tests\\": {"type": "string"}}, "required": ["Couscous\\Tests\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/console": {"type": "string"}, "symfony/filesystem": {"type": "string"}, "symfony/finder": {"type": "string"}, "symfony/process": {"type": "string"}, "symfony/yaml": {"type": "string"}, "twig/twig": {"type": "string"}, "erusev/parsedown": {"type": "string"}, "erusev/parsedown-extra": {"type": "string"}, "phine/phar": {"type": "string"}, "mnapoli/front-yaml": {"type": "string"}, "php-di/php-di": {"type": "string"}, "psr/log": {"type": "string"}, "padraic/phar-updater": {"type": "string"}}, "required": ["php", "symfony/console", "symfony/filesystem", "symfony/finder", "symfony/process", "symfony/yaml", "twig/twig", "erusev/parsedown", "erusev/parsedown-extra", "phine/phar", "mnapoli/front-yaml", "php-di/php-di", "psr/log", "padraic/phar-updater"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}}, "required": ["phpunit/phpunit", "squizlabs/php_codesniffer"]}, "config": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["platform"]}}, "required": ["name", "license", "autoload", "autoload-dev", "bin", "require", "require-dev", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "couscous/couscous", "license" : "MIT", "autoload" : {"psr-4" : {"Couscous\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Couscous\\Tests\\" : "tests/"}}, "bin" : ["bin/couscous"], "require" : {"php" : ">=7.1", "symfony/console" : "~3.0|~4.0|~5.0", "symfony/filesystem" : "~3.0|~4.0|~5.0", "symfony/finder" : "~3.0|~4.0|~5.0", "symfony/process" : "~3.0|~4.0|~5.0", "symfony/yaml" : "~3.0|~4.0|~5.0", "twig/twig" : "~1.10", "erusev/parsedown" : "~1.7.4", "erusev/parsedown-extra" : "~0.8", "phine/phar" : "~1.0", "mnapoli/front-yaml" : "~1.5", "php-di/php-di" : "^5.2.1", "psr/log" : "~1.0", "padraic/phar-updater" : "^1.0"}, "require-dev" : {"phpunit/phpunit" : "~7.5", "squizlabs/php_codesniffer" : "^3.3"}, "config" : {"platform" : {"php" : "7.1"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Couscous\\": {"type": "string"}}, "required": ["Couscous\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Couscous\\Tests\\": {"type": "string"}}, "required": ["Couscous\\Tests\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/console": {"type": "string"}, "symfony/filesystem": {"type": "string"}, "symfony/finder": {"type": "string"}, "symfony/process": {"type": "string"}, "symfony/yaml": {"type": "string"}, "twig/twig": {"type": "string"}, "erusev/parsedown": {"type": "string"}, "erusev/parsedown-extra": {"type": "string"}, "phine/phar": {"type": "string"}, "mnapoli/front-yaml": {"type": "string"}, "php-di/php-di": {"type": "string"}, "psr/log": {"type": "string"}, "padraic/phar-updater": {"type": "string"}}, "required": ["php", "symfony/console", "symfony/filesystem", "symfony/finder", "symfony/process", "symfony/yaml", "twig/twig", "erusev/parsedown", "erusev/parsedown-extra", "phine/phar", "mnapoli/front-yaml", "php-di/php-di", "psr/log", "padraic/phar-updater"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}}, "required": ["phpunit/phpunit", "squizlabs/php_codesniffer"]}, "config": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["platform"]}}, "required": ["name", "license", "autoload", "autoload-dev", "bin", "require", "require-dev", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy", "val_loss", "val_accuracy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"loss" : [35.045066833496094, 7.341156482696533, 3.9869751930236816, 2.8977346420288086, 2.3212788105010986, 1.943124771118164, 1.691643476486206, 1.5245507955551147, 1.3831002712249756, 1.2611188888549805], "accuracy" : [0.855212926864624, 0.9551016688346863, 0.975286066532135, 0.9822790622711182, 0.9857755899429321, 0.9868881106376648, 0.9878416657447815, 0.9887158274650574, 0.988636314868927, 0.9887158274650574], "val_loss" : [10.951940536499023, 4.516628742218018, 2.7196826934814453, 1.9385697841644287, 1.5324208736419678, 1.2694300413131714, 1.1139181852340698, 0.98573899269104, 0.8857960104942322, 0.7881094217300415], "val_accuracy" : [0.932451605796814, 0.9683514833450317, 0.9768540859222412, 0.9825224876403809, 0.9858290553092957, 0.9881908893585205, 0.9896079897880554, 0.9900803565979004, 0.9910250902175903, 0.9905527234077454]}
json_instruct
{"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy", "val_loss", "val_accuracy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "9418010", "nama" : "KANGGIME"}, {"id" : "9418011", "nama" : "WONIKI"}, {"id" : "9418012", "nama" : "NABUNAGE"}, {"id" : "9418013", "nama" : "GILUBANDU"}, {"id" : "9418014", "nama" : "WAKUO"}, {"id" : "9418015", "nama" : "AWEKU"}, {"id" : "9418016", "nama" : "BOGONUK"}, {"id" : "9418020", "nama" : "KARUBAGA"}, {"id" : "9418021", "nama" : "GOYAGE"}, {"id" : "9418022", "nama" : "WUNIN"}, {"id" : "9418023", "nama" : "KONDAGA"}, {"id" : "9418024", "nama" : "NELAWI"}, {"id" : "9418025", "nama" : "KUARI"}, {"id" : "9418026", "nama" : "LIANOGOMA"}, {"id" : "9418027", "nama" : "BIUK"}, {"id" : "9418030", "nama" : "BOKONDINI"}, {"id" : "9418031", "nama" : "BOKONERI"}, {"id" : "9418032", "nama" : "BEWANI"}, {"id" : "9418040", "nama" : "KEMBU"}, {"id" : "9418041", "nama" : "WINA"}, {"id" : "9418042", "nama" : "UMAGI"}, {"id" : "9418043", "nama" : "PANAGA"}, {"id" : "9418044", "nama" : "POGANERI"}, {"id" : "9418045", "nama" : "KAMBONERI"}, {"id" : "9418046", "nama" : "AIR GARAM"}, {"id" : "9418047", "nama" : "DOW"}, {"id" : "9418048", "nama" : "WARI / TAIYEVE"}, {"id" : "9418049", "nama" : "EGIAM"}, {"id" : "9418051", "nama" : "NUNGGAWI"}, {"id" : "9418060", "nama" : "KUBU"}, {"id" : "9418061", "nama" : "ANAWI"}, {"id" : "9418062", "nama" : "WUGI"}, {"id" : "9418070", "nama" : "GEYA"}, {"id" : "9418071", "nama" : "WENAM"}, {"id" : "9418080", "nama" : "NUMBA"}, {"id" : "9418081", "nama" : "KAI"}, {"id" : "9418090", "nama" : "DUNDU"}, {"id" : "9418100", "nama" : "GUNDAGI"}, {"id" : "9418110", "nama" : "TIMORI"}, {"id" : "9418121", "nama" : "YUNERI"}, {"id" : "9418125", "nama" : "TAGIME"}, {"id" : "9418126", "nama" : "DANIME"}, {"id" : "9418127", "nama" : "YUKO"}, {"id" : "9418541", "nama" : "TELENGGEME"}, {"id" : "9418542", "nama" : "GIKA"}, {"id" : "9418543", "nama" : "TAGINERI"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["flamingo", "flamingo-s3", "flamingo-sentry", "graph-crdt", "newman", "node-purestorage", "postman-collection", "postman-runtime", "script_sanitize"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 70140, "cartId" : "b1f3a3e2-6e1f-4a62-bd11-165124a2a6ae", "preferredProducts" : [879, 4681, 69, 2275, 2399, 229, 1167], "productReviews" : [{"productId" : 2576, "reviewText" : "talk about optimism!!!", "reviewDate" : "2019-10-30T05:41:12.4900272+02:00"}, {"productId" : 1556, "reviewText" : "i use it this time when i'm in my port-a-potty.", "reviewDate" : "2016-12-13T07:07:19.7281952+02:00"}, {"productId" : 1203, "reviewText" : "This Ergonomic Rubber Chips works quite well. It professionally improves my soccer by a lot.", "reviewDate" : "2019-06-12T02:42:26.9545674+03:00"}, {"productId" : 3104, "reviewText" : "The box this comes in is 3 yard by 6 light-year and weights 15 gram!!!", "reviewDate" : "2019-12-18T23:58:15.3723572+02:00"}, {"productId" : 734, "reviewText" : "talk about shame.", "reviewDate" : "2019-10-14T19:12:18.9780473+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2002", "provinceId" : "64", "regencyId" : "08", "districtId" : "17", "name" : "Beno Harapan"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1, "name" : "Erlich Bachman"}, {"id" : 2, "name" : "Gilfoyle"}, {"id" : 3, "name" : "Richard Hendriks"}, {"id" : 4, "name" : "Jared Dunn"}, {"id" : 5, "name" : "Dinesh"}, {"id" : 6, "name" : "Big Head"}, {"id" : 7, "name" : "Gavin Belson"}, {"id" : 8, "name" : "Monica"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-mqvp-7rrg-9jxc", "modified" : "2022-03-05T00:00:44Z", "published" : "2022-03-05T00:00:44Z", "aliases" : ["CVE-2022-26336"], "details" : "A shortcoming in the HMEF package of poi-scratchpad (Apache POI) allows an attacker to cause an Out of Memory exception. This package is used to read TNEF files (Microsoft Outlook and Microsoft Exchange Server). If an application uses poi-scratchpad to parse TNEF files and the application allows untrusted users to supply them, then a carefully crafted file can cause an Out of Memory exception. This issue affects poi-scratchpad version 5.2.0 and prior versions. Users are recommended to upgrade to poi-scratchpad 5.2.1.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2022-26336"}, {"type" : "WEB", "url" : "https://lists.apache.org/thread/sprg0kq986pc2271dc3v2oxb1f9qx09j"}], "database_specific" : {"cwe_ids" : [], "severity" : null, "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "ucsc-bedclip", "downloads" : 23200, "count" : 7946}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version-date": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "supports": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "boolean"}}, "required": ["name", "host"]}}}, "required": ["name", "version-date", "description", "homepage", "supports", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "farmhash", "version-date" : "2021-10-28", "description" : "FarmHash, a family of hash functions.", "homepage" : "https://github.com/google/farmhash", "supports" : "!arm", "dependencies" : [{"name" : "vcpkg-cmake", "host" : true}, {"name" : "vcpkg-cmake-config", "host" : true}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version-date": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "supports": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "boolean"}}, "required": ["name", "host"]}}}, "required": ["name", "version-date", "description", "homepage", "supports", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 529, "hash" : 1941802475, "artDyeHash" : 1941802475, "redacted" : false, "dyeManifestHash" : 1932604395, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"class": {"type": "array", "items": {"type": "string"}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}, "title": {"type": "string"}}, "required": ["rel", "href", "title"]}}}, "required": ["class", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : ["representation"], "links" : [{"rel" : ["about"], "href" : "/about", "title" : "about"}]}
json_instruct
{"type": "object", "properties": {"class": {"type": "array", "items": {"type": "string"}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}, "title": {"type": "string"}}, "required": ["rel", "href", "title"]}}}, "required": ["class", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ISONIAZIDE TABLET 300 MG INDO FARMA", "harga" : " Rp. 106.594/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "INH / isoniazid", "indikasi" : "Pengobatan semua jenis tuberkulosa dikombinasikan dengan obat anti tuberkulosa lainnya. Dapat digunakan sebagai obat tunggal untuk pencegahan.", "kontraindikasi" : "Penyakit hati karena obat, penyakit hati akut karena berbagai sebab.", "perhatian" : "Gangguan fungsi hati dan ginjal.", "efeksamping" : "Gangguan saluran pencernaan, hipersensitif.", "indeksamanwanitahamil" : "C: Penelitian pada hewan menunjukkan efek samping pada janin ( teratogenik atau embriosidal atau lainnya) dan belum ada penelitian yang terkendali pada wanita atau penelitian pada wanita dan hewan belum tersedia. Obat seharusnya diberikan bila hanya keuntungan potensial memberikan alasan terhadap bahaya potensial pada janin.", "kemasan" : "Tablet 300 mg x 1000 biji.", "dosis" : "", "penyajian" : "Dikonsumsi pada perut kosong (1 atau 2 jam sebelum/sesudah makan)", "pabrik" : "PT. INDO FARMA", "id" : "2938", "category_id" : "8"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x6dfc684055cef68794adde05a8de2f39d8b5413c", "tool" : "solhint", "start" : 1563597765.2875319, "end" : 1563597769.4816663, "duration" : 4.194134473800659, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"query": {"type": "object", "properties": {"prefix": {"type": "object", "properties": {"user": {"type": "object", "properties": {"value": {"type": "string"}, "boost": {"type": "number"}}, "required": ["value", "boost"]}}, "required": ["user"]}}, "required": ["prefix"]}}, "required": ["query"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"query" : {"prefix" : {"user" : {"value" : "ki", "boost" : 2.0}}}}
json_instruct
{"type": "object", "properties": {"query": {"type": "object", "properties": {"prefix": {"type": "object", "properties": {"user": {"type": "object", "properties": {"value": {"type": "string"}, "boost": {"type": "number"}}, "required": ["value", "boost"]}}, "required": ["user"]}}, "required": ["prefix"]}}, "required": ["query"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"employees": {"type": "array", "items": {}}}, "required": ["employees"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"employees" : []}
json_instruct
{"type": "object", "properties": {"employees": {"type": "array", "items": {}}}, "required": ["employees"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "object", "properties": {"text": {"type": "string"}, "package": {"type": "string"}, "id": {"type": "string"}}, "required": ["text", "package", "id"]}, "description": {"type": "object", "properties": {"text": {"type": "string"}, "package": {"type": "string"}, "id": {"type": "string"}}, "required": ["text", "package", "id"]}, "order": {"type": "integer"}, "icon": {"type": "string"}, "learnMoreLink": {"type": "string"}, "uiFilters": {"type": "array", "items": {"type": "string"}}, "symbolInfo": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "package": {"type": "string"}}, "required": ["id", "text", "package"]}, "isVisible": {"type": "boolean"}}, "required": ["id", "name", "isVisible"]}}}, "required": ["name", "description", "order", "icon", "learnMoreLink", "uiFilters", "symbolInfo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : {"text" : "Kafka output", "package" : "{E9BCFE2B-304A-4D7F-836F-F3A4FB1A1451}", "id" : "2200"}, "description" : {"text" : "A C# function that will send a message to a specified Kafka Topic", "package" : "{E9BCFE2B-304A-4D7F-836F-F3A4FB1A1451}", "id" : "2201"}, "order" : 1020, "icon" : "vs-2017.3/functionF.png", "learnMoreLink" : "https://go.microsoft.com/fwlink/?linkid=848145", "uiFilters" : ["functions"], "symbolInfo" : [{"id" : "BrokerList", "name" : {"id" : "2202", "text" : "List of the brokers", "package" : "{E9BCFE2B-304A-4D7F-836F-F3A4FB1A1451}"}, "isVisible" : true}, {"id" : "Topic", "name" : {"id" : "2203", "text" : "Name of the topic to receive kafka messages from", "package" : "{E9BCFE2B-304A-4D7F-836F-F3A4FB1A1451}"}, "isVisible" : true}, {"id" : "Username", "name" : {"id" : "2204", "text" : "SASL username for use with the PLAIN and SASL_SCRAM", "package" : "{E9BCFE2B-304A-4D7F-836F-F3A4FB1A1451}"}, "isVisible" : true}, {"id" : "Password", "name" : {"id" : "2205", "text" : "SASL password for use with the PLAIN and SASL_SCRAM", "package" : "{E9BCFE2B-304A-4D7F-836F-F3A4FB1A1451}"}, "isVisible" : true}, {"id" : "Protocol", "name" : {"id" : "2206", "text" : "Security protocol used to communicate with brokers", "package" : "{E9BCFE2B-304A-4D7F-836F-F3A4FB1A1451}"}, "isVisible" : true}, {"id" : "AuthenticationMode", "name" : {"id" : "2207", "text" : "SASL mechanism to use for authentication", "package" : "{E9BCFE2B-304A-4D7F-836F-F3A4FB1A1451}"}, "isVisible" : true}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "object", "properties": {"text": {"type": "string"}, "package": {"type": "string"}, "id": {"type": "string"}}, "required": ["text", "package", "id"]}, "description": {"type": "object", "properties": {"text": {"type": "string"}, "package": {"type": "string"}, "id": {"type": "string"}}, "required": ["text", "package", "id"]}, "order": {"type": "integer"}, "icon": {"type": "string"}, "learnMoreLink": {"type": "string"}, "uiFilters": {"type": "array", "items": {"type": "string"}}, "symbolInfo": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "package": {"type": "string"}}, "required": ["id", "text", "package"]}, "isVisible": {"type": "boolean"}}, "required": ["id", "name", "isVisible"]}}}, "required": ["name", "description", "order", "icon", "learnMoreLink", "uiFilters", "symbolInfo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "kjua": {"type": "string"}, "bootstrap": {"type": "string"}, "QR-Code-generator": {"type": "string"}}, "required": ["d3", "kjua", "bootstrap", "QR-Code-generator"]}}, "required": ["name", "authors", "description", "main", "license", "homepage", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "flio-makeit", "authors" : ["Massimo Menichinelli <info@openp2pdesign.org>"], "description" : "", "main" : "", "license" : "MIT", "homepage" : "", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"d3" : "^4.5.0", "kjua" : "lrsjng/kjua#^0.1.1", "bootstrap" : "^3.3.7", "QR-Code-generator" : "https://github.com/nayuki/QR-Code-generator.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "kjua": {"type": "string"}, "bootstrap": {"type": "string"}, "QR-Code-generator": {"type": "string"}}, "required": ["d3", "kjua", "bootstrap", "QR-Code-generator"]}}, "required": ["name", "authors", "description", "main", "license", "homepage", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "mail": {"type": "string"}, "company": {"type": "string"}}, "required": ["id", "name", "mail", "company"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : [{"id" : 1, "name" : "Ivan", "mail" : "ivan@gmail.com", "company" : "GreedIvanCompany"}, {"id" : 2, "name" : "Denis", "mail" : "denis@gmail.com", "company" : "GreadDenisCompany"}, {"id" : 3, "name" : "Alex", "mail" : "alex@gmail.com", "company" : "CoolAlexCompany"}]}
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "mail": {"type": "string"}, "company": {"type": "string"}}, "required": ["id", "name", "mail", "company"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u30a2\u30eb\u30c8\u30ea\u30a2 : \u30c9\u30e9\u30de\u30c4\u30eb\u30ae\u30fc", "author" : "chk3D", "description" : "<imgundefinedsrc='https://i.iwara.tv/sites/default/files/styles/medium/public/videos/thumbnails/1410094/thumbnail-1410094_0010.jpg?itok=RLWg5Htm'undefinedalt=''undefinedclass='bb-image'>", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/1410094/thumbnail-1410094_0001.jpg?itok=WT4V0yjJ", "download" : "https://www.iwara.tv/api/video/blekrt8q0ou3ykmlj", "origin" : "https://www.iwara.tv/videos/blekrt8q0ou3ykmlj"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"usages": {"type": "array", "items": {"type": "string"}}}, "required": ["usages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"usages" : ["JKJ.java", "jkj_.java", "jkj_.kt"]}
json_instruct
{"type": "object", "properties": {"usages": {"type": "array", "items": {"type": "string"}}}, "required": ["usages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "zombie": {"type": "string"}}, "required": ["chai", "coveralls", "istanbul", "mocha", "zombie"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "cover": {"type": "string"}, "report": {"type": "string"}, "coveralls": {"type": "string"}}, "required": ["test", "cover", "report", "coveralls"]}}, "required": ["name", "version", "description", "main", "directories", "repository", "author", "license", "bugs", "homepage", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "yop-promises", "version" : "1.4.0", "description" : "", "main" : "lib/promises.js", "directories" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ericminio/yop-promises.git"}, "author" : "", "license" : "MIT", "bugs" : {"url" : "https://github.com/ericminio/yop-promises/issues"}, "homepage" : "https://github.com/ericminio/yop-promises#readme", "devDependencies" : {"chai" : "^3.5.0", "coveralls" : "^2.13.0", "istanbul" : "^0.4.5", "mocha" : "^3.2.0", "zombie" : "^5.0.5"}, "scripts" : {"test" : "mocha test --recursive", "cover" : "./node_modules/.bin/istanbul cover --root ./lib --report none ./node_modules/mocha/bin/_mocha -- test --recursive", "report" : "./node_modules/.bin/istanbul report --root coverage --dir coverage ", "coveralls" : "npm run cover && npm run report && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "zombie": {"type": "string"}}, "required": ["chai", "coveralls", "istanbul", "mocha", "zombie"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "cover": {"type": "string"}, "report": {"type": "string"}, "coveralls": {"type": "string"}}, "required": ["test", "cover", "report", "coveralls"]}}, "required": ["name", "version", "description", "main", "directories", "repository", "author", "license", "bugs", "homepage", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"last_check" : "2019-02-06T10:21:47Z", "pypi_version" : "19.0.1"}
json_instruct
{"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"eg.js": {"type": "string"}, "eg.min.js": {"type": "string"}, "pkgd/eg.pkgd.min.js": {"type": "string"}, "pkgd/flicking.pkgd.min.js": {"type": "string"}, "pkgd/infiniteGrid.pkgd.min.js": {"type": "string"}}, "required": ["eg.js", "eg.min.js", "pkgd/eg.pkgd.min.js", "pkgd/flicking.pkgd.min.js", "pkgd/infiniteGrid.pkgd.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"eg.js" : "sha512-1+F9xLeEMUfPP8PGe+afcUN6LjG56p5fpEGrfTlZnzHS64gvoFGn0p4/nYMQe6AfM0o9kKJECfp0DU8ZHnL6lw==", "eg.min.js" : "sha512-VQ1Sw8n5ih70DDEhad24a0xkIKvSqiUW5wcYOjQc++cqx61+oKbpbZHHXEk4Yjcrj2RlFsxEHPeNpnsaiO6z5g==", "pkgd/eg.pkgd.min.js" : "sha512-hG5nyjJeEmpCykjG0zU2aFRveu8OFAQg8+6B02+tC33d6GaiXs0X83Sm5Tyg/BZMlZ9K/rJBj6mr0Q8CqBy81A==", "pkgd/flicking.pkgd.min.js" : "sha512-7IM5uJThKtOo3SK6yGufosx2R3pm+rGAZdaabAWTTpTEvm3ydyf6V+9T4JnXo1JcNjJO7DxS5XaNYD3v/ROpLg==", "pkgd/infiniteGrid.pkgd.min.js" : "sha512-a/o3wo7CAxT3v+LNWjWQ5RcYxe5TRCQfyPui5A87oSmoMS/vhXHsc+kdYAdxiyrKwD8iiLHCrCDDngGYNBX1LA=="}
json_instruct
{"type": "object", "properties": {"eg.js": {"type": "string"}, "eg.min.js": {"type": "string"}, "pkgd/eg.pkgd.min.js": {"type": "string"}, "pkgd/flicking.pkgd.min.js": {"type": "string"}, "pkgd/infiniteGrid.pkgd.min.js": {"type": "string"}}, "required": ["eg.js", "eg.min.js", "pkgd/eg.pkgd.min.js", "pkgd/flicking.pkgd.min.js", "pkgd/infiniteGrid.pkgd.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "OMRA", "frequency" : 1, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"__typename": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "drivetrain": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "createdAt": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "stability": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "name": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "weight": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "cornering": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "division": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "braking": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "acceleration": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "updatedAt": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "carManufacturerId": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "power": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "speed": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "price": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "id": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}}, "required": ["__typename", "drivetrain", "createdAt", "stability", "name", "weight", "cornering", "division", "braking", "acceleration", "updatedAt", "carManufacturerId", "power", "speed", "price", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"__typename" : {"S" : "Car"}, "drivetrain" : {"S" : "FR"}, "createdAt" : {"S" : "2019-01-30T11:51:30.687Z"}, "stability" : {"N" : "6.4"}, "name" : {"S" : "MOTUL AUTECH GT-R"}, "weight" : {"N" : "1020"}, "cornering" : {"N" : "5.5"}, "division" : {"S" : "Gr.2"}, "braking" : {"N" : "5.5"}, "acceleration" : {"N" : "6.4"}, "updatedAt" : {"S" : "2019-01-30T11:51:30.687Z"}, "carManufacturerId" : {"S" : "808f3aa3-66cb-423b-a3fe-ec28b2682176"}, "power" : {"N" : "621"}, "speed" : {"N" : "7.2"}, "price" : {"N" : "800000"}, "id" : {"S" : "5b20fe70-979a-4c01-8191-96e9e55bc7b4"}}
json_instruct
{"type": "object", "properties": {"__typename": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "drivetrain": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "createdAt": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "stability": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "name": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "weight": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "cornering": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "division": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "braking": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "acceleration": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "updatedAt": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "carManufacturerId": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "power": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "speed": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "price": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "id": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}}, "required": ["__typename", "drivetrain", "createdAt", "stability", "name", "weight", "cornering", "division", "braking", "acceleration", "updatedAt", "carManufacturerId", "power", "speed", "price", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}