input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["peer-deps-test-2"]
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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["sta...
{"name" : "jpig", "version" : "1.0.0", "description" : "James Password Insult Generator", "main" : "index.js", "scripts" : {"start" : "electron ."}, "author" : "Adam Post", "license" : "MIT", "dependencies" : {"nanoid" : "^3.1.20"}, "devDependencies" : {"electron" : "^11.0.3"}}
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"}, "dep...
Based on the schema below, produce a valid JSON object: {"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": "i...
{"id" : 101806163, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "6146264f0582b10167e0816110c9c326", "wof:id" : 101806163, "wof:repo" : "whosonfirst-data-admin-nl"}, "bbox" : [5.54123, 53.18546, 5.54123, 53.18546], "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": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:i...
{"id" : 85874033, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "35cecc9e46e7f570a091cae0fc558b8a", "wof:id" : 85874033, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.3895, 48.8945, 2.3895, 48.8945], "geometry" : {"coordinates" : [2....
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": ["...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "website": {"type": "string"}...
{"type" : "Feature", "id" : "node/8688942723", "properties" : {"amenity" : "marketplace", "name" : "Marktschw\u00e4rmer", "opening_hours" : "Tu 17:30-19:00", "website" : "https://marktschwaermer.de/de-DE/assemblies/11867", "id" : "node/8688942723"}, "geometry" : {"type" : "Point", "coordinates" : [13.7542526, 51.068458...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array",...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [662.687, 133.739, 0.943811, 680.302, 196.47, 0.931092, 633.285, 196.521, 0.88274, 617.576, 278.723, 0.708983, 609.782, 288.496, 0.750024, 727.268, 196.434, 0.870113, 760.626, 268.855, 0.878179, 750.832, 331.592, 0.813487, 682.228, 357.049, 0.740858, 654.869, 355.099...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "Wind...
{"Time" : "2021-07-23T15:00:00Z", "Temp" : 30, "RelHum" : 53, "WindSpeed" : 6.2, "WindDir" : 296}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "prop...
{"id" : 913, "group" : "93522112", "joblink" : false, "name" : "Diamantschleifer/in - Industriediamanten", "potential" : 100, "skills" : [{"id" : 61073, "skill" : "Brillant-, Diamantschliff", "replaceable" : true}, {"id" : 61077, "skill" : "Ebauchieren", "replaceable" : true}, {"id" : 61085, "skill" : "Synthetische Ste...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replacea...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"classNames": {"type": "string"}, "name": {"type": "object", "properties": {"classNames": {"type": "string"}, "ui:placeholder": {"type": "string"}, "ui:description": {"type": "string"}, "ui:widget": {"type": "string"}}, "required...
{"classNames" : "bg-light p-3", "name" : {"classNames" : "text-success bg-danger", "ui:placeholder" : "ur cool", "ui:description" : "hello u aint that cool no more", "ui:widget" : "textarea"}, "nicknames" : {"items" : {"ui:widget" : "textarea"}}, "lives_in" : {"classNames" : "bg-warning p-5", "items" : {"Country" : {"c...
json_instruct
{"type": "object", "properties": {"classNames": {"type": "string"}, "name": {"type": "object", "properties": {"classNames": {"type": "string"}, "ui:placeholder": {"type": "string"}, "ui:description": {"type": "string"}, "ui:widget": {"type": "string"}}, "required": ["classNames", "ui:placeholder", "ui:description", "ui...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "b...
{"contract" : "0x28b85bc9e851271214fe70f433874b9aedc5a94a", "tool" : "maian", "start" : 1565472297.509742, "end" : 1565472310.058911, "duration" : 12.549169063568115, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"t...
{"name" : "google-captcha-sample", "version" : "1.0.0", "private" : true, "scripts" : {"start" : "node index.js"}, "dependencies" : {"axios" : "^0.20.0", "express" : "~4.16.1"}, "description" : "Sample backend service for Google CAPTCHA validations", "main" : "app.js", "devDependencies" : {}, "repository" : {"type" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "express": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "alternative_name": {"type": "string"}, "text": {"type": "string"}, "year": {"type": "string"}, "organisation": {"type": "string"}, "method_of_leak": {"type": "string"}, "no_of_records_s...
{"title" : "Stratfor", "alternative_name" : "Shadowy global intelligence company", "text" : "Hacking collective Anonymous defaced the website of Stratfor and posted a file online of the organization\u2019s confidential client list, along with credit card details, passwords and home addresses for those clients. They rel...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "alternative_name": {"type": "string"}, "text": {"type": "string"}, "year": {"type": "string"}, "organisation": {"type": "string"}, "method_of_leak": {"type": "string"}, "no_of_records_stolen": {"type": "integer"}, "data_sensitivity": {"type": "integer"}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop...
{"hash" : "0x6d3d859f7aa4b95088a2d7e7b5e0e62e046877737d6a190ac7b889e86688ff0d", "parentHash" : "0x78d95a8236a880842f367676e5103b04d639a8da92fc7995125685a1c6ae6f88", "number" : 50006, "timestamp" : 1438982687, "nonce" : "0x487cd4f762756593", "difficulty" : 1495825741663, "gasLimit" : {"_hex" : "0x4a6ce"}, "gasUsed" : {"...
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"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"DTDproc_z0p03_bw500_1.3<mwd": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTDproc_z0p03_bw500_1.3<mwd", "arrbool"], "$schema": "http://json-schema.org/draft-...
{"DTDproc_z0p03_bw500_1.3<mwd" : [2.1736186772223554e-07, 1.3180747779193866e-07, 6.662679198066035e-08, 8.050381340853058e-08, 5.9083347365923145e-08, 1.7644613712891692e-07, 1.204642165923197e-07, 1.8462874583931434e-07, 1.5632426474889001e-07, 5.526312557912774e-08, 1.642061620467816e-07, 1.1199490660224116e-07, 4.9...
json_instruct
{"type": "object", "properties": {"DTDproc_z0p03_bw500_1.3<mwd": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTDproc_z0p03_bw500_1.3<mwd", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "st...
{"name" : "get-canvas-context", "version" : "1.0.2", "description" : "gets canvas context by name", "main" : "index.js", "license" : "MIT", "author" : {"name" : "Matt DesLauriers", "email" : "dave.des@gmail.com", "url" : "https://github.com/mattdesl"}, "dependencies" : {}, "devDependencies" : {"browserify" : "^10.2.4",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "req...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"cumulativeRecoveredCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeRecoveredCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cumulativeRecoveredCases" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 18, 18, 18, 26, 30, 36, 45, 58, 74, 110, 126, 138, 150, 161, 170, 177, 201, 215, 235, 250, 259...
json_instruct
{"type": "object", "properties": {"cumulativeRecoveredCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeRecoveredCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"lessonIndex": {"type": "integer"}, "categoryIndex": {"type": "integer"}, "sectionIndex": {"type": "integer"}, "title": {"type": "string"}, "link": {"type": "string"}, "html": {"type": "string"}}, "required": ["less...
{"lessonIndex" : 637, "categoryIndex" : 5, "sectionIndex" : 1, "title" : "Jump to conclusions", "link" : "http://www.talkenglish.com/lessondetails.aspx?ALID=790", "html" : "\r\n<h1>\r\nJump to conclusions\r\n</h1>\r\n<b>Meaning/Usage</b>: Making a conclusion without having all the details<br><br> <b>Explanation</b>: If...
json_instruct
{"type": "object", "properties": {"lessonIndex": {"type": "integer"}, "categoryIndex": {"type": "integer"}, "sectionIndex": {"type": "integer"}, "title": {"type": "string"}, "link": {"type": "string"}, "html": {"type": "string"}}, "required": ["lessonIndex", "categoryIndex", "sectionIndex", "title", "link", "html"], "$...
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" : ["In a medium bowl combine 2 cups milk and pudding mixture; stir well until thickened.", "To the pudding add remaining 2 cups milk and egg substitute; mix well. Stir in vanilla extract, salt and nutmeg until well blended and coats a spoon.", "Refrigerate overnight."], "ingredients" : ["4 cups skim milk...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"client_id": {"type": "integer"}, "experiment_id": {"type": "string"}, "ports": {"type": "object", "properties": {"video": {"type": "integer"}, "result": {"type": "integer"}, "control": {"type": "integer"}}, "required": ["video...
{"client_id" : 10, "experiment_id" : "LEGOHead_15Client100Benchmark", "ports" : {"video" : 60030, "result" : 60031, "control" : 60032}, "run_results" : {"init" : 1527855697695.818, "end" : 1527855767053.818, "timestamp_error" : 18672.100052314316, "success" : true, "ntp_offset" : -36725.181818181816, "frames" : [{"fram...
json_instruct
{"type": "object", "properties": {"client_id": {"type": "integer"}, "experiment_id": {"type": "string"}, "ports": {"type": "object", "properties": {"video": {"type": "integer"}, "result": {"type": "integer"}, "control": {"type": "integer"}}, "required": ["video", "result", "control"]}, "run_results": {"type": "object",...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["ty...
{"name" : "flowcon", "version" : "2.0.18-beta.4", "description" : "business programming superlogin", "repository" : {"type" : "git", "url" : "https://github.com/oknosoft/flowcon"}, "engines" : {"node" : "^8.8", "npm" : "^6.0"}, "keywords" : ["metadata", "flowcon", "task flow", "task management", "time management", "bus...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "pr...
{"type" : "MultiPolygon", "coordinates" : [[[[-85.58396, 38.275702], [-85.583722, 38.27576], [-85.58364, 38.275792], [-85.583582, 38.275829], [-85.583339, 38.275926], [-85.583114, 38.276003], [-85.583037, 38.27605], [-85.582885, 38.27624], [-85.582748, 38.27645], [-85.582741, 38.276468], [-85.582735, 38.276514], [-85.5...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"...
{"uuid" : "8e469de8-1bfc-468d-a77a-87a6c377ac74", "children" : ["0d90ee11-b56e-4015-b356-f97fa49f662c"], "befores" : [{"name" : "browser", "status" : "passed", "start" : 1625933234360, "stop" : 1625933237718}], "afters" : [{"name" : "browser::fin", "status" : "passed", "start" : 1625933242376, "stop" : 1625933242467}],...
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "require...
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" : "conquest:block/large_sandstone_block_small_arch"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "SourceModule": {"type": "string"}, "Base": {"type": "number"}}, "required": ["type", "SourceModule", "Base"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Logarithm", "SourceModule" : "mySourceModule", "Base" : 3.3}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "SourceModule": {"type": "string"}, "Base": {"type": "number"}}, "required": ["type", "SourceModule", "Base"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"infinitegrid.js": {"type": "string"}, "infinitegrid.min.js": {"type": "string"}, "infinitegrid.pkgd.js": {"type": "string"}, "infinitegrid.pkgd.min.js": {"type": "string"}}, "required": ["infinitegrid.js", "infini...
{"infinitegrid.js" : "sha256-++KdpJmpi1agrYH4OOhdt5cHQgYE+S7gNQviaH7Cxlg=", "infinitegrid.min.js" : "sha256-SksHB1MIggaIcsRICfBIdk31i4QzYDPV5KJ4JcQBMrM=", "infinitegrid.pkgd.js" : "sha256-dwfe78BBoGnSWSkIi37sug21rxQ8pqSTDKU7ufEnCy0=", "infinitegrid.pkgd.min.js" : "sha256-BLNV9DbnpSysOKZep9YpBkMVPcSEFmeRQCwJVK1AdRM="}
json_instruct
{"type": "object", "properties": {"infinitegrid.js": {"type": "string"}, "infinitegrid.min.js": {"type": "string"}, "infinitegrid.pkgd.js": {"type": "string"}, "infinitegrid.pkgd.min.js": {"type": "string"}}, "required": ["infinitegrid.js", "infinitegrid.min.js", "infinitegrid.pkgd.js", "infinitegrid.pkgd.min.js"], "$s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "arr...
{"id" : "4144", "article" : "A Hard - working Student This story is about a young student . She worked very hard at her lessons . She was too busy to have a rest . At last , she became ill , and could n ' t go to sleep . Every night , when she went to bed , she closed her eyes and tried to sleep . But the more she trie...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "items": {"type": "string"}}}, "required": ["model", "human"]}, "an...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Abdurahim Jauzee": {"type...
{"name" : "ElongationPreview", "version" : "1.0.0", "summary" : "ElongationPreview is an elegant push-pop style view controller.", "license" : "MIT", "homepage" : "https://github.com/Ramotion/elongation-preview", "authors" : {"Abdurahim Jauzee" : "jauzee@ramotion.com"}, "platforms" : {"ios" : "9.0"}, "source" : {"git" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Abdurahim Jauzee": {"type": "string"}}, "required": ["Abdurahim Jauzee"]}, "platforms":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map...
{"ast" : null, "code" : "import { default as geoStream } from \"../stream\";\nimport boundsStream from \"../path/bounds\";\nexport function fitExtent(projection, extent, object) {\n var w = extent[1][0] - extent[0][0],\n h = extent[1][1] - extent[0][1],\n clip = projection.clipExtent && projection.clipExtent...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "...
[{"liveId" : "5ca5d8200cf2927bfdb8e1d6", "title" : "\u6797\u5609\u4f69\u7684\u76f4\u64ad\u95f4", "subTitle" : "151.0\u4e5d\u6bdb\u4e5d\u6839\u672c\u4e0d\u662f\u4e5d\u6bdb\u4e5d", "picPath" : "/mediasource/live/1554372640838IOt5980Jy0.jpg", "startTime" : 1554372640762, "memberId" : 63562, "liveType" : 1, "picLoopTime" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "umdId": {"type": "string"}, "umdModuleIds": {"type": "object", "properties": {"@vitagroup/...
{"$schema" : "../../../node_modules/ng-packagr/ng-package.schema.json", "dest" : "../../dist/packages/cdk/forms", "lib" : {"entryFile" : "src/index.ts", "umdId" : "vg.cdk.forms", "umdModuleIds" : {"@vitagroup/common/forms" : "vg.common.forms"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "umdId": {"type": "string"}, "umdModuleIds": {"type": "object", "properties": {"@vitagroup/common/forms": {"type": "string"}}, "required": ["@vitagroup/c...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"$schema": {"type": "string"}, "resources": {"type": "object", "properties": {}, "required": []}, "dns": {"type": "array", "items": {}}, "preview": {"type": "object", "properties": {"hide": {"type": "boolean"}},...
{"$schema" : "http://json.schemastore.org/install", "resources" : {}, "dns" : [], "preview" : {"hide" : true}, "hooks" : [{"endpoint" : "https://cloudflare-app.cloudproxy.io/hook", "events" : ["new-install", "option-change"], "block" : true, "failure" : {"action" : "notify", "message" : "There was an error communicatin...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "resources": {"type": "object", "properties": {}, "required": []}, "dns": {"type": "array", "items": {}}, "preview": {"type": "object", "properties": {"hide": {"type": "boolean"}}, "required": ["hide"]}, "hooks": {"type": "array", "items": {"type": "objec...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"pgwslider.css": {"type": "string"}, "pgwslider.js": {"type": "string"}, "pgwslider.min.css": {"type": "string"}, "pgwslider.min.js": {"type": "string"}}, "required": ["pgwslider.css", "pgwslider.js", "pgwslider.min.css", "p...
{"pgwslider.css" : "sha256-Ly/K4eA4qLqIxjZ884H0BNATFzCkYzP8G9M2FE3vXqU=", "pgwslider.js" : "sha256-6T/RAmlEebC/04M11FwD3Z+AW0Qq3/btdyrmx6PJvBc=", "pgwslider.min.css" : "sha256-f0IQeyQnI98mJeea1Gvssgm3md2iIGaqPbFka5tVvxY=", "pgwslider.min.js" : "sha256-IHsBkRLjX5d/RTqPwNk7lBYc+fZ2JAzUuVPCuGgaRAw="}
json_instruct
{"type": "object", "properties": {"pgwslider.css": {"type": "string"}, "pgwslider.js": {"type": "string"}, "pgwslider.min.css": {"type": "string"}, "pgwslider.min.js": {"type": "string"}}, "required": ["pgwslider.css", "pgwslider.js", "pgwslider.min.css", "pgwslider.min.js"], "$schema": "http://json-schema.org/draft-07...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "selector": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "...
{"name" : "text_filter", "config" : [{"type" : "drop-down", "selector" : "text", "value" : "randomchar"}, {"type" : "radio", "selector" : "operation", "value" : "MATCHES"}, {"type" : "input", "selector" : "keyword", "value" : "c"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "selector": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "selector", "value"]}}}, "required": ["name", "config"], "$schema": "http://...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod...
{"userId" : 82191, "cartId" : "3bfcab1c-60a2-4d9c-8550-f9ac1a08bbec", "preferredProducts" : [3758, 2897, 3660, 4578, 2506, 1356, 2069, 885, 2181, 3997], "productReviews" : [{"productId" : 2662, "reviewText" : "My macaroni penguin loves to play with it.", "reviewDate" : "2018-10-27T18:19:22.7601506+03:00"}, {"productId"...
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...
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" : "3203051007", "district_id" : "3203051", "name" : "CISARANTEN"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : [[[-88.54794, 39.065869], [-88.547813, 39.075957], [-88.538297, 39.075951], [-88.538117, 39.090741], [-88.477087, 39.089417], [-88.476868, 39.10408], [-88.416813, 39.104068], [-88.417453, 39.089531], [-88.360504, 39.089872],...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "...
{"nom" : "Deviat", "dpt" : "Charente", "inscrits" : 110, "abs" : 24, "votants" : 86, "blancs" : 2, "nuls" : 1, "exp" : 83, "res" : [{"panneau" : "9", "voix" : 26}, {"panneau" : "11", "voix" : 14}, {"panneau" : "2", "voix" : 14}, {"panneau" : "3", "voix" : 10}, {"panneau" : "1", "voix" : 8}, {"panneau" : "5", "voix" : 5...
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"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"phaser-arcade-physics.js": {"type": "string"}, "phaser-arcade-physics.min.js": {"type": "string"}, "phaser-facebook-instant-games.js": {"type": "string"}, "phaser-facebook-instant-games.min.js": {"type": "string"}, "phaser.js": ...
{"phaser-arcade-physics.js" : "sha256-GRRmOsIPYGyfohMwBg5bCqj6ELuaJ83d9ieFWRLjuGQ=", "phaser-arcade-physics.min.js" : "sha256-iKSKqLUU0SJUD856809CbAMfsJH1QZMVDdV53hhD6Ng=", "phaser-facebook-instant-games.js" : "sha256-I6z2l9pv1qn4UvAqzc9Lg1u8A6+esoK9ptU//8Sy5ow=", "phaser-facebook-instant-games.min.js" : "sha256-cnpRBv...
json_instruct
{"type": "object", "properties": {"phaser-arcade-physics.js": {"type": "string"}, "phaser-arcade-physics.min.js": {"type": "string"}, "phaser-facebook-instant-games.js": {"type": "string"}, "phaser-facebook-instant-games.min.js": {"type": "string"}, "phaser.js": {"type": "string"}, "phaser.min.js": {"type": "string"}},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "...
{"name" : "dictum.js", "version" : "1.0.4", "description" : "Create automatic documentation of your NodeJS API endpoints", "engines" : {"node" : "*"}, "main" : "lib/index.js", "scripts" : {"coverage" : "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha", "coveralls" : "cat ./coverage/lcov.info | ./node_modu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"coverage": {"type": "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"bootbox.js": {"type": "string"}, "bootbox.min.js": {"type": "string"}}, "required": ["bootbox.js", "bootbox.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bootbox.js" : "sha512-j60tiPH0KKIY8XxaEuRjT+igDPoyncDlmKFbhB3d6qtvvYkStPxQGDwNnYs+qh5TwkJh7jeKFDA+ZZFP6pfq+w==", "bootbox.min.js" : "sha512-N26f1XwwQKMJ8TJe0fz15YXiswmVdQ9zUl/C3fTUqT/rbCS8PNjhYFTRWYPkkdPaZhshBYN1BZ1QhumJotPJ+Q=="}
json_instruct
{"type": "object", "properties": {"bootbox.js": {"type": "string"}, "bootbox.min.js": {"type": "string"}}, "required": ["bootbox.js", "bootbox.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "organisation": {"type": "string"}, "resource": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "organisation", "resource", "url...
{"dataset" : "brownfield-land", "datetime" : "2018-05-22T00:00:00.0", "organisation" : "national-park-authority:Q72617158", "resource" : "7a585d62e18d62c618ef331c87d939a28e1b06c9406c4352fab50de414a80755", "url" : "http://www.newforestnpa.gov.uk/app/uploads/2018/01/npark_E26000009_brownfieldregister_2017_12_20_rev5__002...
json_instruct
{"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "organisation": {"type": "string"}, "resource": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "organisation", "resource", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string"}, "count": {"type": "integer"}, "uniques": {"type": "integer"}}, "required": ["timestamp", "count", "uniques"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"timestamp" : "2021-06-01T18:24:13.616Z", "count" : 0, "uniques" : 0}, {"timestamp" : "2021-07-01T18:24:13.616Z", "count" : 0, "uniques" : 0}, {"timestamp" : "2021-08-01T18:24:13.616Z", "count" : 0, "uniques" : 0}, {"timestamp" : "2021-09-01T18:24:13.616Z", "count" : 0, "uniques" : 0}, {"timestamp" : "2021-10-01T18:2...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string"}, "count": {"type": "integer"}, "uniques": {"type": "integer"}}, "required": ["timestamp", "count", "uniques"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name"...
{"contacts" : [{"name" : "AMIYA PATHAK BORPUZHARI", "email" : "gpamalraj@gmail.com", "designation" : "SECRETARY", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=4651", "name" : "Mrinaljyoti Rehabilitation Centre", "primaryEmail" : "mrinaljyoti@yahoo.co.in", "telephone" : ["919954485...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Tone.js": {"type": "string"}}, "required": ["Tone.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Tone.js" : "sha512-38WXQgaswthTQSC6tpfUMdCCn1jnmf6K3+mEp5s2/qOhoHk0iot8lFa9fTByyGYRruNbiVeEvk6f7sLYPj8Lvw=="}
json_instruct
{"type": "object", "properties": {"Tone.js": {"type": "string"}}, "required": ["Tone.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"instantsearch.development.js": {"type": "string"}, "instantsearch.development.min.js": {"type": "string"}, "instantsearch.production.min.js": {"type": "string"}}, "required": ["instantsearch.development.js", "instantsearch.dev...
{"instantsearch.development.js" : "sha512-JzuXV2G9T9fF+cj0zEXo/DBMu3T3NynWe3d1qHOBgeoHmkZ5Gdi1E2FyOjH9G+9nE74Ht0fJoRlr0QcjSYmgpw==", "instantsearch.development.min.js" : "sha512-uqlQN9aEOfaJBzN4UK3a4Q2Owt4Od2isNRUvH1IfXOpqqC9Jl9Vkv6c4+pYM0ohgZuJ2hKdvR9hHxPN6AqdgMA==", "instantsearch.production.min.js" : "sha512-DCHijc9...
json_instruct
{"type": "object", "properties": {"instantsearch.development.js": {"type": "string"}, "instantsearch.development.min.js": {"type": "string"}, "instantsearch.production.min.js": {"type": "string"}}, "required": ["instantsearch.development.js", "instantsearch.development.min.js", "instantsearch.production.min.js"], "$sch...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}}, "required": ["navigationBarBa...
{"pages" : ["pages/launch/launch", "pages/posts/post", "pages/post-detail/post-detail", "pages/tech/tech", "pages/plan/plan", "pages/me/me", "pages/me/feedback/feedback", "pages/me/about/about", "pages/me/collect/collect", "pages/me/comment/comment"], "window" : {"navigationBarBackgroundColor" : "#479de6", "navigationB...
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}}, "required": ["navigationBarBackgroundColor", "navigationBarTitleText"]}, "tabBar": {"t...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "summary": {"type": "...
{"name" : "ActionMonitor", "version" : "0.0.8", "homepage" : "https://guides.cocoapods.org/making/private-cocoapods.html", "platforms" : {"ios" : "8.0"}, "summary" : "A data acquisition framework", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"XDYB" : "122880558@qq.com"}, "source" : {"git" : "http://1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "summary": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"fuga": {"type": "object", "properties": {"type": {"type": "string"}, "hoge": {"type": "string"}}, "required": ["type", "hoge"]}}, "required": ["fuga"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fuga" : {"type" : "ir", "hoge" : ""}}
json_instruct
{"type": "object", "properties": {"fuga": {"type": "object", "properties": {"type": {"type": "string"}, "hoge": {"type": "string"}}, "required": ["type", "hoge"]}}, "required": ["fuga"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : 101791639, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "2b1a926ed103c2caebd319b5db9fcfef", "wof:id" : 101791639, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [21.368173, 45.746461, 21.388789, 45.761436], "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": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "APISettings": {"type": "object", "properties": {"SecretKey": {"type": "string"}, "ValidIss...
{"ConnectionStrings" : {"DefaultConnection" : "DataSource=test-database.db"}, "APISettings" : {"SecretKey" : "6Bgk7rxBHircrcbidikhHO5AIGJgCMGFb/oJU/7mtQM=", "ValidIssuer" : "iot-template.htl.at", "ValidAudience" : "authenticated_users"}, "Mqtt" : {"Broker" : "localhost", "Port" : 8883, "User" : "birgit", "Password" : "...
json_instruct
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "APISettings": {"type": "object", "properties": {"SecretKey": {"type": "string"}, "ValidIssuer": {"type": "string"}, "ValidAudience": {"type": "string"}}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc2...
{"\uc774\ub984" : "\uae40\uadfc\uc218", "\ud55c\ubb38\uba85" : "\u91d1\u747e\u6d19", "\uc0dd\ub144\uc6d4\uc77c" : "1934-11-06", "\uc815\ub2f9" : "\ubbfc\uc8fc\uc815\uc758\ub2f9", "\uc120\uac70\uad6c" : "\uacbd\ubd81 \uc0c1\uc8fc\uc2dc,\uad70", "\ub2f9\uc120\ud69f\uc218" : "\ucd08\uc120", "\ub2f9\uc120\ub300\uc218" : "1...
json_instruct
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"thorax-mobile.js": {"type": "string"}, "thorax-mobile.min.js": {"type": "string"}, "thorax.js": {"type": "string"}, "thorax.min.js": {"type": "string"}}, "required": ["thorax-mobile.js", "thorax-mobile.min.js",...
{"thorax-mobile.js" : "sha256-pKkgUUId0aQkMrfvcR3p/RYPezuugBMbjS2aFuLNBTY=", "thorax-mobile.min.js" : "sha256-3XBKL2L+Mkk7uTKcxlHxNvQDauLiLQGcx8JaW/f6+PE=", "thorax.js" : "sha256-xuORHYquhXUj4oOcTkzrQ/sYYPWK8CY4BuPJModjbFU=", "thorax.min.js" : "sha256-+tRalqGh/uVoFVKPXCvcJsAyOtkCpTq1Zv+noZTGy2M="}
json_instruct
{"type": "object", "properties": {"thorax-mobile.js": {"type": "string"}, "thorax-mobile.min.js": {"type": "string"}, "thorax.js": {"type": "string"}, "thorax.min.js": {"type": "string"}}, "required": ["thorax-mobile.js", "thorax-mobile.min.js", "thorax.js", "thorax.min.js"], "$schema": "http://json-schema.org/draft-07...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "object", "properties": {"_path": {"type": "string"}, "path_type": {"type": "string"}, "sha256": {"type": "string"}, "size_in_bytes": {"type": "integer"}}, "required": ["_path", "pat...
{"paths" : [{"_path" : "lib/python3.7/site-packages/__pycache__/six.cpython-37.pyc", "path_type" : "hardlink", "sha256" : "f88d9b6021d0a7dcbe7e1cecfbbc0026e7f49ad48a2f1b4a78bd6526fbfc0332", "size_in_bytes" : 26830}, {"_path" : "lib/python3.7/site-packages/six-1.14.0.dist-info/INSTALLER", "path_type" : "hardlink", "sha2...
json_instruct
{"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "object", "properties": {"_path": {"type": "string"}, "path_type": {"type": "string"}, "sha256": {"type": "string"}, "size_in_bytes": {"type": "integer"}}, "required": ["_path", "path_type", "sha256", "size_in_bytes"]}}, "paths_version": {"t...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "insalutary", "definition" : "1. Not salutary or wholesome; unfavorable to health. 2. Not tending to safety; productive of evil."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Simplify expressions using fundamental identities\n\n[imath]\\left(1-\\cos ^{2} x\\right)(\\csc (x))[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=uJD9yyaSDm8"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "author": {"type": "null"}, "title": {"type": "string"}, "text": {"type": "string"}, "published_date": {"type": "string"}, "section": {"type": "string"}}, "require...
{"id" : 1971, "url" : "https://minefi.hosting.augure.com/Augure_Minefi/r/ContenuEnLigne/Download?id=4EE65FF2-87AE-4377-8132-3F64DF528034&filename=140%20Dussopt%20CCFP.pdf", "author" : null, "title" : "140 - Olivier DUSSOPT, secr\u00e9taire d'Etat aupr\u00e8s de M. G\u00e9rald DARMANIN, ministre de l'Action et des Compt...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "author": {"type": "null"}, "title": {"type": "string"}, "text": {"type": "string"}, "published_date": {"type": "string"}, "section": {"type": "string"}}, "required": ["id", "url", "author", "title", "text", "published_date", "secti...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"wall": {"type": "string"}}, "required": ["wall"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/...
{"parent" : "block/template_wall_side_tall", "textures" : {"wall" : "worldsofsol:block/cobbled_moon_rock"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"wall": {"type": "string"}}, "required": ["wall"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "init": {"type": "stri...
{"name" : "qvk", "version" : "1.1.0", "description" : "qvk\u662f\u4e00\u4e2a\u96c6\u6210\u73b0\u4ee3\u524d\u7aef\u5de5\u7a0b\u5316\u6700\u4f73\u5b9e\u8df5\u7684\u901a\u7528Web\u5f00\u53d1\u73af\u5883\uff0c\u53ef\u7528\u4e8e\u5f00\u53d1\u4f20\u7edfC/S\u67b6\u6784\u7684Web\u5e94\u7528\u3001SPA\uff08\u5355\u9875\u5e94\u75...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "init": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "init", "sta...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"modid": {"type": "string"}, "name": {"type": "string"}, "author_list": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "array", "items"...
{"modid" : "Sts-DruidMod", "name" : "The Druid", "author_list" : ["Residualshade"], "description" : "Adds The Druid as a new playable character.", "version" : "0.0.1", "dependencies" : ["basemod"], "sts_version" : "11-01-2018", "mts_version" : "3.6.0", "update_json" : "https://api.github.com/repos/Residualshade/Sts-Dru...
json_instruct
{"type": "object", "properties": {"modid": {"type": "string"}, "name": {"type": "string"}, "author_list": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "sts_version": {"type": "string"}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"main": {"type": "string"}, "module": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "s...
{"main" : "dist/index.js", "module" : "dist/index.js", "files" : ["dist", "README.md"], "repository" : {"type" : "git", "url" : "https://github.com/Amitabh95/react-captcha"}, "name" : "captcha-reactjs", "version" : "0.1.0", "dependencies" : {"axios" : "^0.19.0", "react-detect-offline" : "^2.4.0", "react-redux" : "^7.1....
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}, "module": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "name": {"type": "string"}, "version"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", ...
{"userId" : 7213, "cartId" : "54ca598b-9354-47c1-a978-a71b93a5905b", "preferredProducts" : [4365, 1507, 3583, 4160, 3104], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Port Henderson": {"type": "string"}, "Worthy Park": {"type": "string"}}, "required": ["Port Henderson", "Worthy Park"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Port Henderson" : "PHE", "Worthy Park" : "WPK"}
json_instruct
{"type": "object", "properties": {"Port Henderson": {"type": "string"}, "Worthy Park": {"type": "string"}}, "required": ["Port Henderson", "Worthy Park"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"statistics": {"type": "object", "properties": {"successpercentage": {"type": "array", "items": {"type": "number"}}, "meanarrivaltime": {"type": "array", "items": {"type": "number"}}, "minarrivaltime": {"type": "ar...
{"statistics" : {"successpercentage" : [8.0, 8.0, 11.0, 16.0, 10.5, 28.000000000000004, 25.0, 31.0, 16.5, 34.5], "meanarrivaltime" : [4.289661702409836, 4.528269801745832, 5.360860514437181, 4.784809034085296, 4.390579055884417, 3.720212264423167, 4.1102329399847966, 3.254579285579255, 4.966400864778168, 2.984400904401...
json_instruct
{"type": "object", "properties": {"statistics": {"type": "object", "properties": {"successpercentage": {"type": "array", "items": {"type": "number"}}, "meanarrivaltime": {"type": "array", "items": {"type": "number"}}, "minarrivaltime": {"type": "array", "items": {"type": "number"}}}, "required": ["successpercentage", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_...
{"type" : "Feature", "properties" : {"name" : "Tbong Khmum", "iso2" : "KH-25", "admin_level" : 4, "osm_id" : 3714841, "wikidata_id" : "Q15623578", "wikipedia_id" : "de:Tbong Khmum (Provinz)", "population" : 754000, "countrylevel_id" : "iso2:KH-25", "osm_data" : {"localname" : "\u1781\u17c1\u178f\u17d2\u178f\u178f\u17d2...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"...
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 ve st\u0159edu Hrozov\u00e9 II", "P31" : "http://www.wikidata.org/entity/Q14552192", "P31^label:cs" : "Kapli\u010dka", "P131^label:cs" : "Rus\u00edn", "P6736" : "20608"}, "geometry" : {"type" : "Point", "coordi...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "...
[{"results" : [{"tech" : 4, "pts" : 9, "connections" : 1052, "capacity" : 46809, "investments" : 208226}, {"tech" : 1, "pts" : 190, "connections" : 654144, "capacity" : 19215844, "investments" : 94804634}, {"tech" : 2, "pts" : 507, "connections" : 6152, "capacity" : 275877, "investments" : 378601}, {"tech" : 3, "pts" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"my-cpn": {"type": "string"}, "w-tab-control": {"type": "string"}, "my-slot": {"type": "string"}}, "required": ["my-cpn", "w-tab-control", "my-slot"]}, "enablePull...
{"usingComponents" : {"my-cpn" : "/components/my-cpn/my-cpn", "w-tab-control" : "/components/w-tab-control/w-tab-control", "my-slot" : "/components/my-slot/my-slot"}, "enablePullDownRefresh" : true}
json_instruct
{"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"my-cpn": {"type": "string"}, "w-tab-control": {"type": "string"}, "my-slot": {"type": "string"}}, "required": ["my-cpn", "w-tab-control", "my-slot"]}, "enablePullDownRefresh": {"type": "boolean"}}, "required": ["usingComponents", "e...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array",...
{"name" : "sdv", "version" : "0.1.20", "description" : "spectra-data extended for the visualizer", "keywords" : ["spectra-data", "project"], "author" : "Andres Castillo", "contributors" : ["Micha\u00ebl Zasso", "Luc Patiny"], "repository" : "cheminfo-js/sdv", "bugs" : {"url" : "https://github.com/cheminfo-js/sdv/issues...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "bug...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "homepage": {"type": "string"}, "a...
{"name" : "99roomz/99events", "version" : "1.4.2", "description" : "99events PHP SDK", "keywords" : ["99roomz", "sdk", "cloud", "image management", "cdn"], "type" : "library", "homepage" : "https://www.github.com/99roomz/99events", "authors" : [{"name" : "99roomz", "homepage" : "https://www.99roomz.com"}], "require" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d910-61", "text" : "-2-\nIt should be interesting to see what happens when a\nmusician and an engineer try to affably discuss\nrecording techniques and ideal conditions.\nWe are fortunate to have on this campus a man\nwho was Music Director for Radio Bombay. His name\nis Walter Kaufmann, and he is known as a m...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Wobble Yoga", "description" : "A game about matching yoga poses.", "url" : "https://q_dork.itch.io/wobble-yoga"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$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"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"...
{"name" : "Metalfoes Counter", "number" : "33327029", "is_illegal" : false, "text" : "If a card(s) you control is destroyed by battle or card effect: Special Summon 1 \"Metalfoes\" monster from your Deck. During either player's turn, except the turn this card was sent to the Graveyard: You can banish this card from you...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]},...
{"name" : "nuxt-ssr", "version" : "1.0.3", "description" : "Call asyncdata function in children components in the NuxtJS framework", "author" : {"name" : "Alex Khrulev", "email" : "lexuses@gmail.com"}, "license" : "MIT License", "keywords" : ["nuxt", "ssr", "asyncdata"], "files" : ["index.js"], "engines" : {"node" : ">...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "keywords": {"type": "array...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": ...
{"expireTime" : 9007200847833120000, "key" : "6a9e4ab8a7ab22d4a67016a8da15fe14{\"duotone\":false,\"grayscale\":false,\"rotate\":0,\"trim\":false,\"toFormat\":\"png\",\"toFormatBase64\":\"\",\"cropFocus\":17,\"fit\":\"cover\",\"width\":20,\"height\":16}", "val" : {"src" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA...
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "wi...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "me...
{"id" : "6c8109c1-23e7-46e4-8215-2eaeca5442ef", "playerTags" : ["1e8b09bd-fbdd-444e-bd7e-10326bd57156"], "teamTags" : ["b72f3061-f573-40d7-832a-5ad475bd7909"], "gameTags" : ["e65b6f38-4f00-472d-8270-e982539f327c"], "metadata" : {"play" : 125, "type" : 4, "after" : 0.8557041621537327, "before" : 0.38091327485159737, "pa...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "ty...
Generate a valid JSON object that conforms to the following schema: {"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" : [[[-90.600969, 41.542314], [-90.600666, 41.560078], [-90.59102, 41.560154], [-90.591326, 41.541887], [-90.600969, 41.542314]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 25763}}]}
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"...
{"stationId" : 1161008, "stationGroupId" : 1161008, "name" : "\u91d1\u5149", "lineId" : 11610, "zipCode" : "719-0104", "pref" : "\u5ca1\u5c71\u770c", "city" : "\u6d45\u53e3\u5e02", "town" : "\u91d1\u5149\u753a\u5360\u898b\u65b0\u7530", "longitude" : 133.620826, "latitude" : 34.540909, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"},...
{"name" : "Molson Canadian", "abv" : 5.0, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "molson_breweries_of_canada", "updated" : "2010-07-22 20:00:20", "description" : "Molson beers are imported directly from Canada. Crystal-clear, pure Canadian water, the finest Canadian prairie grains and sel...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "st...
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" : 101808811, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "537712f76a5a21e5990674e34fdaee76", "wof:id" : 101808811, "wof:placetype" : "locality", "wof:repo" : "whosonfirst-data-admin-nl"}, "bbox" : [4.74743563844578, 52.83100368085172, 4.766...
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:placetype": {"type": "string"}, "wof:repo"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number",...
{"templmd5" : "0f5f718e7703eaa46b1a36127cb4199f", "number" : "785", "title" : "L'Associazione ANCI Umbria PROCIV lancia una raccolta fondi per la popolazione della regione di Odessa", "BACKCOLOR" : "white", "FRONTCOLOR" : "black", "filemd5" : "3e61e941f830145706389f9a820375e2"}
json_instruct
{"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "h...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "...
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.8185835, "width" : 0.08790606, "ymin" : 0.62757283, "height" : 0.10988273}, "relativeKeypoints" : [{"y" : 0.6383559, "x" : 0.8781594}, {"y" : 0.72503895, "x" : 0.84399426}, {"y" : 0.72862476, "x" : 0.8707571}, {"y" : 0.7261142, "x" : 0.8925862}, {"y" : 0.7193343, "...
json_instruct
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$sc...
[{"divisionCode" : 350182001, "post" : "350200", "divisionName" : "\u5434\u822a\u8857\u9053", "isLeaf" : 1}, {"divisionCode" : 350182002, "post" : "350200", "divisionName" : "\u822a\u57ce\u8857\u9053", "isLeaf" : 1}, {"divisionCode" : 350182003, "post" : "350200", "divisionName" : "\u8425\u524d\u8857\u9053", "isLeaf" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"fractions-mixed-numbers.title": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "screen.intro": {"type": "object", "properties": {"value": {"type": "string"}}, "require...
{"fractions-mixed-numbers.title" : {"value" : "Fractions: Mixed Numbers"}, "screen.intro" : {"value" : "Intro"}, "screen.game" : {"value" : "Game"}, "screen.lab" : {"value" : "Lab"}}
json_instruct
{"type": "object", "properties": {"fractions-mixed-numbers.title": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "screen.intro": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "screen.game": {"type": "object", "properties": {"value": {"t...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"startdate": {"type": "string"}, "nev\u00f81": {"type": "string"}, "arenasak1": {"type": "integer"}}, "required": ["startdate", "nev\u00f81", "arenasak1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"startdate" : "now()-P20Y", "nev\u00f81" : "Dole", "arenasak1" : 999}
json_instruct
{"type": "object", "properties": {"startdate": {"type": "string"}, "nev\u00f81": {"type": "string"}, "arenasak1": {"type": "integer"}}, "required": ["startdate", "nev\u00f81", "arenasak1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"category": {"type": "string"}, "lang": {"type": "string"}, "original": {"type": "string"}, "riddle": {"type": "array", "items": {"type": "string"}}, "solution": {"type": "string"}, "type": {"type": "string"}}, "required": ["ca...
{"category" : "riddlechests:betrayal_at_krondor", "lang" : "en_us", "original" : "CLIW", "riddle" : ["Four legs in front two behind", "Its steely armor scratched and dented by rocks and sticks", "Still it toils as it helps feed the hungry"], "solution" : "PLOW", "type" : "riddlechests:word"}
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "lang": {"type": "string"}, "original": {"type": "string"}, "riddle": {"type": "array", "items": {"type": "string"}}, "solution": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "lang", "original", "riddle", "solution", "type"],...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "license": {"type": "stri...
{"name" : "ruchengtang/cny", "description" : "CNY helps you convert RMB from digital amount to uppercase. \u4eba\u6c11\u5e01\u5c0f\u5199\u8f6c\u6362\u6210\u5927\u5199", "type" : "library", "require" : {"php" : ">=5.4"}, "license" : "MIT", "authors" : [{"name" : "ruchengtang", "email" : "ruchengtang@gmail.com"}], "autol...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http:...
{"viewBox" : "0 0 1792 1792", "font" : "font-awesome", "code" : "f1ee", "ref" : "_464", "path" : "M441 672q33 0 52 26 266 364 362 774H409Q282 1031 42 723q-12-16-3-33.5T68 672h373m559 357q-49 199-125 393-79-310-256-594 40-221 44-449 211 340 337 650m99-709q235 324 384.5 698.5T1668 1792h-451q-41-665-553-1472h435m693 576q0...
json_instruct
{"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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": "string"}, "arc...
{"vendor" : "liberica", "filename" : "bellsoft-jdk13.0.1+10-solaris-x64-lite.tar.gz", "release_type" : "ga", "version" : "13.0.1+10", "java_version" : "13.0.1+10", "jvm_impl" : "hotspot", "os" : "solaris", "architecture" : "x86_64", "file_type" : "tar.gz", "image_type" : "jdk", "features" : ["lite"], "url" : "https://g...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"asteroids": {"type": "object", "properties": {"01": {"type": "integer"}, "02": {"type": "integer"}, "03": {"type": "integer"}}, "required": ["01", "02", "03"]}, "saucers": {"type": "object", "properties": {"01": {"type": "i...
{"asteroids" : {"01" : 20, "02" : 50, "03" : 100}, "saucers" : {"01" : 200, "02" : 500}}
json_instruct
{"type": "object", "properties": {"asteroids": {"type": "object", "properties": {"01": {"type": "integer"}, "02": {"type": "integer"}, "03": {"type": "integer"}}, "required": ["01", "02", "03"]}, "saucers": {"type": "object", "properties": {"01": {"type": "integer"}, "02": {"type": "integer"}}, "required": ["01", "02"]...
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). Grease and flour a 9x13 inch pan.", "In a saucepan, combine 1 cup margarine, 1/4 cup cocoa, water, eggs, and 1/2 cup buttermilk in a saucepan. Cook, stirring occasionally, until it bubbles. Remove from heat and set aside.", "In a large bowl, mix flour, 2 ...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"t\u0259\u00b7\u1e25in\u00b7n\u0101h": {"type": "object", "properties": {"1ch.4.12|7": {"type": "array", "items": {"type": "string"}}}, "...
{"pos" : "proper", "translits" : {"t\u0259\u00b7\u1e25in\u00b7n\u0101h" : {"1ch.4.12|7" : ["and", "Tehinnah", "the father of"]}}, "meanings" : {"tehinnah" : 1}, "meaningsCount" : 1, "occurences" : 1}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"t\u0259\u00b7\u1e25in\u00b7n\u0101h": {"type": "object", "properties": {"1ch.4.12|7": {"type": "array", "items": {"type": "string"}}}, "required": ["1ch.4.12|7"]}}, "required": ["t\u0259\u00b7\u1e25in\u00b7n\u01...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background"...
{"aliases" : ["Poison", "Poison (616)"], "authors" : ["Cynthia Martin", "Steve Gerber"], "description" : "Poison is the name of two fictional comic book characters, owned by Marvel Comics.", "images" : {"background" : null, "thumbnail" : null}, "mainColor" : null, "name" : "Poison", "partners" : [], "powers" : ["Agilit...
json_instruct
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "null"}}, "required": ["background"...
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"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}, "lib": ...
{"name" : "p5.touchgui", "version" : "0.5.2", "description" : "An easy-to-use touchscreen and mouse UI library for p5.js.", "main" : "lib/p5.touchgui.js", "directories" : {"example" : "examples", "lib" : "lib"}, "scripts" : {"test" : "mocha test/p5.touchgui.test.js -w -r jsdom-global/register"}, "repository" : {"type" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}, "lib": {"type": "string"}}, "required": ["example", "lib"]}, "scripts": {"type": "ob...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "s...
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["2106456"], "\uc81c\uc548\uc77c\uc790" : ["2020-12-15"], "\uc81c\uc548\uc790" : ["\uc2e0\ud604\uc601\uc758\uc6d0\ub4f114\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38\ube44\uc6a9\ucd94\uacc4\uc11c\ubbf8\ucca8\ubd80\uc0ac\uc720\uc11c"], "\uc...
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity"...
{"schema_version" : "1.2.0", "id" : "GHSA-pccm-j6vj-jwwf", "modified" : "2022-03-15T00:00:54Z", "published" : "2022-03-15T00:00:54Z", "aliases" : ["CVE-2022-0962"], "details" : "Stored XSS viva .webma file upload in GitHub repository star7th/showdoc prior to 2.10.4.", "severity" : [], "affected" : [], "references" : [{...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-...
{"id" : "http://data.doremus.org/performance/aef799e6-cf53-372c-90ea-bf99dbcd2a61", "expression" : [{"id" : "http://data.doremus.org/expression/cb735445-7a5d-3035-ab52-10eca6ab5e65"}, {"id" : "http://data.doremus.org/expression/89d09aa0-6722-3c20-b11b-a7178b41a4ec"}, {"composer" : "http://data.doremus.org/artist/7c8d4e...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string...
{"name" : "Madonna University \u2013 Elele Campus", "alt_name" : null, "country" : "Nigeria", "state" : null, "address" : {"street" : "P.O. Box 48", "city" : "Elele", "province" : "Rivers State", "postal_code" : null}, "contact" : {"telephone" : null, "website" : "http://www.madonnauniversity.edu.ng/mu-elele-campus", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "null"}}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["id", "labels", "...
{"id" : "caro", "labels" : ["EnemySubcategory"], "data" : {"name" : "Caro"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["id", "labels", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type...
{"id" : 404420075, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a6f56ae09c1e67bd38dfa775430388ec", "wof:id" : 404420075, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.56183084129525, 48.95120669973232, -1.49954203517482, 48.976548130810...
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": ["...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["beltjs", "eslint-config-holidaycheck", "eslint-plugin-comments", "eslint-plugin-mocha", "eslint-plugin-mocha-cakes", "express-actuator", "healthcheck-ping", "mongobird", "sanitize-marathon-app-id"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}