input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"900766175": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900766176": {"type": "object", "properties": {"na...
{"900766175" : {"nama" : "TPS 1", "dapil" : [9101, 19103, 2912603]}, "900766176" : {"nama" : "TPS 2", "dapil" : [9101, 19103, 2912603]}, "900766177" : {"nama" : "TPS 3", "dapil" : [9101, 19103, 2912603]}}
json_instruct
{"type": "object", "properties": {"900766175": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900766176": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"from_user": {"type": "integer"}, "to_user": {"type": "integer"}, "message": {"type": "str...
[{"model" : "friends.friendshiprequest", "pk" : 1, "fields" : {"from_user" : 4, "to_user" : 1, "message" : "", "created" : "2017-10-12T08:32:27Z", "rejected" : null, "viewed" : null}}, {"model" : "friends.friendshiprequest", "pk" : 2, "fields" : {"from_user" : 4, "to_user" : 2, "message" : "", "created" : "2017-10-12T0...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"from_user": {"type": "integer"}, "to_user": {"type": "integer"}, "message": {"type": "string"}, "created": {"type": "string"}, "rejected": {"type": "null"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "strin...
{"name" : "polya-1", "main" : "server.js", "author" : "Federico Commisso", "homepage" : "polyaxial.com", "license" : "MIT", "scripts" : {"dev" : "nodemon server.js", "start" : "node server.js"}, "dependencies" : {"body-parser" : "^1.18.2", "csv-parse" : "^2.2.0", "d3fc-sample" : "^3.0.5", "datalib" : "^1.8.0", "ejs" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "start"]}, "dep...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"106": {"type": "integer"}, "107": {"type": "integer"}, "108": {"type": "integer"}, "111": {"type": "integer"}, "113": {"type": "integer"}, "12": {"type": "integer"}, "124": {"type": "integer"}, "13": {"type": "integer"}, "1...
{"106" : 65759, "107" : 146147, "108" : 157603, "111" : 384394, "113" : 132962, "12" : 262607, "124" : 77887, "13" : 385403, "137" : 94363, "138" : 213074, "140" : 78663, "141" : 77780, "147" : 44450, "149" : 159745, "15" : 185746, "151" : 35522, "152" : 22722, "164" : 83360, "177" : 136282, "19" : 67871, "20" : 82182,...
json_instruct
{"type": "object", "properties": {"106": {"type": "integer"}, "107": {"type": "integer"}, "108": {"type": "integer"}, "111": {"type": "integer"}, "113": {"type": "integer"}, "12": {"type": "integer"}, "124": {"type": "integer"}, "13": {"type": "integer"}, "137": {"type": "integer"}, "138": {"type": "integer"}, "140": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "author": {"type": "string"}, ...
{"name" : "ng-country-select", "version" : "0.0.10", "description" : "AngularJS directive for country-select-js jQuery plugin", "keywords" : ["international", "country", "code", "mobile", "input", "flag", "directive", "angular", "angularjs"], "license" : "MIT", "author" : "George Nikolaides (http://gnik.me)", "reposito...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "strin...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"www": {"type": "object", "properties": {"port": {"type": "string"}, "message": {"type": "string"}, "session2": {"type": "string"}, "session": {"type": "string"}, "secretKey": {"type": "string"}, "debug_file": {"type": "stri...
{"www" : {"port" : "3000", "message" : "Node JS listening on port 3000!", "session2" : "sqlite3", "session" : "memory", "secretKey" : "SuperSecretKey123!", "debug_file" : "error", "debug_console" : "error"}, "auth" : {"debug_file" : "error", "debug_console" : "debug"}, "sio" : {"debug_file" : "error", "debug_console" :...
json_instruct
{"type": "object", "properties": {"www": {"type": "object", "properties": {"port": {"type": "string"}, "message": {"type": "string"}, "session2": {"type": "string"}, "session": {"type": "string"}, "secretKey": {"type": "string"}, "debug_file": {"type": "string"}, "debug_console": {"type": "string"}}, "required": ["port...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename",...
[{"manufacturer" : "Samsung", "market_name" : "Galaxy A50s", "codename" : "a50s", "model" : "SM-A5070"}, {"manufacturer" : "Samsung", "market_name" : "Galaxy A50s", "codename" : "a50s", "model" : "SM-A507FN"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Modules": {"type": "object", "properties": {"org.commons.jconfig.config.ConfigManagerConfig": {"type": "object", "properties": {"ConfigPath": {"type": "string"}}, "required": ["ConfigPath"]}}, "required": ["org.commons.jcon...
{"Modules" : {"org.commons.jconfig.config.ConfigManagerConfig" : {"ConfigPath" : "src/test/resources"}}}
json_instruct
{"type": "object", "properties": {"Modules": {"type": "object", "properties": {"org.commons.jconfig.config.ConfigManagerConfig": {"type": "object", "properties": {"ConfigPath": {"type": "string"}}, "required": ["ConfigPath"]}}, "required": ["org.commons.jconfig.config.ConfigManagerConfig"]}}, "required": ["Modules"], "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}...
{"name" : "Dark Advance", "number" : "97001138", "is_illegal" : false, "text" : "During either player's Main Phase or Battle Phase: Target 1 monster in your Graveyard with 2400 or more ATK and 1000 DEF; add it to your hand, then immediately after this effect resolves, you can Tribute Summon 1 monster with 2400 or more ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "req...
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": {"build": {"type": "string"}, "start": {"type": "string"},...
{"name" : "@cs101/hexArt", "version" : "1.0.0", "description" : "Create artworks using hexadecimal", "main" : "index.js", "scripts" : {"build" : "webpack --mode=production", "start" : "webpack serve --mode=development", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "David Collien", "license" : "MI...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "start", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"autolispext.project.openlspfile.filenotexist": {"type": "string"}}, "required": ["autolispext.project.openlspfile.filenotexist"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"autolispext.project.openlspfile.filenotexist" : "O arquivo n\u00e3o existe: "}
json_instruct
{"type": "object", "properties": {"autolispext.project.openlspfile.filenotexist": {"type": "string"}}, "required": ["autolispext.project.openlspfile.filenotexist"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "liquid": {"type": "object", "properties": {"fluid": {"type": "string"}, "nbt": {"type": "object", "properties": {"Bottle": {"type": "string"}, "Potion": {"type": "string"}}, "required": ["Bottle", "...
{"type" : "hexerei:dipper", "liquid" : {"fluid" : "create:potion", "nbt" : {"Bottle" : "REGULAR", "Potion" : "minecraft:leaping"}}, "ingredients" : [{"item" : "minecraft:red_mushroom"}], "output" : {"item" : "minecraft:spider_eye"}, "fluidLevelsConsumed" : 50, "dippingTimeInTicks" : 500, "dryingTimeInTicks" : 100, "num...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "liquid": {"type": "object", "properties": {"fluid": {"type": "string"}, "nbt": {"type": "object", "properties": {"Bottle": {"type": "string"}, "Potion": {"type": "string"}}, "required": ["Bottle", "Potion"]}}, "required": ["fluid", "nbt"]}, "ingredients": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "module": {"type": "string"}, "outDir": {"type": "string"}, "rootDir": {"type": "string"}, ...
{"compilerOptions" : {"target" : "ESNEXT", "lib" : ["ES2015", "dom"], "module" : "none", "outDir" : "SHIMON/static/js/", "rootDir" : "src/ts/", "baseUrl" : "./", "esModuleInterop" : true, "removeComments" : true, "strict" : true, "forceConsistentCasingInFileNames" : true}, "include" : ["./src/ts/*"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "module": {"type": "string"}, "outDir": {"type": "string"}, "rootDir": {"type": "string"}, "baseUrl": {"type": "string"}, "esModuleInterop": {"type"...
Construct a JSON document that adheres to this schema specification: {"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": {"...
{"nom" : "Charbonni\u00e8res", "dpt" : "Eure-et-Loir", "inscrits" : 198, "abs" : 32, "votants" : 166, "blancs" : 13, "nuls" : 7, "exp" : 146, "res" : [{"panneau" : "1", "voix" : 81}, {"panneau" : "2", "voix" : 65}]}
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"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"recommendations" : ["scalameta.metals"]}
json_instruct
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"env_info": {"type": "object", "properties": {"env_id": {"type": "string"}, "gym_version": {"type": "string"}}, "required": ["env_id", "gym_version"]}, "stats": {"type": "string"}, "videos": {"type": "array", "items": {}}}, "re...
{"env_info" : {"env_id" : "Cat-v0", "gym_version" : "0.10.8"}, "stats" : "openaigym.episode_batch.0.4371.stats.json", "videos" : []}
json_instruct
{"type": "object", "properties": {"env_info": {"type": "object", "properties": {"env_id": {"type": "string"}, "gym_version": {"type": "string"}}, "required": ["env_id", "gym_version"]}, "stats": {"type": "string"}, "videos": {"type": "array", "items": {}}}, "required": ["env_info", "stats", "videos"], "$schema": "http:...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"requestId": {"type": "object", "pr...
{"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "RoomResponse", "type" : "object", "additionalProperties" : false, "properties" : {"requestId" : {"type" : "integer", "format" : "int32"}, "success" : {"type" : "boolean"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"requestId": {"type": "object", "properties": {"type": {"type": "string"}, "format": {"type": "string"}},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object"...
{"name" : "template-go-vercel", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/riccardogiorato/template-go-vercel", "author" : "riccardogiorato <https://riccardogiorato.com/>", "license" : "MIT", "dependencies" : {"vercel" : "^24.0.0"}, "scripts" : {"setup" : "yarn vercel login && yarn ver...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"vercel": {"type": "string"}}, "required": ["vercel"]}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ih"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "example_code": {"type": "array", "items": {"type": "string"}}, "example_comment": {"type": "string"}, "summary": {"type": "string"}, "description": {"t...
{"version" : "2.0", "name" : "on_frame", "example_code" : ["function on_frame_func()", "\t-- code to execute", "end"], "example_comment" : "", "summary" : "", "description" : ["Assigns a function to be executed at a specific point in the animation.", "&emsp;`on_frame()` triggers _**don't**_ happen after a specific amou...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "example_code": {"type": "array", "items": {"type": "string"}}, "example_comment": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "parameters": {"type": "array"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"module": {"type": "string"}, "outDir": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "lib": {"type"...
{"extends" : "../../tsconfig", "compilerOptions" : {"module" : "esnext", "outDir" : "dist", "types" : ["vite/client"], "lib" : ["dom", "esnext"], "jsx" : "react", "noUnusedLocals" : false, "noFallthroughCasesInSwitch" : true}, "include" : ["src"], "exclude" : ["node_modules", "build"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"module": {"type": "string"}, "outDir": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "array", "items": {"type": "string"}}, "jsx": {"type": "string"}, "no...
Create an example JSON object that satisfies this schema: {"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": "int...
{"nom" : "Ar\u00e2ches", "circ" : "6\u00e8me circonscription", "dpt" : "Haute-Savoie", "inscrits" : 1500, "abs" : 798, "votants" : 702, "blancs" : 2, "nuls" : 2, "exp" : 698, "res" : [{"nuance" : "REM", "nom" : "M. Xavier ROSEREN", "voix" : 291}, {"nuance" : "LR", "nom" : "Mme Sophie DION", "voix" : 150}, {"nuance" : "...
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"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"rating": {"type": "string"}, "uuid": {"type": "string"}, "review_date": {"type": "string"}, "helpful": {"type": "string"}, "reviewer_id": {"type": "string"}, "not_helpful": {"type": "string"}, "review_text": {"type": "string"}...
{"rating" : "4", "uuid" : "603", "review_date" : "2013-10-21", "helpful" : "0", "reviewer_id" : "A1M8TDUXW3218K", "not_helpful" : "0", "review_text" : "I purchased this fan to replace a fan I had on my kitchen window for over 20 years. After much research (the original fan's company went out of business) I found this f...
json_instruct
{"type": "object", "properties": {"rating": {"type": "string"}, "uuid": {"type": "string"}, "review_date": {"type": "string"}, "helpful": {"type": "string"}, "reviewer_id": {"type": "string"}, "not_helpful": {"type": "string"}, "review_text": {"type": "string"}, "summary": {"type": "string"}, "product_name": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"token": {"type": "string"}, "mongo": {"type": "string"}}, "required": ["token", "mongo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : "Discord bot token", "mongo" : "mongoDB connection string, should start with mongodb://"}
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "mongo": {"type": "string"}}, "required": ["token", "mongo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, ...
{"directions" : ["Cook and stir bacon in a Dutch oven over medium heat until browned and crisp, 5 to 10 minutes. Transfer bacon to a paper-towel lined plate and drain grease from Dutch oven.", "Cook and stir Italian sausage in Dutch oven until browned and crumbly, 5 to 10 minutes. Pour beef broth into Dutch oven and br...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"ty...
{"name" : "shift-validator", "version" : "4.0.0", "description" : "validator for the Shift AST format", "author" : "Shape Security", "homepage" : "https://github.com/shapesecurity/shift-validator-js", "repository" : {"type" : "git", "url" : "https://github.com/shapesecurity/shift-validator-js.git"}, "main" : "dist/inde...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"shape": {"type": "string"}, "rotation": {"type": "integer"}, "hash": {"type": "integer"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "center": {"type": "array", "items": {"...
{"shape" : "triangle", "rotation" : -343, "hash" : 579262294622384586, "points" : [[88.66666666666666, 68.66666666666667], [122.66666666666666, 115.66666666666667], [88.66666666666666, 115.66666666666667]], "center" : [100.0, 100.0], "sides" : [58.008620049092706, 34.0, 47.0], "perimeter" : 139.0086200490927, "angles" ...
json_instruct
{"type": "object", "properties": {"shape": {"type": "string"}, "rotation": {"type": "integer"}, "hash": {"type": "integer"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "center": {"type": "array", "items": {"type": "number"}}, "sides": {"type": "array", "items": {"type": "numbe...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"value": {"type": "string"}, "prev": {"type": "integer"}}, "required": ["value", "prev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : "Comments on version 9 of 1111's paper", "prev" : 0}
json_instruct
{"type": "object", "properties": {"value": {"type": "string"}, "prev": {"type": "integer"}}, "required": ["value", "prev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"alt_name": {"type": "string"}, "amenity": {"type": "string"}, "barrier": {"type": "string"}, "landuse": {"type": "string"}, ...
{"type" : "Feature", "id" : "way/175404347", "properties" : {"alt_name" : "Gie\u0142da samochodowa", "amenity" : "marketplace", "barrier" : "wall", "landuse" : "retail", "name" : "Kiermasz cz\u0119\u015bci Automobilklub Wielkopolski", "opening_hours" : "Th; Su", "id" : "way/175404347"}, "geometry" : {"type" : "Point", ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"alt_name": {"type": "string"}, "amenity": {"type": "string"}, "barrier": {"type": "string"}, "landuse": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "stri...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "devDependencies": {"type": "object", "pro...
{"private" : true, "scripts" : {"start" : "astro dev", "build" : "astro build"}, "devDependencies" : {"@astrojs/renderer-vue" : "^0.3.0", "astro" : "^0.22.1"}, "dependencies" : {"modern-normalize" : "^1.1.0"}}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "devDependencies": {"type": "object", "properties": {"@astrojs/renderer-vue": {"type": "string"}, "astro": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "ar...
[{"type" : "Feature", "id" : "viewsistemaviariocompleto.fid-cda359b_16bd380d5a7_4ec1", "geometry" : {"type" : "MultiLineString", "coordinates" : [[[-48.69507882, -26.9247965], [-48.69432719, -26.92521077], [-48.69394849, -26.92543588], [-48.69310778, -26.92590266]]]}, "geometry_name" : "geom", "properties" : {"id" : 86...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"},...
{"id" : 4015, "node" : [{"id" : 4015, "name" : "\u30c0\u30a4\u30d0\u30fc\u30b8\u30a7\u30f3\u30b9\u30fb\u30a4\u30f4", "nameCN" : "\u6b7b\u4f53\u5175", "image" : "//lain.bgm.tv/pic/cover/m/58/75/4015_7Dn1Y.jpg", "date" : "2003-07-02"}, {"id" : 8591, "name" : "\u307f\u3055\u304d\u30af\u30ed\u30cb\u30af\u30eb \u301c\u30c0\...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schem...
{"word" : "Maladaptive", "definitions" : ["Not adjusting adequately or appropriately to the environment or situation."], "parts-of-speech" : "Adjective"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"query": {"type": "string"}, "prediction": {"type": "object", "properties": {"topIntent": {"type": "string"}, "intents": {"type": "object", "properties": {"SetDescription": {"type": "object", "properties": {"score": {"type": "num...
{"query" : "this is a test description", "prediction" : {"topIntent" : "SetDescription", "intents" : {"SetDescription" : {"score" : 0.8036943}}, "entities" : {}}}
json_instruct
{"type": "object", "properties": {"query": {"type": "string"}, "prediction": {"type": "object", "properties": {"topIntent": {"type": "string"}, "intents": {"type": "object", "properties": {"SetDescription": {"type": "object", "properties": {"score": {"type": "number"}}, "required": ["score"]}}, "required": ["SetDescrip...
Create an example JSON object that satisfies this schema: {"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": ...
{"id" : 404567915, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "d9a7cd5e6b1ba79e12cbc6f732a44089", "wof:id" : 404567915, "wof:repo" : "whosonfirst-data-admin-ch"}, "bbox" : [7.18869, 45.97925, 7.18869, 45.97925], "geometry" : {"coordinates"...
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": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31"...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Kapli\u010dka v\u00fdchodn\u011b od Mal\u00e9 \u010cernoci", "P31" : "http://www.wikidata.org/entity/Q14552192", "P31^label:cs" : "Kapli\u010dka", "P131^label:cs" : "Bl\u0161any", "P6736" : "19883"}, "geometry" : {"type" : "...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"score_indist": {"type": "number"}, "score_outdist": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}}, "required": ["score_indist", "score_out...
{"score_indist" : 0.97, "score_outdist" : 0.97, "_step" : 6, "_runtime" : 1123, "_timestamp" : 1619649257}
json_instruct
{"type": "object", "properties": {"score_indist": {"type": "number"}, "score_outdist": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}}, "required": ["score_indist", "score_outdist", "_step", "_runtime", "_timestamp"], "$schema": "http://json-schema.o...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "arcanogeology:block/cobbled_asranite"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "I bring, present, come up to and stand by", "long" : "I bring, present, prove, come up to and stand by, am present."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "achroous", "definition" : "Colorless; achromatic."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"__meta__": {"type": "object", "properties": {"issue_count": {"type": "integer"}, "today": {"type": "string"}, "yesterday": {"type": "string"}}, "required": ["issue_count", "today", "yesterday"]}}, "required": ["__me...
{"__meta__" : {"issue_count" : 0, "today" : "2021-06-27T22:00:11", "yesterday" : "2021-06-26T22:00:11"}}
json_instruct
{"type": "object", "properties": {"__meta__": {"type": "object", "properties": {"issue_count": {"type": "integer"}, "today": {"type": "string"}, "yesterday": {"type": "string"}}, "required": ["issue_count", "today", "yesterday"]}}, "required": ["__meta__"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "watch": {"type...
{"name" : "bloglist", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "NODE_ENV=production node index.js", "watch" : "NODE_ENV=development nodemon index.js", "test" : "NODE_ENV=test jest --verbose --runInBand", "build:ui" : "rm -rf build && cd ../phonebook/ && npm run build --prod &...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}, "build:ui": {"type": "string"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"css/libs.css": {"type": "string"}, "css/sky-bundle.css": {"type": "string"}, "css/sky.css": {"type": "string"}, "js/libs.js": {"type": "string"}, "js/libs.min.js": {"type": "string"}, "js/locales/sky-locale-en-AU.js...
{"css/libs.css" : "sha256-+QsyBWJxUeBObspirA+m4pRwZGgOWwfxaJBL1440+94=", "css/sky-bundle.css" : "sha256-vB4dNHKVXQaiHBE4eX2uoC+IZ15dWvt0hn9+3GmFmDk=", "css/sky.css" : "sha256-Wgl3Ti9Et4KsCfhxkYLyY/CLsKGDpBltrG+fN4EbiVY=", "js/libs.js" : "sha256-7vUdjwyvWd5NwHGVdCren6HaNo4eUbiy9375R8yFYLY=", "js/libs.min.js" : "sha256-e...
json_instruct
{"type": "object", "properties": {"css/libs.css": {"type": "string"}, "css/sky-bundle.css": {"type": "string"}, "css/sky.css": {"type": "string"}, "js/libs.js": {"type": "string"}, "js/libs.min.js": {"type": "string"}, "js/locales/sky-locale-en-AU.js": {"type": "string"}, "js/locales/sky-locale-en-CA.js": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Agra ", "Uttar Pradesh", "1.21", "146"], ["Gautam Buddha Nagar ", "Uttar Pradesh", "1.11", "141"], ["Etah ", "Uttar Pradesh", "1.11", "201"], ["Tarn Taran ", "Punjab", "1.09", "50"], ["Mau", "Uttar Pradesh", "1.07", "192"], ["Allahabad", "Uttar Pradesh", "1.06", "175"], ["Varanasi ", "Uttar Pradesh", "1.01", "197"],...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["elsinore"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "BrowserRequestor"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"presente": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "t...
{"presente" : {"eu" : "retomo", "tu" : "retomas", "ele" : "retoma", "nos" : "retomamos", "vos" : "retomais", "eles" : "retomam"}, "preterito_imperfeito" : {"eu" : "retomava", "tu" : "retomavas", "ele" : "retomava", "nos" : "retom\u00e1vamos", "vos" : "retom\u00e1veis", "eles" : "retomavam"}, "preterito_perfeito" : {"eu...
json_instruct
{"type": "object", "properties": {"presente": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "preterito_imperfeito"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"t...
{"user" : "loudwinston", "repos" : 1, "login" : "loudwinston", "id" : 49882, "avatar_url" : "https://avatars0.githubusercontent.com/u/49882?v=3", "url" : "https://api.github.com/users/loudwinston", "html_url" : "https://github.com/loudwinston", "followers_url" : "https://api.github.com/users/loudwinston/followers", "fo...
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"em": {"type": "array", "items": {}}, "bites": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "req...
{"em" : [], "bites" : [{"location" : {"latitude" : 52.72, "longitude" : 6.35}}], "other" : [{"location" : {"latitude" : 51.65, "longitude" : 4.6}}], "fever" : []}
json_instruct
{"type": "object", "properties": {"em": {"type": "array", "items": {}}, "bites": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repos...
{"name" : "paperclipjs.com", "version" : "1.0.0", "description" : "Main website. 100% Mojo.", "main" : "./lib/index.js", "scripts" : {"start" : "node ."}, "repository" : {"type" : "git", "url" : "https://github.com/mojo-js/paperclipjs.com.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/mo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"build_code_deps_var": {"type": "string"}, "cm_archive": {"type": "string"}, "code_deps_var": {"type": "string"}}, "required": ["build_code_deps_var", "cm_archive", "code_deps_var"], "$schema": "http://json-sche...
{"build_code_deps_var" : "CM_CODE_DEP_COMPILER", "cm_archive" : "", "code_deps_var" : "CM_CODE_DEP_COMPILER"}
json_instruct
{"type": "object", "properties": {"build_code_deps_var": {"type": "string"}, "cm_archive": {"type": "string"}, "code_deps_var": {"type": "string"}}, "required": ["build_code_deps_var", "cm_archive", "code_deps_var"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"ty...
{"header" : {"protoclVersion" : {"protocolVersion" : "0.0.2"}}, "body" : {"rx_obcTime" : "2080208", "rx_recvCnt" : "303", "rx_gpsDate" : "110319", "rx_gpsTime" : "75802", "rx_lat" : 39.027152, "rx_long" : 140.605488, "rx_alt" : "11108", "rx_temp" : "34.75", "rx_airP" : "76896", "rx_bSize" : "38", "tx_id" : "23", "tx_cn...
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_re...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"users" : 5791, "id" : "GB-SCT"}, {"users" : 83, "id" : "GB-UKC"}, {"users" : 78, "id" : "GB-UKD"}, {"users" : 2, "id" : "GB-UKE"}, {"users" : 66, "id" : "GB-UKF"}, {"users" : 342, "id" : "GB-UKG"}, {"users" : 24, "id" : "GB-UKH"}, {"users" : 85, "id" : "GB-UKI"}, {"users" : 49, "id" : "GB-UKJ"}, {"users" : 48, "id" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"vis-graph3d.min.js": {"type": "string"}, "vis-network.min.css": {"type": "string"}, "vis-network.min.js": {"type": "string"}, "vis-timeline-graph2d.min.css": {"type": "string"}, "vis-timeline-graph2d.min.js": {"ty...
{"vis-graph3d.min.js" : "sha512-ZEbRb0yu40qBCCIiERgt1LGPLCXwIJAVpnKNybRE+FM+OrBV9tofYoU/ytknF3OkU4WGQjdT+Vys89i9l0L4VQ==", "vis-network.min.css" : "sha512-NJXM8vzWgDcBy9SCUTJXYnNO43sZV3pfLWWZMFTuCtEUIOcznk+AMpH6N3XruxavYfMeMmjrzDMEQ6psRh/6Hw==", "vis-network.min.js" : "sha512-xkMFGFtsr551HQIjYZHQNfAYVPGX4ZgiPCx+3IKY3p0...
json_instruct
{"type": "object", "properties": {"vis-graph3d.min.js": {"type": "string"}, "vis-network.min.css": {"type": "string"}, "vis-network.min.js": {"type": "string"}, "vis-timeline-graph2d.min.css": {"type": "string"}, "vis-timeline-graph2d.min.js": {"type": "string"}, "vis.css": {"type": "string"}, "vis.js": {"type": "strin...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"auth_fail": {"type": "string"}, "cannot_connect": {"type": "string"}, "connection_error": {"type": "string"}, "invalid_auth": {"type": "str...
{"config" : {"abort" : {"auth_fail" : "Nome de usu\u00e1rio ou senha est\u00e1 incorreta.", "cannot_connect" : "Falha ao conectar", "connection_error" : "Falha ao conectar a um servidor ZoneMinder.", "invalid_auth" : "Autentica\u00e7\u00e3o inv\u00e1lida"}, "create_entry" : {"default" : "Servidor ZoneMinder adicionado....
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"auth_fail": {"type": "string"}, "cannot_connect": {"type": "string"}, "connection_error": {"type": "string"}, "invalid_auth": {"type": "string"}}, "required": ["auth_fail", "cannot_connect", "connec...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ...
{"name" : "scrollbar-interactions", "version" : "1.0.0", "description" : "", "main" : "src/index.js", "scripts" : {"start" : "parcel index.html"}, "author" : "", "license" : "ISC", "devDependencies" : {"@parcel/transformer-sass" : "^2.3.2", "gsap" : "^3.9.1", "parcel" : "^2.3.0", "postcss" : "^8.4.6", "postcss-nested" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dev...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"normalStoreUrl": {"type": "string"}, "port": {"type": "integer"}, "accessToken": {"type": "string"}}, "required": ["normalStoreUrl", "port", "accessToken"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"normalStoreUrl" : "https://www.example.com", "port" : 4000, "accessToken" : "accessToken"}
json_instruct
{"type": "object", "properties": {"normalStoreUrl": {"type": "string"}, "port": {"type": "integer"}, "accessToken": {"type": "string"}}, "required": ["normalStoreUrl", "port", "accessToken"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"databaseEngine": {"type": "string"}, "databaseName": {"type": "string"}, "port": {"type": "integer"}, "hostname": {"type": "string"}, "driver": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "strin...
{"databaseEngine" : "sqlite", "databaseName" : "kv_db", "port" : 90, "hostname" : "hostname", "driver" : "DRIVER", "username" : "USER", "password" : "Password"}
json_instruct
{"type": "object", "properties": {"databaseEngine": {"type": "string"}, "databaseName": {"type": "string"}, "port": {"type": "integer"}, "hostname": {"type": "string"}, "driver": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["databaseEngine", "databaseName", "port", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Antipolo": {"type": "string"}, "Burdeos, Polillo Isl": {"type": "string"}, "Candelaria": {"type": "string"}, "Novaliches": {"type": "string"}, "Polillo, Polillo Isl": {"type": "string"}}, "required": ["Antipolo", "...
{"Antipolo" : "OTP", "Burdeos, Polillo Isl" : "BUR", "Candelaria" : "CDA", "Novaliches" : "NHV", "Polillo, Polillo Isl" : "PLL"}
json_instruct
{"type": "object", "properties": {"Antipolo": {"type": "string"}, "Burdeos, Polillo Isl": {"type": "string"}, "Candelaria": {"type": "string"}, "Novaliches": {"type": "string"}, "Polillo, Polillo Isl": {"type": "string"}}, "required": ["Antipolo", "Burdeos, Polillo Isl", "Candelaria", "Novaliches", "Polillo, Polillo Is...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALEN...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 43}, "AGE_AT_FIRST_DI...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_da...
{"id" : 8799, "citation_title" : "Publicly Provided Education", "citation_author" : ["Eric A. Hanushek"], "citation_publication_date" : "2002-02-21", "issue_date" : "2002-02-21", "revision_date" : "None", "topics" : ["Public Economics", "Public Goods", "Health, Education, and Welfare", "Education"], "program" : ["Child...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object...
{"translation-revision-date" : "2019-11-06 15:43:14+0000", "generator" : "GlotPress/2.4.0-alpha", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=2; plural=n != 1;", "lang" : "nl_BE"}, "Unknown error" : ["Onbekende fout"], "Import from JSON" : ["Importeer va...
json_instruct
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 79588, "cartId" : "c0b55cd9-6735-478b-894d-2bc54a58a415", "preferredProducts" : [4667, 1092, 2747, 3366, 4438, 399, 2369, 4670, 4807], "productReviews" : [{"productId" : 2831, "reviewText" : "SoCal cockroaches are unwelcome, crafty, and tenacious. This bypass keeps them away.", "reviewDate" : "2017-09-20T10...
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"}, "reviewD...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "homepage_url": {"type": "string"}, "notes": {"type": "string"}, "...
{"key" : "nwhm", "short_name" : "Non White Heterosexual Male", "name" : "Non White Heterosexual Male", "category" : "Permissive", "owner" : "Unspecified", "homepage_url" : "https://nonwhiteheterosexualmalelicense.org/", "notes" : "From https://github.com/ErikMcClure/bad-licenses", "spdx_license_key" : "LicenseRef-scanc...
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "homepage_url": {"type": "string"}, "notes": {"type": "string"}, "spdx_license_key": {"type": "string"}}, "required": ["key", "short_nam...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "string"}, "code": {"type": "string"}}, "required": ["number", "title", "...
{"number" : "888", "title" : "Fair Candy Swap", "url" : "https://leetcode.com/problems/fair-candy-swap", "difficulty" : "Easy", "question" : "Alice and Bob have candy bars of different sizes: A[i] is the size of the i-th bar of candy that Alice has, and B[j] is the size of the j-th bar of candy that Bob has.\n\nSince t...
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "string"}, "code": {"type": "string"}}, "required": ["number", "title", "url", "difficulty", "question", "code"], "$schema": "http://json-schema....
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"enrollments": {"type": "array", "items": {"type": "object", "properties": {"course": {"type": "string"}, "user": {"type": "integer"}, "status": {"type": "string"}}, "required": ["course", "user", "status"]}}}, "req...
{"enrollments" : [{"course" : "A1", "user" : 326, "status" : "passed"}, {"course" : "B1", "user" : 326, "status" : "failed"}]}
json_instruct
{"type": "object", "properties": {"enrollments": {"type": "array", "items": {"type": "object", "properties": {"course": {"type": "string"}, "user": {"type": "integer"}, "status": {"type": "string"}}, "required": ["course", "user", "status"]}}}, "required": ["enrollments"], "$schema": "http://json-schema.org/draft-07/sc...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"jquery.form.js": {"type": "string"}, "jquery.form.min.js": {"type": "string"}}, "required": ["jquery.form.js", "jquery.form.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.form.js" : "sha512-tqjAsGm+04jYd4iVDBPZX7lbIxnnPcageMMDsuOX4PNqSD34GFsjA8Ttl3OZCnBr8hw911x+t+imw57DRssXog==", "jquery.form.min.js" : "sha512-2+qKhBS1G2s4sxhdJv2/JBXuumDZRAgByY+dN/rRvftdd33rBHLWFSEBJ1hIM3MhbZzQmLra7ouo6LsoW5+bfw=="}
json_instruct
{"type": "object", "properties": {"jquery.form.js": {"type": "string"}, "jquery.form.min.js": {"type": "string"}}, "required": ["jquery.form.js", "jquery.form.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"url": {"type": "string"}, "attribution": {"type": "object", "properties": {"url": {"type": "string"}, "text": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["url", "text", "required"]}, "type": {"type": ...
{"url" : "http://geo.nls.uk/maps/towns/kilmarnock/{zoom}/{x}/{-y}.png", "attribution" : {"url" : "http://maps.nls.uk/townplans/kilmarnock.html", "text" : "National Library of Scotland - Kilmarnock 1857-1859", "required" : true}, "type" : "tms", "name" : "OS Town Plans, Kilmarnock 1857-1859 (NLS)", "description" : "Deta...
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "attribution": {"type": "object", "properties": {"url": {"type": "string"}, "text": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["url", "text", "required"]}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type":...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Airtel Business", "July 2016 Present (5 months)"], ["Airtel Business", "October 2013 Present (3 years 2 months)"], ["Airtel Business", "October 2010 September 2013 (3 years)"], ["Reliance Communications", "July 2009 October 2010 (1 year 4 months)"], ["Hughes Communications India Limited", "2008 2009 (1 year)"],...
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": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"typ...
{"id" : 97702, "info" : {"name" : "Clannad Dash Icons", "description" : "The Girls of Clannad!", "additionalInfo" : null, "format" : "uso", "category" : "tumblr", "createdAt" : "2014-01-30T18:31:52.000Z", "updatedAt" : "2014-01-30T18:31:52.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 171039, "name" : "Ari...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Filtro para m\u00e1scara de g\u00e1s", "ShortName" : "Filtro", "Description" : "Filtro absorvedor (FPK) para GP-7k Cartucho met\u00e1lico"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["cf-angular-file-saver", "jspdf", "jspdf-yworks", "nosaverpdf"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"token-filters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["token-filters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token-filters" : [{"name" : "germanstem"}]}
json_instruct
{"type": "object", "properties": {"token-filters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["token-filters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "htt...
{"minutes" : 20, "pubdate" : "2021-10-06T22:48:10+09:00", "tags" : ["programming"], "title" : "UNIQUE \u5236\u7d04\u306f NULL \u306e\u5217\u3092\u8907\u6570\u542b\u3093\u3067\u3082\u826f\u3044"}
json_instruct
{"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$sche...
{"width" : 0.16380432, "rotation" : 1.1063528, "xCenter" : 0.23763211, "yCenter" : 0.4490845, "height" : 0.29120767}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": ...
{"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "G7DvepuCUtm/+94LRjCM8oioBkoR3aQhfUCItMZmKDr5ec/6K4tuhoepfL9472MDod3hzjCkNSFs/agbUvSneg4=", "cert_user_id" : "alisa@zeroid.bit", "files" : {"data.json" : {"sha512" : "c1b74c1de2d3b462ad702255c92c0c9485e5337cf16d41a9c39362b8e62c362...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"icon": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "geometry": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "object", "properties": {"leisure": {"type": "string"}}, "requir...
{"icon" : "temaki-binoculars", "fields" : ["building_area"], "geometry" : ["point", "area"], "tags" : {"leisure" : "bird_hide"}, "terms" : ["machan", "ornithology"], "name" : "Bird Hide"}
json_instruct
{"type": "object", "properties": {"icon": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "geometry": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "object", "properties": {"leisure": {"type": "string"}}, "required": ["leisure"]}, "terms": {"type": "array", "items": {"ty...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"better-owop-js": {"type": "object...
{"name" : "dashnet-pixel-thing-bot", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"better-owop-js" : {"version" : "1.0.2", "resolved" : "https://registry.npmjs.org/better-owop-js/-/better-owop-js-1.0.2.tgz", "integrity" : "sha512-V7T/96Tx9lYstcOAFglvzJfciamO0VsBXoP5Srj4QzwEimvxB2V7hp...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"better-owop-js": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"idiom": {"type": "string"}, "filename": {"type": "string"}, "scale": {"type": "string"}}, "required": ["idiom", "filename", "scale"]}}, "info": {"type": "obj...
{"images" : [{"idiom" : "universal", "filename" : "icon_shenpi@1x.png", "scale" : "1x"}, {"idiom" : "universal", "filename" : "icon_shenpi@2x.png", "scale" : "2x"}, {"idiom" : "universal", "filename" : "icon_shenpi@3x.png", "scale" : "3x"}], "info" : {"version" : 1, "author" : "xcode"}}
json_instruct
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"idiom": {"type": "string"}, "filename": {"type": "string"}, "scale": {"type": "string"}}, "required": ["idiom", "filename", "scale"]}}, "info": {"type": "object", "properties": {"version": {"type": "integer"}, "aut...
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" : "ae21431056abde0519fec7d7d25bd315f7ea3a1a"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "prope...
{"name" : "phoenix.brackets.phplinter", "version" : "1.0.2", "description" : "This extension works using `php -l` command", "title" : "PHPLinter for Brackets", "scripts" : {}, "repository" : {"type" : "git", "url" : "https://github.com/phoenix3008/brackets-phplinter.git"}, "dependencies" : {"child_process" : "*"}, "key...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "strin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"riscv.h": {"type": "string"}}, "required": ["riscv.h"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files.associations" : {"riscv.h" : "c"}}
json_instruct
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"riscv.h": {"type": "string"}}, "required": ["riscv.h"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "pokemons": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "chance": {"type": "integer"}}, "required": ["id", "chance"]}...
[{"id" : 1, "pokemons" : [{"id" : 10, "chance" : 24}, {"id" : 13, "chance" : 24}, {"id" : 16, "chance" : 24}, {"id" : 19, "chance" : 23}, {"id" : 25, "chance" : 5}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "pokemons": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "chance": {"type": "integer"}}, "required": ["id", "chance"]}}}, "required": ["id", "pokemons"]}, "$schema": "http://json-schema.org...
Generate a valid JSON object that conforms to the following schema: {"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":...
{"id" : 1210047891, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "572d02527d9333bf3f829bfd6ad3489f", "wof:id" : 1210047891, "wof:repo" : "whosonfirst-data-admin-nz"}, "bbox" : [172.05, -41.5, 172.05, -41.5], "geometry" : {"coordinates" : [172.05, -41.5], "t...
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": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"package-id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "jurisdiction": {"type": "array", "items": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "...
{"package-id" : "hl7.fhir.us.pacio-fs", "name" : "hl7.fhir.us.pacio-fs", "version" : "0.1.0", "jurisdiction" : [{"coding" : [{"system" : "urn:iso:std:iso:3166", "code" : "US"}]}], "canonical" : "https://paciowg.github.io/functional-status-ig/", "url" : "http://hl7.org/fhir/us/pacio-fs", "title" : "PACIO Functional Stat...
json_instruct
{"type": "object", "properties": {"package-id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "jurisdiction": {"type": "array", "items": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "code": {"type"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "strin...
{"IsRecentlyVerified" : false, "ID" : 64413, "UUID" : "950655E6-BC9E-45E2-84DA-40AD9B7FE232", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "14005", "UsageTypeID" : 4, "UsageCost" : "\u20ac0.30/kWh; altre tariffe per le auto piu\u0300 vecchie", "AddressInfo" : {"ID" : 64759, "Title" : "Tesla Superchar...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "Ad...
The schema below describes a JSON structure. Generate a valid example: {"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": ...
{"nom" : "Saint-Quentin", "dpt" : "Aisne", "inscrits" : 34448, "abs" : 9537, "votants" : 24911, "blancs" : 431, "nuls" : 210, "exp" : 24270, "res" : [{"panneau" : "2", "voix" : 6973}, {"panneau" : "3", "voix" : 5171}, {"panneau" : "9", "voix" : 4671}, {"panneau" : "11", "voix" : 4295}, {"panneau" : "4", "voix" : 1245},...
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"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.903475, 40.675507], [-73.89999, 40.6769], [-73.899307, 40.673982], [-73.89367, 40.674822], [-73.892711, 40.671046], [-73.901982, 40.66967], [-73.903475, 40.675507]]]}, "type" : "Feature", "properties" : {"cartodb_id" ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-env": {"type": "string"}, "codemirror": {"type": "st...
{"dependencies" : {"axios" : "^0.18.1", "babel-core" : "^6.26.3", "babel-loader" : "^7.1.5", "babel-preset-env" : "^1.7.0", "codemirror" : "^5.46.0", "css-loader" : "^2.1.1", "extract-text-webpack-plugin" : "^4.0.0-beta.0", "sass" : "^1.20.1", "sass-loader" : "^7.1.0", "style-loader" : "^0.21.0", "toastr" : "^2.1.4", "...
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-env": {"type": "string"}, "codemirror": {"type": "string"}, "css-loader": {"type": "string"}, "extract-text-webpack-plugin"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"precommit-disabled": {"type": "string"}, "precommit": {"type": "string"}, "commitmsg": {"type": "string"}...
{"name" : "oas-ts", "private" : true, "scripts" : {"precommit-disabled" : "lerna run build && lerna run lint", "precommit" : "lerna run build", "commitmsg" : "validate-commit-msg"}, "devDependencies" : {"@types/node" : "^10.12.15", "all-contributors-cli" : "5.4.0", "dtslint" : "^0.4.1", "husky" : "0.14.3", "lerna" : "^...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"precommit-disabled": {"type": "string"}, "precommit": {"type": "string"}, "commitmsg": {"type": "string"}}, "required": ["precommit-disabled", "precommit", "commitmsg"]}, "devDepen...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "NEVER VENTURING TO EXAMINE THEM, BUT ACCUSTOMING HIMSELF TO BELIEVE THEM, BECAUSE THEY ARE TO BE BELIEVED, MAY TAKE UP FROM HIS EDUCATION,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/1175.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$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": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "author", "license"], "$schema": "http://json-schema.org...
{"name" : "tanayshandilya.github.io", "version" : "2.0.1", "author" : "Tanay Shandilya", "license" : "Apache-2.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"composite": {"type": "boolean"}, "module": {"type": "string"}, "allowJs": {"type": "boolean"}, "strict": {"type": "boolean"}, "types": {"type"...
{"extends" : "./tsconfig.json", "compilerOptions" : {"composite" : true, "module" : "ESNext", "allowJs" : true, "strict" : false, "types" : ["node", "jest"]}, "exclude" : ["**/*.spec.ts", "**/*.spec.tsx", "**/*.test.ts", "**/*.test.tsx", "**/*.bench.ts", "**/__tests__/**", "**/__integration__/**", "**/__fixtures__/**"]...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"composite": {"type": "boolean"}, "module": {"type": "string"}, "allowJs": {"type": "boolean"}, "strict": {"type": "boolean"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["com...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01011279": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "proper...
{"type" : "Topology", "objects" : {"E01011279" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00056763", "LAD11CD" : "E08000035"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01011279": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type...
{"userId" : 87252, "cartId" : "b6f090f2-5085-4167-876c-a7b94c927fdc", "preferredProducts" : [3992, 3714], "productReviews" : [{"productId" : 2777, "reviewText" : "This Upgradable works considerably well. It recklessly improves my basketball by a lot.", "reviewDate" : "2018-11-09T17:43:51.3710245+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"}, "reviewD...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"typ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Calaocalao, Don Carlos, Bukidnon, Northern Mindanao (Region X), PH", "locale" : "ph.northern-mindanao-region-x.bukidnon.don-carlos.calaocalao", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" :...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Generate a valid JSON object that conforms to the following schema: {"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":...
{"id" : 101895371, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "766c804401ee0a5e9355c88eb49df20a", "wof:id" : 101895371, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.89761, 43.80535, 0.89761, 43.80535], "geometry" : {"coordinates"...
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": ["...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"groups": {"type": "object", "properties": {"default": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}}, "required": ["packages"]}}, "required": ["default"]}}, "required": ["group...
{"groups" : {"default" : {"packages" : ["package.json", "packages/core/package.json", "packages/lerna/package.json", "packages/delegate/package.json", "packages/utils/package.json", "packages/external-deps/package.json", "packages/typescript/package.json"]}}}
json_instruct
{"type": "object", "properties": {"groups": {"type": "object", "properties": {"default": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}}, "required": ["packages"]}}, "required": ["default"]}}, "required": ["groups"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"potTagNumber": {"type": "string"}, "family": {"type": "string"}, "commonName": {"type": "string"}, "locale": {"type": "string"}, "taxonName": {"type": "string"}, "numberOfLabels": {"type": "string"}, "printLabels"...
{"potTagNumber" : "123", "family" : "Domestic", "commonName" : "Hillarious", "locale" : "Mozzale", "taxonName" : "Tropez", "numberOfLabels" : "2", "printLabels" : "yes", "labelData" : "Liqourous"}
json_instruct
{"type": "object", "properties": {"potTagNumber": {"type": "string"}, "family": {"type": "string"}, "commonName": {"type": "string"}, "locale": {"type": "string"}, "taxonName": {"type": "string"}, "numberOfLabels": {"type": "string"}, "printLabels": {"type": "string"}, "labelData": {"type": "string"}}, "required": ["po...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "proper...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.679686, 52.61042]}, "properties" : {"site-plan-url" : "https://www.tamworth.gov.uk/sites/default/files/planning_docs/brownfield_register/BR002.pdf", "minimum-net-dwellings" : "48", "organisation" : "local-authority-eng:TAW", "ownership-status" : "...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-plan-url": {"type": "string"...