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": {"type": "integer"}, "corrmodelPath": {"type": "string"}, "numPoints": {"type": "integer"}, "corrnumPoints": {"type": "integer"}, "bottleneck": {"type": "integer"}, "outputDir": {"type": "string"}, "batch": {"type": "integer"}, "alpha": {"type": "number"}, "nComp": {"type": "integer"}, "dims": {"type": "integer"}, "energy": {"type": "string"}, "method": {"type": "string"}, "train": {"type": "boolean"}, "plotfile": {"type": "string"}, "resetWeights": {"type": "string"}, "plotTitle": {"type": "string"}, "titleop": {"type": "string"}, "titlenuts": {"type": "string"}, "faustType": {"type": "string"}, "testcorrroot": {"type": "string"}}, "required": ["scaperoot", "reconDir", "corrroot", "sampleDir", "hmcsampleDir", "modelPath", "round", "corrmodelPath", "numPoints", "corrnumPoints", "bottleneck", "outputDir", "batch", "alpha", "nComp", "dims", "energy", "method", "train", "plotfile", "resetWeights", "plotTitle", "titleop", "titlenuts", "faustType", "testcorrroot"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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, "corrnumPoints" : 6890, "bottleneck" : 1024, "outputDir" : "../final_outputs/faust_arap/interpolate/", "batch" : 4, "alpha" : 1.0, "nComp" : 4, "dims" : 3, "energy" : "arap", "method" : "VanillaHMC", "train" : true, "plotfile" : "../plot_outputs/planar_arapVanilla_fc_sampled_scores.txt", "resetWeights" : "../models/corrfaustarapreset", "plotTitle" : "../final_outputs/bardense_rounds_outputs/planar_bar_arap.png", "titleop" : "Optimization", "titlenuts" : "HMC", "faustType" : "INTER", "testcorrroot" : "../Data/faust_test/"} | 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": "integer"}, "corrnumPoints": {"type": "integer"}, "bottleneck": {"type": "integer"}, "outputDir": {"type": "string"}, "batch": {"type": "integer"}, "alpha": {"type": "number"}, "nComp": {"type": "integer"}, "dims": {"type": "integer"}, "energy": {"type": "string"}, "method": {"type": "string"}, "train": {"type": "boolean"}, "plotfile": {"type": "string"}, "resetWeights": {"type": "string"}, "plotTitle": {"type": "string"}, "titleop": {"type": "string"}, "titlenuts": {"type": "string"}, "faustType": {"type": "string"}, "testcorrroot": {"type": "string"}}, "required": ["scaperoot", "reconDir", "corrroot", "sampleDir", "hmcsampleDir", "modelPath", "round", "corrmodelPath", "numPoints", "corrnumPoints", "bottleneck", "outputDir", "batch", "alpha", "nComp", "dims", "energy", "method", "train", "plotfile", "resetWeights", "plotTitle", "titleop", "titlenuts", "faustType", "testcorrroot"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "properties": {"name": {"type": "string"}, "readonly": {"type": "boolean"}, "type": {"type": "string"}, "array": {"type": "boolean"}, "description": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "readonly", "type", "array", "description", "value"]}}, "methods": {"type": "array", "items": {}}}, "required": ["properties", "methods"]}, "constructors": {"type": "object", "properties": {"methods": {"type": "array", "items": {}}}, "required": ["methods"]}, "instance": {"type": "object", "properties": {"properties": {"type": "array", "items": {}}, "methods": {"type": "array", "items": {}}}, "required": ["properties", "methods"]}}, "required": ["class", "constructors", "instance"]}, "description": {"type": "string"}}, "required": ["name", "dynamic", "elements", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 standard blurred drop shadow.", "value" : "2020623440"}], "methods" : []}, "constructors" : {"methods" : []}, "instance" : {"properties" : [], "methods" : []}}, "description" : "Shadow mode options."} | 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"}, "type": {"type": "string"}, "array": {"type": "boolean"}, "description": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "readonly", "type", "array", "description", "value"]}}, "methods": {"type": "array", "items": {}}}, "required": ["properties", "methods"]}, "constructors": {"type": "object", "properties": {"methods": {"type": "array", "items": {}}}, "required": ["methods"]}, "instance": {"type": "object", "properties": {"properties": {"type": "array", "items": {}}, "methods": {"type": "array", "items": {}}}, "required": ["properties", "methods"]}}, "required": ["class", "constructors", "instance"]}, "description": {"type": "string"}}, "required": ["name", "dynamic", "elements", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.712603777647018, 137.070866141732, 82.1527272727273, 0.650779835879803, 145.889763779528, 147.781818181818, 0.637306228280067, 141.354330708661, 209.454545454545, 0.692730657756329, 76.0944881889764, 178.501818181818, 0.348032435402274, 0, 0, 0, 0, 0, 0, 121.196850393701, 178.967272727273, 0.325765769928694, 0, 0, 0, 0, 0, 0, 73.5748031496063, 39.7963636363636, 0.948047623038292, 85.9212598425197, 35.6072727272727, 0.928577184677124, 0, 0, 0, 107.590551181102, 32.3490909090909, 0.829294964671135], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]} | 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_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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/schema#"}
| {"_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"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 persecutors. When the Spirit was poured out, and the gospel went forth from Zion, multitudes were converted in a little time. The word of God, especially his promises, and ordinances, are the consolations of the church. The true happiness of all Christians is increased by every convert brought to Christ. The gospel brings with it, wherever it is received in its power, such a river of peace, as will carry us to the ocean of boundless and endless bliss. Divine comforts reach the inward man; the joy of the Lord will be the strength of the believer. Both God's mercy and justice shall be manifested, and for ever magnified.\n </p> ", "audit" : null} | 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", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "createOrEditLabel": {"type": "string"}, "search": {"type": "string"}}, "required": ["title", "createLabel", "createOrEditLabel", "search"]}, "created": {"type": "string"}, "updated": {"type": "string"}, "deleted": {"type": "string"}, "delete": {"type": "object", "properties": {"question": {"type": "string"}}, "required": ["question"]}, "detail": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "midname": {"type": "string"}, "midport": {"type": "string"}, "midpath": {"type": "string"}, "midmoreinfo": {"type": "string"}, "midtype": {"type": "string"}, "mmetadate": {"type": "string"}, "application": {"type": "string"}, "computer": {"type": "string"}}, "required": ["home", "created", "updated", "deleted", "delete", "detail", "midname", "midport", "midpath", "midmoreinfo", "midtype", "mmetadate", "application", "computer"]}}, "required": ["middleware"]}}, "required": ["monitorApp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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\u529f", "delete" : {"question" : "\u786e\u5b9a\u5220\u9664?"}, "detail" : {"title" : "\u4e2d\u95f4\u4ef6"}, "midname" : "\u4e2d\u95f4\u4ef6\u540d", "midport" : "\u5360\u7528\u7aef\u53e3", "midpath" : "\u6240\u5728\u8def\u5f84", "midmoreinfo" : "\u66f4\u591a\u4fe1\u606f", "midtype" : "\u7c7b\u578b", "mmetadate" : "\u6240\u5efa\u6570\u636e\u6e90", "application" : "\u5e94\u7528\u7a0b\u5e8f", "computer" : "\u6240\u5728\u670d\u52a1\u5668"}}} | 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": ["title", "createLabel", "createOrEditLabel", "search"]}, "created": {"type": "string"}, "updated": {"type": "string"}, "deleted": {"type": "string"}, "delete": {"type": "object", "properties": {"question": {"type": "string"}}, "required": ["question"]}, "detail": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "midname": {"type": "string"}, "midport": {"type": "string"}, "midpath": {"type": "string"}, "midmoreinfo": {"type": "string"}, "midtype": {"type": "string"}, "mmetadate": {"type": "string"}, "application": {"type": "string"}, "computer": {"type": "string"}}, "required": ["home", "created", "updated", "deleted", "delete", "detail", "midname", "midport", "midpath", "midmoreinfo", "midtype", "mmetadate", "application", "computer"]}}, "required": ["middleware"]}}, "required": ["monitorApp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.24413], "type" : "Point"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "voix" : 9}, {"panneau" : "8", "voix" : 2}, {"panneau" : "5", "voix" : 1}, {"panneau" : "6", "voix" : 1}, {"panneau" : "7", "voix" : 0}, {"panneau" : "10", "voix" : 0}]} | 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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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, "reviewText" : "this Generic Rubber Soap is smooth.", "reviewDate" : "2018-07-30T14:26:45.9008535+03:00"}, {"productId" : 50, "reviewText" : "I saw one of these in Nauru and I bought one.", "reviewDate" : "2018-05-26T04:22:40.1975819+03:00"}]} | 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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["line", "column", "level", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "Warning", "message" : "Integer Overflow."}], "file" : "/unique_chucks/32/0xe5544a2a5fa9b175da60d8eec67add5582bb31b0.sol", "name" : "HashToken", "evm_code_coverage" : "64.4%", "integer_underflow" : true, "integer_overflow" : true, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : false, "transaction-ordering_dependence_tod" : false, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}, {"errors" : [], "file" : "/unique_chucks/32/0xe5544a2a5fa9b175da60d8eec67add5582bb31b0.sol", "name" : "TokenInterface", "evm_code_coverage" : "99.8%", "integer_underflow" : false, "integer_overflow" : false, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : false, "transaction-ordering_dependence_tod" : false, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}]} | 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", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["line", "column", "level", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}, "CreationDate": {"type": "string"}, "VaultName": {"type": "string"}, "NumberOfArchives": {"type": "integer"}}, "required": ["SizeInBytes", "VaultARN", "CreationDate", "VaultName", "NumberOfArchives"]}}, "ResponseMetadata": {"type": "object", "properties": {"RetryAttempts": {"type": "integer"}, "HTTPStatusCode": {"type": "integer"}, "RequestId": {"type": "string"}, "HTTPHeaders": {"type": "object", "properties": {"x-amzn-requestid": {"type": "string"}, "date": {"type": "string"}, "content-length": {"type": "string"}, "content-type": {"type": "string"}}, "required": ["x-amzn-requestid", "date", "content-length", "content-type"]}}, "required": ["RetryAttempts", "HTTPStatusCode", "RequestId", "HTTPHeaders"]}}, "required": ["VaultList", "ResponseMetadata"]}}, "required": ["status_code", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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, "RequestId" : "jILmIaxQBiYo-6eDa2546kmzpZHtnUQq4kSG1FV4ZJwM_GU", "HTTPHeaders" : {"x-amzn-requestid" : "jILmIaxQBiYo-6eDa2546kmzpZHtnUQq4kSG1FV4ZJwM_GU", "date" : "Fri, 12 May 2017 00:15:34 GMT", "content-length" : "240", "content-type" : "application/json"}}}} | 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"}, "NumberOfArchives": {"type": "integer"}}, "required": ["SizeInBytes", "VaultARN", "CreationDate", "VaultName", "NumberOfArchives"]}}, "ResponseMetadata": {"type": "object", "properties": {"RetryAttempts": {"type": "integer"}, "HTTPStatusCode": {"type": "integer"}, "RequestId": {"type": "string"}, "HTTPHeaders": {"type": "object", "properties": {"x-amzn-requestid": {"type": "string"}, "date": {"type": "string"}, "content-length": {"type": "string"}, "content-type": {"type": "string"}}, "required": ["x-amzn-requestid", "date", "content-length", "content-type"]}}, "required": ["RetryAttempts", "HTTPStatusCode", "RequestId", "HTTPHeaders"]}}, "required": ["VaultList", "ResponseMetadata"]}}, "required": ["status_code", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "nothing": {"type": "string"}, "requested": {"type": "string"}, "nextup": {"type": "string"}, "more": {"type": "string"}}, "required": ["previously", "nowplaying", "nothing", "requested", "nextup", "more"]}}, "required": ["help", "name", "queue"]}}, "required": ["lang"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 apien fungerer\n", "name" : "Str\u00f8mming", "queue" : {"previously" : "Tidligere spilt", "nowplaying" : "Spiller n\u00e5", "nothing" : "Ingenting", "requested" : "etterspurt av", "nextup" : "Neste", "more" : "til"}}} | 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": {"type": "string"}, "more": {"type": "string"}}, "required": ["previously", "nowplaying", "nothing", "requested", "nextup", "more"]}}, "required": ["help", "name", "queue"]}}, "required": ["lang"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "description": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["nombre", "description", "parametros"]}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "constructores", "metodos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "", "code" : "", "ldc" : [], "constructores" : [{"nombre" : "SignedObject", "description" : "", "parametros" : [{"nombre" : "PrivateKey signingKey", "description" : ""}, {"nombre" : "Signature signingEngine", "description" : ""}, {"nombre" : "Serializable object", "description" : ""}]}], "metodos" : [{"nombre" : "getAlgorithm", "description" : ""}, {"nombre" : "getObject", "description" : ""}, {"nombre" : "getSignature", "description" : ""}, {"nombre" : "verify", "description" : "", "parametros" : [{"nombre" : "Signature verificationEngine", "description" : ""}, {"nombre" : "PublicKey verificationKey", "description" : ""}]}]} | 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": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["nombre", "description", "parametros"]}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "constructores", "metodos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "pl_facility": {"type": "string"}, "st_teff": {"type": "string"}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "pl_astflag": {"type": "string"}, "pl_pnum": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "st_age": {"type": "string"}, "pl_hostname": {"type": "string"}, "st_mass": {"type": "string"}, "pl_tranflag": {"type": "string"}, "pl_rade": {"type": "string"}, "pl_radj": {"type": "string"}, "pl_name": {"type": "string"}, "pl_rvflag": {"type": "string"}, "pl_ratdor": {"type": "string"}, "pl_orbeccen": {"type": "string"}, "rowupdate": {"type": "string"}, "st_dist": {"type": "string"}, "pl_telescope": {"type": "string"}, "pl_omflag": {"type": "string"}, "pl_orbper": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_cbflag", "pl_disc", "pl_pelink", "st_rad", "pl_imgflag", "pl_massj", "pl_masse", "pl_facility", "st_teff", "pl_dens", "pl_eqt", "pl_astflag", "pl_pnum", "st_optmag", "ra", "pl_discmethod", "st_age", "pl_hostname", "st_mass", "pl_tranflag", "pl_rade", "pl_radj", "pl_name", "pl_rvflag", "pl_ratdor", "pl_orbeccen", "rowupdate", "st_dist", "pl_telescope", "pl_omflag", "pl_orbper", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_optmag" : "12.630", "ra" : "67.222871", "pl_discmethod" : "Transit", "st_age" : "3.600", "pl_hostname" : "HATS-5", "st_mass" : "0.94", "pl_tranflag" : "1", "pl_rade" : "10.223", "pl_radj" : "0.912", "pl_name" : "HATS-5 b", "pl_rvflag" : "1", "pl_ratdor" : "13.380000", "pl_orbeccen" : "0.019000", "rowupdate" : "2014-05-14", "st_dist" : "257.00", "pl_telescope" : "0.18 m Takahashi Epsilon Astrograph", "pl_omflag" : "0", "pl_orbper" : "4.76338700", "dec" : "-21.481916"} | 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": "string"}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "pl_astflag": {"type": "string"}, "pl_pnum": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "st_age": {"type": "string"}, "pl_hostname": {"type": "string"}, "st_mass": {"type": "string"}, "pl_tranflag": {"type": "string"}, "pl_rade": {"type": "string"}, "pl_radj": {"type": "string"}, "pl_name": {"type": "string"}, "pl_rvflag": {"type": "string"}, "pl_ratdor": {"type": "string"}, "pl_orbeccen": {"type": "string"}, "rowupdate": {"type": "string"}, "st_dist": {"type": "string"}, "pl_telescope": {"type": "string"}, "pl_omflag": {"type": "string"}, "pl_orbper": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_cbflag", "pl_disc", "pl_pelink", "st_rad", "pl_imgflag", "pl_massj", "pl_masse", "pl_facility", "st_teff", "pl_dens", "pl_eqt", "pl_astflag", "pl_pnum", "st_optmag", "ra", "pl_discmethod", "st_age", "pl_hostname", "st_mass", "pl_tranflag", "pl_rade", "pl_radj", "pl_name", "pl_rvflag", "pl_ratdor", "pl_orbeccen", "rowupdate", "st_dist", "pl_telescope", "pl_omflag", "pl_orbper", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["name", "filename", "description", "repository", "keywords", "license", "autoupdate", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : {"source" : "npm", "target" : "leaflet-contextmenu", "fileMap" : [{"basePath" : "dist", "files" : ["**/*"]}]}, "authors" : [{"name" : "Adam Ratcliffe"}]} | 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"}}, "license": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["name", "filename", "description", "repository", "keywords", "license", "autoupdate", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : [""], "favorites" : 13, "descriptors" : ["women", "outer space", "artistic", "digital art", "Red-Queen-hypothesis"], "uploader" : " boss_in_motion_68"} | 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"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 tomato mixture, garbanzo beans, curry powder, and salt into the onions; cover and cook until hot, about 5 minutes. Garnish with the cilantro to serve."], "ingredients" : ["2 tomatoes, diced", "1 onion, chopped", "1 (1 inch) piece fresh ginger, peeled and roughly chopped", "1 tablespoon rice flour", "1 tablespoon olive oil", "1 teaspoon cumin seeds", "2 (15 ounce) cans garbanzo beans, rinsed and drained", "1 teaspoon curry powder", "1 teaspoon salt", "1 teaspoon chopped fresh cilantro"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Channa Masala (Chickpea Curry)", "url" : "http://allrecipes.com/recipe/212884/channa-masala-chickpea-curry/"} | 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"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array", "items": {"type": "string"}}}, "required": ["answers", "centerLetter", "letterString", "outerLetters", "pangrams", "validLetters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"], "centerLetter" : "k", "letterString" : "kimnrtu", "outerLetters" : ["i", "m", "n", "r", "t", "u"], "pangrams" : ["trinkum"], "validLetters" : ["i", "k", "m", "n", "r", "t", "u"]} | 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", "items": {"type": "string"}}}, "required": ["answers", "centerLetter", "letterString", "outerLetters", "pangrams", "validLetters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"}, "college": {"type": "string"}, "high_school": {"type": "string"}, "draft_team": {"type": "string"}, "draft_round": {"type": "string"}, "draft_position": {"type": "string"}, "draft_year": {"type": "string"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_round" : "7", "draft_position" : "235", "draft_year" : "2013", "current_salary" : null, "hof_induction_year" : null} | 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"}, "college": {"type": "string"}, "high_school": {"type": "string"}, "draft_team": {"type": "string"}, "draft_round": {"type": "string"}, "draft_position": {"type": "string"}, "draft_year": {"type": "string"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "cessenat", "url" : "https://api.github.com/repos/spack/spack/issues/21986", "updated_at" : "2021-03-20 11:44:06", "created_at" : "2021-02-26 10:43:26", "closed_at" : "2021-03-20 11:44:06", "state" : "closed", "title" : "Lib2deps package silo: adding the library spec for dependents.", "number" : 21986, "milestone" : null, "labels" : [], "id" : 817246111, "html_url" : "https://github.com/spack/spack/pull/21986", "assignees" : [], "comments" : 3} | 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": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$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"}, "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"]}}}, "required": ["name", "plugins"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"]}}}, "required": ["name", "plugins"], "$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"}, "tags": {"type": "array", "items": {"type": "string"}}, "operating_systems": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "availability": {"type": "array", "items": {"type": "string"}}, "github_url": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "tags", "operating_systems", "license", "availability", "github_url", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "availability" : ["opensource"], "github_url" : "https://github.com/SecurityFTW/cs-suite", "url" : "https://github.com/SecurityFTW/cs-suite"} | 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"}}, "github_url": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "tags", "operating_systems", "license", "availability", "github_url", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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/016c2106ad18a3a703387960d1bdfe48.jpg", "link" : "https://rapidhosting.info/files/933", "title" : "Phishing Dark Waters: The Offensive and Defensive Sides of Malicious Emails"} | 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"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "method", "return", "params"]}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["apis", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}, {"name" : "initiator", "type" : "Business"}, {"name" : "recipient", "type" : "Business"}, {"name" : "relationship_type", "type" : "list<string>"}, {"name" : "request_status", "type" : "string"}, {"name" : "request_type", "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", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["apis", "fields"], "$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"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-coffee": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-shell": {"type": "string"}}, "required": ["gulp", "gulp-coffee", "gulp-concat", "gulp-shell"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "busters"], "author" : "Martin Sandgren", "license" : "Apache", "bugs" : {"url" : "https://github.com/carlmartus/ld33_gast/issues"}, "dependencies" : {"gulp" : "3.9.0", "gulp-coffee" : "2.3.1", "gulp-concat" : "2.6.0", "gulp-shell" : "0.4.2"}} | 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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-coffee": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-shell": {"type": "string"}}, "required": ["gulp", "gulp-coffee", "gulp-concat", "gulp-shell"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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], "geometry" : {"coordinates" : [[[4.64017624709624, 47.43486710021548], [4.63515155982451, 47.44284314113948], [4.63379478349377, 47.44839950468076], [4.64289789712619, 47.45005410931857], [4.64245671490955, 47.4568761677456], [4.65440683355348, 47.46769149798249], [4.67412249718252, 47.46506870419229], [4.67904396221428, 47.46577215760619], [4.68410151414761, 47.47164160364864], [4.70580745227953, 47.46313214865631], [4.71466748511977, 47.46409146166647], [4.71891205794013, 47.44865918803649], [4.70997064434092, 47.44465809343514], [4.68749855894391, 47.4517660209631], [4.64652966756768, 47.43995456471872], [4.64017624709624, 47.43486710021548]]], "type" : "Polygon"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 seharusnya diberikan bila hanya keuntungan potensial memberikan alasan terhadap bahaya potensial pada janin.", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Mefenamic acid.DosisDewasa & anak \u226514 tahun : Awal 500 mg, lalu 250 mg tiap 6 jam.", "indikasi" : "Meredakan nyeri ringan hingga sedang yang berhubungan dengan sakit kepala, sakit gigi, dismenore primer; nyeri traumatik, nyeri otot, & nyeri pasca operasiPenyajianDikonsumsi bersamaan dengan makanan", "kontraindikasi" : "Pasien dengan bronkospasme, rinitis alergi, & urtikaria yang diinduksi oleh asetosal; tukak lambung & peptik; gangguan ginjal berat.PabrikKalbe Farma", "perhatian" : "Hamil & laktasi. Anak \n\t\t\tEfek SampingMual, muntah, diare, nyeri perut; leukopenia, eosinofilia, trombositopenia, agranulositopenia; mengantuk, pusing, penglihatan kabur, insomnia.\n\t\t\tIndeks 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 seharusnya diberikan bila hanya keuntungan potensial memberikan alasan terhadap bahaya potensial pada janin.\n\t\t\tKemasanDentacid caplet 500 mg x 10 x 10's\n\t\t\tDosisDewasa & anak \u226514 tahun : Awal 500 mg, lalu 250 mg tiap 6 jam.\n\t\t\tPenyajianDikonsumsi bersamaan dengan makanan\n\t\t\tPabrikKalbe Farma\n\t\t\t\n\n\t\t\t\t\t\n\t\t\t \n\t\t\n\n\t\t\t\t\t", "efeksamping" : "", "indeksamanwanitahamil" : "", "kemasan" : "", "dosis" : "", "penyajian" : "", "pabrik" : "", "id" : "13442", "category_id" : "4"} | 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": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "array", "items": {}}}, "required": ["type", "collection", "title", "summary", "parent", "url", "updated", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "children" : []} | 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", "collection", "title", "summary", "parent", "url", "updated", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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-consuming annotation by domain experts. We instead propose a method that relies on human gaze as auxiliary information, exploiting that even non-expert users have a natural ability to judge class membership. We present a data collection paradigm that involves a discrimination task to increase the information content obtained from gaze data. Our method extracts discriminative descriptors from the data and learns a compatibility function between image and gaze using three novel gaze embeddings: Gaze Histograms (GH), Gaze Features with Grid (GFG) and Gaze Features with Sequence (GFS). We introduce two new gaze-annotated datasets for fine-grained image classification and show that human gaze data is indeed class discriminative, provides a competitive alternative to expert-annotated attributes, and outperforms other baselines for zero-shot image classification.", "citation" : "Citations (1)", "year" : "2017", "departments" : ["Max Planck Society", "Max Planck Society", "Max Planck Society", "Max Planck Society"], "conf" : "cvpr", "authors" : ["Nour Karessli.....http://dblp.org/pers/hd/k/Karessli:Nour", "Zeynep Akata.....http://dblp.org/pers/hd/a/Akata:Zeynep", "Bernt Schiele.....http://dblp.org/pers/hd/s/Schiele:Bernt", "Andreas Bulling.....http://dblp.org/pers/hd/b/Bulling:Andreas"], "pages" : 10} | 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": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"minecraft:jump": {"type": "integer"}, "minecraft:time_since_rest": {"type": "integer"}, "minecraft:crouch_one_cm": {"type": "integer"}, "minecraft:play_one_minute": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"}, "minecraft:walk_one_cm": {"type": "integer"}, "minecraft:sneak_time": {"type": "integer"}}, "required": ["minecraft:jump", "minecraft:time_since_rest", "minecraft:crouch_one_cm", "minecraft:play_one_minute", "minecraft:leave_game", "minecraft:time_since_death", "minecraft:walk_one_cm", "minecraft:sneak_time"]}}, "required": ["minecraft:used", "minecraft:custom"]}, "DataVersion": {"type": "integer"}}, "required": ["stats", "DataVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : 10}}, "DataVersion" : 2230} | 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_since_rest": {"type": "integer"}, "minecraft:crouch_one_cm": {"type": "integer"}, "minecraft:play_one_minute": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"}, "minecraft:walk_one_cm": {"type": "integer"}, "minecraft:sneak_time": {"type": "integer"}}, "required": ["minecraft:jump", "minecraft:time_since_rest", "minecraft:crouch_one_cm", "minecraft:play_one_minute", "minecraft:leave_game", "minecraft:time_since_death", "minecraft:walk_one_cm", "minecraft:sneak_time"]}}, "required": ["minecraft:used", "minecraft:custom"]}, "DataVersion": {"type": "integer"}}, "required": ["stats", "DataVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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/installers": {"type": "string"}}, "required": ["composer-plugin-api", "composer/installers"]}, "require-dev": {"type": "object", "properties": {"composer/composer": {"type": "string"}}, "required": ["composer/composer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"KineoInstaller\\": {"type": "string"}}, "required": ["KineoInstaller\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"class": {"type": "string"}, "plugin-modifies-downloads": {"type": "boolean"}}, "required": ["class", "plugin-modifies-downloads"]}}, "required": ["name", "type", "license", "description", "require", "require-dev", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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\\" : "src/Kineo/"}}, "extra" : {"class" : "KineoInstaller\\Plugin", "plugin-modifies-downloads" : true}} | 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-api", "composer/installers"]}, "require-dev": {"type": "object", "properties": {"composer/composer": {"type": "string"}}, "required": ["composer/composer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"KineoInstaller\\": {"type": "string"}}, "required": ["KineoInstaller\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"class": {"type": "string"}, "plugin-modifies-downloads": {"type": "boolean"}}, "required": ["class", "plugin-modifies-downloads"]}}, "required": ["name", "type", "license", "description", "require", "require-dev", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}}, "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", "properties": {"TN": {"type": "string"}}, "required": ["TN"]}}, "required": ["place"]}, "tn": {"type": "object", "properties": {"institution-part": {"type": "object", "properties": {}, "required": []}}, "required": ["institution-part"]}}, "required": ["default", "tn"]}}, "required": ["filename", "name", "version", "xdata"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": ["place"]}, "tn": {"type": "object", "properties": {"institution-part": {"type": "object", "properties": {}, "required": []}}, "required": ["institution-part"]}}, "required": ["default", "tn"]}}, "required": ["filename", "name", "version", "xdata"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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+atC4hjb5bP7FSpN1cMpl8uuvg="} | 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-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "public": {"type": "boolean"}}, "required": ["dataSource", "public"]}}, "required": ["City", "Region"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "public"]}}, "required": ["City", "Region"], "$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": "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\u59d4\u4f1a", "220", "0"], ["340422111203", "\u4e1c\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["340422111204", "\u5173\u5e99\u6751\u59d4\u4f1a", "220", "0"], ["340422111205", "\u68a7\u6850\u6751\u59d4\u4f1a", "122", "0"], ["340422111206", "\u7532\u8d1d\u6751\u59d4\u4f1a", "121", "0"], ["340422111207", "\u5929\u5c97\u6751\u59d4\u4f1a", "220", "0"], ["340422111208", "\u8346\u5858\u6751\u59d4\u4f1a", "220", "0"], ["340422111209", "\u53f6\u5957\u6751\u59d4\u4f1a", "220", "0"], ["340422111210", "\u9752\u57ce\u6751\u59d4\u4f1a", "220", "0"], ["340422111211", "\u89c2\u97f3\u6751\u59d4\u4f1a", "220", "0"], ["340422111212", "\u9a6c\u8def\u6751\u59d4\u4f1a", "220", "0"], ["340422111213", "\u5ed6\u5729\u6751\u59d4\u4f1a", "220", "0"]] | 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": {"type": "string"}}, "min_rating": {"type": "integer"}, "flags": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item_id": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["item_id", "count"]}}, "chat_link": {"type": "string"}, "guild_ingredients": {"type": "array", "items": {}}}, "required": ["id", "type", "output_item_id", "output_item_count", "time_to_craft_ms", "disciplines", "min_rating", "flags", "ingredients", "chat_link", "guild_ingredients"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_ingredients" : []} | 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": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item_id": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["item_id", "count"]}}, "chat_link": {"type": "string"}, "guild_ingredients": {"type": "array", "items": {}}}, "required": ["id", "type", "output_item_id", "output_item_count", "time_to_craft_ms", "disciplines", "min_rating", "flags", "ingredients", "chat_link", "guild_ingredients"], "$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"}, "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": "string"}}, "versions": {"type": "object", "properties": {"2.2.2": {"type": "object", "properties": {"project": {"type": "string"}, "url": {"type": "string"}, "supported": {"type": "array", "items": {"type": "string"}}, "mapping": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest"]}}}, "required": ["project", "url", "supported", "mapping"]}}, "required": ["2.2.2"]}}, "required": ["name", "vendor", "type", "price", "license", "desc", "tags", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "http://www.rent-a-hero/dummy.zip", "supported" : ["5.2", "5.1", "5.0", "4.9", "4.8", "4.7"], "mapping" : [{"src" : "rahartimport/copy_this/", "dest" : ""}]}}} | 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": "string"}}, "versions": {"type": "object", "properties": {"2.2.2": {"type": "object", "properties": {"project": {"type": "string"}, "url": {"type": "string"}, "supported": {"type": "array", "items": {"type": "string"}}, "mapping": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest"]}}}, "required": ["project", "url", "supported", "mapping"]}}, "required": ["2.2.2"]}}, "required": ["name", "vendor", "type", "price", "license", "desc", "tags", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_date": {"type": "string"}, "topics": {"type": "null"}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 and Growth"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThe steady state and transitional dynamics of two-sector models of endogenous growth are analyzed in this paper. We describe necessary conditions for endogenous growth. The conditions allow us to reduce the dynamics of the solution to a system with one state-like and two control-like variables. We analyze the determinants of the long run growth rate. We use the Time-Elimination Method to analyze the transitional dynamics of the models. We find that there are transitions in real time if the point-in-time production possibility frontier is strictly concave, which occurs, for example, if the two production functions are different or if there are decreasing point-in-time returns in any of the sectors. We also show that if the models have a transition in real time, the models are globally saddle path stable. We find that the wealth or consumption smoothing effect tends to dominate the substitution or real wage effect so that the transition from relatively low levels of physical capital is carried over through high work effort rather than high savings. We develop some empirical implications. We show that the models predict conditional convergence in that, in a cross section, the growth rate is predicted to be negatively related to initial income but only after some measure of human capital is held constant. Thus, the models are consistent with existing empirical cross country evidence.\n\n", "acknowledgement" : "\n"} | 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"}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "excerpt": {"type": "string"}, "url_pdf": {"type": "null"}, "num_citations": {"type": "integer"}, "cluster_id": {"type": "string"}, "year": {"type": "string"}, "url_citations": {"type": "string"}}, "required": ["num_versions", "url_citation", "title", "url", "url_versions", "authors", "excerpt", "url_pdf", "num_citations", "cluster_id", "year", "url_citations"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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" : "P Wu, SCH Hoi, H Xia, P Zhao, D Wang\u2026 - Proceedings of the 21st \u2026", "excerpt" : "Abstract Recent years have witnessed extensive studies on distance metric learning (DML) for improving similarity search in multimedia information retrieval tasks. Despite their successes, most existing DML methods suffer from two critical limitations:(i) they typically ...", "url_pdf" : null, "num_citations" : 26, "cluster_id" : "1383339068171687937", "year" : "2013", "url_citations" : "http://scholar.google.com/scholar?cites=1383339068171687937&as_sdt=2005&sciodt=1,5&hl=en"}, {"num_versions" : 4, "url_citation" : null, "title" : "Multiview alignment hashing for efficient image search", "url" : "http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7006770", "url_versions" : "http://scholar.google.com/scholar?cluster=9880920147397455193&hl=en&as_sdt=1,5&sciodt=1,5&as_vis=1", "authors" : "L Liu, M Yu, L Shao - Image Processing, IEEE Transactions on", "excerpt" : "Abstract\u2014Hashing is a popular and efficient method for nearest neighbor search in large-scale data spaces by embedding high-dimensional feature descriptors into a similarity preserving Hamming space with a low dimension. For most hashing methods, the ...", "url_pdf" : null, "num_citations" : 11, "cluster_id" : "9880920147397455193", "year" : "2015", "url_citations" : "http://scholar.google.com/scholar?cites=9880920147397455193&as_sdt=2005&sciodt=1,5&hl=en"}] | 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_citations": {"type": "integer"}, "cluster_id": {"type": "string"}, "year": {"type": "string"}, "url_citations": {"type": "string"}}, "required": ["num_versions", "url_citation", "title", "url", "url_versions", "authors", "excerpt", "url_pdf", "num_citations", "cluster_id", "year", "url_citations"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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-12-13T01:10:27.7537873+02:00"}, {"productId" : 56, "reviewText" : "i use it daily when i'm in my courthouse.", "reviewDate" : "2019-01-02T22:41:33.6431282+02:00"}, {"productId" : 4894, "reviewText" : "this Balanced is top-notch.", "reviewDate" : "2019-02-03T17:51:34.9147237+02:00"}, {"productId" : 2092, "reviewText" : "this bypassing is smooth.", "reviewDate" : "2017-06-05T00:25:24.0752861+03:00"}]} | 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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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/draft-07/schema#"}
| {"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": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}, "mirror_img": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day", "mirror_img"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 thoughtfully, gripping it with both hands, really taking it in.))\n\nStanding figure: Hey, what if I--\n((Seated figure interrupts))\nSeated figure: And HERE'S a page explaining that the, quote, cool hack, unquote, you just thought of is called, quote, insurance fraud, unquote. We already know about it and it's a crime.\nStanding figure: Oh. Right. How did--\n((Seated figure interrupts))\nSeated figure: I see a lot of programmers here.\n\n{{Title text: LIFEHACKS: You can just take all the luggage off the airport conveyer belt and leave with it. They don't check that it's yours at the door!}}", "alt" : "LIFEHACKS: You can just take all the luggage off the airport conveyer belt and leave with it. They don't check that it's yours at the door!", "img" : "https://imgs.xkcd.com/comics/insurance.png", "title" : "Insurance", "day" : "4", "mirror_img" : "https://raw.githubusercontent.com/aghontpi/mirror-xkcd-api/main/api/1494/insurance.png"} | 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": "string"}, "day": {"type": "string"}, "mirror_img": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day", "mirror_img"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 the command line in rvu, and you will \nbe presented with all the options. Typing 'set', 'ab', '1' and then \n'new' will regenerate the view with the new ambient setting. \n\n\n- Rob\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2006-November/004119.html).</sup>", "attachments" : [], "created_by_name" : "Rob Guglielmetti", "created_at" : "November 22, 2006 at 05:16PM", "created_by" : "Rob_Guglielmetti", "parent_id" : "radiance-general_004116", "id" : "radiance-general_004119"} | 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_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": ["extends", "compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "typeOfBusiness": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "selfEmploymentId": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["accountingPeriod", "typeOfBusiness", "selfEmploymentId"]}, "required": {"type": "array", "items": {"type": "string"}}, "additionalProperties": {"type": "boolean"}}, "required": ["$schema", "title", "description", "type", "properties", "required", "additionalProperties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$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"}, "typeOfBusiness" : {"$ref" : "definitions.json#/definitions/typeOfBusiness"}, "selfEmploymentId" : {"$ref" : "definitions.json#/definitions/selfEmploymentId"}}, "required" : ["accountingPeriod", "typeOfBusiness"], "additionalProperties" : false} | 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"]}, "typeOfBusiness": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "selfEmploymentId": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["accountingPeriod", "typeOfBusiness", "selfEmploymentId"]}, "required": {"type": "array", "items": {"type": "string"}}, "additionalProperties": {"type": "boolean"}}, "required": ["$schema", "title", "description", "type", "properties", "required", "additionalProperties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "items": {"type": "object", "properties": {"value": {"type": "string"}, "description": {"type": "string"}, "comment": {"type": "null"}}, "required": ["value", "description", "comment"]}}}, "required": ["id", "tableId", "tableType", "name", "chapters", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : null}]} | 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"}, "description": {"type": "string"}, "comment": {"type": "null"}}, "required": ["value", "description", "comment"]}}}, "required": ["id", "tableId", "tableType", "name", "chapters", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"]}}, "name": {"type": "string"}, "outputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "payable": {"type": "boolean"}, "stateMutability": {"type": "string"}, "type": {"type": "string"}}, "required": ["constant", "inputs", "name", "outputs", "payable", "stateMutability", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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" : "string"}, {"name" : "description", "type" : "string"}, {"name" : "image", "type" : "string"}, {"name" : "target", "type" : "uint256"}, {"name" : "deadline", "type" : "uint256"}], "name" : "createCampaign", "outputs" : [], "payable" : false, "stateMutability" : "nonpayable", "type" : "function"}, {"constant" : true, "inputs" : [], "name" : "getDeployedCampaigns", "outputs" : [{"name" : "", "type" : "address[]"}], "payable" : false, "stateMutability" : "view", "type" : "function"}] | 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": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "payable": {"type": "boolean"}, "stateMutability": {"type": "string"}, "type": {"type": "string"}}, "required": ["constant", "inputs", "name", "outputs", "payable", "stateMutability", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}}, "sections": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "sections": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "sections": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}}, "required": ["names"]}}, "required": ["names", "sections"]}}, "required": ["names", "sections"]}}, "required": ["names", "sections"]}}, "required": ["id", "name", "modified", "sections"]}}, "required": ["code"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 fiscalit\u00e9", "Livre IV : Contr\u00f4les et sanctions", "Livre V : Dispositions relatives \u00e0 l'outre-mer"], "sections" : {"names" : ["Titre unique"], "sections" : {"names" : ["Chapitre unique"]}}}}}} | 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": {"type": "array", "items": {"type": "string"}}, "sections": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "sections": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}}, "required": ["names"]}}, "required": ["names", "sections"]}}, "required": ["names", "sections"]}}, "required": ["names", "sections"]}}, "required": ["id", "name", "modified", "sections"]}}, "required": ["code"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "heard about this on alternative dance radio, decided to give it a try.", "reviewDate" : "2018-04-05T07:00:03.8946156+03:00"}]} | 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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "date": {"type": "string"}, "website": {"type": "string"}, "services": {"type": "array", "items": {"type": "string"}}}, "required": ["client", "date", "website", "services"]}}, "required": ["title", "category", "description", "previewImages", "meta"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 interns. When the user has completed building the team, the application will create an HTML file that displays a nicely formatted team roster based on the information provided by the user.", "previewImages" : ["generatedpage.png"], "meta" : {"client" : "UNC Boot Camp", "date" : "11/05/2020 - 11/10/2020", "website" : "https://github.com/johndexteriv/templateEngine", "services" : ["HTML", "CSS", "JQUERY", "BOOTSTRAP", "INQUIRER", "JEST TESTING"]}} | 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": "string"}, "services": {"type": "array", "items": {"type": "string"}}}, "required": ["client", "date", "website", "services"]}}, "required": ["title", "category", "description", "previewImages", "meta"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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/0410/blob/gh-pages/api/v1/354927.geojson"}} | 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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0xf09158409562a0fc365745247d3ba5d4c710e5c1bb49488f72f6587554d41b1e", "parentHash" : "0xb4cbb4a5aa1d6d8ecba398483ffe4486ff4a1b8c6e0456c5e262e5cca0da47f5", "number" : 91187, "timestamp" : 1439651711, "nonce" : "0x5a4d50390a312ffb", "difficulty" : 3435612010959, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x546c"}, "miner" : "0xc3a9226aE275dF2CAB312B911040634A9C9C9eF6", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : [{"hash" : "0xe5fd90875f035ee6118d236ac6de26eafcdd88f60bd2bbb0627061057ed6514c", "blockHash" : "0xf09158409562a0fc365745247d3ba5d4c710e5c1bb49488f72f6587554d41b1e", "blockNumber" : 91187, "transactionIndex" : 0, "confirmations" : null, "from" : "0x849aB80790b28fF1FfD6Ba394eFc7463105C36f7", "gasPrice" : {"_hex" : "0x110c8f7d8de"}, "gasLimit" : {"_hex" : "0xc350"}, "to" : "0x2910543Af39abA0Cd09dBb2D50200b3E800A63D2", "value" : {"_hex" : "0x1d7d843dc3b480000"}, "nonce" : 0, "data" : "0x454e36454d46314452", "r" : "0xe4248a6937c0a65919d322ac03776c1d07b5aba9979040962079ae2ab8c722c7", "s" : "0xfb542bad327bca5638f9892a4b9ca881425568385440bb86fbecddc7cacfaf16", "v" : 27, "creates" : null, "raw" : "0xf87780860110c8f7d8de82c350942910543af39aba0cd09dbb2d50200b3e800a63d28901d7d843dc3b48000089454e36454d463144521ba0e4248a6937c0a65919d322ac03776c1d07b5aba9979040962079ae2ab8c722c7a0fb542bad327bca5638f9892a4b9ca881425568385440bb86fbecddc7cacfaf16", "networkId" : 0, "chainId" : 0}]} | 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"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "lint": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "lint", "build"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "nodemon": {"type": "string"}, "ts-node": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "nodemon", "ts-node", "tslint", "typescript"]}, "dependencies": {"type": "object", "properties": {"@octokit/core": {"type": "string"}, "@octokit/rest": {"type": "string"}, "git-submodule-js": {"type": "string"}, "js-yaml": {"type": "string"}}, "required": ["@octokit/core", "@octokit/rest", "git-submodule-js", "js-yaml"]}}, "required": ["name", "version", "author", "license", "main", "types", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "tslint -p . --force", "build" : "tsc"}, "devDependencies" : {"@types/node" : "^14.0.13", "nodemon" : "^2.0.4", "ts-node" : "^8.10.2", "tslint" : "^6.1.3", "typescript" : "^4.1.5"}, "dependencies" : {"@octokit/core" : "^3.4.0", "@octokit/rest" : "^18.5.6", "git-submodule-js" : "^1.0.4", "js-yaml" : "^3.14.1"}} | 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": {"type": "string"}}, "required": ["dev", "lint", "build"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "nodemon": {"type": "string"}, "ts-node": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "nodemon", "ts-node", "tslint", "typescript"]}, "dependencies": {"type": "object", "properties": {"@octokit/core": {"type": "string"}, "@octokit/rest": {"type": "string"}, "git-submodule-js": {"type": "string"}, "js-yaml": {"type": "string"}}, "required": ["@octokit/core", "@octokit/rest", "git-submodule-js", "js-yaml"]}}, "required": ["name", "version", "author", "license", "main", "types", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "md" : false}, {"c" : 861001, "d" : "1V", "md" : false}, {"c" : 861002, "d" : "2V", "md" : false}, {"c" : 861003, "d" : "3V", "md" : false}, {"c" : 861004, "d" : "4V", "md" : false}, {"c" : 861005, "d" : "5V", "md" : false}, {"c" : 861006, "d" : "6V", "md" : false}, {"c" : 861007, "d" : "7V", "md" : false}, {"c" : 861008, "d" : "8V", "md" : false}, {"c" : 861009, "d" : "9V", "md" : false}, {"c" : 862010, "d" : "10", "md" : false}, {"c" : 862011, "d" : "11", "md" : false}] | 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"}, "dateUpdate": {"type": "string"}}, "required": ["id", "title", "content", "author", "dateInsert", "dateUpdate"]}}}, "required": ["posts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "2021-05-21T01:14:00.221Z", "dateUpdate" : "2021-06-26T16:01:12.442Z"}]} | 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", "content", "author", "dateInsert", "dateUpdate"]}}}, "required": ["posts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}}}, "required": ["title", "Prime Minister", "Preceded by", "Succeeded by"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 Minister", "Preceded by", "Succeeded by"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "source": {"type": "string"}, "amount": {"type": "integer"}, "currency": {"type": "string"}, "net": {"type": "integer"}, "type": {"type": "string"}, "created": {"type": "integer"}, "available_on": {"type": "integer"}, "status": {"type": "string"}, "fee": {"type": "integer"}, "fee_details": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "integer"}, "currency": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "application": {"type": "null"}}, "required": ["amount", "currency", "type", "description", "application"]}}, "description": {"type": "null"}}, "required": ["id", "object", "source", "amount", "currency", "net", "type", "created", "available_on", "status", "fee", "fee_details", "description"]}}}, "required": ["object", "url", "count", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_details" : [{"amount" : 74, "currency" : "usd", "type" : "stripe_fee", "description" : "Stripe processing fees", "application" : null}], "description" : null}]} | 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": {"type": "string"}, "net": {"type": "integer"}, "type": {"type": "string"}, "created": {"type": "integer"}, "available_on": {"type": "integer"}, "status": {"type": "string"}, "fee": {"type": "integer"}, "fee_details": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "integer"}, "currency": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "application": {"type": "null"}}, "required": ["amount", "currency", "type", "description", "application"]}}, "description": {"type": "null"}}, "required": ["id", "object", "source", "amount", "currency", "net", "type", "created", "available_on", "status", "fee", "fee_details", "description"]}}}, "required": ["object", "url", "count", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "package", "compatibilityLevel", "client", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"]}}, "required": ["required", "package", "compatibilityLevel", "client", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {"type": "string"}, "psr/http-message": {"type": "string"}, "guzzlehttp/psr7": {"type": "string"}, "guzzlehttp/uri-template": {"type": "string"}}, "required": ["php", "ext-json", "psr/http-message", "guzzlehttp/psr7", "guzzlehttp/uri-template"]}, "require-dev": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}, "phpunit/phpunit": {"type": "string"}, "phpstan/phpstan": {"type": "string"}}, "required": ["guzzlehttp/guzzle", "phpunit/phpunit", "phpstan/phpstan"]}, "suggest": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}}, "required": ["guzzlehttp/guzzle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Jsor\\HalClient\\": {"type": "string"}}, "required": ["Jsor\\HalClient\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Jsor\\HalClient\\": {"type": "string"}}, "required": ["Jsor\\HalClient\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"phpstan": {"type": "string"}, "phpunit": {"type": "string"}}, "required": ["phpstan", "phpunit"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "require", "require-dev", "suggest", "autoload", "autoload-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "email" : "jsorgalla@gmail.com", "homepage" : "http://sorgalla.com"}], "require" : {"php" : "^7.4 || ^8.0", "ext-json" : "*", "psr/http-message" : "^1.0", "guzzlehttp/psr7" : "^1.0", "guzzlehttp/uri-template" : "^0.2.0"}, "require-dev" : {"guzzlehttp/guzzle" : "^7.0", "phpunit/phpunit" : "^9.5", "phpstan/phpstan" : "dev-master"}, "suggest" : {"guzzlehttp/guzzle" : "For using Guzzle as your HTTP client"}, "autoload" : {"psr-4" : {"Jsor\\HalClient\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Jsor\\HalClient\\" : "tests/"}}, "scripts" : {"phpstan" : "phpstan analyse src/ tests/ -c phpstan.neon --level=7 --no-progress -vvv --memory-limit=4G", "phpunit" : "phpunit -v --coverage-text --coverage-clover=./build/logs/clover.xml"}} | 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"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {"type": "string"}, "psr/http-message": {"type": "string"}, "guzzlehttp/psr7": {"type": "string"}, "guzzlehttp/uri-template": {"type": "string"}}, "required": ["php", "ext-json", "psr/http-message", "guzzlehttp/psr7", "guzzlehttp/uri-template"]}, "require-dev": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}, "phpunit/phpunit": {"type": "string"}, "phpstan/phpstan": {"type": "string"}}, "required": ["guzzlehttp/guzzle", "phpunit/phpunit", "phpstan/phpstan"]}, "suggest": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}}, "required": ["guzzlehttp/guzzle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Jsor\\HalClient\\": {"type": "string"}}, "required": ["Jsor\\HalClient\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Jsor\\HalClient\\": {"type": "string"}}, "required": ["Jsor\\HalClient\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"phpstan": {"type": "string"}, "phpunit": {"type": "string"}}, "required": ["phpstan", "phpunit"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "require", "require-dev", "suggest", "autoload", "autoload-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"stratum-pool": {"type": "string"}}, "required": ["stratum-pool"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "contributors", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : ["\"Cryptocurrency\""], "author" : "\"Carlos Soares <cmpsoares91@gmail.com> (https://github.com/cmpsoares91)", "contributors" : ["Jos\u00e9 Vaz (https://github.com/JoseVaz)", "Nuno Salgado (https://github.com/ncsalgado)"], "license" : {"type" : "MIT", "url" : "https://github.com/cmpsoares91/TSIO_POOL/blob/master/LICENSE"}, "bugs" : {"url" : "https://github.com/cmpsoares91/TSIO_POOL/issues"}, "homepage" : "https://github.com/cmpsoares91/TSIO_POOL", "dependencies" : {"stratum-pool" : "^0.1.6"}} | 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": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"stratum-pool": {"type": "string"}}, "required": ["stratum-pool"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "contributors", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"]}, "119071": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "393031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "351011", "N.A.//", "119071", "393031"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": {"type": "integer"}}, "required": ["count"]}, "393031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "351011", "N.A.//", "119071", "393031"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "label", "mode", "status", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.org/draft-07/schema#"} |
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, 0.284933477640152], [0.9234026074409485, 0.7175727486610413]]} | 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"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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", "id" : 174492, "noUrut" : 2, "nama" : "HENDRI GUNAWAN, S. Pd.I.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "AGAM", "originalFilename" : "12 HERI ARDIANTO.jpg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 111490, "noUrut" : 3, "nama" : "HERI ARDIANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "AGAM", "originalFilename" : "12 RIZKY.jpg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 24795, "noUrut" : 4, "nama" : "RIZKI ABDILLAH FADHAL, S.T.P.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "AGAM", "originalFilename" : "12 TASMAN.jpg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 175394, "noUrut" : 5, "nama" : "TASMAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "AGAM", "originalFilename" : "12 PUTRI NINGSIH.JPG", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 84068, "noUrut" : 6, "nama" : "PUTRI NINGSIH ZURIANTO, S.H.", "stringJenisKelamin" : "Perempuan"}] | 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", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\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\u5584\u91cc\u6587\u5fb7\u8def\u4e8c\u4e94\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u6843\u5712\u5e02\u9f9c\u5c71\u5340\u6a02\u5584\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6c5f\u7fa9\u798f\u3000\u3000\u3000", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "33029464", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0750429", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0780602", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["27\u96fb\u8166\u3001\u96fb\u5b50\u7522\u54c1\u53ca\u5149\u5b78\u88fd\u54c1\u88fd\u9020\u696d", "28\u96fb\u529b\u8a2d\u5099\u88fd\u9020\u696d", "29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d", "31\u5176\u4ed6\u904b\u8f38\u5de5\u5177\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["272\u901a\u8a0a\u50b3\u64ad\u8a2d\u5099", "273\u8996\u807d\u96fb\u5b50\u7522\u54c1", "281\u767c\u96fb\u3001\u8f38\u96fb\u3001\u914d\u96fb\u6a5f\u68b0", "285\u5bb6\u7528\u96fb\u5668", "289\u5176\u4ed6\u96fb\u529b\u8a2d\u5099", "293\u901a\u7528\u6a5f\u68b0\u8a2d\u5099", "319\u672a\u5206\u985e\u5176\u4ed6\u904b\u8f38\u5de5\u5177\u53ca\u5176\u96f6\u4ef6"]} | 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": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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/aws/smithy-go"]}, "files": {"type": "array", "items": {"type": "string"}}, "go": {"type": "string"}, "module": {"type": "string"}, "unstable": {"type": "boolean"}}, "required": ["dependencies", "files", "go", "module", "unstable"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_CreateLocationObjectStorage.go", "api_op_CreateLocationS3.go", "api_op_CreateLocationSmb.go", "api_op_CreateTask.go", "api_op_DeleteAgent.go", "api_op_DeleteLocation.go", "api_op_DeleteTask.go", "api_op_DescribeAgent.go", "api_op_DescribeLocationEfs.go", "api_op_DescribeLocationFsxWindows.go", "api_op_DescribeLocationNfs.go", "api_op_DescribeLocationObjectStorage.go", "api_op_DescribeLocationS3.go", "api_op_DescribeLocationSmb.go", "api_op_DescribeTask.go", "api_op_DescribeTaskExecution.go", "api_op_ListAgents.go", "api_op_ListLocations.go", "api_op_ListTagsForResource.go", "api_op_ListTaskExecutions.go", "api_op_ListTasks.go", "api_op_StartTaskExecution.go", "api_op_TagResource.go", "api_op_UntagResource.go", "api_op_UpdateAgent.go", "api_op_UpdateLocationNfs.go", "api_op_UpdateLocationObjectStorage.go", "api_op_UpdateLocationSmb.go", "api_op_UpdateTask.go", "api_op_UpdateTaskExecution.go", "deserializers.go", "doc.go", "endpoints.go", "generated.json", "internal/endpoints/endpoints.go", "internal/endpoints/endpoints_test.go", "protocol_test.go", "serializers.go", "types/enums.go", "types/errors.go", "types/types.go", "validators.go"], "go" : "1.15", "module" : "github.com/aws/aws-sdk-go-v2/service/datasync", "unstable" : false} | 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": {"type": "string"}, "module": {"type": "string"}, "unstable": {"type": "boolean"}}, "required": ["dependencies", "files", "go", "module", "unstable"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 executable.\");\n}\n/**\n * Executable definitions\n *\n * A GraphQL document is only valid for execution if all definitions are either\n * operation or fragment definitions.\n */\n\nexport function ExecutableDefinitions(context) {\n return {\n Document: function Document(node) {\n for (var _i2 = 0, _node$definitions2 = node.definitions; _i2 < _node$definitions2.length; _i2++) {\n var definition = _node$definitions2[_i2];\n\n if (!isExecutableDefinitionNode(definition)) {\n context.reportError(new GraphQLError(nonExecutableDefinitionMessage(definition.kind === Kind.SCHEMA_DEFINITION || definition.kind === Kind.SCHEMA_EXTENSION ? 'schema' : definition.name.value), definition));\n }\n }\n\n return false;\n }\n };\n}", "map" : null, "metadata" : {}, "sourceType" : "module"} | 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/schema#"} |
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://json-schema.org/draft-07/schema#"}
| {"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\u0440\u0443\u044e\u0449\u0435\u0439 \u043f\u0443\u043b\u0435\u0439 \u0411\u0422-90. ", "casingName" : "7.62x54R 7\u0411\u04221"} | 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"}, "placeholder": {"type": "string"}}, "required": ["single", "label", "placeholder"]}}, "required": ["type", "config"]}, "text": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"multi": {"type": "string"}, "label": {"type": "string"}}, "required": ["multi", "label"]}}, "required": ["type", "config"]}, "phrase_importante": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"single": {"type": "string"}, "label": {"type": "string"}}, "required": ["single", "label"]}}, "required": ["type", "config"]}, "derniere_phrase": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}}, "required": ["type", "config"]}}, "required": ["titre", "text", "phrase_importante", "derniere_phrase"]}}, "required": ["Main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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, heading5, heading6, strong, em, hyperlink, image, embed, list-item, o-list-item, rtl", "label" : "text"}}, "phrase_importante" : {"type" : "StructuredText", "config" : {"single" : "heading1, heading2, heading3, heading4, heading5, heading6", "label" : "phrase importante"}}, "derniere_phrase" : {"type" : "Text", "config" : {"label" : "derni\u00e8re phrase"}}}} | 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", "placeholder"]}}, "required": ["type", "config"]}, "text": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"multi": {"type": "string"}, "label": {"type": "string"}}, "required": ["multi", "label"]}}, "required": ["type", "config"]}, "phrase_importante": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"single": {"type": "string"}, "label": {"type": "string"}}, "required": ["single", "label"]}}, "required": ["type", "config"]}, "derniere_phrase": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}}, "required": ["type", "config"]}}, "required": ["titre", "text", "phrase_importante", "derniere_phrase"]}}, "required": ["Main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}}, "addCss": {"type": "array", "items": {"type": "string"}}}, "required": ["addJs", "addCss"]}}, "required": ["path", "assets"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}}}, "required": ["addJs", "addCss"]}}, "required": ["path", "assets"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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\u4e86\uff1f", "url" : "https://bbs.byr.cn/article/Peking/264571", "count" : 44}, {"title" : "\u5173\u4e8e\u6821\u62db\u4f5c\u5f0a\u73b0\u8c61\u7684\u8ba8\u8bba", "url" : "https://bbs.byr.cn/article/Talking/6305548", "count" : 41}, {"title" : "\u5931\u604b\u6cbb\u6108\u5e16", "url" : "https://bbs.byr.cn/article/Feeling/3178381", "count" : 28}, {"title" : "\u3010\u8f6c\u3011\u8d85\u795e\u51c6\uff01\u661f\u5ea7\u5c0f\u738b\u5b50\u72ec\u521b\u7684\u65b0\u578b\u5360\u535c\u3001\u4f86\u4e00\u8d77\u8a66\u73a9\u4e00\u4e0b\uff01", "url" : "https://bbs.byr.cn/article/Constellations/326533", "count" : 21}, {"title" : "\u4e3e\u62a5\u4f53\u80b2\u9986\u7325\u7410\u5927\u53d4\u5077\u7aa5\u5973\u6d74\u5ba4", "url" : "https://bbs.byr.cn/article/Gymnasium/118921", "count" : 19}, {"title" : "\u519c\u884c\u5929\u7814or\u676d\u5dde\u963f\u91cc", "url" : "https://bbs.byr.cn/article/Job/2142887", "count" : 14}, {"title" : "\u5bd2\u5047\u7684\u5927\u5382\u5b9e\u4e60", "url" : "https://bbs.byr.cn/article/WorkLife/1174407", "count" : 13}, {"title" : "\u8bf7\u95ee\u76ee\u524d\u56fd\u5916\u5bf9\u515a\u5458\u51fa\u56fd\u7559\u5b66\u6709\u9650\u5236\u5417\uff1f", "url" : "https://bbs.byr.cn/article/GoAbroad/380563", "count" : 9}] | 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": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_branch"}, "html_url" : "https://github.com/conda-forge/r-optparse-feedstock/pull/12", "id" : 754375860, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2021-10-08T22:38:28Z", "number" : 12, "state" : "closed", "updated_at" : "2021-10-08T22:38:32Z"} | 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": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"source.fixAll.eslint": {"type": "boolean"}}, "required": ["source.fixAll.eslint"]}, "java.configuration.runtimes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "default": {"type": "boolean"}}, "required": ["name", "path", "default"]}}, "files.exclude": {"type": "object", "properties": {"**/.classpath": {"type": "boolean"}, "**/.project": {"type": "boolean"}, "**/.settings": {"type": "boolean"}, "**/.factorypath": {"type": "boolean"}}, "required": ["**/.classpath", "**/.project", "**/.settings", "**/.factorypath"]}, "editor.formatOnSave": {"type": "boolean"}, "redhat.telemetry.enabled": {"type": "boolean"}, "java.project.importOnFirstTimeStartup": {"type": "string"}, "java.format.settings.url": {"type": "string"}, "java.format.settings.profile": {"type": "string"}}, "required": ["javascript.format.enable", "vetur.format.defaultFormatter.js", "vetur.format.defaultFormatter.html", "editor.codeActionsOnSave", "java.configuration.runtimes", "files.exclude", "editor.formatOnSave", "redhat.telemetry.enabled", "java.project.importOnFirstTimeStartup", "java.format.settings.url", "java.format.settings.profile"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : true}], "files.exclude" : {"**/.classpath" : true, "**/.project" : true, "**/.settings" : true, "**/.factorypath" : true}, "editor.formatOnSave" : true, "redhat.telemetry.enabled" : true, "java.project.importOnFirstTimeStartup" : "automatic", "java.format.settings.url" : "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml", "java.format.settings.profile" : "GoogleStyle"} | 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": ["source.fixAll.eslint"]}, "java.configuration.runtimes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "default": {"type": "boolean"}}, "required": ["name", "path", "default"]}}, "files.exclude": {"type": "object", "properties": {"**/.classpath": {"type": "boolean"}, "**/.project": {"type": "boolean"}, "**/.settings": {"type": "boolean"}, "**/.factorypath": {"type": "boolean"}}, "required": ["**/.classpath", "**/.project", "**/.settings", "**/.factorypath"]}, "editor.formatOnSave": {"type": "boolean"}, "redhat.telemetry.enabled": {"type": "boolean"}, "java.project.importOnFirstTimeStartup": {"type": "string"}, "java.format.settings.url": {"type": "string"}, "java.format.settings.profile": {"type": "string"}}, "required": ["javascript.format.enable", "vetur.format.defaultFormatter.js", "vetur.format.defaultFormatter.html", "editor.codeActionsOnSave", "java.configuration.runtimes", "files.exclude", "editor.formatOnSave", "redhat.telemetry.enabled", "java.project.importOnFirstTimeStartup", "java.format.settings.url", "java.format.settings.profile"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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.org/draft-07/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"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}, "publishedAt": {"type": "string"}}, "required": ["updatedAt", "description", "uri", "contents", "link", "categories", "content", "title", "publishedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 empresa a\u00e9rea n\u00e3o vem atendendo as demandas dos consumidores. ", "uri" : "http://todosabordo.blogosfera.uol.com.br/2019/07/07/clientes-dizem-que-avianca-nao-tem-mais-servico-de-atendimento-a-passageiro/", "contents" : "[]", "link" : "[]", "categories" : "[]", "content" : "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>302 Found</title>\n</head><body>\n<h1>Found</h1>\n<p>The document has moved <a href=\"https://todosabordo.blogosfera.uol.com.br/2019/07/07/clientes-dizem-que-avianca-nao-tem-mais-servico-de-atendimento-a-passageiro/\">here</a>.</p>\n</body></html>\n", "title" : "Clientes dizem que Avianca n\u00e3o tem mais servi\u00e7o de atendimento a passageiro", "publishedAt" : ""} | 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"}}, "required": ["updatedAt", "description", "uri", "contents", "link", "categories", "content", "title", "publishedAt"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 of my hobbies is mushroom cultivation. and when i'm cultivating mushrooms this works great.", "reviewDate" : "2017-05-22T15:22:20.7445203+03:00"}, {"productId" : 4058, "reviewText" : "My penguin loves to play with it.", "reviewDate" : "2019-03-30T06:58:58.6487414+02:00"}, {"productId" : 4834, "reviewText" : "heard about this on wonky radio, decided to give it a try.", "reviewDate" : "2018-01-24T14:33:16.0278071+02:00"}, {"productId" : 1410, "reviewText" : "this Strategist is light-hearted.", "reviewDate" : "2018-01-01T23:49:10.4570076+02:00"}]} | 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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "array", "items": {"type": "object", "properties": {"cpp": {"type": "object", "properties": {}, "required": []}}, "required": ["cpp"]}}, "os": {"type": "array", "items": {"type": "string"}}, "ciTests": {"type": "object", "properties": {"linux": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "env": {"type": "array", "items": {}}, "steps": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "env", "steps"]}}}, "required": ["linux"]}}, "required": ["guid", "name", "categories", "description", "dependencies", "languages", "os", "ciTests"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"], "languages" : [{"cpp" : {}}], "os" : ["linux"], "ciTests" : {"linux" : [{"id" : "analog-in", "env" : [], "steps" : ["mkdir build", "cd build", "cmake ..", "make"]}]}} | 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", "properties": {"cpp": {"type": "object", "properties": {}, "required": []}}, "required": ["cpp"]}}, "os": {"type": "array", "items": {"type": "string"}}, "ciTests": {"type": "object", "properties": {"linux": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "env": {"type": "array", "items": {}}, "steps": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "env", "steps"]}}}, "required": ["linux"]}}, "required": ["guid", "name", "categories", "description", "dependencies", "languages", "os", "ciTests"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.