input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "python.pythonPath": {"type": "string"}, "python.formatting.provider": {"type": "string"}}, "required": ["cSpell.words", "python.pythonPath", "python.formatting...
{"cSpell.words" : ["CMRP", "Daggett", "Duchesne", "Guestblog", "HARN", "Juab", "Kelson", "Kramdown", "NTRIP", "Orthophoto", "Piute", "RTCM", "Rinex", "Sanpete", "Sevier", "Tooele", "Uintah", "VRSCMR", "VRSCMRP", "VRSCMRX", "VRSRTCM", "Washoe", "booleanize", "cadastre", "datasets", "doq", "dotless", "drgs", "endcapture"...
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "python.pythonPath": {"type": "string"}, "python.formatting.provider": {"type": "string"}}, "required": ["cSpell.words", "python.pythonPath", "python.formatting.provider"], "$schema": "http://json-schema.org/draft-07/schem...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"uma": {"type": "array", "items": {"type": "integer"}}, "unit": {"type": "array", "items": {"type": "integer"}}, "url": {"type": "array", "items": {"type": "integer"}}, "urlauthentication": {"type": "array", "items...
{"uma" : [196609, 524289, 1048577, 1245185, 2162689, 2490375, 2555905, 3080193, 3145729, 3538946, 3801090, 4456449, 4849665, 4980737, 5177345, 5636097, 5898241, 5963777, 6750210, 7208961, 7471107, 8060930, 9109506, 9240577, 9633793, 10027009, 10223617, 10289153, 10616833, 10747905, 11468801, 11534337, 11599873, 1205862...
json_instruct
{"type": "object", "properties": {"uma": {"type": "array", "items": {"type": "integer"}}, "unit": {"type": "array", "items": {"type": "integer"}}, "url": {"type": "array", "items": {"type": "integer"}}, "urlauthentication": {"type": "array", "items": {"type": "integer"}}, "utilizando": {"type": "array", "items": {"type...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "typeProperties": {"type": "object", "properties": {"password": {"type": "obje...
{"name" : "dummy", "properties" : {"description" : "", "type" : "BasicAuth", "typeProperties" : {"password" : {"secretName" : "dummy", "secretVersion" : "", "store" : {"referenceName" : "babylon", "type" : "LinkedServiceReference"}, "type" : "AzureKeyVaultSecret"}, "user" : "dummy"}}, "type" : "Microsoft.Purview/accoun...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "typeProperties": {"type": "object", "properties": {"password": {"type": "object", "properties": {"secretName": {"type": "string"}, "secretVersion"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals",...
{"name" : "virgins.vc", "symbol" : "VIRGINS", "address" : "0xd1Ef0930887653416041Af4B11FeDAc05Db6b80B", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"state": {"type": "object", "properties": {"accuweather__pressure_tendency": {"type": "object", "properties": {"falling": {"type": "string"}, "rising": {"type": "string"}, "steady": {"type": "string"}}, "requi...
{"state" : {"accuweather__pressure_tendency" : {"falling" : "Falling", "rising" : "Rising", "steady" : "Steady"}}}
json_instruct
{"type": "object", "properties": {"state": {"type": "object", "properties": {"accuweather__pressure_tendency": {"type": "object", "properties": {"falling": {"type": "string"}, "rising": {"type": "string"}, "steady": {"type": "string"}}, "required": ["falling", "rising", "steady"]}}, "required": ["accuweather__pressure_...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"pelvis": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_reca...
{"pelvis" : {"accuracy" : 0.75177304964539, "roc_auc" : 0.5921589399784959, "recall" : 0.041237113402061855, "precision" : 0.25, "f1_score" : 0.07079646017699115, "negative_recall" : 0.9631901840490797, "negative_precision" : 0.7714987714987716, "negative_f1_score" : 0.8567530695770805}}
json_instruct
{"type": "object", "properties": {"pelvis": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type": "number"}, "negative_precision": {"type": "number"}, "ne...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"},...
[{"oq" : "0", "q" : "26400", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1596520800000, "wptn" : "4", "z" : "173.41"}, {"oq" : "0", "q" : "2910", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1596520800000, "wptn" : "6", "z" : "176.63"}, {"oq" : "0", "q"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "st...
Using the following JSON schema, generate a compatible JSON instance: {"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"}, "t...
{"body" : "I tried to install several Qt versions on MacOS and all of them failed, because of different reasons. Most of the times, `qmake` is built, but then it's like if the configuration failed: It cannot find libpng, libjpeg, it even tries to include a SDL header (!!) and even `<linux/videodev2.h>`\r\n\r\nBTW, ther...
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": ...
Based on the schema below, produce a valid JSON object: {"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": "ar...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-117.872523, 34.136647], [-117.872472, 34.146924], [-117.859281, 34.146946], [-117.859323, 34.136061], [-117.872528, 34.136066], [-117.872523, 34.136647]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 10644}}]}
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...
Please provide a valid JSON object following this 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": "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-80.267378, 25.764282], [-80.260852, 25.76451], [-80.260921, 25.75582], [-80.267062, 25.755535], [-80.267378, 25.764282]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 16802}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.773771, 51.566369]}, "properties" : {"notes" : "S0424 - S/11/0826 | Erection of 35 no. units to provide class B1 (Business) & class B8 (Storage & Distribution) use, together with trade counters (Resubmission).", "planning-permission-status" : "per...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"notes": {"type": "string"}, "plan...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": ...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[2.178026, 51.003921], [2.177026, 51.003741], [2.176454, 51.005449], [2.177312, 51.005629], [2.178026, 51.003921]]]}, "properties" : {"classification" : "ship", "identificationscore" : 0.999999523162841...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "arra...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"full_name": {"type": "string"}, "email": {"type": "string"}, "github_username": {"type": "string"}, "repo_name": {"type": "string"}, "project_name": {"type": "string"}, "project_short_description": {"type": "string"...
{"full_name" : "Your Name", "email" : "you@example.com", "github_username" : "username", "repo_name" : "repo_name", "project_name" : "Your App", "project_short_description" : "Description of your app.", "year" : "2017", "dev_port" : "8080", "data_url" : "data.json"}
json_instruct
{"type": "object", "properties": {"full_name": {"type": "string"}, "email": {"type": "string"}, "github_username": {"type": "string"}, "repo_name": {"type": "string"}, "project_name": {"type": "string"}, "project_short_description": {"type": "string"}, "year": {"type": "string"}, "dev_port": {"type": "string"}, "data_u...
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" : "Org\u00e8res", "dpt" : "Ille-et-Vilaine", "inscrits" : 3157, "abs" : 363, "votants" : 2794, "blancs" : 62, "nuls" : 15, "exp" : 2717, "res" : [{"panneau" : "3", "voix" : 942}, {"panneau" : "9", "voix" : 553}, {"panneau" : "11", "voix" : 405}, {"panneau" : "2", "voix" : 349}, {"panneau" : "4", "voix" : 226}, {...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "...
{"PRODUCT_NAME" : "Toilet Disinfectant", "MANUFACTURER" : "Alkim Supplies", "BRANDNAME" : "Luana", "WEIGHT" : "5ltrs"}
json_instruct
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "6404050001", "nama" : "KERAYAAN"}, {"id" : "6404050002", "nama" : "BENUA BARU ILIR"}, {"id" : "6404050003", "nama" : "SEMPAYAU"}, {"id" : "6404050004", "nama" : "TEPIAN TERAP"}, {"id" : "6404050005", "nama" : "PELAWAN"}, {"id" : "6404050006", "nama" : "MANDU DALAM"}, {"id" : "6404050007", "nama" : "SAKA"}, {"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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#"}
[[1942, 8], [1943, 12], [1944, 16], [1945, 13], [1946, 13], [1948, 7], [1952, 11], [1953, 9], [1954, 7], [1955, 5], [1956, 8], [1957, 12], [1958, 18], [1959, 9], [1960, 16], [1961, 26], [1962, 10], [1963, 27], [1964, 29], [1965, 34], [1966, 57], [1967, 52], [1968, 55], [1969, 66], [1970, 67], [1971, 68], [1972, 71], [1...
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": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "strin...
{"name" : "matks/vivian", "description" : "Php tools to provide a pretty console output", "type" : "library", "keywords" : ["console"], "homepage" : "https://github.com/matks/Vivian", "license" : "MIT", "minimum-stability" : "dev", "authors" : [{"name" : "Mathieu Ferment", "email" : "mathieu.ferment@gmail.com"}], "requ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "i...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "integer"}, "id": {"type": "string"}, "address": {"type": "string"}, "bech32": {"type": "string"}, "crypto": {"type": "object", "properties": {"ciphertext": {"type": "string"}, "cipherparams": {"type": "object...
{"version" : 4, "id" : "0dc10c02-b59b-4bac-9710-6b2cfa4284ba", "address" : "0139472eff6886771a982f3083da5d421f24c29181e63888228dc81ca60d69e1", "bech32" : "erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th", "crypto" : {"ciphertext" : "4c41ef6fdfd52c39b1585a875eb3c86d30a315642d0e35bb8205b6372c1882f135441099...
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "id": {"type": "string"}, "address": {"type": "string"}, "bech32": {"type": "string"}, "crypto": {"type": "object", "properties": {"ciphertext": {"type": "string"}, "cipherparams": {"type": "object", "properties": {"iv": {"type": "string"}}, "required": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "fe...
{"status" : 200, "data" : {"totalSubs" : 651, "subsInEachSource" : {"feedly" : 579, "inoreader" : 71, "feedsPub" : 1}, "failedSources" : {}}, "lastModified" : 1611537931716}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "in...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "hoodman", "definition" : "The person blindfolded in the game called hoodman-blind. [Obs.] Shak."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"books": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["id", "title", "description"]}}}, "requ...
{"books" : [{"id" : 1, "title" : "Harry Potter", "description" : "Wizards and stuff"}, {"id" : 2, "title" : "Programming with JS", "description" : "Guide to programming"}, {"id" : 3, "title" : "The Bible", "description" : "Most important book", "author" : "God"}, {"id" : 4, "title" : "Chronicles of Narnia", "descriptio...
json_instruct
{"type": "object", "properties": {"books": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["id", "title", "description"]}}}, "required": ["books"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"response": {"type": "object", "properties": {"numFound": {"type": "integer"}, "start": {"type": "integer"}, "docs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "cross_published_journa...
{"response" : {"numFound" : 1, "start" : 0, "docs" : [{"id" : "10.1371/journal.pcbi.1003833", "cross_published_journal_name" : ["PLOS Computational Biology", "PLOS Collections"], "publication_date" : "2014-09-11T00:00:00Z", "article_type" : "Editorial", "author_display" : ["Nicolas P. Rougier", "Michael Droettboom", "P...
json_instruct
{"type": "object", "properties": {"response": {"type": "object", "properties": {"numFound": {"type": "integer"}, "start": {"type": "integer"}, "docs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "cross_published_journal_name": {"type": "array", "items": {"type": "string"}}, "p...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"BareHandedPuppetry": {"type": "array", "items": {"type": "string"}}}, "required": ["BareHandedPuppetry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"BareHandedPuppetry" : ["HandPuppet", "BodyPaint", "OrganAutonomy", "ImpossibleShadowPuppets", "BodyPaint", "HelpingHands", "TropeMaker", "TropeCodifier", "TheWikiRule", "MediumBlending", "Cloudcuckoolander", "ChristmasEpisode", "DoNotAdjustYourSet", "GoToAlias", "AdultsAreUseless"]}
json_instruct
{"type": "object", "properties": {"BareHandedPuppetry": {"type": "array", "items": {"type": "string"}}}, "required": ["BareHandedPuppetry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "...
{"private" : true, "sideEffects" : false, "main" : "./Soundcloud.js", "module" : "./Soundcloud.esm.js", "types" : "./Soundcloud.d.ts"}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["../../protos/google/cloud/domains/v1beta1/domains.proto"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema...
[{"adcode" : "420822100", "name" : "\u6c99\u6d0b\u9547", "level" : "street", "parent" : "420822"}, {"adcode" : "420822101", "name" : "\u4e94\u91cc\u94fa\u9547", "level" : "street", "parent" : "420822"}, {"adcode" : "420822102", "name" : "\u5341\u91cc\u94fa\u9547", "level" : "street", "parent" : "420822"}, {"adcode" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"pli-tv-bu-vb-pc63:1.1": {"type": "string"}, "pli-tv-bu-vb-pc63:1.4": {"type": "string"}, "pli-tv-bu-vb-pc63:1.12.1": {"type": "string"}, "pli-tv-bu-vb-pc63:2.1.1": {"type": "string"}, "pli-tv-bu-vb-pc63:2.1.5": {"type": "st...
{"pli-tv-bu-vb-pc63:1.1" : "bj2.1.340, dr2.332, mc2.295, ms2V_1189, msdiv392, ndp2.171, pts-cs1, pts-vp-en3.5, pts-vp-pli4.126, sya2.416, vri88.170", "pli-tv-bu-vb-pc63:1.4" : "cck2.355, csp1ed2.166, csp2ed2.166, ms2V_1190", "pli-tv-bu-vb-pc63:1.12.1" : "ms2V_1191, msdiv393", "pli-tv-bu-vb-pc63:2.1.1" : "ms2V_1192, msd...
json_instruct
{"type": "object", "properties": {"pli-tv-bu-vb-pc63:1.1": {"type": "string"}, "pli-tv-bu-vb-pc63:1.4": {"type": "string"}, "pli-tv-bu-vb-pc63:1.12.1": {"type": "string"}, "pli-tv-bu-vb-pc63:2.1.1": {"type": "string"}, "pli-tv-bu-vb-pc63:2.1.5": {"type": "string"}, "pli-tv-bu-vb-pc63:2.1.7": {"type": "string"}, "pli-tv...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01000927": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties"...
{"type" : "Topology", "objects" : {"E01000927" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00004570", "LAD11CD" : "E09000007"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01000927": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", ...
[{"manufacturer" : "Vodafone", "market_name" : "Vodafone Smart X9", "codename" : "VFD820", "model" : "VFD 820"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "color": {"type": "array", "items": {"type": "string"}}, "foreground": {"type": "string"}, "background": {"type": "string"}}, "required": ["name", "author",...
{"name" : "Red", "author" : "DeflatedPickle", "color" : ["#181814", "#21201c", "#32322c", "#4a4942", "#69675d", "#8d8a7d", "#b7b4a3", "#e7e3ce", "#d77160", "#a09c80", "#979fc3", "#bfb87e", "#c88880", "#d9afcf", "#a39c6d", "#c9938d"], "foreground" : "#d0cdb9", "background" : "#0f0e0c"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "color": {"type": "array", "items": {"type": "string"}}, "foreground": {"type": "string"}, "background": {"type": "string"}}, "required": ["name", "author", "color", "foreground", "background"], "$schema": "http://json-schema.or...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]...
{"context-menu" : {"atom-text-editor" : [{"label" : "Open Serial Monitor", "command" : "serial-monitor:open"}], ".serial-monitor .serialreceived" : [{"label" : "Copy", "command" : "serial-monitor:copy"}]}, "menu" : [{"label" : "Packages", "submenu" : [{"label" : "Serial Monitor", "submenu" : [{"label" : "Open", "comman...
json_instruct
{"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}, ".serial-monitor .serialreceived": {"type": "array", "item...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language":...
{"citations" : [{"textCitation" : "[See usgraedg3 on Metamath](http://us.metamath.org/mpegif/usgraedg3.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | #P_usgrafun | |- ( V USGrph E -> Fun E ) |\n| 2 | | #P_fvelrn | |- ( ( Fun E /\\ X e. dom E ) -> ( E ` X ) e. r...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "a...
{"rustc" : 11771750025724889567, "features" : "[]", "target" : 10429514197457385088, "profile" : 10088052722190120795, "path" : 11655233326869677676, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release/.fingerprint/ryu-de221e967bd1833e/dep-build-script-build-script-build"}}], "rustflags" : [], "metadata" :...
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type...
Construct a JSON document that adheres to this schema specification: {"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": ...
{"contract" : "0x56aef5f4529bca12cbfa7055d7d917c347a14ad1", "tool" : "maian", "start" : 1563427903.0650442, "end" : 1563427907.527858, "duration" : 4.462813854217529, "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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "p...
{"hash" : "0x3fec6325ceb2bdf4645576f4a3d3d14ed1211c437a98510939219f9d663be1c9", "parentHash" : "0x18c1e0bea79e5c507f63396abe2c3fef52472273d94341aba86b6155d62c0fdf", "number" : 71200, "timestamp" : 1439332262, "nonce" : "0x00c8a84cf6961a8a", "difficulty" : 2147726217405, "gasLimit" : {"_hex" : "0x2fefd8"}, "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"]...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, ...
{"(0, 0)" : "1968 cleveland browns season", "(1, 0)" : "week", "(1, 1)" : "date", "(1, 2)" : "opponent", "(1, 3)" : "result", "(1, 4)" : "attendance", "(2, 0)" : "1", "(2, 1)" : "august 9 , 1968", "(2, 2)" : "los angeles rams", "(2, 3)" : "l 23 - 21", "(2, 4)" : "64020", "(3, 0)" : "2", "(3, 1)" : "august 18 , 1968", "...
json_instruct
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"pirates": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "currentOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "openingOdds": {"type": "array", "it...
{"pirates" : [[12, 1, 19, 5], [13, 2, 9, 4], [14, 20, 3, 18], [17, 7, 6, 10], [11, 16, 8, 15]], "currentOdds" : [[1, 13, 2, 2, 12], [1, 5, 5, 13, 2], [1, 11, 2, 6, 12], [1, 3, 2, 6, 13], [1, 13, 6, 9, 2]], "openingOdds" : [[1, 13, 2, 2, 11], [1, 4, 4, 13, 2], [1, 9, 2, 5, 10], [1, 3, 2, 6, 11], [1, 13, 5, 7, 2]], "winn...
json_instruct
{"type": "object", "properties": {"pirates": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "currentOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "openingOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "winners": {"t...
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" : "carnalism", "definition" : "The state of being carnal; carnality; sensualism. [R.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "get-sync": {"type": "string"}, "...
{"name" : "event-loop-blog", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node index.js", "get-sync" : "curl localhost:8888/sync -s -w ' %{time_starttransfer}\n'", "get-async" : "curl localhost:8888/async -s -w ' %{time_starttransfer}\n'", "multiload" : "clear && npx multiload ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "get-sync": {"type": "string"}, "get-async": {"type": "string"}, "multiload": {"type": "st...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "...
[{"id" : 1331, "gempId" : "1_90", "side" : "Light", "rarity" : "C2", "set" : "1", "printings" : [{"set" : "1"}], "front" : {"title" : "It Could Be Worse", "imageUrl" : "https://res.starwarsccg.org/cards/Premiere-Light/large/itcouldbeworse.gif", "type" : "Interrupt", "subType" : "Used", "destiny" : "4", "gametext" : "If...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s...
Construct a JSON document that adheres to this schema specification: {"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": "strin...
{"name" : "Indian Institute of Management Ranchi", "alt_name" : "(IIMR)", "country" : "India", "state" : null, "address" : {"street" : "Suchana Bhawan, 5th Floor, Audrey House Campus, Meur\u2019s Road", "city" : "Ranchi", "province" : "Jharkhand", "postal_code" : "834008"}, "contact" : {"telephone" : "+91(651) 2280-113...
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": "string"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"category": {"type": "string"}, "images": {"type": "array", "items": {}}, "name": {"type": "string"}, "summary": {"type": "string"}}, "required": ["category", "images", "name", "summary"], "$schema": "http://json-sc...
{"category" : "Cities", "images" : [], "name" : "Kayakayanaya", "summary" : "<p><b>Kayakayanaya</b> is a city in <a href=\"http://awoiaf.westeros.org/index.php/Essos\" title=\"Essos\">Essos</a>.<sup id=\"cite_ref-Ragot54.7B.7B.7B3.7D.7D.7D_0-0\" class=\"reference\"><a href=\"http://awoiaf.westeros.org/index.php/Kayakay...
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "images": {"type": "array", "items": {}}, "name": {"type": "string"}, "summary": {"type": "string"}}, "required": ["category", "images", "name", "summary"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "500101144001", "text" : "\u67a3\u56ed\u573a\u5c45\u59d4\u4f1a"}, {"id" : "500101144002", "text" : "\u5927\u5174\u573a\u5c45\u59d4\u4f1a"}, {"id" : "500101144003", "text" : "\u5206\u6c34\u5cad\u5c45\u59d4\u4f1a"}, {"id" : "500101144004", "text" : "\u5f20\u5bb6\u5634\u5c45\u59d4\u4f1a"}, {"id" : "500101144005",...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title": {"type": "string"}, "description": {"type": "string"}, "form-label-language": {"type"...
{"@metadata" : {"authors" : ["The Polish"]}, "title" : "Przegl\u0105d do\u0142\u0105cze\u0144 i link\u00f3w", "description" : "Sprawdza i tworzy raport gdy w danym szablonie nie ma linku do artyku\u0142u w kt\u00f3rym szablon si\u0119 znajduje i gdy jest link do artyku\u0142u ale w artykule szablon nie wyst\u0119puje."...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title": {"type": "string"}, "description": {"type": "string"}, "form-label-language": {"type": "string"}, "form-label-template": {"type": "string"}, "fo...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["concurix-tracer"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"require": {"type": "object", "properties": {"zonuexe/simple-routing": {"type": "string"}, "twig/twig": {"type": "string"}}, "required": ["zonuexe/simple-routing", "twig/twig"]}, "autoload": {"type": "object", "prope...
{"require" : {"zonuexe/simple-routing" : "^0.3.0", "twig/twig" : "^1.18"}, "autoload" : {"psr-4" : {"Mnemosyne\\" : "app/"}}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"zonuexe/simple-routing": {"type": "string"}, "twig/twig": {"type": "string"}}, "required": ["zonuexe/simple-routing", "twig/twig"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Mnemosyne\\": {"t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"model": {"type": "string"}, "dataset": {"type": "string"}, "rmse_train": {"type": "number"}, "rmse_test": {"type": "number"}, "log_score_train": {"type": "number"}, "log_score_test": {"type": "number"}, "crps_train": {"type...
{"model" : "MC dropout", "dataset" : "concrete", "rmse_train" : 4.271402944892908, "rmse_test" : 5.481363621768862, "log_score_train" : -2.747468246326611, "log_score_test" : -2.9089112976174256, "crps_train" : 2.2376235685097305, "crps_test" : 2.784631142397813, "picp_train" : 0.9902912621359223, "picp_test" : 0.95145...
json_instruct
{"type": "object", "properties": {"model": {"type": "string"}, "dataset": {"type": "string"}, "rmse_train": {"type": "number"}, "rmse_test": {"type": "number"}, "log_score_train": {"type": "number"}, "log_score_test": {"type": "number"}, "crps_train": {"type": "number"}, "crps_test": {"type": "number"}, "picp_train": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height...
{"width" : 0.14123303, "rotation" : 3.0286531, "xCenter" : 0.61835396, "yCenter" : 0.73976254, "height" : 0.17654128}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ractive-legacy.js": {"type": "string"}, "ractive-legacy.min.js": {"type": "string"}, "ractive-legacy.runtime.js": {"type": "string"}, "ractive-legacy.runtime.min.js": {"type": "string"}, "ractive.js": {"type": "strin...
{"ractive-legacy.js" : "sha256-mYC9Lm2F9duKTD2coZDygYa1YrwOYbbiKXjYd2LYNTA=", "ractive-legacy.min.js" : "sha256-VJtdNdzXYZlR+oFezX0X7tx3s5YRTpMEIZrkbqJh0WA=", "ractive-legacy.runtime.js" : "sha256-jYxQnnFvDTF36avBT36r00v8i5msvwJXFGWnlLPy2vw=", "ractive-legacy.runtime.min.js" : "sha256-/Vkl4eFsc8tIaeDZEgSPrUlLI+uQO/Wg4h...
json_instruct
{"type": "object", "properties": {"ractive-legacy.js": {"type": "string"}, "ractive-legacy.min.js": {"type": "string"}, "ractive-legacy.runtime.js": {"type": "string"}, "ractive-legacy.runtime.min.js": {"type": "string"}, "ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}, "ractive.runtime.js": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"OTHER-AFF": {"type": "integer"}, "EMP-ORG": {"type": "integer"}, "GPE-AFF": {"type": "integer"}, "PER-SOC": {"type": "integer"}, "PHYS": {"type": "integer"}, "ART": {"type": "integer"}}, "required": ["OTHER-AFF", "EM...
{"OTHER-AFF" : 0, "EMP-ORG" : 1, "GPE-AFF" : 2, "PER-SOC" : 3, "PHYS" : 4, "ART" : 5}
json_instruct
{"type": "object", "properties": {"OTHER-AFF": {"type": "integer"}, "EMP-ORG": {"type": "integer"}, "GPE-AFF": {"type": "integer"}, "PER-SOC": {"type": "integer"}, "PHYS": {"type": "integer"}, "ART": {"type": "integer"}}, "required": ["OTHER-AFF", "EMP-ORG", "GPE-AFF", "PER-SOC", "PHYS", "ART"], "$schema": "http://json...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xywh" : "720,5057,6591,829"}
json_instruct
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"conformsTo": {"type": "array", "items": {"type": "string"}}}, "required": ["conformsTo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"conformsTo" : ["http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core", "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30", "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson"]}
json_instruct
{"type": "object", "properties": {"conformsTo": {"type": "array", "items": {"type": "string"}}}, "required": ["conformsTo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies 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" : "Thug", "definitions" : ["A violent person, especially a criminal.", "A member of an organization of robbers and assassins in India. Devotees of the goddess Kali, the Thugs waylaid and strangled their victims, usually travellers, in a ritually prescribed manner. They were suppressed by the British in the 1830...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec":...
[{"id" : 52473, "idParent" : 52470, "namaWilayah" : "BINONG", "tingkatWilayah" : 4, "idPro" : 51578, "idKab" : 52287, "idKec" : 52470, "idKel" : 52473, "namaPro" : "BANTEN", "namaKab" : "TANGERANG", "namaKec" : "CURUG", "namaKel" : "BINONG", "kodeWilayah" : "36.03.17.1006"}, {"id" : 52477, "idParent" : 52470, "namaWila...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec": {"type": "integer"}, "idKel": {"type": "integer"}, "nama...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "nu...
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [83.9055118110236, 38.4, 0.909272059798241, 110.110236220472, 78.1963636363636, 0.676001481711864, 72.0629921259843, 84.9454545454546, 0.608405470848083, 62.992125984252, 148.945454545455, 0.582665883004665, 48.8818897637795, 184.087272727273, 0.2...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"logo": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"logo": {"type": "object", "pro...
{"data" : {"logo" : {"edges" : [{"node" : {"logo" : {"childImageSharp" : {"fluid" : {"base64" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAFCAYAAABFA8wzAAAACXBIWXMAAAsSAAALEgHS3X78AAAA+klEQVQY0zWPzWrCUBCF48+NwaIIVkEsAYVWBQVxV7VUra3SVhFfQhcuBDcKIrgquBE3fQWf4ebJkp3fJDHwMWdmzj33xjD4PMeMQ9XVyqLGoAaWP9dmNdTRwBPMX...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"logo": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"logo": {"type": "object", "properties": {"childImageSharp": {"type": "object", "propertie...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"...
{"name" : "brnrajoriya/urbanpiper", "description" : "UrbanPiper Integration.", "keywords" : ["urbanpiper", "composer", "package"], "license" : "MIT", "authors" : [{"name" : "Bhaskar Rajoriya", "email" : "brn.rajoriya@gmail.com"}], "type" : "library", "require" : {"php" : ">=7.1"}, "require-dev" : {"phpunit/phpunit" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"dailyRecoveredCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["dailyRecoveredCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dailyRecoveredCases" : [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, 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, 15, 0, 0, 0, 0, 0, 0, 0, 0, 28, 13, 31, 0, 0, 0, 45, 0, 0, 134, 0, 0,...
json_instruct
{"type": "object", "properties": {"dailyRecoveredCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["dailyRecoveredCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {...
{"userId" : 27489, "cartId" : "8f2049ef-09f5-4c09-88ee-729517fb1a26", "preferredProducts" : [3733], "productReviews" : [{"productId" : 96, "reviewText" : "heard about this on bouyon radio, decided to give it a try.", "reviewDate" : "2016-10-06T06:50:39.0100759+03:00"}, {"productId" : 4316, "reviewText" : "My neighbor V...
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": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues"...
{"contract" : "0x6b6196fdb62faed24a17dc8e2f16ab0a77d529cf", "tool" : "mythril", "start" : 1563616349.4338608, "end" : 1563616357.7210758, "duration" : 8.287214994430542, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "strin...
{"id" : "asyagro", "symbol" : "asy", "name" : "ASYAGRO", "platforms" : {"ethereum" : "0x017b584acfd16d767541ae9e80cdc702f4527b0b"}, "hashing_algorithm" : "SHA-256", "categories" : [], "description" : {"en" : "It\u2019s an initiative taken by a group of dynamic youngsters.\r\n\r\nASYAGRO is a great alliance of technolog...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "string"}, "categories": {"type": "array", "items": {}}, "descrip...
Create an example JSON object that satisfies 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" : "Reticence", "definitions" : ["The quality of being reticent; reserve."], "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string...
{"name" : "vue-neumorphism-element", "version" : "0.0.1", "title" : "NeuElement", "description" : "Neumorphism / Soft UI easy to customize generic component.", "author" : "Marceli Olszewski", "private" : false, "main" : "dist/vue-neumorphism-element.cjs.js", "module" : "dist/vue-neumorphism-element.es.js", "unpkg" : "d...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "unpkg": {"type": "string"}, "scripts": {"t...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "pokecube_legends:block/cramomatic_block_feather"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"WorkingForABodyUpgrade": {"type": "array", "items": {"type": "string"}}}, "required": ["WorkingForABodyUpgrade"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"WorkingForABodyUpgrade" : ["MadScientist", "EvilSorcerer", "BadassTransplant", "GenderBender", "ChickMagnet", "TheCakeIsALie", "TranshumanTreachery", "TheIgor", "VampireVannabe", "YouHaveOutlivedYourUsefulness", "RewardedAsATraitorDeserves", "IndenturedServitude", "SignedUpForTheDental", "BigBad", "EvilPlan", "FateWo...
json_instruct
{"type": "object", "properties": {"WorkingForABodyUpgrade": {"type": "array", "items": {"type": "string"}}}, "required": ["WorkingForABodyUpgrade"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"image": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["image", "name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"image" : "XmsnpOF6ckiucX6NH0rGDeoKPy20i1dqujUTab6PtkJcEGwMEgggjLtMRMZRsJlaD8g=", "name" : "Sweet Service", "description" : "This pony is Midnight Black, with bright Blue eyes. When they are not being rented by Unicorn Rentals users, they love launching startups"}
json_instruct
{"type": "object", "properties": {"image": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["image", "name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": "ar...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-119.772543, 36.777716], [-119.772542, 36.779601], [-119.754361, 36.779615], [-119.754451, 36.772324], [-119.772525, 36.772279], [-119.772543, 36.777716]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 9082}}]}
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 an example JSON object that satisfies this schema: {"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" : 13, "n_trials" : 130, "objective" : "markowitz_analytic_on_cube", "white" : "hyperopt_atpe", "black" : "bobyqa_noise", "traceback" : ["passing", "passing"], "best_val" : [2.740591097244835, 0.03577014599494757], "best_x" : [[0.25435949464717333, 0.4432865089082848, 0.05151834869867333, 0.036853103896947625, ...
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": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ApiName": {"type": "string"}, "ElasticsearchServers": {"type": "string"}, "Serilog": {"type": "object", "properties": {"MinimumLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Override"...
{"ApiName" : "CloudConsult-Api-Gateway", "ElasticsearchServers" : "http://elasticsearch01:9200,http://elasticsearch02:9200", "Serilog" : {"MinimumLevel" : {"Default" : "Information", "Override" : {"Microsoft.EntityFrameworkCore.Database.Command" : "Error", "Microsoft" : "Information", "Microsoft.AspNetCore.Hosting.Diag...
json_instruct
{"type": "object", "properties": {"ApiName": {"type": "string"}, "ElasticsearchServers": {"type": "string"}, "Serilog": {"type": "object", "properties": {"MinimumLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Override": {"type": "object", "properties": {"Microsoft.EntityFrameworkCore.Database...
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" : [452.813, 143.376, 1, 452.437, 155.92, 1, 441.507, 156.378, 1, 434.306, 173.215, 1, 442.278, 180.048, 1, 462.413, 156.863, 1, 468.866, 174.122, 1, 460.645, 182.732, 1, 441.298, 194.288, 1, 448.896, 236.261, 1, 427.742, 246.387, 1, 455.328, 193.023, 1, 487.821, 219.55...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"tdbReplaceModelDeeply:": {"type": "string"}}, "required": ["tdbReplaceModelDeeply:"]}}, "required": ["class", "instan...
{"class" : {}, "instance" : {"tdbReplaceModelDeeply:" : "ct 3/10/2022 22:44"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"tdbReplaceModelDeeply:": {"type": "string"}}, "required": ["tdbReplaceModelDeeply:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"i18next.js": {"type": "string"}, "i18next.min.js": {"type": "string"}}, "required": ["i18next.js", "i18next.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"i18next.js" : "sha256-31crfdPXwLZQlAXLLJSySEy8jNo0Iotlg6ihITpEsRo=", "i18next.min.js" : "sha256-oqNVi1fxrXT+LIXpzRbyCCIGr0nr1aXcLxoHonKuzb4="}
json_instruct
{"type": "object", "properties": {"i18next.js": {"type": "string"}, "i18next.min.js": {"type": "string"}}, "required": ["i18next.js", "i18next.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp...
{"nom" : "Saint-Laurent", "dpt" : "Lot-et-Garonne", "inscrits" : 320, "abs" : 64, "votants" : 256, "blancs" : 22, "nuls" : 3, "exp" : 231, "res" : [{"panneau" : "1", "voix" : 143}, {"panneau" : "2", "voix" : 88}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"build": {"type": "string"}, "build_number": {"type": "integer"}, "depends": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "license_family": {"type": "string"}, "name": {"type": "string"}, "subd...
{"build" : "py27h7b6447c_0", "build_number" : 0, "depends" : ["libgcc-ng >=7.3.0", "python >=2.7,<2.8.0a0"], "license" : "BSD-3-Clause", "license_family" : "BSD", "name" : "markupsafe", "subdir" : "linux-64", "timestamp" : 1551141837511, "version" : "1.1.1", "size" : 29434, "md5" : "b267e2cfa241f909df98fd85ad6627c9", "...
json_instruct
{"type": "object", "properties": {"build": {"type": "string"}, "build_number": {"type": "integer"}, "depends": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "license_family": {"type": "string"}, "name": {"type": "string"}, "subdir": {"type": "string"}, "timestamp": {"type": "integer"}, ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "communities/W04000650.json", "poly" : "-3.2363319999999476 51.395496,-3.241653000000042 51.399995,-3.2395080000000007 51.40053,-3.2385639999999967 51.402779,-3.241653000000042 51.405135,-3.2347009999999727 51.408294,-3.2340149999999994 51.410435,-3.235730999999987 51.411345,-3.2354740000000675 51.412737,-3.236...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i...
{"directions" : ["Trim the filet well. Combine soy sauce, garlic, ginger and sherry in a large bowl. Rub the filet thoroughly with the oil and place it in the bowl. Turn a number of times, and let it marinate for several hours, turning once or twice.", "Place the filet on a rack, and roast in a 350\u00b0F. oven for 45-...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"tiles/materials/pixelgoods/fuokeamagmabrick.material": {"type": "array", "items": {"type": "string"}},...
[{"DeniedAlternatives" : [], "Files" : {"tiles/materials/pixelgoods/fuokeamagmabrick.material" : ["/description"], "tiles/materials/pixelgoods/fuokeamagmabrick.matitem" : ["/description"]}, "Texts" : {"Chs" : "\u4f7f\u7528\u5ca9\u6d46\u77f3\u6253\u9020\u7684\u5730\u72f1\u706b\u7816\u5757\u3002", "Eng" : "Bricks made ou...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"tiles/materials/pixelgoods/fuokeamagmabrick.material": {"type": "array", "items": {"type": "string"}}, "tiles/materials/pixelgoods/fuokeamagmabrick.matitem": {"t...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type"...
{"name" : "oops/totp-authenticator", "description" : "Two-factor authenticator via TOTP algorithm.", "keywords" : ["security", "authentication", "2fa", "totp"], "type" : "library", "license" : "BSD-3-Clause", "authors" : [{"name" : "Ji\u0159\u00ed Pudil", "email" : "me@jiripudil.cz", "homepage" : "http://jiripudil.cz"}...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$...
{"parent" : "minecraft:item/generated", "textures" : {"layer0" : "bloodmagic:item/alchemic_vial", "layer1" : "bloodmagic:item/alchemic_ribbon"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"records": {"type": "array", "items": {"type": "object", "properties": {"recTime": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "high": {"type": "number"}, "low": {"type": "number"...
{"records" : [{"recTime" : "2015-02-08T23:50:00Z", "start" : 94.982, "end" : 95.025, "high" : 95.057, "low" : 94.968}, {"recTime" : "2015-02-08T23:40:00Z", "start" : 95.029, "end" : 94.98, "high" : 95.029, "low" : 94.98}, {"recTime" : "2015-02-08T23:30:00Z", "start" : 95.032, "end" : 95.03, "high" : 95.058, "low" : 95....
json_instruct
{"type": "object", "properties": {"records": {"type": "array", "items": {"type": "object", "properties": {"recTime": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "high": {"type": "number"}, "low": {"type": "number"}}, "required": ["recTime", "start", "end", "high", "low"]}}}, "required": ...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "strin...
[{"namaKab" : "BARITO TIMUR", "originalFilename" : "WAWAN. S.jpg", "namaPartai" : "Partai Solidaritas Indonesia", "id" : 224851, "noUrut" : 1, "nama" : "WAWAN SETIYANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BARITO TIMUR", "originalFilename" : "ABDUIL JALI.jpg", "namaPartai" : "Partai Solidaritas Indonesi...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "re...
{"name" : "sdmp-example-keys", "version" : "1.1.0", "description" : "Pre-generated public and private keys, used for tests.", "main" : "keys.json", "repository" : {"type" : "git", "url" : "git+https://github.com/sdmp/sdmp-example-keys.git"}, "keywords" : ["sdmp"], "author" : "saibotsivad", "license" : "VOL", "bugs" : {...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"conditions": {"type": "array", "items": {"type": "object", "properties": {"condition": {"type": "string"}, "term": {"type": "object", "properties": {"condition": {"type": "string"}, "predicate": {"type": "object", ...
{"conditions" : [{"condition" : "minecraft:inverted", "term" : {"condition" : "minecraft:match_tool", "predicate" : {"tag" : "forge:shears"}}}], "type" : "morexfood:seeds"}
json_instruct
{"type": "object", "properties": {"conditions": {"type": "array", "items": {"type": "object", "properties": {"condition": {"type": "string"}, "term": {"type": "object", "properties": {"condition": {"type": "string"}, "predicate": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "requ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "release_date": {"type": "string"}}, "required": ["description", "name", "release_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "My Second test Light Os Stub", "name" : "Test Os 2", "release_date" : "2019-11-09"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "release_date": {"type": "string"}}, "required": ["description", "name", "release_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repo...
{"name" : "green-tunnel", "version" : "1.2.9", "description" : "", "main" : "proxy.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/SadeghHayeri/GreenTunnel.git"}, "keywords" : ["HTTPS", "SNI", "VPN"], "author" : "Sadegh Hayeri", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot":...
{"id" : "QmVRL8khHnMX6nSSqrAepUW1jrsUuUraQ1nx6F4QiQLMo5", "title" : "Week 22 Liquidity Mining Proposal", "body" : "This marks the 22nd week of liquidity mining on Balancer v2. The Ballers propose the following changes which will go into effect 00:00 UTC Monday, October 18th, 2021. \n## ETHEREUM POOLS\nNo proposed chang...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Major": {"type": "integer"}, "Minor": {"type": "integer"}}, "required": ["Major", "Minor"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Major" : 1, "Minor" : 2}
json_instruct
{"type": "object", "properties": {"Major": {"type": "integer"}, "Minor": {"type": "integer"}}, "required": ["Major", "Minor"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"person": {"type": "object", "properties": {"hangar_guid": {"type": "string"}, "sourceid": {"type": "string"}, "intressent_id": {"type": "string"}, "hangar_id": {"type": "string"}, "fodd_ar": {"type": "string"...
{"person" : {"hangar_guid" : "49cb7611-d36b-4721-9c6a-d8c20e3f67f2", "sourceid" : "3b94f4d0-ee6a-42f5-bace-5f1c0332409f", "intressent_id" : "0785941964009", "hangar_id" : "2342093", "fodd_ar" : "1940", "kon" : "man", "efternamn" : "Eliasson", "tilltalsnamn" : "Jan", "sorteringsnamn" : "Eliasson,Jan", "iort" : "", "part...
json_instruct
{"type": "object", "properties": {"person": {"type": "object", "properties": {"hangar_guid": {"type": "string"}, "sourceid": {"type": "string"}, "intressent_id": {"type": "string"}, "hangar_id": {"type": "string"}, "fodd_ar": {"type": "string"}, "kon": {"type": "string"}, "efternamn": {"type": "string"}, "tilltalsnamn"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"max": {"type": "array", "items": {"type": "number"}}, "centroid": {"type": "array", "items": {"type": "number"}}, "id": {"type": "string"}, "numVertices": {"type": "integer"}, "min": {"type": "array", "items"...
{"max" : [-0.948947, 1.0287, -0.771828], "centroid" : [-1.2723307273309183, 0.5067237220396829, -1.0934924311926608], "id" : "16e1950b2d507f532056b4bd5d870b47", "numVertices" : 4687, "min" : [-1.59587, 0.0, -1.41875]}
json_instruct
{"type": "object", "properties": {"max": {"type": "array", "items": {"type": "number"}}, "centroid": {"type": "array", "items": {"type": "number"}}, "id": {"type": "string"}, "numVertices": {"type": "integer"}, "min": {"type": "array", "items": {"type": "number"}}}, "required": ["max", "centroid", "id", "numVertices", ...
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" : 404404507, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "1779a20b3a77200a1b15160e7072fc08", "wof:id" : 404404507, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.57513663754951, 45.15330810333588, -0.52087188265439, 45.200241922145...
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": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "jquery-migrate": {"t...
{"name" : "ofbiz-framework", "description" : "ofbiz-framework NPM dependencies configuration", "repository" : "https://github.com/apache/ofbiz-framework.git", "license" : "Apache-2.0", "dependencies" : {"jquery" : "^3.6.0", "jquery-migrate" : "^3.4.0", "jquery-validation" : "^1.19.3", "jquery.browser" : "^0.1.0", "domp...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "jquery-migrate": {"type": "string"}, "jquery-validation": {"type": "string"},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "predebug": {"type": "string"}, "start": {"type": "string"}}, "r...
{"name" : "with-typescript", "license" : "BSD-3-Clause", "scripts" : {"dev" : "next", "build" : "next build", "predebug" : "source ../integration_test_utils.sh && link_monorepo_packages '../../..' && yarn build", "start" : "next start"}, "dependencies" : {"@sentry/nextjs" : "file:../../", "next" : "latest", "react" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "predebug": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "predebug", "start"]}, "dependencie...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cmd": {"type": "integer"}, "mas_serial": {"type": "integer"}, "vms_id": {"type": "integer"}, "grp_serial": {"type": "integer"}, "dev_serial": {"type": "integer"}, "dch_ch": {"type": "integer"}, "dchm_serial": {"type": "integer"}...
{"cmd" : 302, "mas_serial" : 2, "vms_id" : 100000, "grp_serial" : 1, "dev_serial" : 100001, "dch_ch" : 0, "dchm_serial" : 0, "type" : 0, "sub_type" : 9, "event_detail" : {"startTime" : 1604555491, "endTime" : 1604555491, "objectID" : 100, "ref_event_id" : 16, "vms_id" : 100000, "ref_global_event_id" : 1, "presetNo" : 5...
json_instruct
{"type": "object", "properties": {"cmd": {"type": "integer"}, "mas_serial": {"type": "integer"}, "vms_id": {"type": "integer"}, "grp_serial": {"type": "integer"}, "dev_serial": {"type": "integer"}, "dch_ch": {"type": "integer"}, "dchm_serial": {"type": "integer"}, "type": {"type": "integer"}, "sub_type": {"type": "inte...
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#"}
[[1888, 5], [1889, 7], [1890, 6], [1893, 14], [1894, 6], [1895, 8], [1896, 5], [1897, 9], [1898, 21], [1899, 17], [1900, 22], [1901, 26], [1902, 27], [1903, 34], [1904, 51], [1905, 59], [1906, 64], [1907, 66], [1908, 95], [1909, 96], [1910, 128], [1911, 200], [1912, 374], [1913, 431], [1914, 634], [1915, 800], [1916, 8...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"background-color": {"type": "string"}, "badge-color": {"type": "string"}, "bold-color": {"type": "string"}, "comment": {"type": "string"}, "cursor-background-color": {"type": "string"}, "cursor-foreground-color...
{"background-color" : "#191622", "badge-color" : "#FFFFFF", "bold-color" : "#FFFFFF", "comment" : "", "cursor-background-color" : "#000000", "cursor-foreground-color" : "#FFFFFF", "foreground-color" : "#e1e1e6", "highlight-background-color" : "#000000", "highlight-foreground-color" : "#FFFFFF", "name" : "omni-tilix", "...
json_instruct
{"type": "object", "properties": {"background-color": {"type": "string"}, "badge-color": {"type": "string"}, "bold-color": {"type": "string"}, "comment": {"type": "string"}, "cursor-background-color": {"type": "string"}, "cursor-foreground-color": {"type": "string"}, "foreground-color": {"type": "string"}, "highlight-b...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"model": {"type": "string"}, "dataset": {"type": "string"}, "rmse_train": {"type": "number"}, "rmse_test": {"type": "number"}, "log_score_train": {"type": "number"}, "log_score_test": {"type": "number"}, "crps_train"...
{"model" : "DNNC-R", "dataset" : "energy", "rmse_train" : 2.539061087186372, "rmse_test" : 1.875404924465796, "log_score_train" : -1.8032817438894295, "log_score_test" : -1.9377331998255103, "crps_train" : 0.9677016310926055, "crps_test" : 0.9257757875010975, "picp_train" : 0.9826589595375722, "picp_test" : 0.973684210...
json_instruct
{"type": "object", "properties": {"model": {"type": "string"}, "dataset": {"type": "string"}, "rmse_train": {"type": "number"}, "rmse_test": {"type": "number"}, "log_score_train": {"type": "number"}, "log_score_test": {"type": "number"}, "crps_train": {"type": "number"}, "crps_test": {"type": "number"}, "picp_train": {...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"PlateNumb": {"type": "string"}, "OperatorID": {"type": "string"}, "RouteUID": {"type": "string"}, "RouteID": {"type": "string"}, "RouteName": {"type": "object", "properties": {"Zh_tw": {"ty...
[{"PlateNumb" : "592-FS", "OperatorID" : "10130", "RouteUID" : "TNN10265", "RouteID" : "10265", "RouteName" : {"Zh_tw" : "H62"}, "SubRouteUID" : "TNN10265", "SubRouteID" : "10265", "SubRouteName" : {"Zh_tw" : "H62"}, "Direction" : 1, "BusPosition" : {"PositionLat" : 23.016223, "PositionLon" : 120.229067}, "Speed" : 62,...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"PlateNumb": {"type": "string"}, "OperatorID": {"type": "string"}, "RouteUID": {"type": "string"}, "RouteID": {"type": "string"}, "RouteName": {"type": "object", "properties": {"Zh_tw": {"type": "string"}}, "required": ["Zh_tw"]}, "SubRouteUID": {"type": "str...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"ty...
{"type" : "Feature", "properties" : {"name" : "Cloud County", "name_long" : "Cloud County, KS", "fips" : "20029", "state_code_int" : 20, "state_code_postal" : "KS", "state_code_iso" : "US-KS", "county_code" : 29, "population" : 8786, "countrylevel_id" : "fips:20029", "census_data" : {"COUNTYNS" : "00484984", "AFFGEOID"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7322131011", "district_id" : "7322131", "name" : "HONO"}
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#"}