input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "hero": {"type": "string"}, "Title": {"type": "string"}, "Items": {"type": "object", "properties": {"startingItems": {"type": "array", "items": {"type": "string"}}, "earlyGame": {"t...
{"author" : "Valve", "hero" : "npc_dota_hero_magnataur", "Title" : "Recommended items for Magnus", "Items" : {"startingItems" : ["tango", "flask", "clarity", "branches", "stout_shield"], "earlyGame" : ["boots", "magic_wand", "bracer", "bottle"], "coreItems" : ["power_treads", "blink", "ancient_janggo", "tpscroll"], "lu...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "hero": {"type": "string"}, "Title": {"type": "string"}, "Items": {"type": "object", "properties": {"startingItems": {"type": "array", "items": {"type": "string"}}, "earlyGame": {"type": "array", "items": {"type": "string"}}, "coreItems": {"type": "array",...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"filesystem": {"type": "string"}, "mount_point": {"type": "string"}, "options": {"type": "array", "items": {"type": "string"}}}, "required": ["filesystem", "mount_point", "options"]}, "$sc...
[{"filesystem" : "/dev/disk1s1", "mount_point" : "/", "options" : ["apfs", "local", "journaled"]}, {"filesystem" : "devfs", "mount_point" : "/dev", "options" : ["devfs", "local", "nobrowse"]}, {"filesystem" : "/dev/disk1s4", "mount_point" : "/private/var/vm", "options" : ["apfs", "local", "noexec", "journaled", "noatim...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"filesystem": {"type": "string"}, "mount_point": {"type": "string"}, "options": {"type": "array", "items": {"type": "string"}}}, "required": ["filesystem", "mount_point", "options"]}, "$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"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "str...
{"name" : "my-webpack-project", "private" : true, "version" : "1.0.0", "description" : "My webpack project", "repository" : "https://github.com/scalprum/scaffloding.git", "author" : "Martin Marosi <marvusm.mmi@gmail.com>", "license" : "Apache-2.0", "scripts" : {"start:dev" : "webpack-dev-server --hot --open", "start:te...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start:dev": {"type"...
Using the following JSON schema, generate a compatible JSON instance: {"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" : 85919051, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "b74aab2574d71bba5e05640c4930ed63", "wof:id" : 85919051, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [132.31208251950028, 34.34570365720047, 132.33168887152158, 34.358792196374...
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": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}...
{"name" : "Voat-Enhancement-Suite", "version" : "1.0.0", "description" : "Like Reddit Enhancement Suite, but with more goats.", "main" : "index.js", "repository" : "git@github.com:jayands/Voat-Enhancement-Suite.git", "author" : "Jonathan Sifuentes <jayands@users.noreply.github.com>", "license" : "WTFPL", "devDependenci...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["ne-admin", "ne-gulp", "ne-render"]
json_instruct
{"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": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "...
{"directions" : ["Bring medium saucepan of water to boil. Add tomatoes and blanch 30 seconds. Drain. Transfer to medium bowl. Cover with cold water; cool. Peel tomatoes. Cut in half; squeeze out juices. Chop tomatoes; transfer to bowl. Add herbs, shallot, vinegar and 1 tablespoon oil. Season with salt and pepper. (Can ...
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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "gadget": {"type": "string"}}, "required": ["title", "gadget"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Missing Gadget XML", "gadget" : "gadget.xml"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "gadget": {"type": "string"}}, "required": ["title", "gadget"], "$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"}}, "required": ["test"]}, "keyw...
{"name" : "mips-node", "version" : "1.0.4", "description" : "MIPS-1 Emulator (C++) as NPM module", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["mips", "parser", "node"], "author" : "lhl2617", "license" : "MIT", "dependencies" : {"bindings" : "^1.5.0", "node-a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "437e536d28e0aa2598c08fb65266d2e129f8ac0e"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "str...
{"t" : "mi'intelan", "h" : [{"d" : [{"f" : "\u628a\u2026\u618e\u6068\u4e86\u3001\u6028\u6068\u4e86\u3001\u4ec7\u8996\u4e86\u3002", "e" : ["\ufff9`Mi'intel~`a~`n~`no~ `tamdamdaw~ `kora~ `tatiihay~ `a~ `fafahiyan~.\ufffa\ufffb\u90a3\u500b\u58de\u5973\u4eba\u62db\u4eba\u6068\u3002"]}, {"f" : "\u6307\u6240\u618e\u6068\u768...
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license...
{"name" : "advent-of-code-2020", "version" : "0.0.1", "description" : "Advent of Code 2020", "scripts" : {"test" : "jest"}, "author" : "John Hobbs <john@velvetcache.org>", "license" : "MIT", "devDependencies" : {"eslint" : "^7.14.0", "eslint-config-airbnb-base" : "^14.2.1", "eslint-config-prettier" : "^7.0.0", "eslint-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "objec...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "method": {"type": "string"}, "handler": {"type": "object", "properties": {"type": {"type": "string"}, "message": {"type": "string...
{"routes" : [{"path" : "/myexample", "method" : "GET", "handler" : {"type" : "text", "message" : "hello everyone", "code" : 200}}, {"path" : "/test/testing/tested", "method" : "GET", "handler" : {"type" : "text", "message" : "world not found", "code" : 404}}, {"path" : "/test/testing/testingAgain", "method" : "GET", "h...
json_instruct
{"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "method": {"type": "string"}, "handler": {"type": "object", "properties": {"type": {"type": "string"}, "message": {"type": "string"}, "code": {"type": "integer"}}, "required": ["type", "m...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["columns", "data"], "$schema": "http://json-schema.org/draft-07/schema...
{"columns" : ["goal", "guesses"], "data" : [["ACHAR", "0: ABYES 1: ADOZE 2: ACERS 3: ACTIN 4: ACINI 5: ACTON "]]}
json_instruct
{"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["columns", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJe...
[{"namaKab" : "MANGGARAI", "originalFilename" : "ADRIANUS GARU.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 186679, "noUrut" : 1, "nama" : "ADRIANUS GARU, S.E., M.Si", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "JAKARTA SELATAN", "originalFilename" : "PETRUS SALENTINUS.jpg", "namaPartai" : "Partai Ha...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": ...
{"type" : "FeatureCollection", "title" : "Nauplia", "id" : "570501", "bbox" : [22.808706, 37.568123, 22.808706, 37.568123], "description" : "An ancient place, cited: BAtlas 58 D2 Nauplia", "connectsWith" : ["570104"], "names" : ["Nauplia"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDef...
[{"id" : "8b52bdb7-595f-4c4d-869c-8d715bd7a399", "data" : [{"text" : "\u0434\u043b\u044f \u0441\u043a\u043e\u0440\u043f\u0438\u043e\u0448\u0435\u043a", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "ru", "updated" : 0}, {"id" : "a2cd02bc-b901-41e3-b1df-06ec93e9140a", "data" : [{"text" : "\u0433\u...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "intege...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "typings": {"type": "string"}, "files"...
{"name" : "ts-algs", "version" : "0.1.2", "license" : "MIT", "author" : "builden", "main" : "dist/index.js", "module" : "dist/ts-algs.esm.js", "typings" : "dist/index.d.ts", "files" : ["dist"], "scripts" : {"start" : "tsdx watch", "build" : "tsdx build", "test" : "tsdx test", "lint" : "tsdx lint"}, "peerDependencies" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "typings": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repositor...
{"name" : "pac42", "version" : "0.1.0", "description" : "Online multi-agent system Pacman game", "author" : "Simon Relet", "private" : true, "license" : "MIT", "homepage" : "https://github.com/simonrelet/pac42#readme", "repository" : {"type" : "git", "url" : "git+https://github.com/simonrelet/pac42.git"}, "bugs" : {"ur...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"mocha.css": {"type": "string"}, "mocha.js": {"type": "string"}, "mocha.min.css": {"type": "string"}, "mocha.min.js": {"type": "string"}}, "required": ["mocha.css", "mocha.js", "mocha.min.css", "mocha.min.js"], ...
{"mocha.css" : "sha512-bPjDznU+5LXc50JbNKZfvIS73b69YS1TLanniJl5He8xcepul4+BYr3awtwxZWQOCboXmcG1jgWMN/tscbXcjA==", "mocha.js" : "sha512-bhHbeL4xdGKmexYmoRwysimINw5l5f7e6LgOPnMzs3eyHl6242GtYXbv1yPFfwZLVHqpNnJhTFbX/YvlQJXVgA==", "mocha.min.css" : "sha512-QfyW3x+egDmknxw1fhv4ahKwM6yNIxHeTiOz7S2xuTg6tta0H6itDpP5dd7LWtqJf/ry...
json_instruct
{"type": "object", "properties": {"mocha.css": {"type": "string"}, "mocha.js": {"type": "string"}, "mocha.min.css": {"type": "string"}, "mocha.min.js": {"type": "string"}}, "required": ["mocha.css", "mocha.js", "mocha.min.css", "mocha.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draf...
{"id" : "170702020905", "variable1" : 0.8624, "variable2" : 0.8003, "variable3" : "C"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"J1741+1351_430_ASP_efac": {"type": "number"}, "J1741+1351_430_ASP_log10_ecorr": {"type": "number"}, "J1741+1351_430_ASP_log10_equad": {"type": "number"}, "J1741+1351_430_PUPPI_efac": {"type": "number"}, "J1741+1351_...
{"J1741+1351_430_ASP_efac" : 0.933686, "J1741+1351_430_ASP_log10_ecorr" : -5.47059, "J1741+1351_430_ASP_log10_equad" : -6.39579, "J1741+1351_430_PUPPI_efac" : 1.05057, "J1741+1351_430_PUPPI_log10_ecorr" : -8.38478, "J1741+1351_430_PUPPI_log10_equad" : -6.57954, "J1741+1351_L-wide_ASP_efac" : 1.03822, "J1741+1351_L-wide...
json_instruct
{"type": "object", "properties": {"J1741+1351_430_ASP_efac": {"type": "number"}, "J1741+1351_430_ASP_log10_ecorr": {"type": "number"}, "J1741+1351_430_ASP_log10_equad": {"type": "number"}, "J1741+1351_430_PUPPI_efac": {"type": "number"}, "J1741+1351_430_PUPPI_log10_ecorr": {"type": "number"}, "J1741+1351_430_PUPPI_log1...
Based on the schema below, produce a valid JSON object: {"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": {}}, "t...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "In a bowl combine the mixed vegetables, chicken, cream of chicken soup and milk. Pour mixture into one of the pie crusts. Turn the other crust over and pop out of the tin onto the top of the filled pie. Seal the edges and poke holes in top crust.", "Ba...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "objec...
{"name" : "wcp-summary-step04", "version" : "0.1.0", "description" : "Web Components Primer \u00b7\u00a04. Dataflow \u00b7\u00a0Live Coding", "scripts" : {"start" : "polyserve --npm --module-resolution=node"}, "dependencies" : {"@petitatelier/osc-stream" : "^0.2.2", "@webcomponents/webcomponentsjs" : "^2.2.7", "lit-ele...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@petitatelier/osc-stream": {"type": "strin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "schematics": {"type": "object", "properties": {"jo": {"type": "object", "properties": {"description": {"type": "string"}, "factory": {"type": "string"}, "schema": {"type": "string"}}, "required":...
{"$schema" : "../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics" : {"jo" : {"description" : "jo feat main", "factory" : "./jo/index", "schema" : "./jo/schema.json"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "schematics": {"type": "object", "properties": {"jo": {"type": "object", "properties": {"description": {"type": "string"}, "factory": {"type": "string"}, "schema": {"type": "string"}}, "required": ["description", "factory", "schema"]}}, "required": ["jo"]...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}...
{"source" : "Pest", "trackCount" : 2, "tracks" : [{"_id" : "6985", "names" : ["Possessed (By Satan)"], "releases" : [{"_id" : "1390", "names" : ["Antichrist"]}], "artists" : [{"_id" : "1070", "names" : ["Gorgoroth"]}]}, {"_id" : "6986", "names" : ["Heavens Fall"], "releases" : [{"_id" : "1390", "names" : ["Antichrist"]...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "propert...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"},...
{"ip" : "83.50.22.208", "country_code" : "ES", "country_name" : "Spain", "region_code" : "EX", "region_name" : "Extremadura", "city" : "Montijo", "zip_code" : "06480", "time_zone" : "Europe/Madrid", "latitude" : 38.9084, "longitude" : -6.6179, "metro_code" : 0}
json_instruct
{"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "num...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "4b3e910182d8f2b84dd9d6fcdc4aa68ce805ff05"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : "3522080016", "district_id" : "3522080", "name" : "SIDOREJO"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"/index": {"type": "string"}, "/_error": {"type": "string"}, "/about": {"type": "string"}, "/_document": {"type": "string"}, "/_app": {"type": "string"}, "/": {"type": "string"}}, "required": ["/index", "/_error", "...
{"/index" : "static/hfUysz4EpNjlc0Zts0y6S/pages/index.js", "/_error" : "static/hfUysz4EpNjlc0Zts0y6S/pages/_error.js", "/about" : "static/hfUysz4EpNjlc0Zts0y6S/pages/about.js", "/_document" : "static/hfUysz4EpNjlc0Zts0y6S/pages/_document.js", "/_app" : "static/hfUysz4EpNjlc0Zts0y6S/pages/_app.js", "/" : "static/hfUysz4...
json_instruct
{"type": "object", "properties": {"/index": {"type": "string"}, "/_error": {"type": "string"}, "/about": {"type": "string"}, "/_document": {"type": "string"}, "/_app": {"type": "string"}, "/": {"type": "string"}}, "required": ["/index", "/_error", "/about", "/_document", "/_app", "/"], "$schema": "http://json-schema.or...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"p" : "073e6199-9add-4913-ab77-949e96ed35fe", "d" : 318}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "it...
{"title" : "OrpheusDB: A Lightweight Approach to Relational Dataset Versioning.", "fields" : ["revision control", "relational database", "sql", "software versioning", "modalities"], "abstract" : "We demonstrate OrpheusDB, a lightweight approach to versioning of relational datasets. OrpheusDB is built as a thin layer on...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"count" : 25}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this 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"...
{"type" : "Feature", "properties" : {"name" : "Nolan County", "fips" : "48353", "state_code" : 48, "county_code" : 353, "population" : 14714, "countrylevel_id" : "fips:48353", "census_data" : {"COUNTYNS" : "01383962", "AFFGEOID" : "0500000US48353", "LSAD" : "06", "ALAND" : 2362061743, "AWATER" : 5052159}}, "geometry" :...
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_d...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weig...
{"id" : 11046, "name" : "Rope", "qualified_name" : "Rope (Olaf's Quest)", "examine" : "A coil of rope.", "members" : true, "release_date" : "2007-04-10", "quest" : true, "weight" : 0.001, "value" : 0, "tradeable" : false, "stackable" : false, "noteable" : false, "equipable" : false, "tradeable_ge" : false, "icon" : "iV...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tra...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "orientation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "orientation"], "$schema": "http://json-schema.org/draft-07/schem...
{"position" : [0.05110973575308286, 0.08918917586574307, 0.0325], "orientation" : [0.0, 0.0, 0.777433452650142, 0.6289652030919354]}
json_instruct
{"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "orientation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "orientation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@babel/polyfill": {"type": "string"}, "@googlemaps/js-api-loader": {"type": "string"}, ...
{"name" : "project", "version" : "0.1.0", "private" : true, "dependencies" : {"@babel/polyfill" : "^7.12.1", "@googlemaps/js-api-loader" : "^1.11.2", "@reduxjs/toolkit" : "^1.5.1", "bootstrap" : "^4.6.0", "jquery" : "^3.6.0", "moment" : "^2.29.1", "phoenix" : "^1.5.8", "popper.js" : "^1.16.1", "prettier" : "^2.2.1", "r...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@babel/polyfill": {"type": "string"}, "@googlemaps/js-api-loader": {"type": "string"}, "@reduxjs/toolkit": {"type": "string"}, "bootstrap": {"ty...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"} ...
[{"code" : "107", "name" : "\u5cf0\u753a", "name_kana" : "\uff90\uff88\uff8f\uff81"}, {"code" : "155", "name" : "\u58ec\u751f", "name_kana" : "\uff90\uff8c\uff9e"}, {"code" : "300", "name" : "\u6c34\u6238", "name_kana" : "\uff90\uff84"}, {"code" : "351", "name" : "\u5357\u6cb3\u5185", "name_kana" : "\uff90\uff85\uff90\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": ...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.072266, 51.501769]}, "properties" : {"notes" : "Conversion of one flat to two flats", "organisation" : "local-authority-eng:SWK", "point" : "POINT(-0.072266 51.501769)", "hectares" : "0.047", "name" : "18-AP-1785", "site-address" : "9,Saffron Whar...
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": {"notes": {"type": "string"}, "orga...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propert...
{"contract" : "0xae2faf257ab388e522c110ea5600c1ff530b371f", "tool" : "honeybadger", "start" : 1565849469.5891247, "end" : 1565849529.9913204, "duration" : 60.40219569206238, "analysis" : [{"errors" : [], "file" : "/unique_chucks/32/0xae2faf257ab388e522c110ea5600c1ff530b371f.sol", "name" : "BXBC"}, {"errors" : [], "file...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"tor_password": {"type": "string"}, "verbose_logging": {"type": "boolean"}}, "required": ["tor_password", "verbose_logging"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tor_password" : "enter_your_password_here", "verbose_logging" : false}
json_instruct
{"type": "object", "properties": {"tor_password": {"type": "string"}, "verbose_logging": {"type": "boolean"}}, "required": ["tor_password", "verbose_logging"], "$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"}, "contents": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "contents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "birthday7", "contents" : [289]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "contents": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "contents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}, "age": {"type": "string"}, "bookPage": {"type": "string"}}, "required": ["name", "address", "age", "bookPage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Customer Nine", "address" : "090 Ninth St", "age" : "90", "bookPage" : ""}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}, "age": {"type": "string"}, "bookPage": {"type": "string"}}, "required": ["name", "address", "age", "bookPage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "...
{"name" : "communityCommunityEntryPhaseTimePeriodData", "flags" : 2, "props" : [{"type" : "CName", "name" : "periodName", "flags" : 6627016704}, {"type" : "array:worldGlobalNodeID", "name" : "spotNodeIds", "flags" : 6627016704}, {"type" : "Bool", "name" : "isSequence", "flags" : 6627016704}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags",...
Construct a JSON document that adheres to this schema specification: {"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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-91.038748, 33.385538], [-91.0377, 33.399549], [-90.968041, 33.400993], [-90.970202, 33.398719], [-90.970365, 33.395834], [-90.968016, 33.393866], [-90.96472, 33.392985], [-90.967986, 33.393071], [-90.971794, 33.391156], ...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "...
{"keV" : [1.48, 11.878, 11.924, 13.284, 13.292, 13.469, 345.2, 432.5, 597.4, 609.8, 840.9, 941.1, 956.2, 987.9, 1082.1, 1191.2, 1207.9, 1246.9, 1373.4, 1427.2, 1450.1, 1552.8, 1599.0, 1701.0, 1724.5, 1795.3, 1944.0, 2029.4, 2091.2, 2234.4, 2245.6, 2304.0, 2417.3, 2446.9, 2455.1, 2542.9, 2550.2, 2565.4, 2584.3, 2601.5, ...
json_instruct
{"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"target": {"type": "string"}, "coinname": {"type": "string"}, "giturl": {"type": "string"}, "branch": {"type": "string"}, "qtwin32": {"type": "string"}, "qtwin64": {"type": "string"}, "qtlinux": {"type": "string"}, "win32qt": {"t...
{"target" : "nimbus", "coinname" : "Nimbus", "giturl" : "https://github.com/MyCryptoCoins/Nimbus.git", "branch" : "master", "qtwin32" : "Nimbus-qt-mxe32.pro", "qtwin64" : "Nimbus-qt-mxe64.pro", "qtlinux" : "Nimbus-qt.pro", "win32qt" : 1, "win64qt" : 0, "rpidaemon" : 0, "linuxdaemon" : 0, "linuxqt" : 0}
json_instruct
{"type": "object", "properties": {"target": {"type": "string"}, "coinname": {"type": "string"}, "giturl": {"type": "string"}, "branch": {"type": "string"}, "qtwin32": {"type": "string"}, "qtwin64": {"type": "string"}, "qtlinux": {"type": "string"}, "win32qt": {"type": "integer"}, "win64qt": {"type": "integer"}, "rpidae...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "vers...
{"versions" : [{"git-tree" : "2897d5bfecd8b5fad871a476cfba4c24f45144cd", "version-string" : "1.2", "port-version" : 2}, {"git-tree" : "b1c36a09a7ddb7b39b5136e2c2be1dc7974bea1a", "version-string" : "1.2-1", "port-version" : 0}, {"git-tree" : "ea0fd5fe0538d3752557ed44ad7c5c1f42dd0bed", "version-string" : "1.2", "port-ver...
json_instruct
{"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-string", "port-version"]}}}, "required": ["versions"], "$schema": "http...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}...
{"origin" : "http://wallbase.cc/wallpaper/287796", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-287796.png", "views" : 2306, "x_resolution" : 1440, "filetype" : "png", "site" : "wallbase.cc", "y_resolution" : 900, "colors" : ["#ffffff", "#998220", "#45250c", "#010100", "#883811"], "comments" : [""],...
json_instruct
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type...
{"hash" : "0xcf6ea49dcc9405ecd848c7806f2044adf4a8fb1835044ace390cc86d243b35dd", "parentHash" : "0x44642ab513af9c355a163730f73de699d114f295a0050e1bbb2368e942fbad16", "number" : 4598, "timestamp" : 1438284473, "nonce" : "0x04be33097ab7617d", "difficulty" : 151699446270, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_he...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [153.349, 123.92, 0.827733, 117.992, 163.093, 0.776558, 115.999, 163.181, 0.850591, 125.851, 231.671, 0.786027, 133.652, 290.382, 0.930611, 123.918, 163.001, 0.62205, 131.684, 225.777, 0.0663554, 0, 0, 0, 117.994, 272.877, 0.649338, 116.047, 274.8...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["classyconf"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$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", "ti...
[{"e_id" : "14991", "title" : "\u620f\u5267\u5bb6\u5965\u5c3c\u5c14\u83b7\u8bfa\u8d1d\u5c14\u6587\u5b66\u5956", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u572885\u5e74\u524d\u7684\u4eca\u5929\uff0c1936\u5e7412\u670810\u65e5(\u519c\u53861936\u5e7410\u670827\u65e5)\uff0c\u620f\u5267\u5bb6\u5965\u5c3c\u5c14\u83b7\u8bfa\u8d1...
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/dr...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array...
{"ast" : null, "code" : "var _jsxFileName = \"/Users/amir/Places/src/components/Review/Review.js\";\nimport './Review.css';\nimport { Rate } from 'antd';\nimport { Row, Col } from 'antd';\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\n\nfunction Review() {\n let name = \"Johnny Li\";\n return /*#__PUR...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"typ...
{"timestamp" : "2020-11-07T14:48:00Z", "data" : [{"data_type" : "pm10", "value" : "9.43", "max" : "12.00", "min" : "6.00", "sd" : "1.33"}, {"data_type" : "pm2.5", "value" : "8.97", "max" : "12.00", "min" : "6.00", "sd" : "1.27"}, {"data_type" : "pm1", "value" : "4.80", "max" : "6.00", "min" : "3.00", "sd" : "1.02"}, {"...
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max",...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", ...
{"solution_size" : 4612, "ok" : true, "resemblance" : 0.503474, "problem_id" : 2332, "solution_spec_hash" : "0589b3b901e3636b63933e861c1e9eb14a94427d"}
json_instruct
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://j...
Based on the schema below, produce a valid JSON object: {"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_10...
{"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" : 64}, "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...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/d...
[{"year" : 1917, "sex" : "M", "n" : 5, "prop" : 5.21e-06}, {"year" : 1931, "sex" : "M", "n" : 6, "prop" : 5.61e-06}, {"year" : 2015, "sex" : "M", "n" : 6, "prop" : 2.94e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array",...
{"name" : "AlgorithmsByPython", "description" : "\u7b97\u6cd5/\u6570\u636e\u7ed3\u6784/Python/\u5251\u6307offer/\u673a\u5668\u5b66\u4e60/leetcode", "license" : null, "starNum" : 256, "folkNum" : 154, "watchNum" : 256, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum...
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"}, "build": {"type": "string"}}, "...
{"name" : "spa-gulp-automator", "version" : "1.0.0", "description" : "", "main" : "gulpfile.js", "scripts" : {"start" : "gulp", "build" : "gulp --production"}, "keywords" : [], "author" : "Xama-dev", "license" : "ISC", "devDependencies" : {"babel-core" : "6.26.3", "babel-preset-env" : "1.6.1", "font-awesome" : "4.7.0",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "keywords": {"type": "array...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "compile": {"type"...
{"name" : "net-gross-tg-bot", "version" : "1.0.0", "description" : "Calculate net/gross through the Telegram", "main" : "index.js", "scripts" : {"start" : "node dist/index.js", "compile" : "tsc", "test" : "echo \"Error: no test specified\" && exit 1"}, "devDependencies" : {"@types/node" : "^14.14.41", "nodemon" : "^2.0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "compile": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "compile...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "stri...
{"vendor" : "adoptopenjdk", "filename" : "OpenJDK11U-jdk_x64_mac_hotspot_11.0.2_9.tar.gz", "release_type" : "ga", "version" : "11.0.2+9", "java_version" : "11.0.2+9", "jvm_impl" : "hotspot", "os" : "macosx", "architecture" : "x86_64", "file_type" : "tar.gz", "image_type" : "jdk", "features" : [], "url" : "https://githu...
json_instruct
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"endpoint": {"type": "string"}, "port": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "protocol": {"type": "string"}}, "required": ["endpoint", "port", "user", "password", "protocol"...
{"endpoint" : "< Host url >", "port" : "< Host Port >", "user" : "< Elasticsearch user >", "password" : "< User password >", "protocol" : "< Http/Https >"}
json_instruct
{"type": "object", "properties": {"endpoint": {"type": "string"}, "port": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "protocol": {"type": "string"}}, "required": ["endpoint", "port", "user", "password", "protocol"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepa...
{"latest_version" : ["1.0"], "meta" : {"description" : "Opens a Python module in a text editor - e.g, \"pysrc django.core.management\"", "homepage" : "UNKNOWN"}, "versions" : {}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {}, "required": []}}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "code": {"type": "object", "pr...
{"resourceType" : "ObservationDefinition", "id" : "observation-definition-loinc-4544-3", "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Observation for Hematocrit [Volume Fraction] of Blood by Automated count</div>"}, "code" : {"coding" : [{"system" : "http://loinc.org", "code" :...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "code": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "obj...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"schemaType": {"type": "string"}, "id": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["schemaType", "id", "displayName", "description"], "$schema": "http://js...
{"schemaType" : "NERDPACK", "id" : "70584397-4426-4b8a-a8e2-8bd091ede5e4", "displayName" : "Integrations Manager", "description" : "Reduce the effort to create, manage and deploy new integrations."}
json_instruct
{"type": "object", "properties": {"schemaType": {"type": "string"}, "id": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["schemaType", "id", "displayName", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "allthecompressed:block/spruce_log_block_1x"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "s...
{"name" : "buffer-indexof-polyfill", "version" : "1.0.1", "description" : "This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.", "main" : "index.js", "scripts" : {"test" : "mocha", "lint" : "eslint ."}, "author" : "https://github.com/sarosia", "license" : "MIT", "engines" : {"node" : ">=0.10"}, "repository"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "lint"]}, "author": {"type": "string"}, "...
Generate a valid JSON object that conforms to the following 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"}, "r...
{"id" : 487, "citation_title" : "Income Tax Incentives to Promote Saving", "citation_author" : ["Charles Becker", "Don Fullerton"], "citation_publication_date" : "1980-06-01", "issue_date" : "1980-06-01", "revision_date" : "None", "topics" : ["Macroeconomics"], "program" : ["Public Economics"], "projects" : null, "work...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "dynamic": {"type": "boolean"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ...
{"name" : "timix:igVdReference", "displayName" : "Media Content", "description" : "", "dynamic" : false, "fields" : [{"name" : "ti:mediaPicker", "displayName" : "Media Source", "valueConstraints" : [{"value" : {"type" : "String", "value" : "widen"}, "displayValue" : "Widen (DAM)", "propertyList" : [{"name" : "addMixin"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "dynamic": {"type": "boolean"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "valueConstraints": {"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"template_parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["template_parameters...
{"template_parameters" : [{"name" : "num_nodes", "value" : "1"}, {"name" : "num_workers_per_node", "value" : "1"}, {"name" : "num_inter_threads", "value" : "2"}, {"name" : "sockets_per_node", "value" : "1"}, {"name" : "physical_cores", "value" : "1"}, {"name" : "total_steps", "value" : "50"}, {"name" : "log_steps", "va...
json_instruct
{"type": "object", "properties": {"template_parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["template_parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"variantName": {"type": "string"}, "type": {"type": "string"}, "props": {"type": "object", "properties": {"defaultValue": {"type": "string"}, "data": {"type": "array", "items": {"typ...
[{"variantName" : "one-column array", "type" : "SelectList", "props" : {"defaultValue" : "orange", "data" : ["orange", "red", "blue", "purple"], "data-umyid" : "11"}}, {"variantName" : "multiple, one-column array", "type" : "SelectList", "props" : {"defaultValue" : "orange", "multiple" : true, "data" : ["orange", "red"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"variantName": {"type": "string"}, "type": {"type": "string"}, "props": {"type": "object", "properties": {"defaultValue": {"type": "string"}, "data": {"type": "array", "items": {"type": "string"}}, "data-umyid": {"type": "string"}}, "required": ["defaultValue...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "type": {"type": "string"}, "command": {"type": "string"}, "args": {"type": "array", ...
{"version" : "2.0.0", "tasks" : [{"label" : "build-in-container", "type" : "shell", "command" : "/usr/bin/sshpass", "args" : ["-p", "root", "ssh", "root@localhost", "-p", "2222", "/source/scripts/build.sh"], "problemMatcher" : ["$gcc"], "group" : {"kind" : "build", "isDefault" : true}}, {"label" : "run tests", "type" :...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "type": {"type": "string"}, "command": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "problemMatcher": {"type": "array", "item...
Please provide a valid JSON object following this schema: {"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" : "ZEMIRAH", "frequency" : 0, "gender" : "male"}]
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"api": {"type": "string"}, "auth": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "build-depends": {"type": "array", "items": {}}, "depends": {"type": "array", "items": {}}, "descript...
{"api" : "perl6", "auth" : "cpan:ELIZABETH", "authors" : ["Elizabeth Mattijsen"], "build-depends" : [], "depends" : [], "description" : "Talking barnyard animals (or ASCII art in general)", "license" : "Artistic-2.0", "name" : "Acme::Cow", "perl" : "6.d", "provides" : {"Acme::Cow" : "lib/Acme/Cow.pm6", "Acme::Cow::Drag...
json_instruct
{"type": "object", "properties": {"api": {"type": "string"}, "auth": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "build-depends": {"type": "array", "items": {}}, "depends": {"type": "array", "items": {}}, "description": {"type": "string"}, "license": {"type": "string"}, "name": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string...
{"IsSuccessStatusCode" : true, "StatusCode" : 200, "Headers" : {"SPRequestGuid" : "fbf60ca0-60d1-3000-787b-4d96d28871e6", "SPClientServiceRequestDuration" : "28", "X-SharePointHealthScore" : "2", "X-SP-SERVERSTATE" : "ReadOnly=0"}, "Response" : "{\"value\":[{\"FileSystemObjectType\":0,\"Id\":1,\"ServerRedirectedEmbedUr...
json_instruct
{"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointHealthScore": {"type": "string"}, "X-SP-SERVERSTATE": {"ty...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Backbone.ModelBinder.min.js": {"type": "string"}}, "required": ["Backbone.ModelBinder.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Backbone.ModelBinder.min.js" : "sha256-VKXhsYgw+DdzGJ6vz0QHoUG0xieyGkE/hP8DPL17dxg="}
json_instruct
{"type": "object", "properties": {"Backbone.ModelBinder.min.js": {"type": "string"}}, "required": ["Backbone.ModelBinder.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "head": {"type": "integer"}, "partition": {"type": "integer"}, "table_name": {"type": "string"}, "namespace": {"type"...
{"data" : [{"file" : "examples/data/breast_b.csv", "head" : 1, "partition" : 10, "table_name" : "hetero_breast_b", "namespace" : "hetero_breast_guest", "role" : "guest_0"}, {"file" : "examples/data/breast_a.csv", "head" : 1, "partition" : 10, "table_name" : "hetero_breast_a", "namespace" : "hetero_breast_host", "role" ...
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "head": {"type": "integer"}, "partition": {"type": "integer"}, "table_name": {"type": "string"}, "namespace": {"type": "string"}, "role": {"type": "string"}}, "required": ["file", "head", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"first_time": {"type": "string"}, "initial_download_location": {"type": "string"}, "database_name": {"type": "string"}, "table_export_location": {"type": "string"}, "last_clickstream_date": {"type": "string"}, "...
{"first_time" : "no", "initial_download_location" : ".", "database_name" : "coursera", "table_export_location" : "tables/", "last_clickstream_date" : "2018-11-15", "fist_clickstream_date" : "2018-10-15", "eit_digital_id" : "253", "clickstream_purpose" : "of the clickstream data.", "clickstream_export_location" : "event...
json_instruct
{"type": "object", "properties": {"first_time": {"type": "string"}, "initial_download_location": {"type": "string"}, "database_name": {"type": "string"}, "table_export_location": {"type": "string"}, "last_clickstream_date": {"type": "string"}, "fist_clickstream_date": {"type": "string"}, "eit_digital_id": {"type": "str...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"App1": {"type": "array", "items": {"type": "object", "properties": {"APP1": {"type": "object", "properties": {"accessLevel": {"type": "string"}, "profileText": {"type": "string"}, "userType": {"type": "string"}}, "required": [...
{"App1" : [{"APP1" : {"accessLevel" : "ADMIN", "profileText" : "Admin", "userType" : "ADMIN"}}], "App2" : [{"APP2" : {"accessLevel" : "ADMIN", "profileText" : "Admin", "userType" : "ADMIN"}}]}
json_instruct
{"type": "object", "properties": {"App1": {"type": "array", "items": {"type": "object", "properties": {"APP1": {"type": "object", "properties": {"accessLevel": {"type": "string"}, "profileText": {"type": "string"}, "userType": {"type": "string"}}, "required": ["accessLevel", "profileText", "userType"]}}, "required": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}...
{"citations" : [{"textCitation" : "[See pnfnemnf on Metamath](http://us.metamath.org/mpegif/pnfnemnf.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | #P_pnfxr | |- +oo e. RR* |\n| 2 | | #P_pwne | |- ( +oo e. RR* -> ~P +oo =/= +oo ) |\n| 3 | 1, 2 | #P_ax-mp | |- ~...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}...
{"title" : "Moon Shadow", "creation_date" : "1999", "creation_date_earliest" : "1999-01-01", "creation_date_latest" : "1999-01-01", "medium" : "Norfolk Island pine", "accession_number" : "2010.36", "id" : "cmoa:things/0f512d4b-42ab-45a7-abbb-050496b5d9f5", "credit_line" : "Gift of Daniel Greenberg and Susan Steinhauser...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "pr...
{"contract" : "0xfaf378dd7c26ebcfae80f4675fadb3f9d9dfc152", "tool" : "smartcheck", "start" : 1563530511.002339, "end" : 1563530519.5085366, "duration" : 8.506197690963745, "analysis" : [{"name" : "SOLIDITY_UPGRADE_TO_050", "patternId" : "341gim", "severity" : 1, "line" : 47, "column" : 8, "content" : "stringtokenName"}...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "patternId": {"type": "string"}, "sev...
Following the schema specification below, generate a valid JSON instance: {"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...
{"id" : 8192, "citation_title" : "The Life Cycle of US Economic Expansions", "citation_author" : ["Edward E. Leamer"], "citation_publication_date" : "2001-03-01", "issue_date" : "2001-03-01", "revision_date" : "None", "topics" : ["Macroeconomics", "Business Cycles"], "program" : ["Economic Fluctuations and Growth"], "p...
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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prestart": {"type": "string"},...
{"name" : "node-server", "version" : "0.0.1", "description" : "", "main" : "index.js", "scripts" : {"build" : "pug src/template/pug/*.pug -o src/template/html", "prestart" : "npm run build", "start" : "node src/app.js", "test" : "eslint . --cache"}, "repository" : "git+https://github.com/takasho-tutrial/node-server.git...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prestart": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{".js" : "4f86f14146102d14ee874c96564f643dc27ea157.js"}
json_instruct
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "obje...
{"localities" : ["Mercer, MO"], "state" : "MO", "postal_code" : "64661", "locality" : "Mercer, MO", "lat" : 40.536056, "region" : {"fips" : "29", "abbr" : "MO", "name" : "Missouri"}, "city" : "Mercer", "type" : "STANDARD", "lng" : -93.517477, "counties" : [{"fips" : "129", "name" : "Mercer County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties...
{"contract" : "0xe916fd53f37c7279450857fa6d4bcae124cf94e1", "tool" : "smartcheck", "start" : 1563658907.7800293, "end" : 1563658916.206657, "duration" : 8.42662763595581, "analysis" : [{"name" : "SOLIDITY_ERC20_APPROVE", "patternId" : "af782c", "severity" : 2, "line" : 147, "column" : 4, "content" : "functionapprove(ad...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "patternId": {"type": "string"}, "sev...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "nu...
{"artist_id" : "ARI1ZGD1187B99F168", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Siglo Xx", "duration" : 239.64689, "num_songs" : 1, "song_id" : "SOCFJVB12A6D4FBFDA", "title" : "God John", "year" : 0}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Package": {"type": "string"}, "TSMaps": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "string"}, "Val": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Key", "Val", "Nam...
{"Package" : "packeter", "TSMaps" : [{"Key" : "uint32", "Val" : "*collector", "Name" : "collectors"}]}
json_instruct
{"type": "object", "properties": {"Package": {"type": "string"}, "TSMaps": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "string"}, "Val": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Key", "Val", "Name"]}}}, "required": ["Package", "TSMaps"], "$schema": "http://json-sch...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/contato": {"type": "boolean"}}, "required": ["pages/contato"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "3a76df1c7fbffa054777", "c" : {"pages/contato" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/contato": {"type": "boolean"}}, "required": ["pages/contato"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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", "ite...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "Place bacon in a large skillet and cook over medium-high heat, turning occasionally, until evenly browned, about 10 minutes. Drain bacon slices on paper towels. Crumble or chop into small pieces.", "Separate 6 biscuits into 2 rounds each. Press rounds ...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"address": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "integer"}, "crypto": {"type": "object", "properties": {"cipher": {"type": "string"}, "ciphertext": {"type": "string"}, "cipherparam...
{"address" : "f29792530151e29066d8e056f97e129ea9906f37", "id" : "aa61a0b3-2866-4891-9d67-3aca5bb031a8", "version" : 3, "crypto" : {"cipher" : "aes-128-ctr", "ciphertext" : "e23ad84dee1b6aef2e4b3db4653362ab60e1263630be4470af247d28bad0d408", "cipherparams" : {"iv" : "3b0eb364d705fe33edfc699598d3335c"}, "kdf" : "scrypt", ...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "integer"}, "crypto": {"type": "object", "properties": {"cipher": {"type": "string"}, "ciphertext": {"type": "string"}, "cipherparams": {"type": "object", "properties": {"iv": {"type": "string"}}, "required": ...
Following the schema specification below, generate a valid JSON instance: {"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"}, "wo...
{"id" : 404414741, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "2cf454dbc7a3127cbb02007f83db5614", "wof:id" : 404414741, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.27300668628288, 48.61773753303216, 2.29893368486303, 48.66022836796183...
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": {"_guid_": {"type": "string"}, "_extends_": {"type": "string"}, "title": {"type": "string"}, "specs": {"type": "array", "items": {"type": "string"}}, "request": {"type": "object", "properties": {"body": {"type": "object", "pr...
{"_guid_" : "S-092.4", "_extends_" : "F-092_Test_Base_data", "title" : "must return a negative response in an attempt to import a definition file containing conditional event post state with missing priority", "specs" : ["an active profile in CCD", "contains conditional event post state with missing priority"], "reques...
json_instruct
{"type": "object", "properties": {"_guid_": {"type": "string"}, "_extends_": {"type": "string"}, "title": {"type": "string"}, "specs": {"type": "array", "items": {"type": "string"}}, "request": {"type": "object", "properties": {"body": {"type": "object", "properties": {"arrayInMap": {"type": "array", "items": {"type": ...
Based on the schema below, produce a valid JSON object: {"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" : "3514170010", "district_id" : "3514170", "name" : "DHOMPO"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]...
{"name" : "sum-time-cli", "version" : "1.0.0", "description" : "Sum up time durations in terminal", "main" : "cli.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/bencevans/sum-time-cli.git"}, "keywords" : ["sum", "time", "duratio...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, ...
{"limit" : 100, "name" : "Orikalkum 2h warhammer", "value" : 6668, "highalch" : 4000, "id" : 46565, "lowalch" : 2667, "name_pt" : "Martelo de guerra de 2m de orikalko", "price" : 23379, "last" : 23379}
json_instruct
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"remote-host": {"type": "string"}, "remote-port": {"type": "string"}}, "required": ["remote-host", "remote-port"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"remote-host" : "192.168.0.16", "remote-port" : "514"}
json_instruct
{"type": "object", "properties": {"remote-host": {"type": "string"}, "remote-port": {"type": "string"}}, "required": ["remote-host", "remote-port"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"babe...
{"name" : "search-string", "version" : "3.1.0", "description" : "Another parser for advanced search query syntax.", "main" : "index.js", "files" : ["index.js", "src", "dist"], "scripts" : {"babelBuild" : "babel src/ -d dist/node/ --copy-files", "babelWatch" : "babel --watch src/ -d dist/node/ --copy-files", "build" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"babelBuild": {"type": "string"}, "babelWatch": {"type": "stri...