input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " Rewriting an angle in decimal from degree form\n\n[imath]-40816^{\\prime} 20^{\\prime \\prime}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=GFzz5k5KD0E"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"versionId": {"type": "string"}, "lastUpdated": {"type": "string"}}, "required": ["versionId", "lastUpdated"]}, ... | {"resourceType" : "ValueSet", "id" : "2.16.840.1.113762.1.4.1138.477", "meta" : {"versionId" : "7", "lastUpdated" : "2018-08-02T01:10:09.000-04:00"}, "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Unilateral Mastectomy CPT 19180 to 19307</h2>\n <p>This value set ... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"versionId": {"type": "string"}, "lastUpdated": {"type": "string"}}, "required": ["versionId", "lastUpdated"]}, "text": {"type": "object", "properties": {"status": {"type": "string"}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/ics-comment-referrer": {"type": "object", "properties": {"0.2": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "v... | {"packages" : {"wpackagist-plugin/ics-comment-referrer" : {"0.2" : {"name" : "wpackagist-plugin/ics-comment-referrer", "version" : "0.2", "version_normalized" : "0.2.0.0", "uid" : 171291, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/ics-comment-referrer.zip?timestamp=1309800376"}, "source" ... | json_instruct | {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/ics-comment-referrer": {"type": "object", "properties": {"0.2": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "source": {"type": "string"}, "time": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "source", "time", "content"], "$schema": "http://json-schema.org/draft-07/s... | {"title" : "\u5927\u793c\u5305\uff01\u70ed\u523a\u672c\u8d5b\u5b635\u6b21\u6536\u83b7\u5bf9\u624b\u7684\u4e4c\u9f99\u7403\uff0c\u82f1\u8d85\u7b2c\u4e00", "source" : "Twitter", "time" : "2020-07-19 23:30:27", "content" : "\u864e\u62517\u670819\u65e5\u8baf\u00a0\u6b63\u5728\u8fdb\u884c\u7684\u82f1\u8d85\u6bd4\u8d5b\u4e2d... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "source": {"type": "string"}, "time": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "source", "time", "content"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":... | {"id" : 85931935, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "ada0c716e27e9c517704843bed71adbb", "wof:id" : 85931935, "wof:repo" : "whosonfirst-data-admin-in"}, "bbox" : [88.34655761720012, 22.52777975210047, 88.36303710940012, 22.54403416743453... | 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": ["... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, ... | {"id" : "dd8f6826-c7bc-4a46-b030-0e9cc6c59598", "name" : "localhost", "values" : [{"key" : "token", "value" : "", "enabled" : true}, {"key" : "url", "value" : "", "enabled" : true}, {"key" : "env", "value" : "", "enabled" : true}, {"key" : "adminUser", "value" : "", "enabled" : true}, {"key" : "adminPass", "value" : ""... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"mean_test_loss": {"type": "number"}, "mean_ground_truth_f1": {"type": "number"}, "ground_truth_acc": {"type": "number"}, "mean_student_error": {"type": "number"}, "mean_teacher_error": {"type": "number"}, "mean_protocol_div... | {"mean_test_loss" : 10.874225616455078, "mean_ground_truth_f1" : 0.60625, "ground_truth_acc" : 0.60625, "mean_student_error" : 0.7480596899986267, "mean_teacher_error" : 8.951159477233887, "mean_protocol_diversity" : 0.9137499928474426} | json_instruct | {"type": "object", "properties": {"mean_test_loss": {"type": "number"}, "mean_ground_truth_f1": {"type": "number"}, "ground_truth_acc": {"type": "number"}, "mean_student_error": {"type": "number"}, "mean_teacher_error": {"type": "number"}, "mean_protocol_diversity": {"type": "number"}}, "required": ["mean_test_loss", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"autoplayTransitionDelay": {"type": "integer"}, "author": {"type": "string"}, "timestamp": {"type": "string"}, "loopSlideshow": {"type": "integer"}, "filename": {"type": "string"}, "autoplayBuildDelay": {"type": "integer"}, "co... | {"autoplayTransitionDelay" : 5, "author" : "", "timestamp" : "2018-54-19 17:2:9", "loopSlideshow" : 0, "filename" : "week 7", "autoplayBuildDelay" : 2, "comment" : "", "title" : "week 7", "showMode" : 0, "creator" : "Apple Keynote 7.3.1", "slideList" : ["125E401B-11B3-4944-A9E5-3F353C69E90C", "D3DABC45-B52D-49DC-A6DE-F... | json_instruct | {"type": "object", "properties": {"autoplayTransitionDelay": {"type": "integer"}, "author": {"type": "string"}, "timestamp": {"type": "string"}, "loopSlideshow": {"type": "integer"}, "filename": {"type": "string"}, "autoplayBuildDelay": {"type": "integer"}, "comment": {"type": "string"}, "title": {"type": "string"}, "s... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"page": {"type": "integer"}, "totalPages": {"type": "integer"}, "itemsOnPage": {"type": "integer"}, "hash": {"type": "string"}, "previousBlockHash": {"type": "string"}, "nextBlockHash": {"type": "string"}, "height": {"type": "int... | {"page" : 1, "totalPages" : 1, "itemsOnPage" : 1000, "hash" : "00000000b551883cb80c81ec7604a6309fdd65d9f59de7bb9a9ed6b81e1c4446", "previousBlockHash" : "00000000de9fa40b4107faaeaa6f05fcf9592b9475dd1b9a8b47110089e9ba0f", "nextBlockHash" : "00000000e218d46cb2ebea79906e0052ae1c5bb6b224b0da3bcee63ea53e33d0", "height" : 833... | json_instruct | {"type": "object", "properties": {"page": {"type": "integer"}, "totalPages": {"type": "integer"}, "itemsOnPage": {"type": "integer"}, "hash": {"type": "string"}, "previousBlockHash": {"type": "string"}, "nextBlockHash": {"type": "string"}, "height": {"type": "integer"}, "confirmations": {"type": "integer"}, "size": {"t... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"[json]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[jsonc]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, ... | {"[json]" : {"editor.defaultFormatter" : "esbenp.prettier-vscode"}, "[jsonc]" : {"editor.defaultFormatter" : "esbenp.prettier-vscode"}, "[typescript]" : {"editor.defaultFormatter" : "esbenp.prettier-vscode"}, "editor.formatOnSave" : true, "editor.tabSize" : 2, "editor.insertSpaces" : true} | json_instruct | {"type": "object", "properties": {"[json]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[jsonc]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[typescript]": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"today": {"type": "string"}, "yesterday": {"type": "string"}, "None": {"type": "string"}, "Username": {"type": "string"}, "Password": {"type": "string"}, "__language_name__": {"... | {"translations" : {"today" : "\u0628\u06c8\u06af\u06c8\u0646", "yesterday" : "\u062a\u06c8\u0646\u06c8\u06af\u06c8\u0646", "None" : "\u064a\u0648\u0642", "Username" : "\u0626\u0649\u0634\u0644\u06d5\u062a\u0643\u06c8\u0686\u0649 \u0626\u0627\u062a\u0649", "Password" : "\u0626\u0649\u0645", "__language_name__" : "\u0626... | json_instruct | {"type": "object", "properties": {"translations": {"type": "object", "properties": {"today": {"type": "string"}, "yesterday": {"type": "string"}, "None": {"type": "string"}, "Username": {"type": "string"}, "Password": {"type": "string"}, "__language_name__": {"type": "string"}, "Apps": {"type": "string"}, "General": {"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, ... | {"data" : {"markdownRemark" : {"html" : "<div>\n <p>Bienvenido a Soul4FIT, esta vez te traemos un nuevo entrenamiento, mas intenso que el reto90 y enfocado 100% al trabajo con pesas.\n Esperamos que lo disfrutes!</p>\n <h2> Advertencia </h2>\n <p>Antes de arrancar por favor recuerda\n que debes estar asesorado por... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "date"]}}, "required": ["html", "fr... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "item... | {"version" : "4.5.7", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[100.0, 618.0], [429.0, 574.0], [414.0, 636.0], [80.0, 676.0]], "group_id" : 2, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[875.0, 606.0], [1069.0, 579.0], [1071.0, 645.0], [877.0, 666.0]], "group_id" : 0, "shape... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "group... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}... | {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["1803765"], "\uc81c\uc548\uc77c\uc790" : ["2009-02-11"], "\uc81c\uc548\uc790" : ["\ud64d\uc900\ud45c\uc758\uc6d0\ub4f13\uc778\uc678270\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c18\ub300(2008~2012)... | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "$type": {"type": "string"}}, "required": ["version", "$type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "2021.4", "$type" : "FrontendConfig"} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "$type": {"type": "string"}}, "required": ["version", "$type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"schema_version": {"type": "integer"}, "timestamp": {"type": "integer"}, "workspace": {"type": "object", "properties": {"0": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"panes": {"type"... | {"schema_version" : 2, "timestamp" : 1588302990, "workspace" : {"0" : [[{"panes" : [{"type" : "term", "directory" : "/home/raytracer/Music/youtube/english_others", "custom_colors" : {"fg_color" : null, "bg_color" : null, "palette" : null}}], "label" : "...haiyya Chaiyya - (Remix) - PagalWorld.me", "custom_label_set" : ... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "integer"}, "timestamp": {"type": "integer"}, "workspace": {"type": "object", "properties": {"0": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"panes": {"type": "array", "items": {"type": "object", "properties": {"ty... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}... | {"name" : "ember-simple-wsse-auth", "summary" : "A lightweight library for WSSE based authentication with Ember.js.", "description" : "A lightweight and unobtrusive library for implementing WSSE based authentication with Ember.js that only has minimal requirements on the server interface.", "homepage" : "https://github... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"arch": {"type": "string"}, "build": {"type": "string"}, "build_number": {"type": "integer"}, "depends": {"type": "array", "items": {}}, "license": {"type": "string"}, "name": {"type": "string"}, "platform": {"type": "string"},... | {"arch" : "x86_64", "build" : "h470a237_1", "build_number" : 1, "depends" : [], "license" : "BSD 2-Clause", "name" : "oniguruma", "platform" : "linux", "subdir" : "linux-64", "timestamp" : 1537037740767, "version" : "6.8.2"} | json_instruct | {"type": "object", "properties": {"arch": {"type": "string"}, "build": {"type": "string"}, "build_number": {"type": "integer"}, "depends": {"type": "array", "items": {}}, "license": {"type": "string"}, "name": {"type": "string"}, "platform": {"type": "string"}, "subdir": {"type": "string"}, "timestamp": {"type": "integ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}... | {"abstract" : "Background In December 2019, a novel coronavirus disease (COVID-19) broke out in Wuhan, China, however, the factors affecting the mortality remain unclear. Methods Thirty-two days of data that were shared by China National Health Commission and China Weather Net were collected using standard forms. The d... | json_instruct | {"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "title": {"type": "string"}, "funding": {"type": "array", "items": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"allow_change": {"type": "string"}, "tests": {"type": "string"}, "solutions": {"type": "string"}}, "required": ["allow_change", "tests", "solutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"allow_change" : "transform_tuple.h", "tests" : "test_transform_tuple", "solutions" : "private"} | json_instruct | {"type": "object", "properties": {"allow_change": {"type": "string"}, "tests": {"type": "string"}, "solutions": {"type": "string"}}, "required": ["allow_change", "tests", "solutions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003196": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties"... | {"type" : "Topology", "objects" : {"E01003196" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00016113", "LAD11CD" : "E09000023"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properti... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003196": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "string"}}, "habit": {"type": "array", "items": {"type": "string"}}, "wiki": {"type": "array", "items": {}}, "create_time": {"type": "number"}}, "required": ["images", ... | {"images" : ["http://www.flowgrow.de/db/images/aquaticplants/mini/staurogyne-repens-4f7a02be33cf5.jpg", "http://www.flowgrow.de/db/images/aquaticplants/mini/staurogyne-repens-4f7a02bf15cb7.jpg", "http://www.flowgrow.de/db/images/aquaticplants/mini/staurogyne-repens-4f7a02c00ab83.jpg", "http://www.flowgrow.de/db/images/... | json_instruct | {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "string"}}, "habit": {"type": "array", "items": {"type": "string"}}, "wiki": {"type": "array", "items": {}}, "create_time": {"type": "number"}}, "required": ["images", "habit", "wiki", "create_time"], "$schema": "http://json-schema.org/draf... |
Construct a JSON document that adheres to this schema specification:
{"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-05-29T05:00:00Z", "Temp" : 24.3, "RelHum" : 64, "WindSpeed" : 0.9, "WindDir" : 349} | 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": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.369108, 34.090723], [-118.368961, 34.09781], [-118.368202, 34.09798], [-118.368168, 34.097087], [-118.367341, 34.096879], [-118.361652, 34.097178], [-118.36133, 34.087276], [-118.362701, 34.087191], [-118.363269, 34.... | 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": {"class": {"type": "object", "properties": {"empty": {"type": "string"}, "variables:scripts:": {"type": "string"}}, "required": ["empty", "variables:scripts:"]}, "instance": {"type": "object", "properties": {"accept:": {"type": ... | {"class" : {"empty" : "Richo 8/10/2016 17:56", "variables:scripts:" : "Richo 8/10/2016 18:41"}, "instance" : {"accept:" : "Richo 10/30/2014 16:20", "initializeWithVariables:scripts:" : "Richo 8/10/2016 17:56", "scriptNames" : "Richo 9/6/2016 12:00", "scripts" : "Richo 9/23/2014 17:32", "variables" : "Richo 8/21/2016 15... | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"empty": {"type": "string"}, "variables:scripts:": {"type": "string"}}, "required": ["empty", "variables:scripts:"]}, "instance": {"type": "object", "properties": {"accept:": {"type": "string"}, "initializeWithVariables:scripts:": {"type": "st... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"loss": {"type": "number"}, "space": {"type": "array", "items": {"type": "number"}}, "status": {"type": "string"}}, "required": ["loss", "space", "status"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"loss" : -0.8181818181818182, "space" : [0.09, 0.6000000000000001, 0.85, 0.01], "status" : "ok"} | json_instruct | {"type": "object", "properties": {"loss": {"type": "number"}, "space": {"type": "array", "items": {"type": "number"}}, "status": {"type": "string"}}, "required": ["loss", "space", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d1b49a3e2ca683554e7529aec8e588d50fee5e36"} | 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": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "startup": {"type": "string"}, "arch": {"type": "array", "items": {"type": "stri... | {"name" : "Zigbee2mqtt", "version" : "0.1", "slug" : "zigbee2mqtt", "description" : "Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges", "url" : "https://github.com/Koenkk/zigbee2mqtt-hassio-addon/zigbee2mqtt", "startup" : "system", "arch" : ["aarch64", "amd64", "armhf"], "boot" : "auto", "image" : "koe... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "startup": {"type": "string"}, "arch": {"type": "array", "items": {"type": "string"}}, "boot": {"type": "string"}, "image": {"type": "str... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "spec_version": {"type": "string"}, "id": {"type": "string"}... | {"type" : "bundle", "id" : "bundle--b48ae6c9-dc0d-4894-a404-0be3b7fbacf7", "objects" : [{"type" : "relationship", "spec_version" : "2.1", "id" : "relationship--343529d8-feaf-4a4b-8f87-124c1a812480", "created_by_ref" : "identity--b73c59c1-8560-449a-b8d0-c2ce0533c5bf", "created" : "2021-02-10T06:49:35.531443Z", "modified... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "spec_version": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"pairid": {"type": "string"}, "first": {"type": "object", "properties": {"dbid": {"type": "string"}, "project": {"type": "string"}, "file": {"type": "string"}, "method": {"type": "string"}}, "required": ["dbid", "project", "... | {"pairid" : "531", "first" : {"dbid" : "3495", "project" : "commons-math", "file" : "src/main/java/org/apache/commons/math4/util/Decimal64.java", "method" : "Decimal64.compareTo(Decimal64)"}, "second" : {"dbid" : "17715", "project" : "guava", "file" : "guava/src/com/google/common/primitives/UnsignedLong.java", "method"... | json_instruct | {"type": "object", "properties": {"pairid": {"type": "string"}, "first": {"type": "object", "properties": {"dbid": {"type": "string"}, "project": {"type": "string"}, "file": {"type": "string"}, "method": {"type": "string"}}, "required": ["dbid", "project", "file", "method"]}, "second": {"type": "object", "properties": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "toggery", "definition" : "Clothes; garments; dress; as, fishing toggery. [Colloq.] togs"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}}, "required": ["type", "comment", "packageName... | {"type" : "patch", "comment" : "Remove pointerEvents: 'none' from BaseButton disabled styles", "packageName" : "@fluentui/react-experiments", "email" : "bekaise@microsoft.com", "dependentChangeType" : "patch"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}}, "required": ["type", "comment", "packageName", "email", "dependentChangeType"], "$schema": "http://json-schema.org/draf... |
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" : "3316130011", "district_id" : "3316130", "name" : "JAPAH"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "background": {"type": "string"}, "elements": {"type": "object", "properties": {"title": {"type": "object", "properties": {"type": {"type": "string"}, "pro... | {"width" : 800, "height" : 418, "background" : "FFFFFF", "elements" : {"title" : {"type" : "text", "properties" : {"pos_x" : 20, "pos_y" : 40, "size" : 26, "color" : "000000", "max_width" : 550, "font" : "resources/fonts/OpenSans-Bold.ttf"}}, "description" : {"type" : "text", "properties" : {"pos_x" : 18, "pos_y" : 180... | json_instruct | {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "background": {"type": "string"}, "elements": {"type": "object", "properties": {"title": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"pos_x": {"type": "integer... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "minimum-stab... | {"name" : "drupal/media_migration", "type" : "drupal-module", "description" : "Provides a Drupal 7 to 8 media migration.", "keywords" : ["Drupal"], "license" : "GPL-2.0+", "homepage" : "https://www.drupal.org/project/media_migration", "minimum-stability" : "dev", "prefer-stable" : true, "support" : {"issues" : "https:/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "bool... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"rightOperand:": {"type": "string"}, "leftOperand": {"type": "string"}, "&&": {"type": "string"}, "rightOperand": {"type": "string"}, "operator:": {"type": "string"}, "tokensOperand... | {"instance" : {"rightOperand:" : "MasashiUmezawa 4/25/2019 12:15", "leftOperand" : "MasashiUmezawa 4/25/2019 12:15", "&&" : "MasashiUmezawa 4/25/2019 14:05", "rightOperand" : "MasashiUmezawa 4/25/2019 12:15", "operator:" : "MasashiUmezawa 4/25/2019 12:15", "tokensOperand:on:" : "MasashiUmezawa 4/25/2019 14:02", "operat... | json_instruct | {"type": "object", "properties": {"instance": {"type": "object", "properties": {"rightOperand:": {"type": "string"}, "leftOperand": {"type": "string"}, "&&": {"type": "string"}, "rightOperand": {"type": "string"}, "operator:": {"type": "string"}, "tokensOperand:on:": {"type": "string"}, "operator": {"type": "string"}, ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "chain": {"type": "string"}, "rpc": {"type": "array", "items": {"type": "string"}}, "faucets": {"type": "array", "items": {}}, "nativeCurrency": {"type": "object", "properties": {"nam... | {"name" : "GoodData Mainnet", "chain" : "GooD", "rpc" : ["https://rpc.goodata.io"], "faucets" : [], "nativeCurrency" : {"name" : "GoodData Mainnet Ether", "symbol" : "GooD", "decimals" : 18}, "infoURL" : "https://www.goodata.org", "shortName" : "GooD", "chainId" : 33, "networkId" : 33} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "chain": {"type": "string"}, "rpc": {"type": "array", "items": {"type": "string"}}, "faucets": {"type": "array", "items": {}}, "nativeCurrency": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[{"count" : 4, "_tpl" : "5aa2b923e5b5b000137b7589"}, {"count" : 3, "_tpl" : "5ac4c50d5acfc40019262e87"}]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"ConversionType": {"type": "object", "properties": {"$ref": {"type": "string"}}... | {"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "DayAverage", "type" : "object", "properties" : {"ConversionType" : {"$ref" : "HistoricalData.schema.json#/definitions/ConversionType"}, "additionalProperties" : {"type" : "number"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"ConversionType": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "additionalProperties": {"type": "object", "pr... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m... | {"MRRm_new" : 0.35735688321055115, "MRm_new" : 316.4849991991669, "HITS@1m_new" : 0.26216758748794383, "HITS@3m_new" : 0.3938255866860418, "HITS@10m_new" : 0.5431262736569333} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "key": {"type": "string"}, "id": {"type": "integer"}}, "required": ["title", "name", "key", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}... | {"title" : "the Secret Weapon", "name" : "Zac", "key" : "Zac", "id" : 154} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "key": {"type": "string"}, "id": {"type": "integer"}}, "required": ["title", "name", "key", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type"... | {"id" : "19d604a4-39ef-4e20-8ef0-34d9c102a10f", "playerTags" : ["a1628d97-16ca-4a75-b8df-569bae02bef9"], "teamTags" : ["b024e975-1c4a-4575-8936-a3754a08806a", "105bc3ff-1320-4e37-8ef0-8d595cb95dd0"], "gameTags" : ["1466294d-69fb-4386-bed5-4f42887d3cd8"], "metadata" : {"play" : 91, "subPlay" : -1, "children" : ["5a73ea5... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "su... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "channel": {"type": "string"}, "user": {"type": "string"}, "text": {"type": "string"}, "ts": {"type": "string"}, "team": {"type": "string"}, "reply": {"type": "string"}, "id": {"typ... | {"type" : "message", "channel" : "D0JPN9ZMX", "user" : "U02AMRQ3F", "text" : "I'm dying of dehydration. Please, do you have anything to drink?", "ts" : "1462563368.000062", "team" : "T02AEBUNK", "reply" : "DRINK MY TEARS FOOL #cry", "id" : "5606c1b0-49f1-4075-891b-57246a68a11b"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "channel": {"type": "string"}, "user": {"type": "string"}, "text": {"type": "string"}, "ts": {"type": "string"}, "team": {"type": "string"}, "reply": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", "channel", "user", "text", "ts", "team",... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}}, "required": ["plugins"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"plugins" : ["syntax-trailing-function-commas"]} | json_instruct | {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}}, "required": ["plugins"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "eyeservant", "definition" : "A servant who attends faithfully to his duty only when watched."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"md5": {"type": "string"}, "size": {"type": "integer"}, "compressed_size": {"type": "integer"}, "node_id": {"type": "integer"}, "file_path": {"type": "string"}, "event_timestamp": {"type": "number"}}, "required": ["... | {"md5" : "492BA0BA3E5AF9C10DCF54A606CE9EF9", "size" : 193536, "compressed_size" : 111933, "node_id" : 0, "file_path" : "/var/cb/data/modulestore/492/BA0/492BA0BA3E5AF9C10DCF54A606CE9EF9.zip", "event_timestamp" : 1447697869.045} | json_instruct | {"type": "object", "properties": {"md5": {"type": "string"}, "size": {"type": "integer"}, "compressed_size": {"type": "integer"}, "node_id": {"type": "integer"}, "file_path": {"type": "string"}, "event_timestamp": {"type": "number"}}, "required": ["md5", "size", "compressed_size", "node_id", "file_path", "event_timesta... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allGeoFeature... | {"componentChunkName" : "component---src-templates-hospital-js", "path" : "/hospital/121", "webpackCompilationHash" : "44596c0c4b68fd63171c", "result" : {"data" : {"allGeoFeature" : {"edges" : [{"node" : {"id" : "4fd4ee9f-bf48-56d4-95b9-b2f9f3cbe48b", "featureFields" : {"ADDRESS_1" : null, "NAME" : "Glan Irfon Health a... | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allGeoFeature": {"type": "object", "properties": {"edges": {"type": "array", "items... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "msm.installed"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"interactions": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "request": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}}, "required":... | {"interactions" : [{"description" : "A GET request to retrieve a thing", "request" : {"method" : "get", "path" : "/things/1234"}, "response" : {"type" : "fromFile", "status" : 200, "headers" : [], "contentType" : "application/json", "fileName" : "response.txt"}}, {"description" : "A GET request to retrieve a thing", "r... | json_instruct | {"type": "object", "properties": {"interactions": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "request": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}}, "required": ["method", "path"]}, "response": {"type": "object", "prope... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "s... | {"id" : 1973, "title" : ["[Canyon Alley, Khazar Way]"], "description" : ["At this end of the narrow alleyway, the mouth of the slot canyon opens onto a main thoroughfare, now mostly dark except for the oil lamps that light the way. Sitting in a niche carved into the canyon wall is a small iron bell, a miniature memori... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"16701"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07... | {"towns" : [{"name" : "Naryn", "url" : "naryn-1"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "integer"}, "source": {"type": "string"}, "authorIds": {"type": "array", "items": {"type": "string"}}, "owner": {"type": "string"}, "repo": {"type": "string"}, "name": {"type": "string"}, "short... | {"version" : 1, "source" : "github", "authorIds" : ["sayakpaul"], "owner" : "sayakpaul", "repo" : "TF-2.0-Hacks", "name" : "TF-2.0-Hacks", "shortDescription" : "The repository consists of Jupyter Notebooks exploring different features of TensorFlow 2. ", "longDescription" : "The repository consists of Jupyter Notebooks... | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "source": {"type": "string"}, "authorIds": {"type": "array", "items": {"type": "string"}}, "owner": {"type": "string"}, "repo": {"type": "string"}, "name": {"type": "string"}, "shortDescription": {"type": "string"}, "longDescription": {"type": "string"},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"rating": {"type": "string"}, "uuid": {"type": "string"}, "review_date": {"type": "string"}, "helpful": {"type": "string"}, "reviewer_id": {"type": "string"}, "not_helpful": {"type": "string"}, "review_text": {"type": "string"}... | {"rating" : "5", "uuid" : "175", "review_date" : "2014-02-07", "helpful" : "0", "reviewer_id" : "A1VICFJYF0NK83", "not_helpful" : "0", "review_text" : "Sure does save on the fingernails when I peel my oranges with this handy little gadget and love not have to go to a party to get it, Thank you Amazon.", "summary" : "Gr... | json_instruct | {"type": "object", "properties": {"rating": {"type": "string"}, "uuid": {"type": "string"}, "review_date": {"type": "string"}, "helpful": {"type": "string"}, "reviewer_id": {"type": "string"}, "not_helpful": {"type": "string"}, "review_text": {"type": "string"}, "summary": {"type": "string"}, "product_name": {"type": "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}... | {"uuid" : "7047a11a-af4e-477d-8ece-2283f6e9566a", "befores" : [{"name" : "json_contacts", "status" : "passed", "start" : 1608999225028, "stop" : 1608999225028}], "start" : 1608999225028, "stop" : 1608999225789} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "2ae7910beb881872e7ad", "c" : {"app" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "@context": {"type": "string"}, "@type": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "object", "properties": {"caption": {"type": "string"}, "url": {"type": "string... | {"$schema" : "https://json.schemastore.org/schema-org-thing", "@context" : "http://schema.org", "@type" : "Thing", "description" : "this second thing", "image" : {"caption" : "this is thing 2", "url" : "http://cdn.craftsy.com/upload/5085226/pattern/133746/full_5916_133746_DrSeussThing2EmbroideryDesign_1.jpg"}, "name" :... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "@context": {"type": "string"}, "@type": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "object", "properties": {"caption": {"type": "string"}, "url": {"type": "string"}}, "required": ["caption", "url"]}, "name": {"type": "string... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "obj... | {"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 2, "root" : {"boundingVolume" : {"sphere" : [6358669.757406069, -498987.6671148038, 56.17019940410895, 24.057116508483887]}, "geometricError" : 2, "content" : {"url" : "Tile_+003_+006_L20_000000t1.b3dm"}, "children" : [{"boundingVolume" : {"... | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "it... | {"title" : "Black-box optimization of noisy functions with unknown smoothness.", "fields" : ["adaptive optimization", "mathematical optimization", "black box", "smoothness", "machine learning"], "abstract" : "We study the problem of black-box optimization of a function f of any dimension, given function evaluations per... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "de... | {"name" : "node-koa-starter", "version" : "0.0.1", "description" : "Boilerplate for new koa.js projects", "main" : "app.js", "scripts" : {"start" : "nodemon server.js", "test" : "NODE_ENV=test mocha --recursive test", "dev" : "nodemon --ignore test --ignore public bin/node-koa-starter", "lint" : "eslint --ignore-patter... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "dev": {"type": "string"}, "lint": {"type": "string"}}, "requi... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"... | {"name" : "jquery-django-messages-ui", "version" : "2.0.2", "homepage" : "https://github.com/jgerigmeyer/jquery-django-messages-ui", "authors" : ["Jonny Gerig Meyer <jonny@oddbird.net>"], "description" : "JS client-side messages plugin, with support for Django contrib.messages app", "main" : "dist/django-messages-ui.js... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"monkberry.js": {"type": "string"}, "monkberry.min.js": {"type": "string"}}, "required": ["monkberry.js", "monkberry.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"monkberry.js" : "sha512-uogSIDUcOgRAXJ+zLBkdkzdicjZzLEXD9phwN2KE7RdEbsAFQalGq+ocVvXh1QH+XK2/jmAaCZi5Uo7I3z76Kg==", "monkberry.min.js" : "sha512-uSTCVkd1W6SZmOZgz1/hg9KVT4bc5TuHXEbKhxe4oszCsBqHne2fPJEURBSDeBe6lAtSkviwszOuOagTsKdltQ=="} | json_instruct | {"type": "object", "properties": {"monkberry.js": {"type": "string"}, "monkberry.min.js": {"type": "string"}}, "required": ["monkberry.js", "monkberry.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cucumber": {"type": "string"}, "cucumber-mink": {"type": "string"}, "pa11y-ci": {"... | {"name" : "open-sdg-tests", "version" : "1.0.0", "description" : "Integration testing for Open SDG", "dependencies" : {"cucumber" : "latest", "cucumber-mink" : "git://github.com/brockfanning/cucumber-mink.git#circleci-compatibility", "pa11y-ci" : "2.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cucumber": {"type": "string"}, "cucumber-mink": {"type": "string"}, "pa11y-ci": {"type": "string"}}, "required": ["cucumber", "cucumber-mink"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}, "category": {"type": "integer"}}, "required": ["name", "value", "category"]}}, "link... | {"nodes" : [{"name" : "\u6d59\u6c5f\u91d1\u5229\u534e\u7535\u6c14\u80a1\u4efd\u6709\u9650\u516c\u53f8", "value" : 592706405.89, "category" : 53}, {"name" : "\u8d75\u575a", "value" : 505.3167, "category" : 53}, {"name" : "\u8d75\u6167", "value" : 1888.49, "category" : 53}], "links" : [{"source" : "\u6d59\u6c5f\u91d1\u52... | json_instruct | {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}, "category": {"type": "integer"}}, "required": ["name", "value", "category"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obje... | {"hash" : "0x193fbff032614943dc57eb355a3627a8bca1dc33e55e1c9229b8343a66fe2208", "parentHash" : "0x237f9d1509bd482b5d6cdc748f6f1da84a25d5b89d2cfd99284549e38db0e810", "number" : 66540, "timestamp" : 1439256184, "nonce" : "0x38c6be9338459572", "difficulty" : 1947083095593, "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"]... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft... | [{"package" : "bioconductor-msstatsconvert", "downloads" : 1800, "count" : 1957}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"... | {"track" : "javascript", "exercise" : "two-fer", "id" : "add7841da0b24dafa0697cd07d2cb952", "url" : "https://exercism.io/my/solutions/add7841da0b24dafa0697cd07d2cb952", "handle" : "mrkajetanp", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"t... | {"status_code" : "OK", "status_msg" : "All images in request have completed successfully. ", "meta" : {"tag" : {"timestamp" : 1442728903.358924, "model" : "default", "config" : "0b2b7436987dd912e077ff576731f8b7"}}, "results" : [{"docid" : 251393027272534723253977086596332604063, "status_code" : "OK", "status_msg" : "OK... | json_instruct | {"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"type": "string"}}, "required": ["timestamp", "model", "confi... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "n... | {"templmd5" : "0f5f718e7703eaa46b1a36127cb4199f", "number" : "789", "title" : "Scuole Migranti offre aiuto per l'iscrizione a scuola dei bambini ucraini", "BACKCOLOR" : "white", "FRONTCOLOR" : "black", "filemd5" : "d54d1c71ceefe4b4f0d9e8965542d00c"} | json_instruct | {"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "h... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1972, 7], [1989, 8], [2003, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "e... | {"name" : "Helen-Keller-Schule F\u00f6rderschule des Kreises Mettmann F\u00f6rderschwerpunkt Geistige Entwicklung", "id" : "NRW-153217", "address" : "Scheifenkamp 10, 40878 Ratingen", "school_type" : "F\u00f6rderschule", "fax" : "02102 9978111", "phone" : "02102 99780", "website" : " http://www.hks-ratingen.de", "ema... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"... | {"id" : 5409, "title" : "Ticket #5409: Document natural sorting option for condor_status", "description" : "<blockquote>\nIn 8.4.1 we added a natural sorting option to condor_status (<span class=\"ticket\"><a class=\"resolved\" href=\"/wiki-archive/tickets/?ticket=5131\" onclick=\"get_ticket_and_populate_wrapper('5131'... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "stri... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type... | {"name" : "Optional.Extension", "version" : "0.1.0", "summary" : "Optional extension", "description" : "make Optional extension\nfirst make OR", "homepage" : "https://github.com/outofcoding/Optional.Extension", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"outofcoding" : "outofcoding@gmail.com"}, "sou... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
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": {"build": {"type": "string"}, "start": {"type": "... | {"name" : "@auroratide/looponly", "version" : "0.1.0", "description" : "", "main" : "build/index.js", "scripts" : {"build" : "tsc", "start" : "node -r dotenv/config .", "dev" : "npm run build && npm run start", "deploy-commands" : "npm run build && node -r dotenv/config build/deploy-commands.js", "test" : "echo \"Error... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}, "deploy-commands": {"type": "strin... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {... | {"votes" : {"diff" : 1891, "dem" : 651, "tot" : 3295, "gop" : 2542}, "for" : "FL/Liberty County/12077", "pct" : {"dem" : 19.76, "per_point_diff" : 57.39, "gop" : 77.15}} | json_instruct | {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"t... | [{"name" : "Final Audio MURAMASA VIII", "id" : "d661e89043d72d2f10be745c22d24878ea31c35e", "isDefault" : false, "gains" : {"global" : -7.5, "bands" : [6.2, 4.1, 5.2, 1.5, 6.8, -7.1, -6.3, -5.5, 6.4, -1.5]}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "requ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"car": {"type": "object", "properties": {"sx": {"type": "integer"}, "sy": {"type": "integer"}, "w": {"type": "integer"}, "h": {"type": "integer"}, "tilew": {"type": "integer"}, "tileh": {"type": "integer"}, "frames":... | {"car" : {"sx" : 0, "sy" : 0, "w" : 90, "h" : 17, "tilew" : 9, "tileh" : 17, "frames" : 10}} | json_instruct | {"type": "object", "properties": {"car": {"type": "object", "properties": {"sx": {"type": "integer"}, "sy": {"type": "integer"}, "w": {"type": "integer"}, "h": {"type": "integer"}, "tilew": {"type": "integer"}, "tileh": {"type": "integer"}, "frames": {"type": "integer"}}, "required": ["sx", "sy", "w", "h", "tilew", "ti... |
Please provide a valid JSON object following this schema:
{"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... | {"place_name" : "Morgantown", "state_name" : "Kentucky", "state_abbrv" : "KY", "lat" : "37.2002", "long" : "-86.6859"} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testClientElementSerialization": {"type": "string"}}, "required": ["testClientElementSerialization"]}}, ... | {"class" : {}, "instance" : {"testClientElementSerialization" : "dkh 8/18/2015 16:49"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testClientElementSerialization": {"type": "string"}}, "required": ["testClientElementSerialization"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/dr... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1975, 5], [1979, 5], [1980, 11], [1983, 7], [1984, 5], [1988, 5], [1989, 9], [1990, 15], [1991, 8], [1992, 10], [1993, 9], [1994, 8], [1995, 6], [1996, 12], [1998, 8], [1999, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this 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", "descript... | {"title" : "\u3010r18MMD\u3011\u840c\u738bEX\u5eb7\u7199 \u7f6a\u888b SEX\u6975\u697d\u6d44\u571f\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "kidps2", "description" : "<aundefinedhref='https://www.patreon.com/kidps2'>https://www.patreon.com/kidps2</a>", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "angustura bark", "definition" : "See Angostura bark."} | 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": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/4/4a/Initial_Scatterphase.png/revision/latest?cb=20210808144440", "sha1" : "c9213255d4142e08b339173753894c73aac20f20"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}}, "required": ["top", "bottom"]}}, "required": ["parent", "textures"], "$schema": "... | {"parent" : "minecraft:block/door_bottom", "textures" : {"top" : "betterend:block/thallasium_door_top", "bottom" : "betterend:block/thallasium_door_bottom"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}}, "required": ["top", "bottom"]}}, "required": ["parent", "textures"], "$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": {"start": {"type": "string"}, "dev": {"type... | {"name" : "server", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node src/index.js", "dev" : "nodemon src/index.js"}, "author" : "Cameron Keokolo Tabion", "license" : "MIT", "dependencies" : {"bcrypt" : "^5.0.0", "connect-mongo" : "^3.2.0", "cors" : "^2.8.5", "dotenv" : "^8.2.0"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "author": {"type": "string"}, "... |
Construct a JSON document that adheres to this schema specification:
{"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"}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[124.625, 33.583333333333336], [124.625, 33.666666666666664], [124.75, 33.666666666666664], [124.75, 33.583333333333336], [124.625, 33.583333333333336]]]}, "properties" : {"code" : 502435, "url" : "http://madefor.github.io/0410/api/v1/502435.geojs... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "ite... | {"title" : "A Generative Model for Depth-Based Robust 3D Facial Pose Tracking.", "fields" : ["probabilistic logic", "pose", "discriminative model", "generative model", "point cloud"], "abstract" : "We consider the problem of depth-based robust 3D facial pose tracking under unconstrained scenarios with heavy occlusions ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"serverless": {"type": "string"}, "serverless-wsgi": {"type": "string"}}, "required": ["serverless", "ser... | {"name" : "wsgi-lambda-integration", "version" : "1.0.0", "dependencies" : {"serverless" : "^2.30.3", "serverless-wsgi" : "git@github.com:jvarho/serverless-wsgi.git#apigateway-lambda-integration"}, "scripts" : {"deploy" : "sls deploy", "logs" : "sls logs -f hello", "start" : "sls wsgi serve -p 6550"}, "author" : "Jan V... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"serverless": {"type": "string"}, "serverless-wsgi": {"type": "string"}}, "required": ["serverless", "serverless-wsgi"]}, "scripts": {"type": "object", "properties": {"deploy": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/ship/fu_ftldrive/fu_ftldrivemk2a.object": {"type": "array", "items": {"type": "str... | [{"DeniedAlternatives" : [], "Files" : {"objects/ship/fu_ftldrive/fu_ftldrivemk2a.object" : ["/description"], "objects/ship/fu_ftldrive/fu_ftldrivemk2b.object" : ["/description"], "objects/ship/fu_ftldrive/fu_ftldrivemk2c.object" : ["/description"]}, "Texts" : {"Eng" : "A larger FTL drive for a space ship. Allows inter... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/ship/fu_ftldrive/fu_ftldrivemk2a.object": {"type": "array", "items": {"type": "string"}}, "objects/ship/fu_ftldrive/fu_ftldrivemk2b.object": {"type": "ar... |
Construct a JSON document that adheres to this schema specification:
{"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.273161, 42.723855], [-73.264957, 42.74594], [-73.163566, 42.743983], [-73.165904, 42.711832], [-73.175373, 42.712284], [-73.176194, 42.701247], [-73.184568, 42.70196], [-73.188162, 42.704012], [-73.196047, 42.710514],... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "catstitch", "definition" : "To fold and sew down the edge of with a coarse zigzag stitch."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "IF (I SAY) WE HAD SUCH AN IDEA AS THIS OF BODIES, AND COULD PERCEIVE WHEREIN ALL SENSIBLE QUALITIES ORIGINALLY CONSIST,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/14863.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ftp": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "username": {"type": "string"}, "password": {"type": "string"}, "remotePath": {"type": "string"}, "patterns": {"type": "array", "... | {"ftp" : {"host" : "10.0.0.10", "port" : 22, "username" : "root", "password" : "password", "remotePath" : "/home/frontend/workspace/krau-template", "patterns" : ["client/dist"], "keepWrapFolder" : false}, "jsdoc" : false, "postcss" : {}, "webpack" : {"banner" : "@copyright ", "no-common" : false, "no-html-inject" : fal... | json_instruct | {"type": "object", "properties": {"ftp": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "username": {"type": "string"}, "password": {"type": "string"}, "remotePath": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "string"}}, "keepWrapFolder": {"type": "bo... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"account": {"type": "string"}, "password": {"type": "string"}, "character": {"type": "string"}}, "required": ["account", "password", "character"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"account" : "tiggle", "password" : "slack3r101", "character" : "4"} | json_instruct | {"type": "object", "properties": {"account": {"type": "string"}, "password": {"type": "string"}, "character": {"type": "string"}}, "required": ["account", "password", "character"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "adults": {"type": "integer"}, "children": {"type": "integer"}, "price": {"type": "integer"}, "images": {"type": "array", "items": {"type": "string"}}, "thumbnai... | [{"name" : "Superior Double Room", "adults" : 2, "children" : 0, "price" : 1881, "images" : ["//q-xx.bstatic.com/xdata/images/hotel/840x460/182702513.jpg?k=f66eb82604792bd58f67a16fd183d193eaf9c4393cc329d2a44e6cca3539b4d5&o=", "//q-xx.bstatic.com/xdata/images/hotel/840x460/137431254.jpg?k=ba65394a2143bddb9ef8ef03455e072... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "adults": {"type": "integer"}, "children": {"type": "integer"}, "price": {"type": "integer"}, "images": {"type": "array", "items": {"type": "string"}}, "thumbnailsList": {"type": "array", "items": {"type": "object", "properties": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "cordova": {"type": "object", "properties": {"id": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}... | {"name" : "cordova-android-onetap-sms-retriever", "version" : "1.0.0", "description" : "Cordova plugin to retrieve SMS in Android using one tap SMS Retriever API.", "cordova" : {"id" : "cordova-android-onetap-sms-retriever", "platforms" : ["android"]}, "repository" : {"type" : "git", "url" : "https://github.com/smsmdid... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "cordova": {"type": "object", "properties": {"id": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "platforms"]}, "repository": {"type": "o... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "integer"}, "actions": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "requir... | {"version" : 2, "actions" : [{"action" : "setDescription", "description" : {"en" : "The best product ever!"}}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "actions": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}}, "required": ["action", "description"]}}}, "required": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"alps": {"type": "object", "properties": {"version": {"type": "string"}, "descriptor": {"type": "object", "properties": {"id": {"type": "string"}, "def": {"type": "string"}}, "required": ["id", "def"]}}, "requ... | {"alps" : {"version" : "1.0", "descriptor" : {"id" : "id", "def" : "https://schema.org/identifier"}}} | json_instruct | {"type": "object", "properties": {"alps": {"type": "object", "properties": {"version": {"type": "string"}, "descriptor": {"type": "object", "properties": {"id": {"type": "string"}, "def": {"type": "string"}}, "required": ["id", "def"]}}, "required": ["version", "descriptor"]}}, "required": ["alps"], "$schema": "http://... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type... | {"name" : "@bull-monitor/entrypoint", "version" : "0.1.0", "description" : "", "repository" : {"type" : "git", "url" : "https://github.com/s-r-x/bull-monitor.git"}, "main" : "index.js", "keywords" : [], "author" : "", "license" : "MIT", "devDependencies" : {"@types/jest" : "^26.0.22", "@typescript-eslint/eslint-plugin"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "keywords": {"type": "array", ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@polymer/gen-typescript-declaration... | {"name" : "@api-components/paper-masked-input", "version" : "2.0.3", "license" : "Apache-2.0", "description" : "Material design password field", "devDependencies" : {"@polymer/gen-typescript-declarations" : "^1.6.1"}, "scripts" : {"lint" : "polymer lint paper-masked-input.html", "test-sauce" : "polymer test --plugin sa... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@polymer/gen-typescript-declarations": {"type": "string"}}, "required": ["@polymer/gen-typescript-declarati... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"... | [{"label" : "Picture frame", "normalizedVertices" : [{"x" : 0.6368743, "y" : 0.5521455}, {"x" : 0.75453126, "y" : 0.5521455}, {"x" : 0.75453126, "y" : 0.8482014}, {"x" : 0.6368743, "y" : 0.8482014}], "score" : 0.5716754}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.