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": {"name": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"dgeni-alive": {"type": "string"}, "grunt": {"type": "string"}, "grunt-con... | {"name" : "angular-route-segment", "title" : "Angular Route Segment", "version" : "1.5.1", "devDependencies" : {"dgeni-alive" : "~0.0.5", "grunt" : "", "grunt-contrib-concat" : "", "grunt-contrib-uglify" : "", "grunt-git-describe" : "", "grunt-karma" : "", "jasmine-core" : "~2.4.1", "jasmine-jquery-matchers" : "~1.0.1"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"dgeni-alive": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-uglify": {"type": "str... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "510722132001", "text" : "\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510722132201", "text" : "\u6cc9\u6e90\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510722132202", "text" : "\u9ad8\u4e95\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510722132203", "text" : "\u8349\u5830\u6751\u6c11\u59d4\u5458\u4f1a"},... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"dates": {"type": "array", "items": {"type": "string"}}, "samples": {"type": "array", "items": {"type": "array", "items": {"type": "boolean"}}}}, "required": ["dates", "samples"], "$schema": "http://json-schema.org/draft-07/sch... | {"dates" : ["2020-08-01", "2020-08-02"], "samples" : [[false, false], [false, false], [false, false], [false, false], [false, false], [false, false], [false, false], [false, false], [false, false], [false, false], [false, false], [false, false], [false, false], [false, false], [false, false], [false, false], [false, fa... | json_instruct | {"type": "object", "properties": {"dates": {"type": "array", "items": {"type": "string"}}, "samples": {"type": "array", "items": {"type": "array", "items": {"type": "boolean"}}}}, "required": ["dates", "samples"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "EHR", "COUNT_VALUE" : 43}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : [... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:i... | {"id" : 404414285, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "5705e59aea6e3bdaca0aacccdf9f6776", "wof:id" : 404414285, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.41944, 49.42778, 4.41944, 49.42778], "geometry" : {"coordinates"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"texture": {"type": "string"}}, "required": ["texture"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}... | {"parent" : "player_companions:item/template/lizard", "textures" : {"texture" : "player_companions:entity/lizard/lizard_green"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"texture": {"type": "string"}}, "required": ["texture"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "... | {"contract" : "0x3127e0f1904ad7399f8468af8537f56f65d02974", "tool" : "osiris", "start" : 1564620845.7488525, "end" : 1564620848.545545, "duration" : 2.7966926097869873, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "9eb41e0247c8e7fb819f97441fb23096a180b570"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "integer"}, "symbols": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "category": {"type": "string"}, "index": {"type": "integer"}}, "required": ["version", "symbols",... | {"version" : 1, "symbols" : ["4EE28560-3DF4-44B6-830A-44A70F91F47E"], "name" : "Text Justified Align", "category" : "Touch Bar Icons", "index" : 64} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "symbols": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "category": {"type": "string"}, "index": {"type": "integer"}}, "required": ["version", "symbols", "name", "category", "index"], "$schema": "http://json-schema.org/draf... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "IT BRINGS (THE IMPRESSION BEING ONCE MADE) THAT OF THE PAIN AND DISPLEASURE WITH IT;", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/7640.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"week52change": {"type": "number"}, "week52high": {"type": "number"}, "week52low": {"type": "number"}, "marketcap": {"type": "integer"}, "employees": {"type": "integer"}, "day200MovingAvg": {"type": "number"}, "day50MovingAvg":... | {"week52change" : 0.618845, "week52high" : 327.85, "week52low" : 170.27, "marketcap" : 1333719761400, "employees" : 137000, "day200MovingAvg" : 263.21, "day50MovingAvg" : 273.11, "float" : 4329598232, "avg10Volume" : 37676579.4, "avg30Volume" : 38930421.53, "ttmEPS" : 12.8615, "ttmDividendRate" : 3.08, "companyName" : ... | json_instruct | {"type": "object", "properties": {"week52change": {"type": "number"}, "week52high": {"type": "number"}, "week52low": {"type": "number"}, "marketcap": {"type": "integer"}, "employees": {"type": "integer"}, "day200MovingAvg": {"type": "number"}, "day50MovingAvg": {"type": "number"}, "float": {"type": "integer"}, "avg10Vo... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "i... | {"lastUpdated" : 1655019279666, "username" : "FlamingBoi123", "scores" : [{"xp" : 11207, "rank" : 344, "cardId" : 244}, {"xp" : 3210, "rank" : 422, "cardId" : 561}, {"xp" : 11863, "rank" : 183, "cardId" : 422}, {"xp" : 6712, "rank" : 415, "cardId" : 545}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"header": {"type": "object", "properties": {"version": {"type": "string"}, "topic": {"type": "string"}, "source": {"type": "string"}, "channel": {"type": "string"}, "dateTime": {"type": "string"}, "messageId": {"ty... | {"header" : {"version" : "0.5.0", "topic" : "event_case-update", "source" : "Ut fugiat irure", "channel" : "RH", "dateTime" : "1970-01-01T00:00:00.000Z", "messageId" : "3883af91-0052-4497-9805-3238544fcf8a", "correlationId" : "3883af91-0052-4497-9805-3238544fcf8a", "originatingUser" : "foo.bar@ons.gov.uk"}, "payload" :... | json_instruct | {"type": "object", "properties": {"header": {"type": "object", "properties": {"version": {"type": "string"}, "topic": {"type": "string"}, "source": {"type": "string"}, "channel": {"type": "string"}, "dateTime": {"type": "string"}, "messageId": {"type": "string"}, "correlationId": {"type": "string"}, "originatingUser": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id_2853": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_2853"], "$schema": "http://json-schema.org/draft-0... | {"id_2853" : {"publicdate" : "2009-01-24 13:55:00", "title" : "Brieven van den nutteloozen toeschouwer"}} | json_instruct | {"type": "object", "properties": {"id_2853": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_2853"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"},... | [{"name" : "MD-0243\u9a9a\u5973\u5065\u8eab\u8054\u76df-\u590f\u6674\u5b50 \u5c9a\u6e58\u5ead", "size" : 146862275, "link" : "https://streamtape.com/e/j6oklJQZ06cLP9", "created_at" : "2022\u5e7404\u670810\u65e5 07:17:20", "downloads" : 0, "linkid" : "j6oklJQZ06cLP9", "convert" : "converted", "achorname" : "\u4e38\u5b50... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "8e859ac7c56b13fc8c0a4e24f1bc4c40642ab34d"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "320922002002", "text" : "\u4e09\u91cc\u5c45\u59d4\u4f1a"}, {"id" : "320922002022", "text" : "\u82b1\u56ed\u5c45\u59d4\u4f1a"}, {"id" : "320922002024", "text" : "\u574e\u5357\u5c45\u59d4\u4f1a"}, {"id" : "320922002025", "text" : "\u53cb\u597d\u5c45\u59d4\u4f1a"}, {"id" : "320922002200", "text" : "\u4e09\u53cb\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items":... | {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [72.961, 45.0654, 0.834206, 73.373, 52.8198, 0.837324, 69.0962, 53.971, 0.806629, 67.5428, 61.3429, 0.8216, 67.1491, 69.8568, 0.8347, 79.1516, 52.0503, 0.822011, 81.8679, 60.5526, 0.730429, 82.6556, 67.1466, 0.779474, 74.9069, 68.3196, 0.721335, 7... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "sitemap_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {"type": "string"}}, "selec... | {"index_name" : "urbanairship", "start_urls" : ["https://docs.urbanairship.com"], "sitemap_urls" : ["https://docs.urbanairship.com/sitemap.xml"], "stop_urls" : ["/page/", "/whats-new/"], "selectors" : {"lvl0" : {"selector" : ".article__heading h1", "default_value" : "Documentation"}, "lvl1" : ".article__body h1", "lvl2... | json_instruct | {"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "sitemap_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {"type": "string"}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"initialExtent": {"type": "string"}}, "required": ["initialExtent"]}}, "required": ["class", "instance"], ... | {"class" : {}, "instance" : {"initialExtent" : "StephaneDucasse 3/18/2010 21:23"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"initialExtent": {"type": "string"}}, "required": ["initialExtent"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "m... | {"ast" : null, "code" : "\"use strict\";\n\nvar _interopRequireDefault = require(\"@babel/runtime/helpers/interopRequireDefault\");\n\nexports.__esModule = true;\n\nvar _default2 = _interopRequireDefault(require(\"./default\"));\n\nexports.default = _default2.default;", "map" : null, "metadata" : {}, "sourceType" : "sc... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"monsters/walkers/miasmop/icemiasmop.monstertype": {"type": "array", "items": {"type": "strin... | [{"DeniedAlternatives" : [], "Files" : {"monsters/walkers/miasmop/icemiasmop.monstertype" : ["/shortdescription"]}, "Texts" : {"Eng" : "Ice Miasmop", "Rus" : "\u041b\u0435\u0434\u044f\u043d\u043e\u0439 \u041c\u0438\u0430\u0441\u043d\u043e\u043f"}}, {"DeniedAlternatives" : [], "Files" : {"monsters/walkers/miasmop/icemia... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"monsters/walkers/miasmop/icemiasmop.monstertype": {"type": "array", "items": {"type": "string"}}}, "required": ["monsters/walkers/miasmop/icemiasmop.monstertype"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type"... | {"id" : 79853073, "name" : "Cipher Soldier", "is_illegal" : false, "is_custom" : false, "text" : "If this card battles a Warrior-Type monster, during damage calculation: This card gains 2000 ATK and DEF during that damage calculation only.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/79853073.jpg"]... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"datestamp": {"type": "string"}, "title": {"type": "string"}, "creator": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "subject": {"type": "arr... | {"datestamp" : "Wed Apr 14 21:58:01 EDT 2021", "title" : "Replication data for: Financial Incentives as Signals: Experimental Evidence from the Recruitment of Village Promoters in Uganda", "creator" : "Erika Deserranno", "identifier" : ["113735", "113735", "https://doi.org/10.3886/E113735V1"], "description" : "I study ... | json_instruct | {"type": "object", "properties": {"datestamp": {"type": "string"}, "title": {"type": "string"}, "creator": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "subject": {"type": "array", "items": {"type": "string"}}}, "required": ["datestamp", "title", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"require": {"type": "array", "items": {"type": "string"}}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"require" : ["curl", "parity"]} | json_instruct | {"type": "object", "properties": {"require": {"type": "array", "items": {"type": "string"}}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.867515, 40.925007], [-73.865745, 40.926077], [-73.860992, 40.932688], [-73.856432, 40.931486], [-73.857778, 40.925275], [-73.861801, 40.921879], [-73.862639, 40.921456], [-73.867515, 40.925007]]]}, "type" : "Feature",... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"sid": {"type": "string"}, "account_sid": {"type": "string"}, "workspace_sid": {"type": "string"}, "friendly_name": {"type": "string"}, "unique_name": {"type": "string"}, "date_created": {"type": "string"}, "date_updated": {"ty... | {"sid" : "TC72e66c2c822002ff3cad36c608979ee9", "account_sid" : "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "workspace_sid" : "WS74facd34612674c795b19d40690aeec2", "friendly_name" : "My Channel", "unique_name" : "my-channel", "date_created" : "2018-10-23T21:11:15Z", "date_updated" : "2018-10-23T21:11:15Z", "url" : "https://ta... | json_instruct | {"type": "object", "properties": {"sid": {"type": "string"}, "account_sid": {"type": "string"}, "workspace_sid": {"type": "string"}, "friendly_name": {"type": "string"}, "unique_name": {"type": "string"}, "date_created": {"type": "string"}, "date_updated": {"type": "string"}, "url": {"type": "string"}}, "required": ["s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "trice", "definition" : "1. To pull; to haul; to drag; to pull away. [Obs.] Out of his seat I will him trice. Chaucer. 2. (Naut.) To haul and tie up by means of a rope.\n\nA very short time; an instant; a moment; -- now used only in the phrase in a trice. \"With a trice.\" Turbervile. \" On a trice.\" Shak. ... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}... | {"uuid" : "d347c07a-90b8-49a4-acbe-0952f1d661b9", "children" : ["77d385f7-9754-43f7-8aca-2e1f9b5e53ac"], "befores" : [{"name" : "check_ui", "status" : "passed", "start" : 1590319691976, "stop" : 1590319691976}], "start" : 1590319691976, "stop" : 1590319692540} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "require... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "manifest_version": {"type": "integer"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action"... | {"name" : "delazona", "manifest_version" : 2, "version" : "1.0", "description" : "Re-descobreix les botigues de la teva zona.", "permissions" : ["storage", "contextMenus", "declarativeContent", "tabs", "activeTab", "https://delazona.herokuapp.com/", "https://5ae6b60b.ngrok.io/", "https://www.amazon.es/", "https://www.a... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "manifest_version": {"type": "integer"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"},... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"right": {"type": "number"}, "bottom": {"type": "num... | {"frame_id" : 2856, "walking" : "0", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"right" : 0.12452, "bottom" : 0.627762, "top" : 0.372293, "recognized" : false, "bb_big_enough" : false, "class" : "artwork", "left" : 0.005643}, {"artwork_id" : "attis_donatello", "right" : 0.702695, "bottom" : 0.750106, "top" :... | json_instruct | {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "recognized": {"type": "boolean"}, "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": ... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-5.048675, 54.663744]}, "properties" : {"site" : "BR03", "hectares" : "0.5224", "ownership-status" : "owned by a public authority", "point" : "POINT(-5.048675 54.663744)", "planning-permission-status" : "permissioned", "name" : "BR03", "site-address"... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site": {"type": "string"}, "hecta... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string... | {"name" : "datorama", "private" : true, "version" : "1.0.0", "description" : "Stocks App Viewer", "author" : "Shahar Kazaz", "license" : "Apache", "repository" : "https://github.com/shaharkazaz/stock-app-viewer", "dependencies" : {"http-server" : "0.8.5"}, "devDependencies" : {"bower" : "1.7.7"}, "engines" : {"node" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "dependencies": {"type": "object", "properties": {"http-server": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#t... | {"deprecated" : "false", "authority-code" : "PMJ", "identifier" : "PMJ", "about" : "http://publications.europa.eu/resource/authority/language/PMJ", "prefLabel" : {"@lang" : "pmj", "#text" : "southern Pumi"}, "start.use" : "1950-05-09"} | json_instruct | {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"ty... | {"type" : "bundle", "id" : "bundle--76e4bb92-cfd1-46fa-aff9-346700b61262", "spec_version" : "2.0", "objects" : [{"created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "source_ref" : "malware--958b5d06-8bb0-4c5b-a2e7-013... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"default-encoding": {"type": "string"}}, "required": ["default-encoding"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"default-encoding" : "latin1"} | json_instruct | {"type": "object", "properties": {"default-encoding": {"type": "string"}}, "required": ["default-encoding"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper... | {"hash" : "0x6aa89cc9f468c329f25fbcff9d18708fc25ce9768524db4f02f8668199feeeeb", "parentHash" : "0xa09ba84d38bd869b6357213ca3ac0233e0836d6f0022828855bd85865ff38e17", "number" : 86784, "timestamp" : 1439582778, "nonce" : "0x1d33cf4f8f196d6e", "difficulty" : 2953126609538, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "i... | {"name" : "JobTimer", "version" : "0.0.1", "authors" : ["lucax88x <lucax88x@gmail.com>"], "description" : "Job Timer Application", "main" : "", "moduleType" : ["amd", "es6"], "license" : "MIT", "homepage" : "", "private" : true, "dependencies" : {"angular" : "~1.4.7", "angular-ui-router" : "~0.2.15", "jquery" : "~2.1.4... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "verses": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "string"}}}, "required": ["lines"]}}, "chorus": {"type": "string"}, "CCLI": {"t... | {"title" : "IPH 164 - As we seek Your face", "verses" : [{"lines" : [" As we seek Your face,", " may we know Your heart,\r", "feel Your presence, acceptance,\r", " as we seek Your face.\r"]}, {"lines" : ["\f Move among us now,", " come, reveal Your power,\r", "show Your presence, acceptance,\r", " move among us now.\r... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "verses": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "string"}}}, "required": ["lines"]}}, "chorus": {"type": "string"}, "CCLI": {"type": "string"}}, "required": ["title", "verses", "chorus", "C... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "prereqTree": {"type": "object", "properties": {"or": {"t... | {"courseCode" : "TEE3501", "courseCredit" : "4", "description" : "Power electronics forms an integral part of all electronics equipment from household appliances through information technology to transportation systems. This module develops the working knowledge, the foundation theory for generic power electronic circu... | json_instruct | {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "prereqTree": {"type": "object", "properties": {"or": {"type": "array", "items": {"type": "string"}}}, "required": [... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "in... | {"status" : 200, "data" : {"totalSubs" : 31, "subsInEachSource" : {"feedly" : 17, "inoreader" : 13, "feedsPub" : 1}, "failedSources" : {}}, "lastModified" : 1618791462494} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "in... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js?id=b8cc0bedffe69192aa66", "/css/app.css" : "/css/app.css?id=a9732bd7a461449bd43f"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "req... | {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.03125763, "width" : 0.0814209, "ymin" : 0.3819309, "height" : 0.14474827}, "relativeKeypoints" : [{"y" : 0.5027398, "x" : 0.06678009}, {"y" : 0.41379124, "x" : 0.0874939}, {"y" : 0.40185547, "x" : 0.067466736}, {"y" : 0.40288633, "x" : 0.048843384}, {"y" : 0.411078... | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"classifiers": {"type": "array", "items": {"type": "string"}}, "description_content_type": {"type": "string"}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"con... | {"classifiers" : ["Development Status :: 5 - Production/Stable", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python... | json_instruct | {"type": "object", "properties": {"classifiers": {"type": "array", "items": {"type": "string"}}, "description_content_type": {"type": "string"}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"e... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"900751863": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900751864": {"type": "object", "properties": {"nam... | {"900751863" : {"nama" : "TPS 1", "dapil" : [7601, 17601, 2760302]}, "900751864" : {"nama" : "TPS 2", "dapil" : [7601, 17601, 2760302]}, "900751865" : {"nama" : "TPS 3", "dapil" : [7601, 17601, 2760302]}, "900751866" : {"nama" : "TPS 4", "dapil" : [7601, 17601, 2760302]}} | json_instruct | {"type": "object", "properties": {"900751863": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900751864": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"/js/vendor.js": {"type": "string"}, "/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/js/manifest.js": {"type": "string"}, "/dist/css/all.min.css": {"type": "string"}}, "required": ["/js/vend... | {"/js/vendor.js" : "/js/vendor.js", "/js/app.js" : "/js/app.js", "/css/app.css" : "/css/app.css", "/js/manifest.js" : "/js/manifest.js", "/dist/css/all.min.css" : "/dist/css/all.min.css"} | json_instruct | {"type": "object", "properties": {"/js/vendor.js": {"type": "string"}, "/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/js/manifest.js": {"type": "string"}, "/dist/css/all.min.css": {"type": "string"}}, "required": ["/js/vendor.js", "/js/app.js", "/css/app.css", "/js/manifest.js", "/dist/css/all.... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@capacitor-community/firebase-analytics": {"type": "string"}, "@capacitor/android": {"type": "string"}, "@c... | {"name" : "daily-office-2019", "version" : "0.1", "dependencies" : {"@capacitor-community/firebase-analytics" : "^0.2.0", "@capacitor/android" : "^2.4.2", "@capacitor/cli" : "^2.4.2", "@capacitor/core" : "^2.4.2", "@capacitor/ios" : "^2.4.2", "jetifier" : "^1.6.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@capacitor-community/firebase-analytics": {"type": "string"}, "@capacitor/android": {"type": "string"}, "@capacitor/cli": {"type": "string"}, "@capacitor/core": {"type": "strin... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Tiro Federal", "0", "5", "River Plate", "Torneo Clausura 2006 - Fecha 1"], ["River Plate", "2", "0", "Tiro Federal", "Torneo Apertura 2005 - Fecha 1"], ["Tiro Federal", "0", "5", "River Plate", "Torneo Clausura 2006 - Fecha 1"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, ... | {"from" : " Owensboro, KY USA", "name" : " Robot Dynasty", "num" : 6897, "comps" : [{"name" : "KY FTC Championship Tournament", "place" : "Advanced Technology Center of Owensboro Community & Technical College", "date" : "23-Feb-13", "highest" : 260, "QP" : 4, "RP" : 16, "matches" : 5}]} | json_instruct | {"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "date": {"type": "string"}, "highest": {"type": "integer"}, "QP": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"900679492": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900679493": {"type": "object", "properties": {"... | {"900679492" : {"nama" : "TPS 1", "dapil" : [6301, 16303, 2630404]}, "900679493" : {"nama" : "TPS 2", "dapil" : [6301, 16303, 2630404]}, "900679494" : {"nama" : "TPS 3", "dapil" : [6301, 16303, 2630404]}} | json_instruct | {"type": "object", "properties": {"900679492": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900679493": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"lat": {"type": "string"}, "lng": {"type": "string"}, "postcode": {"type": "string"}, "streets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "distance": {"t... | {"lat" : "-0.962572", "lng" : "52.256066", "postcode" : "NN5 6HZ", "streets" : [{"id" : "132819765", "name" : "Alsace Close", "distance" : 115}, {"id" : "132819766", "name" : "Beauvais Court", "distance" : 20}, {"id" : "166749982", "name" : "Marseilles Close", "distance" : 137}, {"id" : "171947121", "name" : "Hirondell... | json_instruct | {"type": "object", "properties": {"lat": {"type": "string"}, "lng": {"type": "string"}, "postcode": {"type": "string"}, "streets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "distance": {"type": "integer"}}, "required": ["id", "name", "distance"]}}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "item... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [1165.88, 459.831, 1, 1122.95, 473.927, 1, 1120.93, 450.947, 1, 1100.95, 442.949, 1, 1104.96, 446.954, 1, 1118.92, 489.951, 1, 1053.86, 497.99, 1, 961.92, 506.94, 1, 986.902, 442.919, 1, 930.929, 363.867, 1, 781.924, 428.96, 1, 979.899, 444.946, 1, 867.9, 446.933, 1,... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d829379b0e76b2ea4947eb02646e7e5f1eabca12"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"... | {"Time" : "2021-02-15T05:00:00Z", "Temp" : 10.4, "RelHum" : 93, "WindSpeed" : 0.8, "WindDir" : 179} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://js... | [{"name" : "LEONELA", "frequency" : 1276, "males" : "0.07836990595611285 %", "females" : "99.92163009404389 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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"]}, ... | [{"manufacturer" : "Tecno", "market_name" : "CAMON 12", "codename" : "TECNO-CC7", "model" : "TECNO CC7"}] | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "au... | {"name" : "che/console-signals", "description" : "Unix signal support for Symfony Console", "keywords" : ["console", "signal", "pcntl", "process", "restart"], "homepage" : "http://github.com/chEbba/ConsoleSignals", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Kirill chEbba Chebunin", "email" : "iam@ch... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["../../protos/google/cloud/websecurityscanner/v1alpha/crawled_url.proto", "../../protos/google/cloud/websecurityscanner/v1alpha/finding.proto", "../../protos/google/cloud/websecurityscanner/v1alpha/finding_addon.proto", "../../protos/google/cloud/websecurityscanner/v1alpha/finding_type_stats.proto", "../../protos/goog... | json_instruct | {"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": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "stri... | {"id" : 79422, "info" : {"name" : "plus in persian, use \"Nazli\" font.", "description" : "g+ in persian, first download Nazli font", "additionalInfo" : null, "format" : "uso", "category" : "google", "createdAt" : "2012-12-03T09:36:12.000Z", "updatedAt" : "2012-12-03T09:36:12.000Z", "license" : "CC0-1.0", "author" : {"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timeda... | {"pe_name" : "tcmsetup.exe", "pe_type" : 267, "pe_size" : 14848, "pe_subsystem" : 2, "pe_subsystem_caption" : "The Windows graphical user interface (GUI) subsystem", "pe_path" : "c:\\Windows\\WinSxS\\wow64_microsoft-windows-optionaltsps_31bf3856ad364e35_10.0.18362.1_none_beae58927a7bf891\\tcmsetup.exe", "pe_timedate_st... | json_instruct | {"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"layout": {"type": "object", "properties": {"title_gooddata": {"type": "string"}, "header_hi": {"type": "string"}, "header_guest": {"type": "string"}, "header_change_password": {"type": "string"}, "header_logout": {"type": "str... | {"layout" : {"title_gooddata" : "GOOD DATA", "header_hi" : "Hi, ", "header_guest" : "Guest", "header_change_password" : "Change password", "header_logout" : "Logout", "footer_copyright" : "Copyright to Good Data - Duc Nguyen @2021", "not_found" : "404 Not Found", "menu_gross_profit" : "Gross Profit", "menu_charts" : "C... | json_instruct | {"type": "object", "properties": {"layout": {"type": "object", "properties": {"title_gooddata": {"type": "string"}, "header_hi": {"type": "string"}, "header_guest": {"type": "string"}, "header_change_password": {"type": "string"}, "header_logout": {"type": "string"}, "footer_copyright": {"type": "string"}, "not_found":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit... | {"schema_version" : "1.2.0", "id" : "GHSA-jxhq-c35p-v59f", "modified" : "2022-05-13T01:52:47Z", "published" : "2022-05-13T01:52:47Z", "aliases" : ["CVE-2018-5349"], "details" : "A vulnerability has been found in Heimdal PRO v2.2.190, but it is most likely also present in Heimdal FREE and Heimdal CORP. Faulty permission... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["star... | {"name" : "KineBot", "version" : "1.0.0", "description" : "Giveaway bot created with discord-giveaways package in discord.js", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "author" : "Mukesh", "license" : "nginx", "keywords" : ["discord", "giveaways", "giveaway", "bot", "discord.js", "discordjs"], "dep... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "key... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["210726114001", "\u4f73\u5174\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["210726114200", "\u828d\u836f\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["210726114202", "\u77f3\u5e99\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["210726114203", "\u4e1c\u65b9\u5e97\u6751\u6c11\u59d4\u5458\u4f1a", "220... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"typ... | {"name" : "Schule Barlsheide", "id" : "HH-5280", "address" : "Bornheide 2, 22549 Hamburg", "school_type" : "Grundschule", "legal_status" : 1, "fax" : "+49 40 428 8868-22", "phone" : "+49 40 428 8868-0", "website" : "http://www.schule-barlsheide.hamburg.de", "email" : "Schule-Barlsheide@bsb.hamburg.de", "provider" : nul... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "provider": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type... | {"name" : "http2-helper", "version" : "1.1.4", "description" : "", "main" : "./dist/index.js", "scripts" : {"start" : "tsc && node dist/index.js", "build" : "tsc", "test" : "echo \"Error: no test specified\" && exit 1", "prepare" : "npm run build", "version" : "git add -A src", "postversion" : "git push && git push --t... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "prepare": {"type": "string"}, "v... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required... | {"latest_version" : ["0.2.1"], "meta" : {"description" : "Bare minimum cron job monitoring for the masses", "homepage" : "https://github.com/hatnote/cronfed", "license" : "BSD"}, "versions" : {"0.2.0" : {"sha256" : "fda5f33a4f0a947b68c6296b339a4ee62cdac675646253fb59ea10e7b4b1cd56", "url" : "https://files.pythonhosted.o... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"jquery.dynatable.css": {"type": "string"}, "jquery.dynatable.js": {"type": "string"}, "jquery.dynatable.min.css": {"type": "string"}, "jquery.dynatable.min.js": {"type": "string"}}, "required": ["jquery.dynatable.css", "jquery... | {"jquery.dynatable.css" : "sha512-pIAnP1ab2DFC5eeB2vRXQPJsVpbvLctRP8cGXJ/h5F1w+tNuNSqnZ+NTA7YCG/1fFGlPSwUlK2QS1odeLK/6aA==", "jquery.dynatable.js" : "sha512-+eXPEz4eN/ZQ69yLJmdoBYHyB95dNBQIYIZGbvW7JWDuQksTlTJnCtcqsqAbYfcPhJkZqM1g4wiAPNjRa2um3A==", "jquery.dynatable.min.css" : "sha512-YXF0U8ZZn33fi9b/N13U99Qr5ZZoA/rfpk/... | json_instruct | {"type": "object", "properties": {"jquery.dynatable.css": {"type": "string"}, "jquery.dynatable.js": {"type": "string"}, "jquery.dynatable.min.css": {"type": "string"}, "jquery.dynatable.min.js": {"type": "string"}}, "required": ["jquery.dynatable.css", "jquery.dynatable.js", "jquery.dynatable.min.css", "jquery.dynatab... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}}, "required": ["name", "... | {"name" : "Strava Forum Challenge", "description" : "An challenge to create an Strava Forum", "repository" : "https://github.com/marexandre/sf", "keywords" : ["node", "express", "static"], "image" : "heroku/nodejs"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}}, "required": ["name", "description", "repository", "keywords", "image"], "$schema": "http://json-sch... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jshint": {"type": "string"}}, "required": ["jshint"]}, "dependencies": {"typ... | {"name" : "engagespark-topup", "version" : "0.0.8", "description" : "Send engagespark topups", "devDependencies" : {"jshint" : "^2.10.2"}, "dependencies" : {"request" : "2.88.0", "debug" : "4.1.1", "commander" : ""}, "scripts" : {"test" : "jshint engagespark-topup.js cli.js"}, "main" : "engagespark-topup.js", "engines"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jshint": {"type": "string"}}, "required": ["jshint"]}, "dependencies": {"type": "object", "properties": {"request": {"type": "string"}, "d... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"public": {"type": "object", "properties": {"ga": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["ga"]}}, "required": ["public"], "$schema": "http://json-schema.org/draft-07/s... | {"public" : {"ga" : {"id" : "UA-60445852-2"}}} | json_instruct | {"type": "object", "properties": {"public": {"type": "object", "properties": {"ga": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["ga"]}}, "required": ["public"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$... | {"id" : "2006", "provinceId" : "71", "regencyId" : "05", "districtId" : "08", "name" : "Aergale"} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[619.0429672610226, 599.3884630045316], [614.8076532124859, 614.21206217441], [599.9840540426075, 629.0356613442887], [576.6898267756555, 645.9769175384354], [557.6309135572404, 650.2122315869719], [540.6896573630936, 654.4475456355087]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"ty... | {"name" : "Frolian", "description" : "The great ninja teraboss of the blockchain, can pump everything in the blink of an eye.", "image" : "https://ipfs.io/ipfs/QmTeGBecVPJnvqeMkxSSu6A6j3WWpwHb7UBefGfvgmqDsN?filename=frolian.png", "attributes" : [{"trait_type" : "Pump power", "value" : 122}, {"trait_type" : "C# .NET", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "integer"}}, "required": ["trait_type", "value"]}}}, "required": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "standard"} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "format"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright" : "Ricardo Torres, http://rictorres.com", "url" : "http://rictorres.com", "format" : "html"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "format"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"problemId" : 2, "seed" : 23862, "solution" : "22412225153152443x34222155x413342141455444x3x524115515453xx24223113543xx31515x5414212x55x535xx4542134x3312122x541355x5355x424342x3x33155122x353455342124x2x4x53553x5333x2x515x51152454445355x2xxx31535225345151453133134554xx3x442x2xx422x534x54113515251533111254x52433x2515331... | json_instruct | {"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"menu": {"type": "object", "properties": {"title": {"type": "string"}, "background": {"type": "string"}, "font": {"type": "string"}}, "required": ["title", "background", "font"]}}, "required": ["menu"], "$schema": "ht... | {"menu" : {"title" : "data/img/title.png", "background" : "data/img/chessboard_640x640.png", "font" : "data/font/OpenSans/OpenSans-Semibold.ttf"}} | json_instruct | {"type": "object", "properties": {"menu": {"type": "object", "properties": {"title": {"type": "string"}, "background": {"type": "string"}, "font": {"type": "string"}}, "required": ["title", "background", "font"]}}, "required": ["menu"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema... | [{"year" : 1924, "sex" : "F", "n" : 5, "prop" : 3.86e-06}, {"year" : 1957, "sex" : "F", "n" : 5, "prop" : 2.38e-06}, {"year" : 1961, "sex" : "F", "n" : 5, "prop" : 2.41e-06}, {"year" : 2014, "sex" : "M", "n" : 6, "prop" : 2.93e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "city": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"code": {"... | {"id" : "100137491", "city" : {"code" : 4800, "name" : "\uacbd\uc0c1\ub0a8\ub3c4"}, "region" : {"code" : "2481901", "name" : "\uc0b0\uccad\uad70\ud568\uc591\uad70\uac70\ucc3d\uad70\ud569\ucc9c\uad70"}, "party" : "\ubbf8\ub798\ud1b5\ud569\ub2f9", "name" : "\uac15\uc11d\uc9c4", "hasEmail" : true} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "city": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"login_url": {"type": "string"}}, "required": ["login_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"login_url" : "https://localhost:3501/login"} | json_instruct | {"type": "object", "properties": {"login_url": {"type": "string"}}, "required": ["login_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author",... | {"title" : "\u3010MMD\u3011Shake It - \u7d32\u661f\u3042\u304b\u308a, \u7d50\u6708\u3086\u304b\u308a", "author" : "willowywicca", "description" : "<aundefinedhref='https://youtu.be/yprLom8EUr0'>https://youtu.be/yprLom8EUr0</a>", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/video_embed_field_thumb... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"adapterKind": {"type": "string"}, "keys": {"type": "array", "items": {"type": "string"}}, "resourceKind": {"type": "string"}, "sampleno": {"type": "integer"}, "server": {"type": "object", "properties": {"name... | {"adapterKind" : "VMware", "keys" : ["guestfilesystem|capacity_total", "cpu|capacity_provisioned", "cpu|numberToRemove", "cpu|numberToAdd", "cpu|demandmhz", "guestfilesystem|usage_total"], "resourceKind" : "VirtualMachine", "sampleno" : 3, "server" : {"name" : "test-vrops-server", "password" : "test-password", "userid"... | json_instruct | {"type": "object", "properties": {"adapterKind": {"type": "string"}, "keys": {"type": "array", "items": {"type": "string"}}, "resourceKind": {"type": "string"}, "sampleno": {"type": "integer"}, "server": {"type": "object", "properties": {"name": {"type": "string"}, "password": {"type": "string"}, "userid": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"max_var_1": {"type": "number"}, "r2_0": {"type": "number"}, "std_var_1": {"type": "number"}, "max_var_0": {"type": "number"}, "_timestamp": {"type": "number"}, "std_var_0": {"type": "number"}, "train_size": {"t... | {"max_var_1" : 2.3893543534114974, "r2_0" : 0.8445206145730826, "std_var_1" : 0.07206041149860808, "max_var_0" : 0.2814177039429577, "_timestamp" : 1597959841.1260538, "std_var_0" : 0.03672099761776439, "train_size" : 9, "mean_var_0" : 0.11504295725571685, "_step" : 0, "mae_0" : 0.07394919106691701, "coregionalized" : ... | json_instruct | {"type": "object", "properties": {"max_var_1": {"type": "number"}, "r2_0": {"type": "number"}, "std_var_1": {"type": "number"}, "max_var_0": {"type": "number"}, "_timestamp": {"type": "number"}, "std_var_0": {"type": "number"}, "train_size": {"type": "integer"}, "mean_var_0": {"type": "number"}, "_step": {"type": "inte... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1109190027", "district_id" : "1109190", "name" : "CURUCOK BARAT"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate 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": "a... | {"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.109965, 51.505082], [-0.108784, 51.50525], [-0.108671, 51.505298], [-0.10799, 51.504779], [-0.106755, 51.504972], [-0.106509, 51.505051], [-0.10665, 51.505372], [-0.107374, 51.505789], [-0.107656, 51.506004], [-0.107802, 51.506244], [-0.... | 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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [15, 15, 13, 7, 5, 12, 18, 18, 12, 16, 25, 35, 25, 8, 6, 6] | json_instruct | {"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"fieldClass": {"type": "string"}, "label": {"type": "string"}, "operation": {"type": "string"}, "field1": {"type": "object", "properties": {"fieldClass": {"type": "string"}, "label": {"type": "string"}, "operation": {"type": "str... | {"fieldClass" : "uk.org.tombolo.field.transformation.ArithmeticField", "label" : "Active Transport to Work", "operation" : "div", "field1" : {"fieldClass" : "uk.org.tombolo.field.transformation.ListArithmeticField", "label" : "Sum Active modes", "operation" : "add", "fields" : [{"fieldClass" : "uk.org.tombolo.field.val... | json_instruct | {"type": "object", "properties": {"fieldClass": {"type": "string"}, "label": {"type": "string"}, "operation": {"type": "string"}, "field1": {"type": "object", "properties": {"fieldClass": {"type": "string"}, "label": {"type": "string"}, "operation": {"type": "string"}, "fields": {"type": "array", "items": {"type": "obj... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"typ... | {"directions" : ["Toss cucumbers with sea salt in colander. Place colander over bowl and let stand 15 minutes. Rinse cucumbers. Drain and pat dry with paper towels.", "Place radish sticks in medium bowl. Cover with water. Soak 15 minutes. Drain and pat dry with paper towels.", "Stir vinegar and next 3 ingredients in la... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_... | {"id" : 64436, "name" : "Taringa Music! elegante", "description" : "www.taringa.net, taringa, m\u00fasica", "user" : {"id" : 127870, "name" : "_SeRiAlKiLLeR_", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2012-04-21T13:19:30.000Z", "weekly_install_count... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Create a JSON structure that matches this 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"]... | [{"manufacturer" : "LGE", "market_name" : "Eve", "codename" : "EVE", "model" : "GW620"}, {"manufacturer" : "LGE", "market_name" : "Eve", "codename" : "EVE", "model" : "LG GW620"}, {"manufacturer" : "LGE", "market_name" : "Eve", "codename" : "EVE", "model" : "LG GW620F"}, {"manufacturer" : "LGE", "market_name" : "Eve", ... | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title.intro": {"type": "string"}, "title.events": {"type": "string"}, "button.get_ticket": {"type": "string"}, "button.log_in": {"type": "string"}, "nav.conferences": {"type": "string"}, "nav.users": {"type": "string... | {"title.intro" : "\u00danete a la comunidad de eventos mas grande del mundo", "title.events" : "Pr\u00f3ximos eventos", "button.get_ticket" : "Comprar una entrada", "button.log_in" : "Iniciar sesi\u00f3n", "nav.conferences" : "Conferencias", "nav.users" : "Usuarios", "nav.orders" : "Pedidos", "nav.my_orders" : "Mis ped... | json_instruct | {"type": "object", "properties": {"title.intro": {"type": "string"}, "title.events": {"type": "string"}, "button.get_ticket": {"type": "string"}, "button.log_in": {"type": "string"}, "nav.conferences": {"type": "string"}, "nav.users": {"type": "string"}, "nav.orders": {"type": "string"}, "nav.my_orders": {"type": "stri... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.terminal.activateEnvironment": {"type": "boolean"}}, "required": ["python.pythonPath", "python.terminal.activateEnvironment"], "$schema": "http://json-schema.org/draft-... | {"python.pythonPath" : "${workspaceFolder}/.venv/bin/python", "python.terminal.activateEnvironment" : true} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.terminal.activateEnvironment": {"type": "boolean"}}, "required": ["python.pythonPath", "python.terminal.activateEnvironment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "autoupdate": {"type": "obj... | {"name" : "magnific-popup.js", "filename" : "jquery.magnific-popup.min.js", "description" : "Lightbox and modal dialog plugin. Can display inline HTML, iframes (YouTube video, Vimeo, Google Maps), or an image gallery. Animation effects are added with CSS3 transitions. For jQuery or Zepto.", "homepage" : "http://dimseme... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "title": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semest... | {"acadYear" : "2020/2021", "title" : "ELECTRONICS & MAGNETIC PROPERTIES OF MATERIALS", "moduleCredit" : "3", "moduleCode" : "MS2018", "semesterData" : [{"semester" : 1, "timetable" : [{"classNo" : "15161", "startTime" : "1530", "endTime" : "1720", "venue" : "LEC/STUDIO LT4", "lessonType" : "Lecture", "day" : "Thursday"... | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "title": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items"... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [193.922, 105.851, 1, 196.145, 121.958, 1, 181.521, 121.48, 1, 164.678, 139.18, 1, 169.257, 147.769, 1, 210.669, 123.494, 1, 218.579, 145.252, 1, 218.423, 178.438, 1, 186.354, 181.308, 1, 175.594, 202.539, 1, 173.102, 232.99, 1, 203.718, 171.72, 1, 204.233, 207.296, ... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":... | {"Time" : "2020-11-22T10:00:00Z", "Temp" : 21.6, "RelHum" : 62, "WindSpeed" : 2.2, "WindDir" : 158} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"t... | {"type" : "Feature", "id" : "philly_metro", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-75.7, 40.3], [-76.23, 39.7211], [-75.8, 39.7218], [-75.5, 39.55], [-74.9, 39.55], [-74.45, 40.1], [-74.7, 40.3], [-75.3, 40.4], [-75.7, 40.3]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "it... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type... | {"contract" : "0x869db26297fe0def84e2a746c7f28159b8a29efc", "tool" : "mythril", "start" : 1563483032.0981252, "end" : 1563483036.3170729, "duration" : 4.218947649002075, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol",... | {"name" : "Acrona Credits", "symbol" : "ARCC", "logoURI" : "https://github.com/ArthurPaivaT/token-list/blob/main/assets/mainnet/AiRWExaAjZyyt7jCs9wEGzdNL68pEpa66BUXF6zVP3JT/logo.png?raw=true", "decimals" : 9, "address" : "AiRWExaAjZyyt7jCs9wEGzdNL68pEpa66BUXF6zVP3JT", "chainId" : 101} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId"], "$schema": "http://json... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.