input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"allLanguages": {"type": "array", "items": {"type": "string"}}, "defaultLanguage": {"type": "string"}}, "required": ["allLanguages", "defaultLanguage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"allLanguages" : ["en", "cy"], "defaultLanguage" : "en"}
json_instruct
{"type": "object", "properties": {"allLanguages": {"type": "array", "items": {"type": "string"}}, "defaultLanguage": {"type": "string"}}, "required": ["allLanguages", "defaultLanguage"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"uid": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "version": {"type": "string"}, "versionName": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "ite...
{"uid" : "org.forgejs.editor", "name" : "Editor", "slug" : "editor", "version" : "1.0.0", "versionName" : "Editor 1.0.0", "description" : "An editor plugin to tweak hotspots.", "tags" : ["editor"], "author" : {"name" : "GoPro", "website" : "https://forgejs.org"}, "licence" : "Apache-2.0", "viewer" : {"min" : "0.9.5", "...
json_instruct
{"type": "object", "properties": {"uid": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "version": {"type": "string"}, "versionName": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"n...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"groups": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "sourceType": {"type": "string"}}, "required": ["name", "type", "sourceType"]}}, "proper...
{"groups" : [{"name" : "some.long.prefix", "type" : "foo.bar.HdfsProperties", "sourceType" : "foo.bar.HdfsProperties"}, {"name" : "some.long.prefix.nested", "type" : "foo.bar.OtherHdfsProperties", "sourceType" : "foo.bar.HdfsProperties"}, {"name" : "hdfs", "type" : "com.foo.DifferentHdfsProperties", "sourceType" : "com...
json_instruct
{"type": "object", "properties": {"groups": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "sourceType": {"type": "string"}}, "required": ["name", "type", "sourceType"]}}, "properties": {"type": "array", "items": {"type": "object", "properties": {"na...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "roles": {"type": "string"}, "bio": {"type": "string"}, "portrait": {"type": "string"}}, "required": ["name", "roles", "bio", "portrait"]}, "$schema": "http://jso...
[{"name" : "Ryan Wright", "roles" : "Writer, Director, Cast", "bio" : "He's got it going on", "portrait" : "/img/ryan-portrait.png"}, {"name" : "Will Fosset", "roles" : "Audio Director, Cast", "bio" : "Went to college for music because food lmao", "portrait" : "/img/will-portrait.png"}, {"name" : "Joe Gable", "roles" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "roles": {"type": "string"}, "bio": {"type": "string"}, "portrait": {"type": "string"}}, "required": ["name", "roles", "bio", "portrait"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "hostname": {"type": "string"}, "event": {"type": "string"}, "namespace": {"type": "string"}, "properties": {"type": "object", "properties": {"Correlation...
{"title" : "Feature vectors calculator command parameters types", "type" : "object", "hostname" : "amqp://guest:guest@rabbitmq:5672/osdr_dev", "event" : "CalculateFeatureVectors", "namespace" : "Sds.Osdr.MachineLearning.Domain.Commands", "properties" : {"CorrelationId" : {"type" : "string", "format" : "Guid"}, "Fingerp...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "hostname": {"type": "string"}, "event": {"type": "string"}, "namespace": {"type": "string"}, "properties": {"type": "object", "properties": {"CorrelationId": {"type": "object", "properties": {"type": {"type": "string"}, "format"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "pr...
{"localities" : ["Kimberly, AL"], "state" : "AL", "postal_code" : "35091", "locality" : "Kimberly, AL", "lat" : 33.779236, "region" : {"fips" : "01", "abbr" : "AL", "name" : "Alabama"}, "city" : "Kimberly", "type" : "STANDARD", "lng" : -86.789554, "counties" : [{"fips" : "073", "name" : "Jefferson County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri...
{"latest_version" : ["0.2.dev0"], "meta" : {"description" : "Xslt renderer for pyramid", "homepage" : "https://github.com/cyplp/pyramid_xslt", "license" : "MIT"}, "versions" : {"0.1" : {"sha256" : "410a4efc080d646f9bd77a3f99a1cc1845db90b3c3c990c0ce24010790e7446f", "url" : "https://files.pythonhosted.org/packages/ba/86/...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"typ...
{"source" : "http://lema.rae.es/drae/srv/search?val=opacar", "word" : "opacar", "infinitivo" : "opacar", "participio" : ["opacado"], "gerundio" : ["opacando"], "tenses" : {"3" : [["opaco"], ["opacas", "opac\u00e1s"], ["opaca"], ["opacamos"], ["opac\u00e1is", "opacan"], ["opacan"]], "4" : [["opaqu\u00e9"], ["opacaste"],...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "item...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "...
{"nom" : "Saint-Genest-de-Beauzon", "circ" : "3\u00e8me circonscription", "dpt" : "Ard\u00e8che", "inscrits" : 237, "abs" : 110, "votants" : 127, "blancs" : 19, "nuls" : 10, "exp" : 98, "res" : [{"nuance" : "REM", "nom" : "M. Matthieu PEYRAUD", "voix" : 65}, {"nuance" : "LR", "nom" : "M. Fabrice BRUN", "voix" : 33}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "numb...
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [67.5275590551181, 42.8218181818182, 0.900564059615135, 77.3543307086614, 97.7454545454545, 0.657514594495296, 32, 98.9090909090909, 0.653188355267048, 34.2677165354331, 160.581818181818, 0.535308092832565, 21.9212598425197, 180.596363636364, 0.67...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k...
Generate sample JSON data that conforms to the following schema definition: {"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" : "5301050001", "district_id" : "5301050", "name" : "DEDE KADU"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type...
{"id" : 404380983, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "39e96b5500ef9dc14fe2363a3bd77c58", "wof:id" : 404380983, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.17642410926111, 43.95518319363672, 3.23919251563088, 43.99398721116805...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"quotes": {"type": "array", "items": {}}, "first_start": {"type": "boolean"}, "date_format": {"type": "string"}, "quote_format": {"type": "string"}, "bot_admins": {"type": "array", "items": {}}, "version": {"type": "integer"}, ...
{"quotes" : [], "first_start" : true, "date_format" : "{0}/{1}/{2}", "quote_format" : "**#{0}**: *\"{1}\"* \u2014 `{2}` [{3}]", "bot_admins" : [], "version" : 3, "properties" : {"global" : {"profile" : {"exp" : 0, "level" : 0}, "command_prefix" : "!", "broadcast_leave" : true, "broadcast_level_up" : true, "broadcast_jo...
json_instruct
{"type": "object", "properties": {"quotes": {"type": "array", "items": {}}, "first_start": {"type": "boolean"}, "date_format": {"type": "string"}, "quote_format": {"type": "string"}, "bot_admins": {"type": "array", "items": {}}, "version": {"type": "integer"}, "properties": {"type": "object", "properties": {"global": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xywh" : "974,4854,3910,481"}
json_instruct
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"menu": {"type": "object", "properties": {"projects": {"type": "string"}, "collaborate": {"type": "string"}, "team": {"type": "string"}, "articles": {"type": "string"}, "contact": {"type": "string"}}, "required": ["...
{"menu" : {"projects" : "Projectes", "collaborate" : "Colabora", "team" : "Nosaltres", "articles" : "Articles", "contact" : "Contacta"}, "footer" : {"title" : "Seguim en contacte", "subtitle" : "Escriu-nos a trav\u00e9s de qualsevol de les nostres xarxes socials, \u00a1Contestem aviat!", "thanks" : "Gracies a"}, "proje...
json_instruct
{"type": "object", "properties": {"menu": {"type": "object", "properties": {"projects": {"type": "string"}, "collaborate": {"type": "string"}, "team": {"type": "string"}, "articles": {"type": "string"}, "contact": {"type": "string"}}, "required": ["projects", "collaborate", "team", "articles", "contact"]}, "footer": {"...
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" : "621121203201", "text" : "\u5927\u5be8\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "621121203202", "text" : "\u8def\u5c94\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "621121203203", "text" : "\u65e7\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "621121203204", "text" : "\u534a\u5c94\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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_facet_id": {"type": "integer"}, "affiliate_facet": {"type": "string"}, "occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {...
{"time_fct_id" : 15, "time_fct" : "time_62060", "affiliate_facet_id" : 1065, "affiliate_facet" : "Filmnegative, Ordner 121 Hochrhein", "occurrence" : 303, "affiliates" : [{"facet_id" : 1065, "occurrence" : 308, "value" : "KfK-Vorstand"}]}
json_instruct
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_facet_id": {"type": "integer"}, "affiliate_facet": {"type": "string"}, "occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"facet_id": {"type": "inte...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "string"}, "sourceUrl": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}}, "required": ["body", "sourceUrl", "id", "title"], "$schema": "http://json-schema.org/draft-07/schema...
{"body" : "A laryngoscope is a rigid or flexible endoscope passed through the mouth and equipped with a source of light and magnification, for examining and performing local diagnostic and surgical procedures on the larynx", "sourceUrl" : "https://www.webmd.com/oral-health/what-is-laryngoscopy", "id" : "3", "title" : "...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "sourceUrl": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}}, "required": ["body", "sourceUrl", "id", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descript...
{"latest_version" : ["0.1.1"], "meta" : {"description" : "Django package to handle (serve, reference, compile) static files", "homepage" : "https://github.com/yaniv-aknin/supstream", "license" : "MIT"}, "versions" : {"0.1.0" : {"sha256" : "8c51c96b1191a2f3846394a0d69a63e9861cbfef9d14d287c01a8d7ca37939f4", "url" : "http...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"t...
{"\u5de5\u5ee0\u540d\u7a31" : "\u5bcc\u4e45\u51f8\u7248\u5370\u5237\u5ee0\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99672294", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "05810000004082", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u6771\u5340\u6a02\u6210\u91cc\u65f1\u6eaa\u8857...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["react-material-select", "serialport-server"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "author": {"type": "object", "prop...
{"name" : "hotkeys", "title" : "jQuery Hotkeys", "description" : "jQuery Hotkeys lets you watch for keyboard events anywhere in your code supporting almost any key combination.", "keywords" : ["keyboard", "events"], "version" : "0.1.0", "author" : {"name" : "John Resig", "url" : "https://ejohn.org/"}, "maintainers" : [...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "re...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "num...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[133.75, 30.916666666666668], [133.75, 31.0], [133.875, 31.0], [133.875, 30.916666666666668], [133.75, 30.916666666666668]]]}, "properties" : {"code" : 463336, "url" : "http://madefor.github.io/0410/api/v1/463336.geojson", "view" : "https://github...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "0.89": {"type"...
{"hour positive count" : 21, "hour neutral count" : 3, "hour negative count" : 3, "hour distri" : {"0.99" : 11, "0.89" : 1, "0.27" : 1, "1.0" : 7, "0.64" : 1, "0.67" : 1, "0.13" : 1, "0.98" : 1, "0.95" : 1, "0.19" : 1, "0.84" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "0.89": {"type": "integer"}, "0.27": {"type": "integer"}, "1.0": {"type": "in...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Version": {"type": "string"}, "ApiVersion": {"type": "string"}, "MinAPIVersion": {"type": "string"}, "GitCommit": {"type": "string"}, "GoVersion": {"type": "string"}, "Os": {"type": "string"}, "Arch": {"type": "string"}, "Kern...
{"Version" : "17.03.0-ce-rc1", "ApiVersion" : "1.26", "MinAPIVersion" : "1.12", "GitCommit" : "ce07fb6", "GoVersion" : "go1.7.5", "Os" : "linux", "Arch" : "amd64", "KernelVersion" : "4.9.11-moby", "Experimental" : false, "BuildTime" : "2017-02-20T10:12:38.576960226+00:00"}
json_instruct
{"type": "object", "properties": {"Version": {"type": "string"}, "ApiVersion": {"type": "string"}, "MinAPIVersion": {"type": "string"}, "GitCommit": {"type": "string"}, "GoVersion": {"type": "string"}, "Os": {"type": "string"}, "Arch": {"type": "string"}, "KernelVersion": {"type": "string"}, "Experimental": {"type": "b...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbr...
{"place_name" : "San Juan Capistrano", "state_name" : "California", "state_abbrv" : "CA", "lat" : "33.5085", "long" : "-117.6565"}
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": {"name": {"type": "string"}, "description": {"type": "string"}, "require-dev": {"type": "object", "properties": {"php": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["php", "phpunit/phpuni...
{"name" : "environet/environ-test", "description" : "Environet tests", "require-dev" : {"php" : "7.2.*", "phpunit/phpunit" : "^8.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require-dev": {"type": "object", "properties": {"php": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["php", "phpunit/phpunit"]}}, "required": ["name", "description", "require-dev"], "$schema": "h...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"tslint.enable": {"type": "boolean"}}, "required": ["tslint.enable"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tslint.enable" : true}
json_instruct
{"type": "object", "properties": {"tslint.enable": {"type": "boolean"}}, "required": ["tslint.enable"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "is_channel": {"type": "boolean"}, "created": {"type": "integer"}, "creator": {"type": "string"}, "is_archived": {"type": "boolean"}, "is_general": {"type": "bool...
{"id" : "BBBBBBBBBB", "name" : "new-channels", "is_channel" : true, "created" : 1234567890, "creator" : "AAAAAAAAA", "is_archived" : false, "is_general" : false, "is_member" : true, "members" : ["AAAAAAAAA"], "topic" : {"value" : "", "creator" : "", "last_set" : 0}, "purpose" : {"value" : "", "creator" : "", "last_set"...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "is_channel": {"type": "boolean"}, "created": {"type": "integer"}, "creator": {"type": "string"}, "is_archived": {"type": "boolean"}, "is_general": {"type": "boolean"}, "is_member": {"type": "boolean"}, "members": {"type": "array", ...
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"}, "bin": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "st...
{"name" : "note-cli", "version" : "1.1.0", "description" : "Create note markdown things with the CLI", "main" : "src/index.js", "bin" : "src/index.js", "keywords" : [], "author" : "funnyboy_roks (https://www.funnyboyroks.com)", "license" : "MIT", "dependencies" : {"inquirer" : "^7.3.3"}, "type" : "module", "devDependen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type...
{"hash" : "0x657a4134f6eb1ba0c4e86047db3158b05c35290d1019d38715740e086faf5125", "parentHash" : "0x4d9fde12f2619cfe2730ebf53ca83ed78b5d1de94c80299aa191352fef038db2", "number" : 5242, "timestamp" : 1438288334, "nonce" : "0xf60937bb2c1d0a47", "difficulty" : 195342449875, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_he...
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"]...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"openid": {"type": "string"}}, "required": ["openid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"openid" : "http://b\u00e5d.\u00f6pen\u00eed.c\u00f8m"}
json_instruct
{"type": "object", "properties": {"openid": {"type": "string"}}, "required": ["openid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "1109190002", "district_id" : "1109190", "name" : "MESJID BUNGIE"}
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"bathrooms": {"type": "number"}, "bedrooms": {"type": "number"}, "security_deposit": {"type": "number"}, "cleaning_fee": {"type": "number"}, "extra_people": {"type": "number"}, "number_of_reviews": {"type": "number"},...
{"bathrooms" : 2.0, "bedrooms" : 2.0, "security_deposit" : 175.0, "cleaning_fee" : 25.0, "extra_people" : 1.0, "number_of_reviews" : 2.0, "square_feet" : 250.0, "review_scores_rating" : 2.0, "room_type" : "Entire home/apt", "host_is_super_host" : "0.0", "cancellation_policy" : "flexible", "instant_bookable" : "1.0", "s...
json_instruct
{"type": "object", "properties": {"bathrooms": {"type": "number"}, "bedrooms": {"type": "number"}, "security_deposit": {"type": "number"}, "cleaning_fee": {"type": "number"}, "extra_people": {"type": "number"}, "number_of_reviews": {"type": "number"}, "square_feet": {"type": "number"}, "review_scores_rating": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 45697, "cartId" : "0b3aa07e-4749-44d5-8647-eafc5a8780b7", "preferredProducts" : [2794, 4124, 3551, 2690, 2618, 4639, 4998], "productReviews" : [{"productId" : 662, "reviewText" : "This Granite works certainly well. It excitedly improves my football by a lot.", "reviewDate" : "2019-09-28T06:40:55.199731+03:0...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "me...
{"ast" : null, "code" : "import { useTheme as useThemeWithoutDefault } from '@material-ui/styles';\nimport defaultTheme from './defaultTheme';\nexport default function useTheme() {\n return useThemeWithoutDefault() || defaultTheme;\n}", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Using the following JSON schema, generate a compatible JSON instance: {"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":...
{"id" : 9631, "title" : ["[Gateway Tower]"], "description" : ["A tower of red sandstone rises above the forest in proud defiance of the trees that crowd against it. The massive rock faces carved high on each side of the edifice direct their gaze to the black and trackless forest beyond, their enigmatic smiles and lowe...
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": {"1233":...
Based on the schema below, produce a valid JSON object: {"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": {}}, "t...
{"directions" : ["Pour chocolate syrup into a large glass. Pour milk on top of chocolate syrup; stir until completely incorporated and smooth, about 30 seconds.", "Slowly pour seltzer water into chocolate mixture, stirring constantly. Mixture will foam and bubble. Serve immediately."], "ingredients" : ["1 ounce chocola...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd...
{"station" : [{"pref_cd" : 40, "line_cd" : 11917, "line_name" : "JR\u9999\u690e\u7dda(\u9999\u690e\uff5e\u5b87\u7f8e)", "station_cd" : 1191710, "station_g_cd" : 1191710, "station_name" : "\u65b0\u539f", "lon" : 130.508835, "lat" : 33.579061}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"...
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#"}
[[1982, 13], [1983, 9], [1984, 5], [1985, 6], [1986, 13], [1987, 15], [1988, 12], [1989, 15], [1990, 9], [1991, 14], [1992, 19], [1993, 23], [1994, 18], [1995, 99], [1996, 182], [1997, 178], [1998, 170], [1999, 133], [2000, 171], [2001, 148], [2002, 169], [2003, 163], [2004, 153], [2005, 137], [2006, 192], [2007, 193],...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"_groupId": {"type": "string"}, "_qualifiedId": {"type": "string"}, "_qualifiedName": {"type": "string"}, "id": {"type": "string"}, "_editable": {"type": "boolean"}, "_creator": {"type": "string"}, "_modified": ...
{"_groupId" : "vetest", "_qualifiedId" : "/vetest/PROJECT-21bbdceb-a188-45d9-a585-b30bba346175/_17_0_5_1_407019f_1402422593316_200143_16117/_17_0_5_1_407019f_1402422683509_36078_16169/MMS_1442345799882_df10c451-ab83-4b99-8e40-0a8e04b38b9d", "_qualifiedName" : "/vetest/VETest/adasdsddd3/Test64 sgfa/test opaquepara", "id...
json_instruct
{"type": "object", "properties": {"_groupId": {"type": "string"}, "_qualifiedId": {"type": "string"}, "_qualifiedName": {"type": "string"}, "id": {"type": "string"}, "_editable": {"type": "boolean"}, "_creator": {"type": "string"}, "_modified": {"type": "string"}, "_modifier": {"type": "string"}, "_created": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "apierror-discussiontools-commentid-notfound": {"type": "string"}, "apierror...
{"@metadata" : {"authors" : ["MarcoAurelio", "Rodney Araujo", "Suecarmol", "ZebaX2010"]}, "apierror-discussiontools-commentid-notfound" : "No se encontr\u00f3 el comentario con ID '$1'.", "apierror-discussiontools-commentname-ambiguous" : "Se encontraron m\u00faltiples comentarios con el nombre '$1', \u00fasese el iden...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "apierror-discussiontools-commentid-notfound": {"type": "string"}, "apierror-discussiontools-commentname-ambiguous": {"type": "string"}, "apierror-discus...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {...
{"userId" : 70340, "cartId" : "2c957768-d968-4193-999f-597ad5b08eea", "preferredProducts" : [4452, 2261, 443], "productReviews" : [{"productId" : 1842, "reviewText" : "My peacock loves to play with it.", "reviewDate" : "2018-05-08T15:11:31.9348188+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type":...
{"name" : "CTFont", "version" : "0.2.0", "summary" : "A short description of CTFont.", "description" : "TODO: Add long description of the pod here.", "homepage" : "https://github.com/1145529730@qq.com/CTFont", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"1145529730@qq.com" : "shizhong.wang@qunar.com"...
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"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "includePath"]}}, "...
{"configurations" : [{"name" : "Linux", "includePath" : ["${workspaceFolder}/**", "${HOME}/CoppeliaSim_Edu_V4_1_0_Ubuntu20_04/programming/**"]}], "version" : 4}
json_instruct
{"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "includePath"]}}, "version": {"type": "integer"}}, "required": ["configurations", "version"], ...
Please provide a valid JSON object following 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" : "KAMARON", "frequency" : 183, "males" : "94.53551912568307 %", "females" : "5.46448087431694 %"}]
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["451123203001", "\u67f3\u5bb6\u793e\u533a\u5c45\u59d4\u4f1a", "210", "0"], ["451123203201", "\u51e4\u5cad\u6751\u59d4\u4f1a", "220", "0"], ["451123203202", "\u957f\u6eaa\u6c5f\u6751\u59d4\u4f1a", "220", "0"], ["451123203203", "\u65b0\u77f3\u6751\u59d4\u4f1a", "220", "0"], ["451123203204", "\u4e0b\u6e7e\u6751\u59d4\u4...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schem...
{"index" : 4196, "redacted" : false, "hash" : 297154725, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"headers": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "row_matrix": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "shared_str_table": {"type": "array",...
{"headers" : [["color_id", "id", "str"], ["red", "id", "int"], ["green", "id", "int"], ["blue", "id", "int"]], "row_matrix" : [[1, 2, 2, 2], [3, 4, 2, 2], [5, 2, 4, 2], [6, 2, 2, 4], [7, 4, 4, 4]], "shared_str_table" : ["", "black", "0", "red", "255", "green", "blue", "white"]}
json_instruct
{"type": "object", "properties": {"headers": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "row_matrix": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "shared_str_table": {"type": "array", "items": {"type": "string"}}}, "required": ["headers", "row_matrix", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "OR HOPES IN THE NEXT, AS FOOD TO LIFE:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/4346.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "test": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "start": {"type": "s...
{"name" : "ironcap", "version" : "1.0.0", "description" : "An inversion of control library for TypeScript", "test" : "node test", "scripts" : {"clean" : "node tasks clean", "start" : "node tasks start", "lint" : "node tasks lint", "build" : "node tasks build"}, "repository" : {"type" : "git", "url" : "https://github.co...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "test": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "build": {"type": "string"}}, "re...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["gl-catmull-clark", "gl-particles", "gl-render-cubemap", "glsl-cos-palette", "glsl-gradient-palette", "glsl-raytrace", "glsl-sdf-normal", "glslify", "glslify-client", "glslify-promise", "pnp-gui", "three-bmfont-text"]
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": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"entityName": {"type...
{"success" : true, "code" : "SUCCESS", "data" : {"states" : null, "districts" : [{"entityName" : "ernakulam", "metric" : {"type" : "TOTAL", "count" : 521535, "amount" : 992297917.6619761}}, {"entityName" : "malappuram", "metric" : {"type" : "TOTAL", "count" : 268993, "amount" : 394434596.38289905}}, {"entityName" : "ko...
json_instruct
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"entityName": {"type": "string"}, "metric": {"type": "object", "properties": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"pathDB": {"type": "string"}, "config": {"type": "object", "properties": {"miniBatchSize": {"type": "integer"}, "dimLatentVector": {"type": "integer"}}, "required": ["miniBatchSize", "dimLatentVector"]}}, "required": ["pathDB",...
{"pathDB" : "./logos", "config" : {"miniBatchSize" : 8, "dimLatentVector" : 64}}
json_instruct
{"type": "object", "properties": {"pathDB": {"type": "string"}, "config": {"type": "object", "properties": {"miniBatchSize": {"type": "integer"}, "dimLatentVector": {"type": "integer"}}, "required": ["miniBatchSize", "dimLatentVector"]}}, "required": ["pathDB", "config"], "$schema": "http://json-schema.org/draft-07/sch...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900809151": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900809152": {"type": "object", "properties": {"nama": {"type":...
{"900809151" : {"nama" : "TPS 1", "dapil" : [1302, 11302, 2130504]}, "900809152" : {"nama" : "TPS 2", "dapil" : [1302, 11302, 2130504]}, "900809153" : {"nama" : "TPS 3", "dapil" : [1302, 11302, 2130504]}, "900809154" : {"nama" : "TPS 4", "dapil" : [1302, 11302, 2130504]}, "900809155" : {"nama" : "TPS 5", "dapil" : [130...
json_instruct
{"type": "object", "properties": {"900809151": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900809152": {"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": {"geometry": {"type": "object", "properties": {"n_RU": {"type": "integer"}, "LA": {"type": "number"}, "LM": {"type": "number"}, "LB": {"type": "number"}, "SL0": {"type": "number"}, "Lsmooth": {"type": "number"}}, "r...
{"geometry" : {"n_RU" : 32, "LA" : 1.25, "LM" : 1.65, "LB" : 0.18, "SL0" : 2.2, "Lsmooth" : 0.05}, "RU_steady_state" : {"mu" : 10, "gamma" : 20, "Q" : 3, "Kd0" : 1.622, "alphaKd" : 0}, "RU_kinetics" : {"Koff" : 120, "Kbasic" : 28}, "XB_cycling" : {"mu0_fP" : 57.416, "mu1_fP" : 1.368, "r0" : 134.31, "alpha" : 25.184}, "...
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"n_RU": {"type": "integer"}, "LA": {"type": "number"}, "LM": {"type": "number"}, "LB": {"type": "number"}, "SL0": {"type": "number"}, "Lsmooth": {"type": "number"}}, "required": ["n_RU", "LA", "LM", "LB", "SL0", "Lsmooth"]}, "RU_steady_stat...
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" : "\u3010Ray MMD\u3011 No Title | TDA Dress - Yowane Haku \u5f31\u97f3\u30cf\u30af + Hatsune Miku \u521d\u97f3\u30df\u30af", "author" : "guenjan95", "description" : "FanpageundefinedFacebookundefined:undefined<aundefinedhref='https://www.facebook.com/kawaiigirlmmd/'>https://www.facebook.com/kawaiigirlmmd/</a><...
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...
Construct a JSON document that adheres to this schema specification: {"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/...
[{"year" : 1973, "sex" : "F", "n" : 9, "prop" : 5.79e-06}, {"year" : 1974, "sex" : "F", "n" : 18, "prop" : 0}, {"year" : 1975, "sex" : "F", "n" : 16, "prop" : 0}, {"year" : 1976, "sex" : "F", "n" : 26, "prop" : 0}, {"year" : 1977, "sex" : "F", "n" : 24, "prop" : 0}, {"year" : 1978, "sex" : "F", "n" : 29, "prop" : 0}, {...
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]...
{"name" : "js-set-manipulation", "version" : "1.1.0", "description" : "A set of useful functions that give easier control over set manipulation", "main" : "index.js", "scripts" : {"test" : "jest --coverage --collectCoverage=true"}, "repository" : {"type" : "git", "url" : "git+https://github.com/rawad663/js-set-manipula...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "file_url": {"type": "string"}, "custom_fields": {"type": "object", "properties": {"edition": {"type": "integer"}, "date": {"type": "integer"}, "compiler": {"type":...
{"name" : "OneForArt #1253 - Gordons Green", "description" : "A Gordons Green pixel.", "file_url" : "https://ipfs.io/ipfs/bafkreibredf6svmxv2qoc6jvxlhxno62b2lx3txl6cldt2g5phhuh6kbje", "custom_fields" : {"edition" : 1, "date" : 1642619894221, "compiler" : "HashLips Art Engine"}, "attributes" : [{"trait_type" : "name", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "file_url": {"type": "string"}, "custom_fields": {"type": "object", "properties": {"edition": {"type": "integer"}, "date": {"type": "integer"}, "compiler": {"type": "string"}}, "required": ["edition", "date", "compiler"]}, ...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1987, 6], [1988, 5], [1989, 11], [1990, 8], [1991, 8], [1992, 20], [1993, 17], [1994, 29], [1995, 20], [1996, 37], [1997, 32], [1998, 30], [1999, 19], [2000, 41], [2001, 38], [2002, 35], [2003, 20], [2004, 30], [2005, 18], [2006, 34], [2007, 24], [2008, 31], [2009, 23], [2010, 17], [2011, 15], [2012, 20], [2013, 12],...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "type": {"type": "array", "items": {"type": "string"}}, "verifiableCredential": {"type": "array", "items": {}}, "proof": {"type": "object", "properties": {"type": {...
{"@context" : ["https://www.w3.org/2018/credentials/v1"], "type" : ["VerifiablePresentation"], "verifiableCredential" : [], "proof" : {"type" : "Ed25519Signature2018", "proofPurpose" : "authentication", "verificationMethod" : "did:key:z6Mkgg342Ycpuk263R9d8Aq6MUaxPn1DDeHyGo38EefXmgDL#z6Mkgg342Ycpuk263R9d8Aq6MUaxPn1DDeHy...
json_instruct
{"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "type": {"type": "array", "items": {"type": "string"}}, "verifiableCredential": {"type": "array", "items": {}}, "proof": {"type": "object", "properties": {"type": {"type": "string"}, "proofPurpose": {"type": "string"}, "verifi...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/js/admins.js": {"type": "string"}, "/js/roles.js": {"type": "string"}, "/js/users.js": {"type": "string"}, "/js/categories.js": {"type": "string"}, "/css/default.css": {"type": "st...
{"/js/app.js" : "/js/app.js", "/js/admins.js" : "/js/admins.js", "/js/roles.js" : "/js/roles.js", "/js/users.js" : "/js/users.js", "/js/categories.js" : "/js/categories.js", "/css/default.css" : "/css/default.css", "/css/app.css" : "/css/app.css"}
json_instruct
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/js/admins.js": {"type": "string"}, "/js/roles.js": {"type": "string"}, "/js/users.js": {"type": "string"}, "/js/categories.js": {"type": "string"}, "/css/default.css": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js"...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"PlateNumb": {"type": "string"}, "OperatorID": {"type": "string"}, "RouteUID": {"type": "string"}, "RouteID": {"type": "string"}, "RouteName": {"type": "object", "properties": {"Zh_tw": {"ty...
[{"PlateNumb" : "068-U9", "OperatorID" : "10130", "RouteUID" : "TNN10262", "RouteID" : "10262", "RouteName" : {"Zh_tw" : "H31"}, "SubRouteUID" : "TNN10262", "SubRouteID" : "10262", "SubRouteName" : {"Zh_tw" : "H31"}, "Direction" : 1, "BusPosition" : {"PositionLat" : 22.98498, "PositionLon" : 120.210978}, "Speed" : 34, ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"PlateNumb": {"type": "string"}, "OperatorID": {"type": "string"}, "RouteUID": {"type": "string"}, "RouteID": {"type": "string"}, "RouteName": {"type": "object", "properties": {"Zh_tw": {"type": "string"}}, "required": ["Zh_tw"]}, "SubRouteUID": {"type": "str...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"product": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "price": {"type": "stri...
{"product" : [{"id" : 1, "name" : "Tuborg Classic", "description" : "classisk \u00f8l med fremragende smag", "image" : "https://netpris.dk/media/catalog/product/cache/14/image/330x/9df78eab33525d08d6e5fb8d27136e95/t/u/tuborg_classic_33cl_d_se_-__05740600998523.jpg", "price" : "30", "rating" : 1.4, "rating_count" : 12}]...
json_instruct
{"type": "object", "properties": {"product": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "price": {"type": "string"}, "rating": {"type": "number"}, "rating_count": {"type": "integer"}}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"rules": {"type": "array", "items": {}}, "generic": {"type": "string"}}, "required": ["rules", "generic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rules" : [], "generic" : "ios"}
json_instruct
{"type": "object", "properties": {"rules": {"type": "array", "items": {}}, "generic": {"type": "string"}}, "required": ["rules", "generic"], "$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" : "temporomaxillary", "definition" : "Of or pertaining to both the temple or the temporal bone and the maxilla."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"next:dev": {"type": "string"}, "next:build": {"type": "string"}, "next:s...
{"name" : "onlydevs.li-frontend-v2", "version" : "0.1.0", "private" : true, "scripts" : {"next:dev" : "next dev", "next:build" : "next build", "next:start" : "next start", "css:dev" : "mix watch", "css:build" : "mix build --production", "lint" : "eslint */**/*.ts{,x}", "lint:fix" : "eslint */**/*.ts{,x} --fix"}, "depen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"next:dev": {"type": "string"}, "next:build": {"type": "string"}, "next:start": {"type": "string"}, "css:dev": {"type": "string"}, "css:build": {"type...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "h...
{"version" : "english_NIV", "book" : "Isaiah", "chapter" : 59, "verse" : 7, "word" : "Their feet rush into sin; they are swift to shed innocent blood. They pursue evil schemes; acts of violence mark their ways."}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "a...
{"name" : "lamansky/secure-shuffle", "description" : "Reorders array elements using cryptographically-secure randomization.", "type" : "library", "keywords" : ["cryptographically secure", "array", "randomization", "shuffle"], "homepage" : "https://github.com/lamansky/secure-shuffle", "license" : "MIT", "authors" : [{"n...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {}}, "client": {"type": "array", "items": {"type":...
{"required" : true, "minVersion" : "0.8", "package" : "me.luligabi.fuelinfo.mixin", "compatibilityLevel" : "JAVA_16", "mixins" : [], "client" : ["AbstractFurnaceScreenHandlerAccessor", "AbstractFurnaceScreenMixin", "BrewingStandScreenMixin"], "injectors" : {"defaultRequire" : 1}}
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {}}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "abbreviation": {"type": "string"}, "name": {"type": "string"}, "lower_name": {"type": "string"}}, "required": ["_id", "abbreviation", "name", "lower_name"], "$schema": "http://json-schema.org/draft-0...
{"_id" : "dc61ac8b", "abbreviation" : "", "name" : "Rudbeckia flower distortion virus", "lower_name" : "rudbeckia flower distortion virus"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "abbreviation": {"type": "string"}, "name": {"type": "string"}, "lower_name": {"type": "string"}}, "required": ["_id", "abbreviation", "name", "lower_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$s...
{"width" : 0.15504165, "rotation" : -0.1323533, "xCenter" : 0.577347, "yCenter" : 0.46244547, "height" : 0.2756296}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Country": {"type": "string"}, "director": {"type": "array", "items": {"type": "string"}}, "caste": {"type": "array", "items": {"type": "object", "properties": {"imdb_id": {"type": "string"}, "name": {"type": "string"}}, "re...
{"Country" : "India", "director" : ["Yash Chopra"], "caste" : [{"imdb_id" : "nm0451321", "name" : "Shah Rukh Khan"}, {"imdb_id" : "nm0611552", "name" : "Rani Mukerji"}, {"imdb_id" : "nm0006689", "name" : "Preity Zinta"}, {"imdb_id" : "nm0451601", "name" : "Kiron Kher"}, {"imdb_id" : "nm0244890", "name" : "Divya Dutta"}...
json_instruct
{"type": "object", "properties": {"Country": {"type": "string"}, "director": {"type": "array", "items": {"type": "string"}}, "caste": {"type": "array", "items": {"type": "object", "properties": {"imdb_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["imdb_id", "name"]}}, "name": {"type": "string"}, "r...
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#"}
[["411025109001", "\u6c7e\u9648\u6751\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["411025109002", "\u738b\u68a6\u5bfa\u6751\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["411025109003", "\u540e\u6cb3\u5e84\u6751\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["411025109004", "\u65b9\...
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": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "pro...
{"id" : "05e7ae92-3b79-4471-b194-5a6df4f77c38", "playerTags" : [], "teamTags" : ["3f8bbb15-61c0-4e3f-8e4a-907a5fb1565e"], "gameTags" : [], "metadata" : {"id" : "shadows_call_up", "title" : "Foreshadow", "children" : ["a4565359-2571-4855-9922-161b79b441a6", "866510b5-f85a-4274-b1cb-2f0a07f4ab89", "d2a48ba5-8512-4bf9-957...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "children...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"beta": {"type": "string"}, "coverage": {"type": ...
{"name" : "@ampproject/cloudflare-amp-optimizer", "version" : "0.1.0", "description" : "A Cloudflare Worker AMP Optimizer", "main" : "./src/index.js", "scripts" : {"beta" : "wrangler publish --env=beta", "coverage" : "jest --coverage && open coverage/lcov-report/index.html", "format" : "prettier --write '{src,test}/*.{...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"beta": {"type": "string"}, "coverage": {"type": "string"}, "format": {"type": "string"}, "publish": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "p...
{"userId" : 79167, "cartId" : "f4d42bdf-1c18-49bd-883f-42d5b402055b", "preferredProducts" : [2814, 4389, 2837, 88, 110, 4600, 1678, 1471, 3811], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draf...
{"variants" : {"" : {"model" : "netherthings:block/glowing_reeds"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusio...
{"id" : "SOC301H5F20199", "code" : "SOC301H5F", "name" : "Canadian Prisons", "description" : "This course will examine trends and approaches within the correctional system in Canada. It will explore the historical and contemporary context of correctional practices. Attention will be paid to the differential impact of C...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "style": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "page4", "style" : ["*.css", "*.blah"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "style": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["...
{"id" : "../../node_modules/superagent/lib/is-object.js", "dependencies" : [{"name" : "/Users/hozan/Desktop/devstree/nawikurdi/API/package.json", "includedInParent" : true, "mtime" : 1590877042665}, {"name" : "/Users/hozan/Desktop/devstree/nawikurdi/API/node_modules/superagent/package.json", "includedInParent" : true, ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}, "bodyPatterns": {"type": "array", "items": {"type": "object",...
{"id" : "151a1ee5-c481-49a5-9bef-63b8101afe43", "name" : "apiphp", "request" : {"url" : "/api.php", "method" : "POST", "bodyPatterns" : [{"equalToJson" : "{\"action\":\"get_identified_files\",\"group\":\"scans\",\"data\":{\"username\":\"\",\"key\":\"\",\"scan_code\":\"semver4j_20201203_090342\"}}", "ignoreArrayOrder" :...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}, "bodyPatterns": {"type": "array", "items": {"type": "object", "properties": {"equalToJson": {"type": "string"}, "ignoreArrayOrder"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"InternList": {"type": "string"}, "Position": {"type": "string"}, "Location": {"type": "string"}, "Type": {"type": "string"}, "Search": {"type": "string"}, "AllJobs": {"type": "string"}, "SeeDetail": {"type": "strin...
{"InternList" : "Internship Opening", "Position" : "Posisi", "Location" : "Lokasi", "Type" : "Tipe", "Search" : "Cari", "AllJobs" : "Semua", "SeeDetail" : "Selengkapnya", "CTA" : "Lihat Lainnya", "ViewInternList" : "Lihat Daftar Magang", "SortBy" : "Urutkan berdasarkan", "CantFindWhatYouAreLookingFor" : "Mencari Kesemp...
json_instruct
{"type": "object", "properties": {"InternList": {"type": "string"}, "Position": {"type": "string"}, "Location": {"type": "string"}, "Type": {"type": "string"}, "Search": {"type": "string"}, "AllJobs": {"type": "string"}, "SeeDetail": {"type": "string"}, "CTA": {"type": "string"}, "ViewInternList": {"type": "string"}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"...
{"name" : "Symfony Standard Edition", "description" : "The Symfony Standard Edition", "repository" : "https://github.com/fabpot/symfony-standard-heroku", "logo" : "http://symfony.com/logos/symfony_black_03.svg", "keywords" : ["symfony"], "env" : {"SYMFONY_ENV" : "prod"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"SYMFONY_ENV": {"type": "string"}}, "required": ["SYMFONY_EN...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type"...
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "S\u00c3O JOS\u00c9 DE PRINCESA", "Description" : "S\u00c3O JOS\u00c9 DE PRINCESA / PB"}, "geometry" : {"type" : "LineString", "coordinates" : ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "ob...
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" : 1966, "sex" : "F", "n" : 5, "prop" : 2.85e-06}, {"year" : 1971, "sex" : "F", "n" : 5, "prop" : 2.85e-06}, {"year" : 1972, "sex" : "F", "n" : 11, "prop" : 6.82e-06}, {"year" : 1973, "sex" : "F", "n" : 5, "prop" : 3.22e-06}, {"year" : 1974, "sex" : "F", "n" : 5, "prop" : 3.19e-06}, {"year" : 1975, "sex" : "F",...
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "b...
{"image_name" : "lesion4354.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 1.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "374.0,283.0,368.0,275.0,363.0,268.0,356.0,266.0,351.0,272.0,351.0,281.0,349.0,290.0,351.0,303....
json_instruct
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"regio...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "repository": {"type": "string"}, "license": ...
{"version" : "0.5.0", "name" : "express-dump-curl", "description" : "ExpressJS middleware to dump received requests as curls and RESTests", "keywords" : ["express", "curl", "dump", "debug"], "main" : "index.js", "repository" : "git@github.com:fsoft72/express-dump-curl.git", "license" : "MIT", "devDependencies" : {"@typ...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "prope...
{"name" : "Voix", "version" : "0.0.0", "description" : "Twitter poling for taking votes", "main" : "app.js", "author" : "Tanay Prabhu Desai", "license" : "MIT", "dependencies" : {"express" : "~4.6.1", "body-parser" : "~1.14.0", "socket.io" : "~1.0", "handlebars" : "~4.0.4", "consolidate" : "~0.13.1", "habitat" : "~3.0....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "body-parser": {"type"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "st...
{"name" : "lc-js-components", "version" : "1.0.3", "description" : "js\u76f8\u5173\u516c\u5171\u63a7\u4ef6.", "main" : "dist/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "babel src --out-dir dist --presets=@babel/env"}, "author" : "Linc", "license" : "MIT", "repository" : {"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "author": {"type": "string"},...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"userFirstname": {"type": "string"}, "userLastname": {"type": "string"}, "address": {"type": "string"}, "homePhone": {"type": "string"}, "email": {"type": "string"}}, "required": ["u...
[{"userFirstname" : "firstName 0", "userLastname" : "lastName 0", "address" : "address 0", "homePhone" : "homePhone 0", "email" : "email 0"}, {"userFirstname" : "firstName 1", "userLastname" : "lastName 1", "address" : "address 1", "homePhone" : "homePhone 1", "email" : "email 1"}, {"userFirstname" : "firstName 2", "us...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"userFirstname": {"type": "string"}, "userLastname": {"type": "string"}, "address": {"type": "string"}, "homePhone": {"type": "string"}, "email": {"type": "string"}}, "required": ["userFirstname", "userLastname", "address", "homePhone", "email"]}, "$schema": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "ob...
{"hash" : "0x3edb4898471ae5c6037456661c59e3ae4e0a6c29f0a7bb983d3a2161086b5e6c", "parentHash" : "0x9095c4068be5de1508a9d4c639c099584cfede23390f21f4b9e5f8e11e128dbf", "number" : 115779, "timestamp" : 1440063197, "nonce" : "0xa4d24f86603f14f9", "difficulty" : 4569251674192, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "...
{"title" : "Twelve women, including woman in center wearing light colored short sleeve dress, holding document with Byrd Brown wearing dark suit, light colored shirt, and patterned necktie, gathered in YMCA with linoleum floor and banner inscribed \"Young Men's Christian Association...\"", "creation_date" : "c. 1959", ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "slim/slim": {"type": "string"}, "monolog/monolog": {"type": ...
{"name" : "youkok2/youkok2", "description" : "Utility website for students", "license" : "MIT", "require" : {"php" : ">=7.4", "slim/slim" : "3.12.1", "monolog/monolog" : "1.24.0", "illuminate/database" : "6.20.14", "illuminate/events" : "6.20.14", "robmorgan/phinx" : "0.10.8", "illuminate/cache" : "6.20.14", "myclabs/p...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "slim/slim": {"type": "string"}, "monolog/monolog": {"type": "string"}, "illuminate/database": {"type": "string"}, "illu...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "jsnext:main": {"type":...
{"name" : "pomelog", "version" : "1.0.4", "repository" : "tsachis/pomelog", "description" : "A tiny client side utility for tracing/debugging web apps", "main" : "dist/pomelog.js", "module" : "dist/pomelog.es.js", "jsnext:main" : "dist/pomelog.es.js", "unpkg" : "dist/pomelog.min.js", "types" : "dist/pomelog.d.ts", "typ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "jsnext:main": {"type": "string"}, "unpkg": {"type": "string"}, "types": {"type": "string"}, "typing...
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" : 101774473, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "2da878920016c5bb5d0b5c327e2acb1a", "wof:id" : 101774473, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-0.7037, 41.614, -0.7037, 41.614], "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": ["...
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"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "stri...
{"name" : "simple-socket-server", "version" : "0.1.0", "description" : "Simple socket server", "main" : "app.js", "author" : "Dom Chapman", "private" : true, "license" : "BSD", "dependencies" : {"nanotimer" : "^0.3.15", "uWebSockets.js" : "github:uNetworking/uWebSockets.js#v20.6.0"}, "scripts" : {"start" : "node app.js...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"nanotimer": {"type":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "attribute": {"type": "string"}, "type": {"type": "string"}, "cmc": {"type": "integer"}, "racesOrTraits": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "set": ...
{"name" : "Lumia, Saint of the Crimson Lotus", "attribute" : "Light/Fire", "type" : "J-Ruler", "cmc" : 0, "racesOrTraits" : ["Human"], "text" : "Swiftness\nAs this card enters your field, you may remove a card named \"Nyarlathotep, the Crimson Radiance\" in your hand from the game.\nThis card gains Imperishable and \"W...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "attribute": {"type": "string"}, "type": {"type": "string"}, "cmc": {"type": "integer"}, "racesOrTraits": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "set": {"type": "string"}, "code": {"type": "string"}, "rarity": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "firestore": {"type": "object", "properties": {"version": {"type": "string"}, "path": {"type": "string"}, "metadata_file": {"type": "string"}}, "required": ["version", "path", "m...
{"version" : "8.19.0", "firestore" : {"version" : "1.11.11", "path" : "firestore_export", "metadata_file" : "firestore_export/firestore_export.overall_export_metadata"}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "firestore": {"type": "object", "properties": {"version": {"type": "string"}, "path": {"type": "string"}, "metadata_file": {"type": "string"}}, "required": ["version", "path", "metadata_file"]}}, "required": ["version", "firestore"], "$schema": "http://js...