input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"actions": {"type": "object", "properties": {"build": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "run": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "script...
{"actions" : {"build" : {"enabled" : true}, "run" : {"enabled" : true, "script" : "mix test --color"}}, "openLogOnRun" : "start"}
json_instruct
{"type": "object", "properties": {"actions": {"type": "object", "properties": {"build": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "run": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "script": {"type": "string"}}, "required": ["enabled", "script"]}}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "it...
{"__type__" : "cc.SpriteFrame", "content" : {"name" : "login_border", "texture" : "8btp03uAlIeqLFurrmHeC5", "rect" : [0, 0, 600, 500], "offset" : [0, 0], "originalSize" : [600, 500], "capInsets" : [0, 0, 0, 0]}}
json_instruct
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type"...
{"data" : {"id" : 65853, "title" : "Charles Lawrence - photographs and realia, ca. 1864-1898", "primoId" : "ADLIB110318279", "slug" : "adlib110318279-fl1079509", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1535620290220-.jpg", "content" : "Aboriginal peoples (Australians), cri...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " How to add a positive and negative fraction\n\n\n\n\n", "url" : "https://www.youtube.com/watch?v=PguxWIBqwrs"}
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": {"whatMode": {"type": "string"}, "whatNumberOfRounds": {"type": "string"}, "whatDuration": {"type": "string"}, "whatAnimeListWebsite": {"type": "string"}, "whatUsername": {"type": "string"}, "whatYearAndSeason": {"type...
{"whatMode" : "Ce mod de joc dore\u0219ti pentru meci? **{{modes}}**", "whatNumberOfRounds" : "C\u00e2te runde dori\u021bi pentru meci?", "whatDuration" : "C\u00e2t de lung\u0103 este fiecare rund\u0103? (Minim: 20 de secunde)", "whatAnimeListWebsite" : "Pe ce site ai tu lista de animeuri? (Siteuri valabile: {{websites...
json_instruct
{"type": "object", "properties": {"whatMode": {"type": "string"}, "whatNumberOfRounds": {"type": "string"}, "whatDuration": {"type": "string"}, "whatAnimeListWebsite": {"type": "string"}, "whatUsername": {"type": "string"}, "whatYearAndSeason": {"type": "string"}, "whatThemeType": {"type": "string"}, "errors": {"type":...
Construct a JSON document that adheres to this schema specification: {"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" : "005", "name" : "\u6625\u65e5\u90e8", "name_kana" : "\uff76\uff7d\uff76\uff8d\uff9e"}, {"code" : "029", "name" : "\u4e80\u6709", "name_kana" : "\uff76\uff92\uff71\uff98"}, {"code" : "039", "name" : "\u5ddd\u53e3", "name_kana" : "\uff76\uff9c\uff78\uff9e\uff81"}, {"code" : "057", "name" : "\u4e0a\u798f\u5ca1"...
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "usefulresources:block/nickel_block"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "st...
{"edges" : [[8, 13], [13, 12], [28, 14], [24, 8], [1, 24], [8, 24], [15, 24], [14, 24], [24, 14], [26, 24], [21, 24], [20, 24], [2, 18], [23, 18], [4, 24], [5, 24], [24, 18], [24, 4], [24, 25], [24, 4], [24, 6], [24, 16], [9, 27], [24, 4], [24, 4], [22, 24], [24, 14], [24, 8], [7, 19], [24, 4], [22, 24], [22, 24], [24,...
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":...
Please provide a valid JSON object following this schema: {"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"}, "i...
[{"results" : [{"tech" : 3, "pts" : 14450, "connections" : 155396, "capacity" : 9996469, "investments" : 54974366}]}]
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type"...
{"answers" : ["clench", "clenched", "deen", "defence", "defenced", "defend", "defended", "dench", "dene", "denned", "elench", "ended", "feen", "fence", "fenced", "fend", "fended", "fennec", "fennel", "flench", "flenched", "hence", "hench", "hend", "hended", "henned", "ledden", "lend", "need", "needed", "needle", "needl...
json_instruct
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"MagnumOpus": {"type": "array", "items": {"type": "string"}}}, "required": ["MagnumOpus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MagnumOpus" : ["MagnumOpusDissonance", "ToughActToFollow", "HappyEnding", "CreatorsFavoriteEpisode", "CreatorBacklash", "InUniverse", "SeriesGoal", "StrictlyFormula", "UpToEleven", "ParodiedTrope", "Malaproper", "ProudWarriorRaceGuy", "TokenGoodTeammate", "BearsAreBadNews", "BearyFriendly", "FantasticCasteSystem", "B...
json_instruct
{"type": "object", "properties": {"MagnumOpus": {"type": "array", "items": {"type": "string"}}}, "required": ["MagnumOpus"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"payment": {"type": "object", "properties": {"local": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}, "ci": {"type": "object", "properties": {"baseUri": {"type": "stri...
{"payment" : {"local" : {"baseUri" : "http://127.0.0.1:8090"}, "ci" : {"baseUri" : "http://127.0.0.1:8090"}}, "balance" : {"local" : {"baseUri" : "http://127.0.0.1:8090"}, "ci" : {"baseUri" : "http://127.0.0.1:8090"}}, "meetup" : {"local" : {"baseUri" : "http://127.0.0.1:8094"}, "ci" : {"baseUri" : "http://127.0.0.1:80...
json_instruct
{"type": "object", "properties": {"payment": {"type": "object", "properties": {"local": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}, "ci": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}}, "required": ["local", "ci"]}, "balance": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"github-slug": {"type": "string"}, "changelog-holder": {"type": "string"}, "changelog-path": {"type": "string"}, "child-stability-inherit": {"type": "boolean"}, "dependency-constraint": {"type": "string"}, "ve...
{"github-slug" : "silverstripe/silverstripe-installer", "changelog-holder" : "silverstripe/framework", "changelog-path" : "docs/en/04_Changelogs/{stability}/{version}.md", "child-stability-inherit" : true, "dependency-constraint" : "exact", "vendors" : ["silverstripe"], "tests" : ["vendor/bin/phpunit framework/tests/ph...
json_instruct
{"type": "object", "properties": {"github-slug": {"type": "string"}, "changelog-holder": {"type": "string"}, "changelog-path": {"type": "string"}, "child-stability-inherit": {"type": "boolean"}, "dependency-constraint": {"type": "string"}, "vendors": {"type": "array", "items": {"type": "string"}}, "tests": {"type": "ar...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language...
{"citations" : [{"textCitation" : "[See df-pmtr on Metamath](http://us.metamath.org/mpegif/df-pmtr.html)"}], "names" : ["df-pmtr"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cpmtr", "#T_wceq", "#T_vd", "#T_cmpt--1", "#T_cvv", "#T_cmpt--2", "#T_vp", "#T_cmpt--1", "#T_crab--1", "#T_vy", "#T_crab--2", "#T_cpw",...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"angular-mocks.js": {"type": "string"}, "angular-mocks.min.js": {"type": "string"}}, "required": ["angular-mocks.js", "angular-mocks.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-mocks.js" : "sha512-jBw5X2IK3Zcot+/jvUv02WkV8R2VGUlYFDess0huf6tCOS4T73ZOlzbTHbMEXeb00JKncSHMrn0BYNA/GS1zXw==", "angular-mocks.min.js" : "sha512-rnaHZakd5X5RNMasuCmnwZ9W90sHUZJU6hphXg+p0t/0J34S7d+WqiHF9S5NoWUt3xLlboXoreBx71OWBT0YXg=="}
json_instruct
{"type": "object", "properties": {"angular-mocks.js": {"type": "string"}, "angular-mocks.min.js": {"type": "string"}}, "required": ["angular-mocks.js", "angular-mocks.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "0.973", "Title" : "Sound-Symbolism is Disrupted in Dyslexia: Implications for the Role of Cross-Modal Abstraction Processes", "Year" : 2015}, {"Similarity" : "0.973", "Title" : "Sound-Symbolism is Disrupted in Dyslexia Implications for the Role of Cross-Modal Abstraction Processes", "Year" : 2015}, {"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro": {"type": "st...
{"next_post_id" : 6, "next_comment_id" : 1, "next_follow_id" : 1, "avatar" : "jpg", "user_name" : "Tamigucho", "hub" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "intro" : "Game/app with collectionable fictional creatures that can be pets or used in fights.", "post" : [{"post_id" : 1491121451, "body" : "Bulball, the first Ta...
json_instruct
{"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "post": {"type": "array", "items": {"type": "object...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "...
{"nom" : "Piennes", "circ" : "3\u00e8me circonscription", "dpt" : "Meurthe-et-Moselle", "inscrits" : 1608, "abs" : 1003, "votants" : 605, "blancs" : 7, "nuls" : 3, "exp" : 595, "res" : [{"nuance" : "COM", "nom" : "M. Jean-Marc LEON", "voix" : 162}, {"nuance" : "FN", "nom" : "Mme C\u00e9line DOLCEMASCOLO", "voix" : 134}...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "manifest": {"type": "string"}, "description": {"type": "null"}, "repository": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "manifes...
[{"name" : "Foundry Tips", "manifest" : "https://raw.githubusercontent.com/vttred/tips/main/module.json", "description" : null, "repository" : "vttred/tips", "url" : "https://www.foundryvtt-hub.com/package/tips/"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "manifest": {"type": "string"}, "description": {"type": "null"}, "repository": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "manifest", "description", "repository", "url"]}, "$schema": "http://json-schema.or...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"xhr2": {"type": "string"}, "request": {"type": "string"}, "codebird": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["xhr2", "request", "cod...
{"dependencies" : {"xhr2" : "*", "request" : "^2.55.0", "codebird" : "^2.6.0", "nodemon" : "^1.3.7"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"xhr2": {"type": "string"}, "request": {"type": "string"}, "codebird": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["xhr2", "request", "codebird", "nodemon"]}}, "required": ["dependencies"], "$schema": "http://json-s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "json3": {"type": "string"}, "es5-shim": {"type": "string"}, "jquery": ...
{"name" : "perotium", "version" : "0.0.0", "dependencies" : {"angular" : "~1.4.0", "json3" : "~3.3.1", "es5-shim" : "~3.0.1", "jquery" : "~2.1.4", "bootstrap-sass-official" : "~3.1.1", "bootstrap" : "~3.1.1", "angular-resource" : ">=1.2.*", "angular-cookies" : ">=1.2.*", "angular-sanitize" : ">=1.2.*", "angular-bootstr...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "json3": {"type": "string"}, "es5-shim": {"type": "string"}, "jquery": {"type": "string"}, "bootstrap-sass-official": {"type": "string"}, "bootstr...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.o...
{"variants" : {"" : {"model" : "randomtech:block/cobalt_ore"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"mb": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "status": {"type": "string"}, "spot": {"type": "string"}}, "required": ["name", "code"...
{"mb" : [{"name" : "150", "code" : "MB1", "status" : "active", "spot" : "123123-123123"}, {"name" : "250", "code" : "MB2", "status" : "active", "spot" : "123123-123123"}, {"name" : "250 UP", "code" : "MB3", "status" : "active", "spot" : "123123-123123"}], "mk" : [{"name" : "PICKUP-LCGC", "code" : "MB1", "status" : "act...
json_instruct
{"type": "object", "properties": {"mb": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "status": {"type": "string"}, "spot": {"type": "string"}}, "required": ["name", "code", "status", "spot"]}}, "mk": {"type": "array", "items": {"type": "object", "p...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"html.format.wrapLineLength": {"type": "integer"}}, "required": ["html.format.wrapLineLength"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"html.format.wrapLineLength" : 500}
json_instruct
{"type": "object", "properties": {"html.format.wrapLineLength": {"type": "integer"}}, "required": ["html.format.wrapLineLength"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 9942109, "stations" : ["9942109"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "str...
[{"province" : "\u56db\u5ddd\u7701", "city" : "\u6210\u90fd\u5e02", "area" : "\u91d1\u5802\u53bf", "name" : "\u91d1\u5802\u53bf\u91d1\u6c99\u8857\u90ae\u653f\u6240", "code" : "610499", "address" : "\u91d1\u5802\u53bf\u91d1\u6c99\u8857234\u53f71\u5e621\u697c\u96441-2\u53f7", "phone" : "028-84933727"}, {"province" : "\u5...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items"...
[{"address_components" : [{"long_name" : "Emek", "short_name" : "Emek", "types" : ["administrative_area_level_4", "political"]}, {"long_name" : "\u015eehitkamil", "short_name" : "\u015eehitkamil", "types" : ["administrative_area_level_2", "political"]}, {"long_name" : "Gaziantep", "short_name" : "Gaziantep", "types" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"BaseDir": {"type": "string"}, "HostHostId": {"type": "integer"}, "HostLeaseTTLSec": {"type": "integer"}, "HostRegisterTimeoutSec": {"type": "integer"}, "PublicApiRpc": {"type": "object", "properties": {"ListenAddr": ...
{"BaseDir" : "/opt/logrange/data", "HostHostId" : 0, "HostLeaseTTLSec" : 5, "HostRegisterTimeoutSec" : 0, "PublicApiRpc" : {"ListenAddr" : "127.0.0.1:9966", "TlsEnabled" : false, "Tls2Way" : false, "TlsCertFile" : "/opt/logrange/tls/server.crt", "TlsKeyFile" : "/opt/logrange/tls/server.key", "TlsCAFile" : "/opt/lograng...
json_instruct
{"type": "object", "properties": {"BaseDir": {"type": "string"}, "HostHostId": {"type": "integer"}, "HostLeaseTTLSec": {"type": "integer"}, "HostRegisterTimeoutSec": {"type": "integer"}, "PublicApiRpc": {"type": "object", "properties": {"ListenAddr": {"type": "string"}, "TlsEnabled": {"type": "boolean"}, "Tls2Way": {"t...
Create a JSON structure that matches this 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", "items": {"t...
{"ast" : null, "code" : "import{makeStyles}from\"@material-ui/core/styles\";export var useStyles=makeStyles(function(theme){return{root:{maxWidth:\"60%\",maxHeight:\"100%\",left:\"20%\",position:\"relative\",borderRadius:50},media:{height:0,width:\"100%\",paddingTop:\"50.25%\"}};});", "map" : {"version" : 3, "sources" ...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "bromine", "definition" : "One of the elements, related in its chemical qualities to chlorine and iodine. Atomic weight 79.8. Symbol Br. It is a deep reddish brown liquid of a very disagreeable odor, emitting a brownish vapor at the ordinary temperature. In combination it is found in minute quantities in sea ...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
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: ABUNE 1: ABAYA 2: ABOMA 3: ACHES 4: ACKEE 5: ABYSM "]]}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type":...
{"name" : "trash-pickup-belgium", "version" : "1.1.0", "description" : "Simple library to fetch trashpickups in Belgium (Ophaalkalender)", "keywords" : ["trash", "belgium", "async/await", "promises"], "repository" : {"type" : "git", "url" : "https://github.com/Savjee/trash-pickup-belgium.git"}, "bugs" : {"url" : "https...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 9952002, "stations" : ["9952002"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "st...
{"name" : "MEARN-websocket-example", "version" : "1.0.0", "description" : "this is a demo application made with react, express, mongodb and nodejs", "main" : "index.js", "engines" : {"node" : "4.6.1", "npm" : "3.10.8"}, "scripts" : {"start" : "node server/server.js", "test" : "echo \"Error: no test specified\" && exit ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "scripts": {"type": "object", "pr...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}...
{"name" : "madeyski/epuap-bundle", "type" : "symfony-bundle", "license" : "MIT", "authors" : [{"name" : "Tomasz Madeyski", "email" : "tomasz.madeyski@gmail.com"}], "require" : {"php" : ">=5.3.2", "simplesamlphp/simplesamlphp" : "^1.14", "symfony/symfony" : ">=2.7", "ext-soap" : "*"}, "autoload" : {"psr-0" : {"Madeyski\...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "prope...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "ch...
{"code" : 3205190010, "parent" : 3205190, "name" : "PAKUWON", "latitude" : null, "longitude" : null, "postal" : [44117], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "allowJs": {"type": "boolean"}, "checkJs": {"type...
{"compilerOptions" : {"target" : "esnext", "module" : "esnext", "lib" : ["ESNext", "DOM"], "allowJs" : true, "checkJs" : true, "emitDeclarationOnly" : false, "declaration" : false, "strict" : true, "strictNullChecks" : false, "noImplicitAny" : false, "noUnusedLocals" : true, "noUnusedParameters" : false, "downlevelIter...
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "allowJs": {"type": "boolean"}, "checkJs": {"type": "boolean"}, "emitDeclarationOnly": {"type": "boolean"}, "declarati...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "...
{"\u5de5\u5ee0\u540d\u7a31" : "\u9d3b\u5bcc\u4e0d\u92b9\u92fc\u6709\u9650\u516c\u53f8\u4ec1\u5fb7\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "67000378", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5357\u5e02\u4ec1\u5fb7\u5340\u4ec1\u7fa9\u91cc\u7fa9\u6797\u8def29...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"lodash.get": {"type": "string"}, "semver": {"type": "string"}, "serialize-error": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["lodash.get", "s...
{"dependencies" : {"lodash.get" : "^4.4.2", "semver" : "^5.5.0", "serialize-error" : "^5.0.0", "uuid" : "^3.0.1"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"lodash.get": {"type": "string"}, "semver": {"type": "string"}, "serialize-error": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["lodash.get", "semver", "serialize-error", "uuid"]}}, "required": ["dependencies"], "$schem...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"54517": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54518": {"type": "object", "properties": {"nama": {"type": "stri...
{"54517" : {"nama" : "BAJO MEDANG", "dapil" : [52, 5201, 15205, 2520405]}, "54518" : {"nama" : "BUGIS MEDANG", "dapil" : [52, 5201, 15205, 2520405]}, "54513" : {"nama" : "KARANG DIMA", "dapil" : [52, 5201, 15205, 2520405]}, "54515" : {"nama" : "LABUHAN AJI", "dapil" : [52, 5201, 15205, 2520405]}, "54512" : {"nama" : "L...
json_instruct
{"type": "object", "properties": {"54517": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54518": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf...
{"compatibility.js" : "sha512-djKt6ERYtOlpcICvLLOjGBTEi8gWgUyNZrJTBMA1MTBqvTb9FzqVav5RTqYeAul8FnsXMSbPOxRoYI6kIJEa4g==", "pdf.combined.js" : "sha512-SDul3Q3vfs+5dkX63GSE6Ue+sNb/TpQ+QY1QbHl40taDF64Ci2shsxPwlO0dUy9WLUAIthZNWHZnSK614kIVMA==", "pdf.js" : "sha512-yKhtL40XTB23LECln6qem3xN1rDsrnuAHWAEm+5gkBUCf3MMCkbJkxx4sLdzX...
json_instruct
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "I Will Always Love You", "yearf" : 1982.6682648402, "rscore" : 0.4722329009}, {"title" : "Save The Last Dance For Me", "yearf" : 1984.0273972603, "rscore" : 1.2875765901}, {"title" : "9 To 5", "yearf" : 1980.9961187215, "rscore" : 0.9331081163}, {"title" : "Jolene", "yearf" : 1974.15456621, "rscore" : 0.89...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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": {"t...
{"nom" : "Batzendorf", "dpt" : "Bas-Rhin", "inscrits" : 773, "abs" : 101, "votants" : 672, "blancs" : 60, "nuls" : 9, "exp" : 603, "res" : [{"panneau" : "1", "voix" : 321}, {"panneau" : "2", "voix" : 282}]}
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"...
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" : "1811040001", "district_id" : "1811040", "name" : "MUARA TENANG"}
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": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "ite...
{"AB" : ["pc", "qa", "qb", "qc", "qd", "rc", "me", "re", "od", "nc", "mc", "md", "jc", "mf", "le", "ke", "kf", "kg", "lg", "kd", "kc", "kb"], "AW" : ["jg", "kh", "lh", "mh", "mg", "nd", "ne", "nf", "pd", "pe", "oc", "ob", "pb", "qf", "rf", "rb", "ld", "lc", "lb", "la", "ka", "jb", "ib", "hc", "he", "je", "jd", "jf"], "...
json_instruct
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"],...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@types/three": {"type": "string"}, "three": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "...
{"private" : true, "dependencies" : {"@types/three" : "^0.84.21", "three" : "^0.87.1", "ts-loader" : "^2.3.6", "typescript" : "^2.5.2", "webpack" : "^3.5.6"}}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@types/three": {"type": "string"}, "three": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["@types/three", "three", "t...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcse...
{"avif" : [{"format" : "avif", "width" : 90, "height" : 90, "url" : "/img/avatars/twitter/n1dmPJmDKY-90.avif", "sourceType" : "image/avif", "srcset" : "/img/avatars/twitter/n1dmPJmDKY-90.avif 90w", "filename" : "n1dmPJmDKY-90.avif", "outputPath" : "src/img/avatars/twitter/n1dmPJmDKY-90.avif", "size" : 1605}], "webp" : ...
json_instruct
{"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "ou...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5a0adc8a16d9fc2854927d2f8eb08b28a85783d9"}
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": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"last_check" : "2017-08-18T03:47:14Z", "pypi_version" : "9.0.1"}
json_instruct
{"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "6404051004", "district_id" : "6404051", "name" : "BANGUN JAYA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "...
{"type" : "bundle", "id" : "bundle--6f293e43-a59a-46f8-b6c0-275ab5054bb7", "spec_version" : "2.0", "objects" : [{"type" : "attack-pattern", "id" : "attack-pattern--17ca1c3e-da1e-4aad-a403-68b22f212501", "created_by_ref" : "identity--dcb70c08-a4b0-4d2d-8141-b28ca5f0a43a", "created" : "2019-12-08T02:27:58.312Z", "modifie...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"xbox": {"type": "number"}, "ps": {"type": "number"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xbox" : 713511.0, "ps" : 986530.0}
json_instruct
{"type": "object", "properties": {"xbox": {"type": "number"}, "ps": {"type": "number"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"env": {"type": "string"}, "image_src": {"type": "string"}}, "required": ["env", "image_src"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"env" : "production", "image_src" : "../../assets/images/"}
json_instruct
{"type": "object", "properties": {"env": {"type": "string"}, "image_src": {"type": "string"}}, "required": ["env", "image_src"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$sch...
{"code" : "UNT023", "lang" : "de", "description" : "\nAktivierte Bruttozug\u00e4nge an bebauten Grundst\u00fccken und Bauten", "name" : "Aktiv. Bruttozug\u00e4nge an beb.Grundst\u00fccken u.Bauten", "type" : "Merkmal"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"skipHeight": {"type": "integer"}, "priceSkipHeight": {"type": "integer"}, "cancelConfirmSkipHeight": {"type": "integer"}}, "required": ["skipHeight", "priceSkipHeight", "cancelConfirmSkipHeight"], "$schema": "http://json-schem...
{"skipHeight" : 1860000, "priceSkipHeight" : 3200000, "cancelConfirmSkipHeight" : 10580000}
json_instruct
{"type": "object", "properties": {"skipHeight": {"type": "integer"}, "priceSkipHeight": {"type": "integer"}, "cancelConfirmSkipHeight": {"type": "integer"}}, "required": ["skipHeight", "priceSkipHeight", "cancelConfirmSkipHeight"], "$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"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "str...
{"name" : "Liverpool Training Institute", "alt_name" : "Instituto de Formaci\u00f3n Liverpool, A.C.", "country" : "Mexico", "state" : null, "address" : {"street" : "Hesiodo 540, Col. Chapultepec Morales, Miguel Hidalgo", "city" : "M\u00e9xico", "province" : "D.F.", "postal_code" : null}, "contact" : {"telephone" : "+52...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "null"}},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Email": {"type": "string"}, "Home": {"type": "string"}, "Internal Server Error": {"type": "string"}, "It will be published when it is ready": {"type": "string"}, "Not Found": {"type": "string"}, "Ooppss!!": {"type":...
{"Email" : "E-mail", "Home" : "In\u00edcio", "Internal Server Error" : "Erro Interno do Servidor", "It will be published when it is ready" : "Ser\u00e1 publicado quando estiver pronto", "Not Found" : "N\u00e3o encontrada", "Ooppss!!" : "Uueeepaa!!", "Ooppss!! Page Not Found!" : "Oppaa!! P\u00e1gina n\u00e3o encontrada!...
json_instruct
{"type": "object", "properties": {"Email": {"type": "string"}, "Home": {"type": "string"}, "Internal Server Error": {"type": "string"}, "It will be published when it is ready": {"type": "string"}, "Not Found": {"type": "string"}, "Ooppss!!": {"type": "string"}, "Ooppss!! Page Not Found!": {"type": "string"}, "This is a...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "esRadio Extremadura", "src" : "http://esradiomontijo.ddns.net:8000/;?t=1526287757"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "courseId": {"type": "string"}, "tasks": {"type": "array", "items": {}}, "title": {"type": "string"}, "fileType": {"type": "string"}, "value": {"type": "object", "properties": {"path": {"type": "strin...
{"id" : 357, "courseId" : "epistles-3", "tasks" : [], "title" : "001 COVER", "fileType" : "html", "value" : {"path" : "C:\\sites\\github\\courses\\epistles-3/001_cover.html", "raw" : "<div id=\"title\" class=\"chapter\">\r\n\t<img src=\"/assets/eagle.png\" style=\"\" id=\"coverEagle\"/>\r\n\t<h4><span lang=\"en\">Third...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "courseId": {"type": "string"}, "tasks": {"type": "array", "items": {}}, "title": {"type": "string"}, "fileType": {"type": "string"}, "value": {"type": "object", "properties": {"path": {"type": "string"}, "raw": {"type": "string"}}, "required": ["path", "raw"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer...
{"appid" : 510840, "name" : "Evolvation", "windows" : true, "mac" : false, "linux" : true, "early_access" : false, "lookup_time" : 1490999233}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"dev": {"t...
{"name" : "tech-stack-planner-backend", "version" : "1.0.0", "engines" : {"node" : ">=12.0.0"}, "scripts" : {"dev" : "cd src && nodemon -r dotenv/config server.js", "test" : "jest --watchAll --verbose --silent --runInBand"}, "keywords" : ["techstack", "programming", "tools", "frameworks", "startups"], "devDependencies"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, ...
{"author" : {"id" : "t2_hwxc5z8", "name" : "enrimbeauty"}, "date" : {"day" : 1631923200, "full" : 1631981216, "month" : 1630454400, "week" : 1631404800}, "id" : "t3_pqp6u2", "picture" : {"filesize" : 167071, "fullUrl" : "https://preview.redd.it/zinvperccao71.jpg?width=2450&format=pjpg&auto=webp&s=57a446a5d392830464cde6...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"...
{"body" : "", "user" : "matthiasdiener", "url" : "https://api.github.com/repos/spack/spack/issues/11311", "updated_at" : "2019-04-30 08:20:04", "created_at" : "2019-04-26 16:45:02", "closed_at" : "2019-04-30 08:20:04", "state" : "closed", "title" : "git-lfs: add version 2.7.2", "number" : 11311, "milestone" : null, "la...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts":...
{"name" : "@substrate/ss58-registry", "version" : "1.17.0", "license" : "Apache-2.0", "description" : "Registry for SS58 account types", "author" : "Parity Technologies <admin@parity.io>", "main" : "ss58-registry.json", "repository" : "https://github.com/paritytech/ss58-registry", "scripts" : {"alignVersion" : "./scrip...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"alignVersion": {"type":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "objec...
{"name" : "canihavesomecoffee/thetvdbapi", "description" : "PHP implementation for the 4th version of the TheTVDb API.", "type" : "library", "minimum-stability" : "stable", "license" : "ISC", "authors" : [{"name" : "Willem Van Iseghem (canihavesomecoffee)", "email" : "thetvdbapi@canihavesome.coffee"}], "require" : {"ph...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "stri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"every_n_frames": {"type": "string"}, "max_save_frames": {"type": "string"}}, "required": ["every_n_frames", "max_save_frames"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"every_n_frames" : "20", "max_save_frames" : "10"}
json_instruct
{"type": "object", "properties": {"every_n_frames": {"type": "string"}, "max_save_frames": {"type": "string"}}, "required": ["every_n_frames", "max_save_frames"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDepend...
{"name" : "nypd-nco", "version" : "1.0.0", "main" : "script.js", "license" : "MIT", "scripts" : {"start" : "node script.js"}, "devDependencies" : {"d3" : "^6.7.0", "node-fetch" : "^2.6.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"d3": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "9e89f7c6875424acbbf6", "c" : {"0" : false}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"server": {"type": "boolean"}, "datacenter": {"type": "string"}, "data_dir": {"type": "string"}, "encrypt": {"type": "string"}, "log_level": {"type": "string"}, "enable_syslog": {"type": "boolean"}, "enable_debug": {"type": ...
{"server" : true, "datacenter" : "testdc", "data_dir" : "/var/lib/consul", "encrypt" : "jHqnMlmoahveRBzM7BI6ww==", "log_level" : "INFO", "enable_syslog" : true, "enable_debug" : true, "bootstrap_expect" : 1, "leave_on_terminate" : false, "skip_leave_on_interrupt" : true, "rejoin_after_leave" : true, "bind_addr" : "192....
json_instruct
{"type": "object", "properties": {"server": {"type": "boolean"}, "datacenter": {"type": "string"}, "data_dir": {"type": "string"}, "encrypt": {"type": "string"}, "log_level": {"type": "string"}, "enable_syslog": {"type": "boolean"}, "enable_debug": {"type": "boolean"}, "bootstrap_expect": {"type": "integer"}, "leave_on...
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" : 1125297559, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "7962dcc878673ff34db10c6739a125f4", "wof:id" : 1125297559, "wof:repo" : "whosonfirst-data-admin-pl"}, "bbox" : [18.90052, 50.13296, 18.90052, 50.13296], "geometry" : {"coordinates" : [18.90052, 50.1...
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": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "object", "propert...
{"name" : "es6-promise-polyfill", "description" : "Polyfill for ES6 Promise", "version" : "1.2.0", "author" : "Roman Dvornov <rdvornov@gmail.com>", "license" : "MIT", "repository" : "lahmatiy/es6-promise-polyfill", "bugs" : {"url" : "https://github.com/lahmatiy/es6-promise-polyfill/issues"}, "main" : "promise.js", "dep...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1917, 6], [1920, 7], [1924, 5], [1926, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/ArchinotesX/src/main/java/com/uniandes/thesis/service/util/RandomUtil.java": {"type": "integer"}}, "required": ["/ArchinotesX/sr...
{"project_name" : "imTachu/ArchinotesX", "files" : {"/ArchinotesX/src/main/java/com/uniandes/thesis/service/util/RandomUtil.java" : 3}, "pull_request" : "https://github.com/imTachu/ArchinotesX/pull/22", "report" : {"files_fixed" : 1, "vulnerabilities_fixed" : 3}}
json_instruct
{"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/ArchinotesX/src/main/java/com/uniandes/thesis/service/util/RandomUtil.java": {"type": "integer"}}, "required": ["/ArchinotesX/src/main/java/com/uniandes/thesis/service/util/RandomUtil.java"]}, "pull_reques...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"monsters/crawlers/triplod/triplodpet.monstertype": {"type": "array", "items": {"type": "string"}}, ...
[{"DeniedAlternatives" : [], "Files" : {"monsters/crawlers/triplod/triplodpet.monstertype" : ["/description"], "monsters/crawlers/triplodish/spiderwalker/spiderwalkerpet.monstertype" : ["/description"], "monsters/crawlers/triplodish/spiderwalker2/spiderwalker2pet.monstertype" : ["/description"]}, "Texts" : {"Chs" : "\u...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"monsters/crawlers/triplod/triplodpet.monstertype": {"type": "array", "items": {"type": "string"}}, "monsters/crawlers/triplodish/spiderwalker/spiderwalkerpet.mon...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls...
{"nom" : "Simandres", "circ" : "11\u00e8me circonscription", "dpt" : "Rh\u00f4ne", "inscrits" : 1240, "abs" : 611, "votants" : 629, "blancs" : 45, "nuls" : 14, "exp" : 570, "res" : [{"nuance" : "LR", "nom" : "M. Georges FENECH", "voix" : 296}, {"nuance" : "REM", "nom" : "M. Jean-Luc FUGIT", "voix" : 274}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "obj...
{"status" : 3, "startTimes" : [1, 48, 12, 107, 25, 80, 122, 207, 21, 62, 35, 93, 31, 50, 69], "objectiveValue" : 672.0, "solverRuntimeInMilliseconds" : 457, "optional" : {}}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 2)": {"type": "string"}, "(2, 0, 2)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string"}, "(4, 0, 1)": {"type": "string"}, "(4, 1, 1)": {"t...
{"(0, 0, 2)" : "\"Beautifully Unconventional\"", "(1, 0, 2)" : "Single by Wolf Alice", "(2, 0, 2)" : "from the album Visions of a Life", "(3, 0, 1)" : "Released", "(3, 1, 1)" : "14\u00a0August\u00a02017\u00a0(2017-08-14)", "(4, 0, 1)" : "Format", "(4, 1, 1)" : "Digital download", "(5, 0, 1)" : "Genre", "(5, 1, 1)" : "I...
json_instruct
{"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 2)": {"type": "string"}, "(2, 0, 2)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string"}, "(4, 0, 1)": {"type": "string"}, "(4, 1, 1)": {"type": "string"}, "(5, 0, 1)": {"type": "string"}, "(5, 1, 1)": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type":...
{"userId" : 45008, "cartId" : "21f2a9a9-fe3a-40ee-8e74-c5a2c7143547", "preferredProducts" : [], "productReviews" : [{"productId" : 3916, "reviewText" : "My neighbor Krista has one of these. She works as a salesman and she says it looks soapy.", "reviewDate" : "2019-09-27T09:04:03.8191512+03:00"}, {"productId" : 424, "r...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val...
{"n_dim" : 5, "n_trials" : 130, "objective" : "markowitz_realized_on_cube", "white" : "pymoo_unsga3", "black" : "pysot_random", "traceback" : ["passing", "passing"], "best_val" : [-0.04189622571075691, -0.027254359710051725], "best_x" : [[0.05694358204569805, 0.3584528753394961, 0.46199175177082485, 0.04438444829407029...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["2140101", "2140105", "2140107", "2140106", "2140103"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$s...
[{"name" : "PENN", "frequency" : 441, "males" : "99.77324263038548 %", "females" : "0.22675736961451248 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, ...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "Place spicy pork sausage in a large, deep skillet. Cook over medium high heat until evenly brown.", "Drain sausage and place in a large bowl. Mix in 4 green onions, nonfat sour cream, low-fat mayonnaise, fat-free Parmesan cheese and pimento peppers. T...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "website": {"type": "string"}, "stack": {"type": "string"}}, "required": ["name", "description", "repository", "website", "stack"], ...
{"name" : "debian noVNC", "description" : "debian noVNC", "repository" : "", "website" : "", "stack" : "container"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "website": {"type": "string"}, "stack": {"type": "string"}}, "required": ["name", "description", "repository", "website", "stack"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"cart": {"type": "object", "properties": {"address": {"type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "zip": {"type": "integer"}}, "required": ["address", "city", "zip"]}, "items": {"...
{"cart" : {"address" : {"address" : "Calle del Ferrocarril 19", "city" : "Madrid", "zip" : 28045}, "items" : [{"id" : "id-1", "name" : "Node JS", "price" : 12, "imageUrl" : "./assets/images/node-js.jpg", "quantity" : 1}, {"id" : "id-2", "name" : "JavaScript", "price" : 15, "imageUrl" : "./assets/images/javascript.jpg",...
json_instruct
{"type": "object", "properties": {"cart": {"type": "object", "properties": {"address": {"type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "zip": {"type": "integer"}}, "required": ["address", "city", "zip"]}, "items": {"type": "array", "items": {"type": "object", "properties": {...
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" : "Kimble County", "fips" : "48267", "state_code" : 48, "county_code" : 267, "population" : 4337, "countrylevel_id" : "fips:48267", "census_data" : {"COUNTYNS" : "01383919", "AFFGEOID" : "0500000US48267", "LSAD" : "06", "ALAND" : 3240035980, "AWATER" : 493584}}, "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...
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" : "0x1530df3e1c69501d4ecb7e58eb045b90de158873", "tool" : "honeybadger", "start" : 1565874493.5570102, "end" : 1565874773.5583632, "duration" : 280.0013530254364, "analysis" : [{"errors" : [], "file" : "/unique_chucks/1/0x1530df3e1c69501d4ecb7e58eb045b90de158873.sol", "name" : "BitcoinEOS"}, {"errors" : [], ...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properti...
{"type" : "MultiPolygon", "coordinates" : [[[[-84.946155, 43.002604], [-84.940847, 43.002609], [-84.936262, 43.002614], [-84.925677, 43.002603], [-84.925645, 43.001701], [-84.925608, 42.998617], [-84.925958, 42.998522], [-84.926126, 42.99847], [-84.926115, 42.998243], [-84.926104, 42.998031], [-84.92608, 42.997566], [-...
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": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"avatar": {"type": "string"}, "name": {"type": "string"}, "introduction": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}}, "required": ["avatar", "name", "intro...
[{"avatar" : "https://blinkfox.github.io/medias/avatar.jpg", "name" : "\u95ea\u70c1\u4e4b\u72d0", "introduction" : "\u73b0\u5b9e\u7684\u62bd\u8c61\u662f\u8bed\u8a00, \u8bed\u8a00\u7684\u62bd\u8c61\u662f\u7a0b\u5e8f", "url" : "https://blinkfox.github.io/", "title" : "\u524d\u53bb\u5b66\u4e60"}, {"avatar" : "https://shw2...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"avatar": {"type": "string"}, "name": {"type": "string"}, "introduction": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}}, "required": ["avatar", "name", "introduction", "url", "title"]}, "$schema": "http://json-schema.org/draft-07...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "abstract": {"type": "string"}, "meta-title": {"type": "string"}, "meta-description": {"type": "string"}, "link": {"type": "boo...
{"url" : "the-nitty-gritty-new-resource-for-web-devs", "title" : "New Resource for Web Devs: The Nitty Gritty", "date" : "04.12.2012", "abstract" : "<p>Yesterday Kahlil Lechelt and I launched The Nitty Gritty, a new blog and resource for web developers about the cutting edge in HTML, CSS, JavaScript and web technology ...
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "abstract": {"type": "string"}, "meta-title": {"type": "string"}, "meta-description": {"type": "string"}, "link": {"type": "boolean"}}, "required": ["url", "title", "date", "abstract", "meta-title", "me...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e...
{"nom" : "Tumaraa", "dpt" : "Polyn\u00e9sie fran\u00e7aise", "inscrits" : 3113, "abs" : 1127, "votants" : 1986, "blancs" : 17, "nuls" : 176, "exp" : 1793, "res" : [{"panneau" : "1", "voix" : 1168}, {"panneau" : "2", "voix" : 625}]}
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": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after...
{"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "mail.shashank.211.132.127.18.xip.io", "min_cert_id" : 1007368710, "min_entry_timestamp" : "2018-12-06T22:31:53.237", "not_before" : "2018-12-06T21:31:52", "not_after" : "2019-03-06T21:31:52"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "grimoireofgaia:block/doll_nine_tails"}
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": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "prop...
{"name" : "Chapar", "lsg_code" : "249831", "district" : "Kokrajhar", "state" : "Assam", "no_of_wards" : 4, "wards" : [{"ward_no" : "3", "ward_name" : "Chapar (TC) - Ward No.3", "ward_id" : "68972"}, {"ward_no" : "1", "ward_name" : "Chapar (TC) - Ward No.1", "ward_id" : "68689"}, {"ward_no" : "2", "ward_name" : "Chapar ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "strin...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type"...
{"name" : "stimul.dance", "description" : "Stimul Big Party West Coast Swing website", "version" : "0.0.1", "homepage" : "http://stimul.dance", "author" : {"name" : "Oleg Fomin", "email" : "ofstudio@gmail.com"}, "repository" : {"type" : "git", "url" : "https://github.com/ofstudio/stimul.dance.git"}, "devDependencies" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "ob...
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" : "d317-147", "text" : "COMMITTEES\nEn\u00abbmeering Committee:\nWalter Emery\nMbchggaw State Unbverssty\n(Chairman)\nRobert Hbggy\nOnto State Unhversdty\nRobert Beldon\nUN1VER8JTT OF 5LL 8 NO 8 8\nRalph Townsley\nPurdue Un8 vers oty\nDuane Wbess\nWTTVt Gh 3cago\nRad a\u00a9 Commbttee:\nLarry Frymire\nMichigan St...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"image_id": {"type": "string"}, "updated": {"type": "string"}, "created": {"type": "string"}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "filename": {"type": "string"}, "archive_filename...
{"image_id" : "image_id", "updated" : "1995-06-12T01:11:11.111Z", "created" : "1995-06-12T01:11:11.111Z", "source" : {"type" : "file", "filename" : "filename", "archive_filename" : "archive_filename", "source_url" : "source_url", "resolved_url" : "resolved_url"}, "dimensions" : {"height" : 200, "width" : 100}, "errors"...
json_instruct
{"type": "object", "properties": {"image_id": {"type": "string"}, "updated": {"type": "string"}, "created": {"type": "string"}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "filename": {"type": "string"}, "archive_filename": {"type": "string"}, "source_url": {"type": "string"}, "resolved_url"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "betteranimalsplus.lamprey", "Registry ID" : "betteranimalsplus:lamprey", "Class" : "its_meow.betteranimalsplus.common.entity.EntityLamprey"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft...
{"word" : "Wedding", "definitions" : ["A marriage ceremony, especially considered as including the associated celebrations."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "m...
{"name" : "is_js", "main" : "is.js", "version" : "0.7.2", "homepage" : "http://arasatasaygin.github.io/is.js/", "authors" : ["arasatasaygin <arasatasaygin@gmail.com>"], "description" : "micro check library", "moduleType" : ["amd", "globals", "node"], "keywords" : ["type", "presence", "regexp", "string", "arithmetic", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"cmake.sourceDirectory": {"type": "string"}, "cmakeExplorer.cmakeIntegration": {"type": "boolean"}, "cmakeExplorer.buildDir": {"type": "string"}, "workbench.colorTheme": {"type": "string"}}, "required": ["cmake.source...
{"cmake.sourceDirectory" : "${workspaceFolder}/tests", "cmakeExplorer.cmakeIntegration" : true, "cmakeExplorer.buildDir" : "${workspaceFolder}/build", "workbench.colorTheme" : "Default Dark+"}
json_instruct
{"type": "object", "properties": {"cmake.sourceDirectory": {"type": "string"}, "cmakeExplorer.cmakeIntegration": {"type": "boolean"}, "cmakeExplorer.buildDir": {"type": "string"}, "workbench.colorTheme": {"type": "string"}}, "required": ["cmake.sourceDirectory", "cmakeExplorer.cmakeIntegration", "cmakeExplorer.buildDir...