input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"3607": {"type": "string"}, "3605": {"type": "string"}}, "required": ["3607", "3605"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"3607" : "3608", "3605" : "3606"}
json_instruct
{"type": "object", "properties": {"3607": {"type": "string"}, "3605": {"type": "string"}}, "required": ["3607", "3605"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"scaperoot": {"type": "string"}, "reconDir": {"type": "string"}, "corrroot": {"type": "string"}, "sampleDir": {"type": "string"}, "hmcsampleDir": {"type": "string"}, "modelPath": {"type": "string"}, "round": {"t...
{"scaperoot" : "../Data/faust/", "reconDir" : "../reconstruct/", "corrroot" : "../Data/faust_ply/", "sampleDir" : "../samples_outputs/tmp/", "hmcsampleDir" : "../samples_outputs/tmp_hmc/", "modelPath" : "../models/faust_arap2", "round" : 0, "corrmodelPath" : "../models/faust_arap_corr", "numPoints" : 1000, "corrnumPoin...
json_instruct
{"type": "object", "properties": {"scaperoot": {"type": "string"}, "reconDir": {"type": "string"}, "corrroot": {"type": "string"}, "sampleDir": {"type": "string"}, "hmcsampleDir": {"type": "string"}, "modelPath": {"type": "string"}, "round": {"type": "integer"}, "corrmodelPath": {"type": "string"}, "numPoints": {"type"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xywh" : "986,3980,3885,488"}
json_instruct
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "dynamic": {"type": "boolean"}, "elements": {"type": "object", "properties": {"class": {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "p...
{"name" : "ShadowMode", "dynamic" : false, "elements" : {"class" : {"properties" : [{"name" : "NONE", "readonly" : true, "type" : "Number", "array" : false, "description" : "Does not use a shadow.", "value" : "1852796517"}, {"name" : "DROP", "readonly" : true, "type" : "Number", "array" : false, "description" : "Uses a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dynamic": {"type": "boolean"}, "elements": {"type": "object", "properties": {"class": {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "readonly": {"type": "boolean"}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "numb...
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [79.8740157480315, 45.6145454545455, 0.90035605430603, 100.787401574803, 84.9454545454546, 0.774281069636345, 65.007874015748, 87.04, 0.690172202885151, 62.2362204724409, 149.410909090909, 0.701213747262955, 50.6456692913386, 208.058181818182, 0.7...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "updated"], "$schema": "http://json-schema.org/draft-07/sch...
{"_id" : "beer_1664", "brewery" : "Brasseries Kronenbourg", "name" : "1664", "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$...
{"id" : "2018", "provinceId" : "35", "regencyId" : "26", "districtId" : "18", "name" : "Kelbung"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "1114010004", "district_id" : "1114010", "name" : "ALUR TANI II"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "strin...
{"id" : 12065, "source" : "henry", "verse_id" : 18928, "verse_count" : 10, "reference" : "66:5\u201314", "title" : "", "html" : " <p>\n The prophet turns to those that trembled at God's word, to comfort and encourage them. The Lord will appear, to the joy of the humble believer, and to the confusion of hypocrites and p...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"monitorApp": {"type": "object", "properties": {"middleware": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOr...
{"monitorApp" : {"middleware" : {"home" : {"title" : "\u4e2d\u95f4\u4ef6", "createLabel" : "\u65b0\u5efa", "createOrEditLabel" : "\u65b0\u5efa\u6216\u7f16\u8f91", "search" : "\u5168\u6587\u68c0\u7d22...."}, "created" : "\u65b0\u5efa\u6210\u529f", "updated" : "\u66f4\u65b0\u6210\u529f", "deleted" : "\u5220\u9664\u6210\u...
json_instruct
{"type": "object", "properties": {"monitorApp": {"type": "object", "properties": {"middleware": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type": "string"}, "search": {"type": "string"}}, "required": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "BECAUSE HE HAD NO MANNER OF IDEA OF ANY SUCH THING, NOR COULD BY ANY MEANS FRAME TO HIMSELF ANY NOTIONS ABOUT SEEING.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/14163.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":...
{"id" : 1126000661, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "64be9b08480f8b055f8e1562ff5afc89", "wof:id" : 1126000661, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [0.96225, 51.24413, 0.96225, 51.24413], "geometry" : {"coordinates" : [0.96225, 51.2441...
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 an example JSON object that satisfies this 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": {"type": "int...
{"nom" : "Nuisement-sur-Coole", "dpt" : "Marne", "inscrits" : 279, "abs" : 38, "votants" : 241, "blancs" : 4, "nuls" : 0, "exp" : 237, "res" : [{"panneau" : "2", "voix" : 81}, {"panneau" : "11", "voix" : 50}, {"panneau" : "3", "voix" : 46}, {"panneau" : "9", "voix" : 26}, {"panneau" : "1", "voix" : 21}, {"panneau" : "4...
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"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 32023, "cartId" : "da3b6692-404f-47c0-a3f4-417c5a425913", "preferredProducts" : [3682, 3240, 1089, 4464, 4916, 1192, 1541, 3336], "productReviews" : [{"productId" : 3579, "reviewText" : "My tyrannosaurus rex loves to play with it.", "reviewDate" : "2017-09-29T02:15:28.2494177+03:00"}, {"productId" : 3334, "...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properti...
{"contract" : "0xe5544a2a5fa9b175da60d8eec67add5582bb31b0", "tool" : "oyente", "start" : 1563807127.9376693, "end" : 1563807140.879608, "duration" : 12.941938638687134, "analysis" : [{"errors" : [{"line" : 53, "column" : 5, "level" : "Warning", "message" : "Integer Underflow."}, {"line" : 65, "column" : 47, "level" : "...
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": {"type": "object", "properti...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", ...
{"place_name" : "Uncle Sam", "state_name" : "Louisiana", "state_abbrv" : "LA", "lat" : "30.0279", "long" : "-90.8028"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"VaultList": {"type": "array", "items": {"type": "object", "properties": {"SizeInBytes": {"type": "integer"}, "VaultARN": {"type": "string...
{"status_code" : 200, "data" : {"VaultList" : [{"SizeInBytes" : 0, "VaultARN" : "arn:aws:glacier:us-east-1:644160558196:vaults/c7n-cross-check", "CreationDate" : "2017-05-12T00:15:34.699Z", "VaultName" : "c7n-cross-check", "NumberOfArchives" : 0}], "ResponseMetadata" : {"RetryAttempts" : 0, "HTTPStatusCode" : 200, "Req...
json_instruct
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"VaultList": {"type": "array", "items": {"type": "object", "properties": {"SizeInBytes": {"type": "integer"}, "VaultARN": {"type": "string"}, "CreationDate": {"type": "string"}, "VaultName": {"type": "string"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"lang": {"type": "object", "properties": {"help": {"type": "string"}, "name": {"type": "string"}, "queue": {"type": "object", "properties": {"previously": {"type": "string"}, "nowplaying": {"type": "string"}, "nothin...
{"lang" : {"help" : "`@@j` - Koble til en stemmekanal\n`@@p[$$]` - Spill av en str\u00f8m eller en Youtube-video\n`@@s` - Hopp over n\u00e5v\u00e6rende spillende l\u00e5t\n`@@np` - S\u00e5 avspillende, framtidige, og forrige avspillinger\nAvspilling er begrenset til kun lenker intil jeg forst\u00e5r hvordan youtube api...
json_instruct
{"type": "object", "properties": {"lang": {"type": "object", "properties": {"help": {"type": "string"}, "name": {"type": "string"}, "queue": {"type": "object", "properties": {"previously": {"type": "string"}, "nowplaying": {"type": "string"}, "nothing": {"type": "string"}, "requested": {"type": "string"}, "nextup": {"t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 1161616, "stations" : ["1161616"]}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", ...
{"h" : [{"d" : [{"s" : ["`sifin~"], "f" : "\ufff9\ufffatowel\ufffb\u6bdb\u5dfe\uff0c\u62b9\u5e03"}]}], "t" : "sasifin"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "desc...
{"description" : "", "code" : "", "ldc" : [], "constructores" : [{"nombre" : "SignedObject", "description" : "", "parametros" : [{"nombre" : "PrivateKey signingKey", "description" : ""}, {"nombre" : "Signature signingEngine", "description" : ""}, {"nombre" : "Serializable object", "description" : ""}]}], "metodos" : [{...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}, "parametros": {"type": "array", "items": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"pl_cbflag": {"type": "string"}, "pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_imgflag": {"type": "string"}, "pl_massj": {"type": "string"}, "pl_masse": {"type": "s...
{"pl_cbflag" : "0", "pl_disc" : "2014", "pl_pelink" : "http://exoplanet.eu/catalog/hats-5_b/", "st_rad" : "0.87", "pl_imgflag" : "0", "pl_massj" : "0.23700", "pl_masse" : "75.32300", "pl_facility" : "HATSouth", "st_teff" : "5304.00", "pl_dens" : "0.39000", "pl_eqt" : "1025", "pl_astflag" : "0", "pl_pnum" : "1", "st_opt...
json_instruct
{"type": "object", "properties": {"pl_cbflag": {"type": "string"}, "pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_imgflag": {"type": "string"}, "pl_massj": {"type": "string"}, "pl_masse": {"type": "string"}, "pl_facility": {"type": "string"}, "st_teff": {"type": "strin...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ...
{"name" : "leaflet-contextmenu", "filename" : "leaflet.contextmenu.min.js", "description" : "A context menu for Leaflet", "repository" : {"type" : "git", "url" : "https://github.com/aratcliffe/Leaflet.contextmenu.git"}, "keywords" : ["leaflet", "contextmenu", "mixin", "context", "menu"], "license" : "MIT", "autoupdate"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer...
{"origin" : "http://wallbase.cc/wallpaper/820632", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-820632.jpg", "views" : 3549, "x_resolution" : 2560, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 1600, "colors" : ["#040404", "#726c6b", "#363633", "#ad8878", "#dbbb9a"], "comments" : [""]...
json_instruct
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"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" : ["Combine the tomatoes, about half the onion, the ginger, and rice flour in a blender; blend into a paste.", "Heat the oil and cumin seeds in a large skillet over medium-high heat until the cumin swells and turns golden brown. Cook the remaining onion in the hot oil for about 3 minutes. Stir the blended...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"ty...
{"answers" : ["kinin", "kirk", "kirn", "kirri", "knit", "knur", "knurr", "knut", "krunk", "kukri", "kuku", "kumikumi", "kumkum", "kunkur", "kuri", "kuru", "kuti", "kutu", "minikin", "mink", "mirk", "muktuk", "murk", "rink", "rumkin", "tiki", "tink", "trinkum", "trunk", "tuktu", "turk", "unkink", "unknit"], "centerLette...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Win": {"type": "integer"}, "Lose": {"type": "integer"}}, "required": ["Name", "Win", "Lose"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Name" : "Andrew", "Win" : 0, "Lose" : 0}, {"Name" : "Vipul", "Win" : 0, "Lose" : 0}, {"Name" : "Anoop", "Win" : 0, "Lose" : 0}, {"Name" : "Mac", "Win" : 0, "Lose" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Win": {"type": "integer"}, "Lose": {"type": "integer"}}, "required": ["Name", "Win", "Lose"]}, "$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": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "code...
[{"manufacturer" : "Acer", "market_name" : "B3-A40", "codename" : "acer_asgard", "model" : "B3-A40"}]
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"api": {"type": "string"}, "learn": {"type": "string"}, "blog": {"type": "string"}, "community": {"type": "string"}, "examples": {"type": "string"}}, "required": ["api", "learn", "blog", "community", "examples"], "$...
{"api" : "/api", "learn" : "/learn/get-started", "blog" : "/blog", "community" : "https://spectrum.chat/popmotion", "examples" : "/examples"}
json_instruct
{"type": "object", "properties": {"api": {"type": "string"}, "learn": {"type": "string"}, "blog": {"type": "string"}, "community": {"type": "string"}, "examples": {"type": "string"}}, "required": ["api", "learn", "blog", "community", "examples"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "st...
{"player_id" : 1439, "name" : "Steve Beauharnais", "position" : "ILB", "height" : "6-1", "weight" : "240", "current_team" : null, "birth_date" : "1990-05-02", "birth_place" : "Saddle Brook, NJ", "death_date" : null, "college" : "Rutgers", "high_school" : "St. Joseph, NJ", "draft_team" : "New England Patriots", "draft_r...
json_instruct
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"...
Construct a JSON document that adheres to this schema specification: {"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"}, "ti...
{"body" : "Adding an access to the spec for the silo libs.link_flags for the dependents.\r\nFollowing reference :\r\nhttps://spack-tutorial.readthedocs.io/en/latest/tutorial_advanced_packaging.html#retrieving-library-information\r\n\"If you do need access to the spec, you can create a property like so\"\r\n", "user" : ...
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": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "stage": {"type": "string"}, "install_on": {"type": "string"}, "priority": {"typ...
{"name" : "extas/operations-jsonrpc-ciud", "plugins" : [{"class" : "extas\\components\\plugins\\jsonrpc\\DetailedDynamicPluginsPrepared", "stage" : "extas.dynamic.plugins.prepared", "install_on" : "install", "priority" : 0}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "stage": {"type": "string"}, "install_on": {"type": "string"}, "priority": {"type": "integer"}}, "required": ["class", "stage", "install_on", "priority"]}}},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "operating_systems": {"type": "array", "items": {"type": "string"}}, "license": {"type": "...
{"name" : "Cloud Security Suite", "description" : "Cloud Security Suite (cs-suite) - One stop tool for auditing the security posture of AWS/GCP/Azure infrastructure.", "tags" : ["cloud-security", "security-auditing", "aws", "azure", "python"], "operating_systems" : ["linux", "mac", "windows"], "license" : "GPL-3", "ava...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "operating_systems": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "availability": {"type": "array", "items": {"type": "string"}}, "gi...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": ...
{"categories" : ["Security"], "desc" : " ", "details" : {"authors" : "Michele Fincher, Robin Dreeke", "format" : "pdf", "isbn-10" : "1118958470", "isbn-13" : "978-1118958476", "pages" : "192 pages", "publication date" : "April 6, 2015", "publisher" : "Wiley", "size" : "11.00Mb"}, "img" : "http://23.95.221.108/covers/01...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "geore:block/topaz_block"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rechiseled_compat:block/betterendforge_pythadendron_planks_small_bricks"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"apis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "method": {"type": "string"}, "return": {"type": "string"}, "params": {"type": "array", "items": {}}}, "required": ["name", "metho...
{"apis" : [{"name" : "#get", "method" : "GET", "return" : "BusinessAssetSharingAgreement", "params" : []}, {"name" : "#update", "method" : "POST", "return" : "BusinessAssetSharingAgreement", "params" : [{"name" : "request_response", "required" : false, "type" : "string"}]}], "fields" : [{"name" : "id", "type" : "string...
json_instruct
{"type": "object", "properties": {"apis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "method": {"type": "string"}, "return": {"type": "string"}, "params": {"type": "array", "items": {}}}, "required": ["name", "method", "return", "params"]}}, "fields": {"type": "array", "ite...
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" : "ld33_gast", "version" : "0.0.0", "description" : "Gastbusters", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/carlmartus/ld33_gast.git"}, "keywords" : ["ludum", "dare", "ld33", "gastbusters", "gast", "bus...
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...
Generate sample JSON data that conforms to the following 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"}, "...
{"id" : 404366433, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "b1b665ee5c3af0481e4c1b5cb8f3fe52", "wof:id" : 404366433, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.63379478349377, 47.43486710021548, 4.71891205794013, 47.47164160364864...
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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/cracked_limestone_brick_window_small_half_updown"}
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": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "s...
{"name" : "DENTACID CAPLET", "harga" : " Rp. 139.150/ kemasanIndeks Keamanan Pada Wanita HamilC: Penelitian pada hewan menunjukkan efek samping pada janin ( teratogenik atau embriosidal atau lainnya) dan belum ada penelitian yang terkendali pada wanita atau penelitian pada wanita dan hewan belum tersedia. Obat seharu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "collection": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"typ...
{"type" : "wiki", "collection" : "study", "title" : "\"Chapter 20. \ucd5c\uc18c \uc2e0\uc7a5 \ud2b8\ub9ac\uc758 \uc774\ud574: \ud504\ub9bc \uc54c\uace0\ub9ac\uc998(Prim's Algorithm)\"", "summary" : "", "parent" : "fc-algo-algorithm", "url" : "/study/fc-algo-algorithm-20-prim", "updated" : "2021-07-07 23:03:25 +0900", "...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "collection": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["type", "collectio...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type...
{"title" : "Gaze Embeddings for Zero-Shot Image Classification.", "fields" : ["grid", "contextual image classification", "property", "discriminative model", "gaze"], "abstract" : "Zero-shot image classification using auxiliary information, such as attributes describing discriminative object properties, requires time-co...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:used": {"type": "object", "properties": {"ironslab:iron_slab": {"type": "integer"}}, "required": ["ironslab:iron_slab"]}, "minecraft:custom": {"type": "object", "properties": ...
{"stats" : {"minecraft:used" : {"ironslab:iron_slab" : 1}, "minecraft:custom" : {"minecraft:jump" : 1, "minecraft:time_since_rest" : 285, "minecraft:crouch_one_cm" : 1, "minecraft:play_one_minute" : 285, "minecraft:leave_game" : 1, "minecraft:time_since_death" : 285, "minecraft:walk_one_cm" : 373, "minecraft:sneak_time...
json_instruct
{"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:used": {"type": "object", "properties": {"ironslab:iron_slab": {"type": "integer"}}, "required": ["ironslab:iron_slab"]}, "minecraft:custom": {"type": "object", "properties": {"minecraft:jump": {"type": "integer"}, "minecraft:time_s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "A PREEXISTENT SPIRIT NOT HAVING CONTINUED SO MANY AGES IN A STATE OF SILENCE, MUST NEEDS MAKE DIFFERENT PERSONS.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/6254.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"composer-plugin-api": {"type": "string"}, "composer/installer...
{"name" : "kineo/installers", "type" : "composer-plugin", "license" : "MIT", "description" : "A multi-framework Composer library installer", "require" : {"composer-plugin-api" : "^1.0|^2.0", "composer/installers" : "~1.0"}, "require-dev" : {"composer/composer" : "^1.7|^2.0"}, "autoload" : {"psr-4" : {"KineoInstaller\\"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"composer-plugin-api": {"type": "string"}, "composer/installers": {"type": "string"}}, "required": ["composer-plugin-ap...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "iframe-black-urls"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"filename": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "xdata": {"type": "object", "properties": {"default": {"type": "object", "properties": {"place": {"type": "object", "propertie...
{"filename" : "auto-tn.json", "name" : "Tunisia", "version" : "2019-08-19 06:21:44 UTC", "xdata" : {"default" : {"place" : {"TN" : "Tunisia"}}, "tn" : {"institution-part" : {}}}}
json_instruct
{"type": "object", "properties": {"filename": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "xdata": {"type": "object", "properties": {"default": {"type": "object", "properties": {"place": {"type": "object", "properties": {"TN": {"type": "string"}}, "required": ["TN"]}}, "required": ["p...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angula...
{"angular-material.css" : "sha256-y+7tHvz3aY+I+NBIt77ICow4FJYuygzDZXnDO0K2qUw=", "angular-material.js" : "sha256-Pew7dPrczfVyWGIXOctRgCr5Km/jOGCmcxFYh79JGbg=", "angular-material.min.css" : "sha256-1eMxEe7jwmEvbilXJBTSJCkoU1CWPSO8YijRHJwxYOQ=", "angular-material.min.js" : "sha256-7LdsTMexi/l/EPCH2+atC4hjb5bP7FSpN1cMpl8u...
json_instruct
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-materi...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"City": {"type": "object", "properties": {"dataSource": {"type": "string"}, "public": {"type": "boolean"}}, "required": ["dataSource", "public"]}, "Region": {"type": "object", "properties": {"dataSource": {"type": "string"}, "pub...
{"City" : {"dataSource" : "mongo-atlas-db", "public" : true}, "Region" : {"dataSource" : "mongo-atlas-db", "public" : true}}
json_instruct
{"type": "object", "properties": {"City": {"type": "object", "properties": {"dataSource": {"type": "string"}, "public": {"type": "boolean"}}, "required": ["dataSource", "public"]}, "Region": {"type": "object", "properties": {"dataSource": {"type": "string"}, "public": {"type": "boolean"}}, "required": ["dataSource", "p...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["340422111001", "\u77f3\u96c6\u8857\u9053\u5c45\u59d4\u4f1a", "121", "0"], ["340422111002", "\u6768\u4ed9\u8857\u9053\u5c45\u59d4\u4f1a", "220", "0"], ["340422111200", "\u6853\u5e97\u6751\u59d4\u4f1a", "220", "0"], ["340422111201", "\u9752\u5cf0\u6751\u59d4\u4f1a", "220", "0"], ["340422111202", "\u8c37\u8d1d\u6751\u5...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"network": {"type": "string"}, "address": {"type": "string"}, "startBlock": {"type": "string"}}, "required": ["network", "address", "startBlock"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"network" : "fuji", "address" : "0xF5c7d9733e5f53abCC1695820c4818C59B457C2C", "startBlock" : "10220115"}
json_instruct
{"type": "object", "properties": {"network": {"type": "string"}, "address": {"type": "string"}, "startBlock": {"type": "string"}}, "required": ["network", "address", "startBlock"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "output_item_id": {"type": "integer"}, "output_item_count": {"type": "integer"}, "time_to_craft_ms": {"type": "integer"}, "disciplines": {"type": "array", "items": {"typ...
{"id" : 11252, "type" : "Component", "output_item_id" : 73453, "output_item_count" : 1, "time_to_craft_ms" : 1000, "disciplines" : ["Scribe"], "min_rating" : 300, "flags" : ["AutoLearned"], "ingredients" : [{"item_id" : 76297, "count" : 1}, {"item_id" : 71136, "count" : 1}], "chat_link" : "[&CfQrAAA=]", "guild_ingredie...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "output_item_id": {"type": "integer"}, "output_item_count": {"type": "integer"}, "time_to_craft_ms": {"type": "integer"}, "disciplines": {"type": "array", "items": {"type": "string"}}, "min_rating": {"type": "integer"}, "flags": {"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "vendor": {"type": "string"}, "type": {"type": "string"}, "price": {"type": "string"}, "license": {"type": "string"}, "desc": {"type": "object", "properties": {"en": {"type": "strin...
{"name" : "CSV Article importer for OXID eShop.", "vendor" : "rah", "type" : "oxid", "price" : "179.00", "license" : "Commercial", "desc" : {"en" : "Import all kinds of article related data via CSV."}, "tags" : ["backend", "csv", "xls", "import"], "versions" : {"2.2.2" : {"project" : "http://www.rent-a-hero.de", "url" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "vendor": {"type": "string"}, "type": {"type": "string"}, "price": {"type": "string"}, "license": {"type": "string"}, "desc": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "tags": {"type": "array", "items": {"type": "strin...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "title": {"type": "string"}, "numberOfPages": {"type": "integer"}}, "required": ["_id", "title", "numberOfPages"]}}}, "required": ["d...
{"data" : [{"_id" : "1", "title" : "The Hobbit", "numberOfPages" : 293}]}
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "title": {"type": "string"}, "numberOfPages": {"type": "integer"}}, "required": ["_id", "title", "numberOfPages"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_da...
{"id" : 3986, "citation_title" : "Transitional Dynamics in Two-Sector Models of Endogenous Growth", "citation_author" : ["Casey B. Mulligan", "Xavier Sala-i-Martin"], "citation_publication_date" : "1992-02-01", "issue_date" : "1992-02-01", "revision_date" : "None", "topics" : null, "program" : ["Economic Fluctuations a...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "progr...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"num_versions": {"type": "integer"}, "url_citation": {"type": "null"}, "title": {"type": "string"}, "url": {"type": "string"}, "url_versions": {"type": "string"}, "authors": {"type": "strin...
[{"num_versions" : 5, "url_citation" : null, "title" : "Online multimodal deep similarity learning with application to image retrieval", "url" : "http://dl.acm.org/citation.cfm?id=2502112", "url_versions" : "http://scholar.google.com/scholar?cluster=1383339068171687937&hl=en&as_sdt=1,5&sciodt=1,5&as_vis=1", "authors" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"num_versions": {"type": "integer"}, "url_citation": {"type": "null"}, "title": {"type": "string"}, "url": {"type": "string"}, "url_versions": {"type": "string"}, "authors": {"type": "string"}, "excerpt": {"type": "string"}, "url_pdf": {"type": "null"}, "num_...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod...
{"userId" : 11805, "cartId" : "77095430-38f0-458c-8f63-cca6082ddb8f", "preferredProducts" : [2891, 3171, 2643, 4619, 646, 4185, 1892, 2385, 3154], "productReviews" : [{"productId" : 4843, "reviewText" : "This Implementation works considerably well. It recklessly improves my basketball by a lot.", "reviewDate" : "2019-1...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"channels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rev": {"type": "string"}}, "required": ["name", "rev"]}}}, "required": ["channels"], "$schema": "http://json-schema.org/dr...
{"channels" : [{"name" : "stable", "rev" : "d1f7cc5758b10aa536178aaccc01ea8b90d42b58"}, {"name" : "canary", "rev" : "ff45349b21ea7dbae1731464e0efd96458468817"}, {"name" : "autopush", "rev" : "HEAD"}]}
json_instruct
{"type": "object", "properties": {"channels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rev": {"type": "string"}}, "required": ["name", "rev"]}}}, "required": ["channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {...
{"month" : "3", "num" : 1494, "link" : "", "year" : "2015", "news" : "", "safe_title" : "Insurance", "transcript" : "((A figure seated at a desk is handing a document to a standing figure))\n\nSeated figure: Here's a page explaining the terms of your new fire insurance policy.\n\n((Standing figure regards the page thou...
json_instruct
{"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["python-nomad"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "...
{"body" : "Nick Devlin wrote:\n> Then restart rview with same parameters but include -ab 1 to include the\n> diffuse component from the skydome. Easy. Trace again, and check the values\n> against my assumptions. \n> \nJust so you know, you can change parameters within rvu without \nrestarting. Simply type 'set' at t...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"composite": {"type": "boolean"}}, "required": ["composite"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "...
{"extends" : "./common.tsconfig.json", "compilerOptions" : {"composite" : true}, "include" : ["src/common/**/*.ts", "src/common/**/*.d.ts", "src/server/**/*.ts", "src/server/**/*.d.ts"], "exclude" : ["node_modules"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"composite": {"type": "boolean"}}, "required": ["composite"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extend...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"accountingPeriod": {"type": "object",...
{"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Trigger a Business Source Adjustable Summary (BSAS)", "description" : "Trigger a Business Source Adjustable Summary (BSAS)", "type" : "object", "properties" : {"accountingPeriod" : {"$ref" : "definitions.json#/definitions/accountingPeriod"}, "typeOfBusi...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"accountingPeriod": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "typeOfBu...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "tableId": {"type": "string"}, "tableType": {"type": "string"}, "name": {"type": "string"}, "chapters": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "i...
{"id" : "0505", "tableId" : "0505", "tableType" : "HL7", "name" : "Cyclic Entry/Exit Indicator", "chapters" : ["CH_04"], "entries" : [{"value" : "#", "description" : "The last service request in a cyclic group.", "comment" : null}, {"value" : "*", "description" : "The first service request in a cyclic group", "comment"...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tableId": {"type": "string"}, "tableType": {"type": "string"}, "name": {"type": "string"}, "chapters": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "descri...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"constant": {"type": "boolean"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "nam...
[{"constant" : true, "inputs" : [{"name" : "", "type" : "uint256"}], "name" : "deployedCampaigns", "outputs" : [{"name" : "", "type" : "address"}], "payable" : false, "stateMutability" : "view", "type" : "function"}, {"constant" : false, "inputs" : [{"name" : "minimum", "type" : "uint256"}, {"name" : "name", "type" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"constant": {"type": "boolean"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "name": {"type": "string"}, "outputs": {"type": "array", "items": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "modified": {"type": "string"}, "sections": {"type": "object", "properties": {"names": {"type": "array", "items": ...
{"code" : {"id" : 5, "name" : "Code du cin\u00e9ma et de l'image anim\u00e9e", "modified" : "2013-01-01T07:00:00.000Z", "sections" : {"names" : ["Partie l\u00e9gislative"], "sections" : {"names" : ["Livre Ier : Organisation administrative\r\n", "Livre II : Professions et activit\u00e9s", "Livre III : Financement et fis...
json_instruct
{"type": "object", "properties": {"code": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "modified": {"type": "string"}, "sections": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "sections": {"type": "object", "properties": {"names":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"...
{"userId" : 42245, "cartId" : "3832c4ee-c276-40ec-a6ad-7de746ab333e", "preferredProducts" : [4949, 3007, 3188, 4485, 4077], "productReviews" : [{"productId" : 2955, "reviewText" : "I saw one of these in Macau and I bought one.", "reviewDate" : "2017-05-01T19:55:56.6088133+03:00"}, {"productId" : 3200, "reviewText" : "h...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}, "previewImages": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"client": {"type": "stri...
{"title" : "Employee Template Engine", "category" : "Design", "description" : "Employee Template Engine is a CLI Application that will prompt the user for information about the team manager and then information about the team members. The user can input any number of team members, and they may be a mix of engineers and...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}, "previewImages": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"client": {"type": "string"}, "date": {"type": "string"}, "website": {"type": "stri...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[149.875, 23.5], [149.875, 23.583333333333332], [150.0, 23.583333333333332], [150.0, 23.5], [149.875, 23.5]]]}, "properties" : {"code" : 354927, "url" : "http://madefor.github.io/0410/api/v1/354927.geojson", "view" : "https://github.com/madefor/04...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obje...
{"hash" : "0xf09158409562a0fc365745247d3ba5d4c710e5c1bb49488f72f6587554d41b1e", "parentHash" : "0xb4cbb4a5aa1d6d8ecba398483ffe4486ff4a1b8c6e0456c5e262e5cca0da47f5", "number" : 91187, "timestamp" : 1439651711, "nonce" : "0x5a4d50390a312ffb", "difficulty" : 3435612010959, "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"]...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev"...
{"name" : "@git-story/github-plugin", "version" : "1.0.2", "author" : "git-story", "license" : "MIT", "main" : "./dist/index.js", "types" : "./dist/index.d.ts", "scripts" : {"dev" : "nodemon --watch src --watch package.json --watch tsconfig.js --delay 1 --exec 'npm run lint --silent; ts-node' src/index.ts", "lint" : "t...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "lint": {"type": "string"}, "build": ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"c" : 860001, "d" : "1M", "md" : false}, {"c" : 860002, "d" : "2M", "md" : false}, {"c" : 860003, "d" : "3M", "md" : false}, {"c" : 860004, "d" : "4M", "md" : false}, {"c" : 860005, "d" : "5M", "md" : false}, {"c" : 860006, "d" : "6M", "md" : false}, {"c" : 860007, "d" : "7M", "md" : false}, {"c" : 860008, "d" : "8M"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"posts": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "content": {"type": "string"}, "author": {"type": "string"}, "dateInsert": {"type": "string"}, "dateU...
{"posts" : [{"id" : 1, "title" : "A normal post", "content" : "Post content", "author" : "wyvern800", "dateInsert" : "2021-05-21T01:14:00.221Z", "dateUpdate" : "2021-06-26T16:01:12.442Z"}, {"id" : 2, "title" : "A extreme important post", "content" : "Post content like bike", "author" : "Terrible-Developer", "dateInsert...
json_instruct
{"type": "object", "properties": {"posts": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "content": {"type": "string"}, "author": {"type": "string"}, "dateInsert": {"type": "string"}, "dateUpdate": {"type": "string"}}, "required": ["id", "title", "c...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Prime Minister": {"type": "array", "items": {"type": "string"}}, "Preceded by": {"type": "array", "items": {"type": "string"}}, "Succeeded by": {"type": "array", "items"...
{"title" : ["Emmanuel Macron"], "Prime Minister" : ["Manuel Valls"], "Preceded by" : ["Arnaud Montebourg"], "Succeeded by" : ["Michel Sapin"]}
json_instruct
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Prime Minister": {"type": "array", "items": {"type": "string"}}, "Preceded by": {"type": "array", "items": {"type": "string"}}, "Succeeded by": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "Prime Minist...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"object": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"},...
{"object" : "list", "url" : "/v1/balance/history", "count" : 1, "data" : [{"id" : "txn_123456789", "object" : "balance_transaction", "source" : "ch_123456789", "amount" : 100, "currency" : "usd", "net" : 41, "type" : "charge", "created" : 123456789, "available_on" : 123456789, "status" : "pending", "fee" : 59, "fee_det...
json_instruct
{"type": "object", "properties": {"object": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "source": {"type": "string"}, "amount": {"type": "integer"}, "currency": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defau...
{"required" : true, "package" : "com.github.scotsguy.nowplaying.mixin", "compatibilityLevel" : "JAVA_8", "client" : ["MinecraftClientMixin", "MusicDiscItemAccessor", "WorldRendererMixin"], "injectors" : {"defaultRequire" : 1}}
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"t...
{"name" : "jsor/hal-client", "description" : "A lightweight client for consuming and manipulating Hypertext Application Language (HAL) resources.", "keywords" : ["hal", "rest", "api", "json", "http", "client"], "homepage" : "https://github.com/jsor/hal-client", "license" : "MIT", "authors" : [{"name" : "Jan Sorgalla", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"typ...
{"name" : "TSIO_POOL", "version" : "0.0.1", "description" : "Stratum Pool implementation in Node.JS", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node server.js"}, "repository" : {"type" : "git", "url" : "https://github.com/cmpsoares91/TSIO_POOL.git"}, "keywords...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "repository": {"type": "objec...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"count": {"type": "integer"}, "351011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "...
{"count" : 4, "351011" : {"count" : 1}, "N.A.//" : {"count" : 1}, "119071" : {"count" : 1}, "393031" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "351011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119071": {"type": "object", "properties": {"count": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "mode": {"type": "integer"}, "status": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["code", "description",...
{"code" : "312", "description" : "", "label" : "No procedure for access to classified information", "mode" : 0, "status" : 1, "uuid" : "69fc1179-4591-11e9-9173-0800277f0571"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "mode": {"type": "integer"}, "status": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "mode", "status", "uuid"], "$schema": "http://json-schema.or...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"z0": {"type": "number"}, "z1": {"type": "number"}, "uv": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["z0", "z1", "uv"], "$schema": "http://json-schema.org/draft-07/schema...
{"z0" : 50.0, "z1" : -51.45369338989258, "uv" : [[0.18899230659008026, 0.39671218395233154], [0.18899230659008026, 0.6041004657745361], [0.3148893415927887, 0.3979220688343048], [0.3148893415927887, 0.6028626561164856], [0.57017582654953, 0.2955307960510254], [0.57017582654953, 0.706901490688324], [0.9234026074409485, ...
json_instruct
{"type": "object", "properties": {"z0": {"type": "number"}, "z1": {"type": "number"}, "uv": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["z0", "z1", "uv"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Antenne M\u00fcnster", "src" : "http://stream.antennemuenster.de:8000/am128k?t=1526275772"}, {"name" : "Radio Q", "src" : "http://stream.radioq.de:8000/gross.mp3?.mp3?t=1526275775"}]
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"},...
[{"namaKab" : "KAMPAR", "originalFilename" : "12 ZURITA ALI.jpg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 103059, "noUrut" : 1, "nama" : "ZURITA ELIARTI GAZALI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "AGAM", "originalFilename" : "HENDRI GUNAWAN 2.jpg", "namaPartai" : "Partai Keadilan Sejahtera", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Generate sample JSON data that conforms to the following schema definition: {"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": {...
{"\u5de5\u5ee0\u540d\u7a31" : "\u4e2d\u8208\u96fb\u5de5\u6a5f\u68b0\u80a1\u4efd\u6709\u9650\u516c\u53f8\u6797\u53e3\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99623435", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07510000121857", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u9f9c\u5c71\u5340\u6a02...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"github.com/aws/aws-sdk-go-v2": {"type": "string"}, "github.com/aws/smithy-go": {"type": "string"}}, "required": ["github.com/aws/aws-sdk-go-v2", "github.com/a...
{"dependencies" : {"github.com/aws/aws-sdk-go-v2" : "v1.4.0", "github.com/aws/smithy-go" : "v1.4.0"}, "files" : ["api_client.go", "api_op_CancelTaskExecution.go", "api_op_CreateAgent.go", "api_op_CreateLocationEfs.go", "api_op_CreateLocationFsxWindows.go", "api_op_CreateLocationNfs.go", "api_op_CreateLocationObjectStor...
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"github.com/aws/aws-sdk-go-v2": {"type": "string"}, "github.com/aws/smithy-go": {"type": "string"}}, "required": ["github.com/aws/aws-sdk-go-v2", "github.com/aws/smithy-go"]}, "files": {"type": "array", "items": {"type": "string"}}, "go...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "me...
{"ast" : null, "code" : "import { GraphQLError } from '../../error/GraphQLError';\nimport { Kind } from '../../language/kinds';\nimport { isExecutableDefinitionNode } from '../../language/predicates';\nexport function nonExecutableDefinitionMessage(defName) {\n return \"The \".concat(defName, \" definition is not exec...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "casingName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "casingName"], "$schema": "http://js...
{"Name" : "7.62x54R 7\u0411\u04221", "ShortName" : "7\u0411\u04221", "Description" : "7.62x54R 7\u0411\u04221 - \u0432\u0438\u043d\u0442\u043e\u0432\u043e\u0447\u043d\u044b\u0439 \u043f\u0430\u0442\u0440\u043e\u043d \u0441 \u0431\u0440\u043e\u043d\u0435\u0431\u043e\u0439\u043d\u043e-\u0442\u0440\u0430\u0441\u0441\u0438...
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "casingName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "casingName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Main": {"type": "object", "properties": {"titre": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"single": {"type": "string"}, "label": {"type": "string"},...
{"Main" : {"titre" : {"type" : "StructuredText", "config" : {"single" : "heading1, heading2, heading3, heading4, heading5, heading6", "label" : "titre", "placeholder" : "Le titre de la section"}}, "text" : {"type" : "StructuredText", "config" : {"multi" : "paragraph, preformatted, heading1, heading2, heading3, heading4...
json_instruct
{"type": "object", "properties": {"Main": {"type": "object", "properties": {"titre": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"single": {"type": "string"}, "label": {"type": "string"}, "placeholder": {"type": "string"}}, "required": ["single", "label", "p...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"path": {"type": "object", "properties": {"src": {"type": "string"}, "dist": {"type": "string"}}, "required": ["src", "dist"]}, "assets": {"type": "object", "properties": {"addJs": {"type": "array", "items": {...
{"path" : {"src" : "./src/", "dist" : "./build/"}, "assets" : {"addJs" : ["./node_modules/jquery/dist/jquery.min.js", "./node_modules/popper.js/dist/umd/popper.min.js"], "addCss" : ["./node_modules/normalize.css/normalize.css"]}}
json_instruct
{"type": "object", "properties": {"path": {"type": "object", "properties": {"src": {"type": "string"}, "dist": {"type": "string"}}, "required": ["src", "dist"]}, "assets": {"type": "object", "properties": {"addJs": {"type": "array", "items": {"type": "string"}}, "addCss": {"type": "array", "items": {"type": "string"}}}...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["title", "url", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "\u606d\u559cLGD\u593a\u51a0", "url" : "https://bbs.byr.cn/article/Dota/959219", "count" : 69}, {"title" : "\u5662\uff0c\u5bf9\u4e86\uff0c\u5f81\u4e2a\u7537\u4eba\u5427~", "url" : "https://bbs.byr.cn/article/Friends/2008236", "count" : 50}, {"title" : "\u5317\u4eac\u5b69\u5b50\u6bd5\u4e1a\u90fd\u53bb\u54ea\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["title", "url", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": [...
{"ETag" : "W/\"e678b4476fa89221c3c81c64743f8b65883b7252b13c8ee6ec34d8204d7c976b\"", "Last-Modified" : "Fri, 08 Oct 2021 22:38:32 GMT", "base" : {"repo" : {"name" : "r-optparse-feedstock"}}, "closed_at" : "2021-10-08T22:38:28Z", "created_at" : "2021-10-08T22:26:29Z", "draft" : false, "head" : {"ref" : "this_is_not_a_bra...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"javascript.format.enable": {"type": "boolean"}, "vetur.format.defaultFormatter.js": {"type": "string"}, "vetur.format.defaultFormatter.html": {"type": "string"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"s...
{"javascript.format.enable" : true, "vetur.format.defaultFormatter.js" : "prettier", "vetur.format.defaultFormatter.html" : "prettier", "editor.codeActionsOnSave" : {"source.fixAll.eslint" : true}, "java.configuration.runtimes" : [{"name" : "JDK-11", "path" : "/home/gitpod/.sdkman/candidates/java/current", "default" : ...
json_instruct
{"type": "object", "properties": {"javascript.format.enable": {"type": "boolean"}, "vetur.format.defaultFormatter.js": {"type": "string"}, "vetur.format.defaultFormatter.html": {"type": "string"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}}, "required": ["s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema....
{"assessment" : [{"name" : "Case preparation", "weight" : 20}, {"name" : "Quiz", "weight" : 30}, {"name" : "Assignment: Harvard Business School Simulation", "weight" : 50}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "...
{"t" : "sakalatim", "h" : [{"d" : [{"f" : "\u526a\u88c1\u7684\u5de5\u5177\u3001\u526a\u5200\u3002"}]}], "stem" : "kalatim"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1160.9513868461404, 597.3369827622716], [1199.0692132829706, 576.1604125195881], [1237.187039719801, 542.2779001312947], [1285.8931512779732, 499.9247596459277], [1294.3637793750465, 474.5128753547074]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"updatedAt": {"type": "string"}, "description": {"type": "string"}, "uri": {"type": "string"}, "contents": {"type": "string"}, "link": {"type": "string"}, "categories": {"type": "string"}, "content": {"type": "string"}, "title"...
{"updatedAt" : "", "description" : "<img src='https://conteudo.imguol.com.br/c/parceiros/1c/2019/07/07/avianca-1562483324753_v2_142x100.jpg' align=\"left\" /> Clientes da Avianca reclamam que n\u00e3o conseguem mais entrar em contato com a empresa. Segundo relatos de passageiros e de \u00f3rg\u00e3os oficiais, a empr...
json_instruct
{"type": "object", "properties": {"updatedAt": {"type": "string"}, "description": {"type": "string"}, "uri": {"type": "string"}, "contents": {"type": "string"}, "link": {"type": "string"}, "categories": {"type": "string"}, "content": {"type": "string"}, "title": {"type": "string"}, "publishedAt": {"type": "string"}}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 8653, "cartId" : "4e6cbda8-ee24-460f-9380-28996016b07c", "preferredProducts" : [3166, 306, 2827, 2230, 973, 1179, 2659], "productReviews" : [{"productId" : 1507, "reviewText" : "this Intelligent is complimentary.", "reviewDate" : "2016-10-27T00:44:00.5650365+03:00"}, {"productId" : 4356, "reviewText" : "one...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"guid": {"type": "string"}, "name": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "languages...
{"guid" : "EEED3DAC-8D4E-4F4B-9C15-2B73CF0AC718", "name" : "Analog Input", "categories" : ["Toolkit/Intel\u00ae oneAPI IoT Toolkit/IoT Connection Tools"], "description" : "Demonstrate how to read an analog voltage value from an input pin using the Eclipse* MRAA library.", "dependencies" : ["pkg|mraa|https://mraa.io"], ...
json_instruct
{"type": "object", "properties": {"guid": {"type": "string"}, "name": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "propertie...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"extends": {"type": "string"}, "version": {"type": "string"}}, "required": ["extends", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "@repodog/lerna-config", "version" : "0.3.53"}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "version": {"type": "string"}}, "required": ["extends", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}