input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
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" : "stripper", "definition" : "One who, or that which, strips; specifically, a machine for stripping cards."} | 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"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "arr... | {"name" : "blob-phone/bob", "description" : "Build blob-phone package.", "version" : "0.1", "type" : "library", "homepage" : "https://github.com/Blobfolio/blob-phone", "license" : "WTFPL", "authors" : [{"name" : "Josh Stoik", "email" : "josh@blobfolio.com", "homepage" : "https://blobfolio.com"}], "require" : {"php" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"confirmed": {"type": "integer"}, "deaths": {"type": "integer"}, "recovered": {"type": "integer"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"confirmed" : 10305, "deaths" : 114, "recovered" : 9116} | json_instruct | {"type": "object", "properties": {"confirmed": {"type": "integer"}, "deaths": {"type": "integer"}, "recovered": {"type": "integer"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[535.9844708103005, 420.1534948433247], [1434.5559961458644, 442.63221062216735], [1436.6736531701329, 480.7500370589978], [1428.2030250730593, 527.3384915929014], [1413.3794259031808, 569.6916320782684], [1375.2615994663506, 614.1624295879037]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "350624203201", "text" : "\u6708\u6e2f\u6751\u59d4\u4f1a"}, {"id" : "350624203202", "text" : "\u957f\u57d4\u6751\u59d4\u4f1a"}, {"id" : "350624203203", "text" : "\u6c5f\u4ea9\u5751\u6751\u59d4\u4f1a"}, {"id" : "350624203204", "text" : "\u6c34\u5934\u6751\u59d4\u4f1a"}, {"id" : "350624203205", "text" : "\u576a\... | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "command": {"type": "string"}, "locked": {"type": "boolean"}, "starred": {"type": "boolean"}}, "required": ["name", "command", "locked", "starred"], "$schema": "http://json-schema.org/draft... | {"name" : "excuse", "command" : "getDOM(\"http://pages.cs.wisc.edu/~ballard/bofh/bofhserver.pl\")\n .then(dom => {\n print(`${dom.qsa('font')[1].textContent}`);\n })\n .catch(() => {})", "locked" : true, "starred" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "command": {"type": "string"}, "locked": {"type": "boolean"}, "starred": {"type": "boolean"}}, "required": ["name", "command", "locked", "starred"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["cont... | {"contract" : "0x3d4039bf409af774348aecd37da1bb649726f14a", "tool" : "slither", "start" : 1563667970.7694912, "end" : 1563667974.330836, "duration" : 3.561344861984253, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"_guid_": {"type": "string"}, "_extends_": {"type": "string"}, "users": {"type": "object", "properties": {"invokingUser": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "strin... | {"_guid_" : "S-156_Case_Creation_Data", "_extends_" : "Standard_Full_Case_Creation_Data", "users" : {"invokingUser" : {"username" : "[[$CCD_PRIVATE_CASEWORKER_EMAIL]]", "password" : "[[$CCD_PRIVATE_CASEWORKER_PASSWORD]]"}}, "request" : {"pathVariables" : {"ctid" : "AAT_AUTH_8"}}, "expectedResponse" : {"body" : {"case_t... | json_instruct | {"type": "object", "properties": {"_guid_": {"type": "string"}, "_extends_": {"type": "string"}, "users": {"type": "object", "properties": {"invokingUser": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}}, "required": ["invokingUse... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "... | {"id" : 404373703, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "f40a19dfd19911ad19887eca7f30a431", "wof:id" : 404373703, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [9.32755844766915, 42.43698992347669, 9.36011276826789, 42.45154872498664... | 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": ["... |
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" : "1208050006", "district_id" : "1208050", "name" : "BAGAN ASAHAN BARU"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 63090, "cartId" : "ab1db4c7-42cf-425c-ba0b-f5ee2d32739f", "preferredProducts" : [168, 2435, 912, 1856, 3802], "productReviews" : [{"productId" : 2269, "reviewText" : "heard about this on compas radio, decided to give it a try.", "reviewDate" : "2017-04-25T20:57:13.962403+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... |
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" : 404381631, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "5ecc38c8a887f001dd4d9e8f28d56b16", "wof:id" : 404381631, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.63516561261484, 44.17425777866278, 4.71029735929821, 44.21681958257212... | 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": ["... |
Please provide a valid JSON object following this 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" : "621221103001", "text" : "\u5c0f\u5ddd\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "621221103200", "text" : "\u8349\u575d\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "621221103201", "text" : "\u5c0f\u5ddd\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "621221103202", "text" : "\u540e\u5be8\u6751\u6... | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"listing_id": {"type": "string"}, "reviewer_id": {"type": "string"}, "text": {"type": "string"}, "reviewer_name": {"type": "string"}, "listing_longitude": {"type": "string"}, "host_name": {"type": "string"}, "listing_... | {"listing_id" : "110762", "reviewer_id" : "196484", "text" : "Maegan was an awesome host! Her place is very clean, and looked just like the pictures. She was very accommodating with our arrival and departing schedule. The apartment is located in a quiet, and safe area. It is close to the subway station, and also clo... | json_instruct | {"type": "object", "properties": {"listing_id": {"type": "string"}, "reviewer_id": {"type": "string"}, "text": {"type": "string"}, "reviewer_name": {"type": "string"}, "listing_longitude": {"type": "string"}, "host_name": {"type": "string"}, "listing_name": {"type": "string"}, "date": {"type": "string"}, "host_id": {"t... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["base-diff", "engine", "engine-lodash", "heroku-apps", "heroku-cli-addons", "launch-cloud-core", "loader-cache", "sass-include-paths"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integ... | {"appid" : 359920, "name" : "Highlands", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490982441} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties":... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.048219, 51.458576]}, "properties" : {"planning-permission-date" : "2017-12-06", "site-address" : "Vicarage Court13,Inverton Road,,SE15 3DD", "notes" : "Conversion of roof space into 2 x 1 bed flats, raising the roofridge by 1050mm, construction of... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"planning-permission-date": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@truffle/hdwallet-provider": {"type": "string"}, "eosjs": {"type": "string"}, "eosjs-ecc": {"type": "string"}, "ethereumjs-util": {"type"... | {"type" : "commonjs", "dependencies" : {"@truffle/hdwallet-provider" : "^2.0.8", "eosjs" : "^22.1.0", "eosjs-ecc" : "^4.0.7", "ethereumjs-util" : "^7.0.4", "text-encoding" : "^0.7.0"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@truffle/hdwallet-provider": {"type": "string"}, "eosjs": {"type": "string"}, "eosjs-ecc": {"type": "string"}, "ethereumjs-util": {"type": "string"}, "text-encoding": {"type": "string"}}, "required": ["@truf... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"share": {"type": "object", "properties": {"channels": {"type": "array", "items": {"type": "string"}}, "sharePlaytime": {"type": "boolean"}}, "required": ["channels", "sharePlaytime"]}}, "required": ["share"], "$schem... | {"share" : {"channels" : ["facebook", "twitter", "whats-app", "linkedin", "pinterest", "xing", "mail", "link"], "sharePlaytime" : true}} | json_instruct | {"type": "object", "properties": {"share": {"type": "object", "properties": {"channels": {"type": "array", "items": {"type": "string"}}, "sharePlaytime": {"type": "boolean"}}, "required": ["channels", "sharePlaytime"]}}, "required": ["share"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {"type": "object", "properties": {"ULAN": {"type": "object", "properties": {"Name": {"type": "string"}, "UlanIdNo": {"type": "null"}}, "required": ... | {"accession_number" : "63.201", "actors" : [{"ULAN" : {"Name" : "Munch, Edvard", "UlanIdNo" : null}, "after_follower" : null, "birth_date" : "1863", "collaboration" : null, "death_date" : "1944", "display_name" : "Munch, Edvard", "first" : null, "fullname" : "Munch, Edvard", "irn" : 190, "last" : "Munch, Edvard", "midd... | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {"type": "object", "properties": {"ULAN": {"type": "object", "properties": {"Name": {"type": "string"}, "UlanIdNo": {"type": "null"}}, "required": ["Name", "UlanIdNo"]}, "after_follower": {"type": "null"}, "bi... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"Teste.Autenticacao\\API\\bin": {"type": "boolean"}, "Teste.Autenticacao\\API\\obj": {"type": "boolean"}, ".vscode": {"type": "boolean"}, "Teste.Autenticacao\... | {"files.exclude" : {"Teste.Autenticacao\\API\\bin" : true, "Teste.Autenticacao\\API\\obj" : true, ".vscode" : true, "Teste.Autenticacao\\DTO\\bin" : true, "Teste.Autenticacao\\DTO\\obj" : true, "Teste.Autenticacao\\BLL\\obj" : true, "Teste.Autenticacao\\BLL\\bin" : true, "Teste.Autenticacao\\PROG\\bin" : true, "Teste.A... | json_instruct | {"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"Teste.Autenticacao\\API\\bin": {"type": "boolean"}, "Teste.Autenticacao\\API\\obj": {"type": "boolean"}, ".vscode": {"type": "boolean"}, "Teste.Autenticacao\\DTO\\bin": {"type": "boolean"}, "Teste.Autenticacao\\DTO\\obj": {"type": "bo... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/s... | [{"name" : "YUVANT", "frequency" : 1, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after... | {"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "app.54.77.195.136.nip.io", "min_cert_id" : 1039004816, "min_entry_timestamp" : "2018-12-18T11:47:13.083", "not_before" : "2018-12-18T10:47:12", "not_after" : "2019-03-18T10:47:12"} | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"},... | {"body" : "Hi Cramer,\n\n\ntry obj2rad. Therefore you simply have to export parts of the model as\nWavefront(*.obj) in rhino. \nThen you can convert them with: obj2rad *.obj > *.rad. \n\n\nAfterwards it's pretty simple and fast to import these *.rad files into\necotec again.\n\n\nKind regards,\nKai \n\n\n _____ \n\... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"deviceId": {"type": "integer"}, "patientId": {"type": "integer"}, "patientName": {"type": "string"}, "gender": {"type": "string"}}, "required": ["deviceId", "patientId", "patientName", "gender"], "$schema": "http://json-schema... | {"deviceId" : 1234, "patientId" : 4321, "patientName" : "Jason mendes", "gender" : "Male"} | json_instruct | {"type": "object", "properties": {"deviceId": {"type": "integer"}, "patientId": {"type": "integer"}, "patientName": {"type": "string"}, "gender": {"type": "string"}}, "required": ["deviceId", "patientId", "patientName", "gender"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"lodash.get": {"type": "objec... | {"name" : "@pipedream/helpers", "version" : "0.0.1", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"lodash.get" : {"version" : "4.4.2", "resolved" : "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", "integrity" : "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk="}, "lodash.isarray" : {"version" : "4.0.0", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"lodash.get": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "str... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "vars": {"type": "array", "items": {"type": "string"}}, "presets": {"type": "object", "properties": ... | {"name" : "Obliq", "version" : "1.0.0", "labels" : ["Headlines and primary texts", "Article background", "Article border", "Secondary texts - dates and other messages", "Category label color", "Category text color", "Buttons", "Side menu background", "Form inputs text", "Cover text color"], "vars" : ["base-text-color",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "vars": {"type": "array", "items": {"type": "string"}}, "presets": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "title": {"type": "string"}}, "required": ["body", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "<div><div id=\"transactions\"><div class=\"hue-doc-title\">Impala Transactions</div><div><p>\n A transaction is a single logical operation on the data. Impala supports transactions that\n satisfy a level of consistency that improves the integrity and reliability of the data\n before and after ... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "title": {"type": "string"}}, "required": ["body", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"... | {"contract" : "0x8457ae15ebf4819d3de2f53937ca2e1b235c0102", "tool" : "solhint", "start" : 1563614179.1475258, "end" : 1563614183.2877495, "duration" : 4.140223741531372, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"autoMove": {"type": "boolean"}, "id": {"type": "string"}, "name": {"type": "string"}, "desc": {"type": "string"}, "shareParam": {"type": "string"}, "shareColumn": {"type": "string"}, "shareName": {"type": "string"}, "newBusiness... | {"autoMove" : true, "id" : "rssId", "name" : "resourceStoreSpecification", "desc" : "\u7269\u54c1\u89c4\u683c", "shareParam" : "storeId", "shareColumn" : "store_id", "shareName" : "store", "newBusinessTypeCd" : "BUSINESS_TYPE_SAVE_RESOURCE_STORE_SPECIFICATION", "updateBusinessTypeCd" : "BUSINESS_TYPE_UPDATE_RESOURCE_ST... | json_instruct | {"type": "object", "properties": {"autoMove": {"type": "boolean"}, "id": {"type": "string"}, "name": {"type": "string"}, "desc": {"type": "string"}, "shareParam": {"type": "string"}, "shareColumn": {"type": "string"}, "shareName": {"type": "string"}, "newBusinessTypeCd": {"type": "string"}, "updateBusinessTypeCd": {"ty... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Address": {"type": "string"}, "Profession": {"type": "string"}}, "required": ["Name", "Address", "Profession"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Name" : "Mickey", "Address" : "1 Walt Disney Way", "Profession" : "Mouse"}, {"Name" : "Minnie", "Address" : "1 Walt Disney Way", "Profession" : "Mouse"}, {"Name" : "Donald", "Address" : "1 Walt Disney Way", "Profession" : "Duck"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Address": {"type": "string"}, "Profession": {"type": "string"}}, "required": ["Name", "Address", "Profession"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "stri... | {"topic" : "no gendaylit ???", "category" : "radiance-general", "attachments" : [], "created_by_name" : "ZZ", "created_at" : "June 19, 2008 at 10:32PM", "body" : "Dear all,\n\n\nmy operating system is Ubuntu8.04, and install radiance use\napt-get install radiance and apt-get install radiance-materials\nI think the inst... | json_instruct | {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["to... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"app": {"type": "object", "properties": {"bundleName": {"type": "string"}, "vendor": {"type": "string"}, "version": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "requi... | {"app" : {"bundleName" : "com.cocos.libcocos", "vendor" : "cocos", "version" : {"code" : 1000000, "name" : "1.0"}}, "deviceConfig" : {"default" : {"network" : {"cleartextTraffic" : true}}}, "module" : {"package" : "com.cocos.lib", "deviceType" : ["phone", "car"], "distro" : {"deliveryWithInstall" : true, "moduleName" :... | json_instruct | {"type": "object", "properties": {"app": {"type": "object", "properties": {"bundleName": {"type": "string"}, "vendor": {"type": "string"}, "version": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}}, "required": ["bundleName", "vendor", "version"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "strin... | {"name" : "mood2watch", "version" : "1.0.0", "description" : "mood2watch", "engines" : {"node" : "10.15.3"}, "main" : "index.js", "scripts" : {"dev" : "nodemon server/index.js", "start" : "node server/index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ericparadis/mood2watch.git"}, "author" : "E... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "strin... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"add new": {"type": "string"}, "buttons": {"type": "string"}, "image not found": {"type": "string"}, "no image": {"type": "string"}, "are you sure": {"type": "string"}, "returned back": {"type": "string"}, "agreeme... | {"add new" : "\u10d0\u10ee\u10da\u10d8\u10e1 \u10d3\u10d0\u10db\u10d0\u10e2\u10d4\u10d1\u10d0", "buttons" : "\u10e6\u10d8\u10da\u10d0\u10d9\u10d4\u10d1\u10d8", "image not found" : "\u10e1\u10e3\u10e0\u10d0\u10d7\u10d8 \u10d5\u10d4\u10e0 \u10db\u10dd\u10d8\u10eb\u10d4\u10d1\u10dc\u10d0", "no image" : "\u10e3\u10e1\u10d0... | json_instruct | {"type": "object", "properties": {"add new": {"type": "string"}, "buttons": {"type": "string"}, "image not found": {"type": "string"}, "no image": {"type": "string"}, "are you sure": {"type": "string"}, "returned back": {"type": "string"}, "agreement": {"type": "string"}, "cancel": {"type": "string"}, "repeat": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "string"}}, "lgbm_params": {"type": "object", "properties": {"learning_rate": {"type": "number"}, "num_leaves": {"type": "integer"}, "boosting_type": {"type": "string"}, "colsa... | {"features" : ["age", "embarked", "family_size", "fare", "pclass", "sex"], "lgbm_params" : {"learning_rate" : 0.1, "num_leaves" : 8, "boosting_type" : "gbdt", "colsample_bytree" : 0.65, "reg_alpha" : 1, "reg_lambda" : 1, "objective" : "multiclass", "num_class" : 2}, "loss" : "multi_logloss", "target_name" : "Survived",... | json_instruct | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "string"}}, "lgbm_params": {"type": "object", "properties": {"learning_rate": {"type": "number"}, "num_leaves": {"type": "integer"}, "boosting_type": {"type": "string"}, "colsample_bytree": {"type": "number"}, "reg_alpha": {"type": "integ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xywh" : "947,2116,3902,500"} | json_instruct | {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "7401060014", "district_id" : "7401060", "name" : "KAMBULA MBULANA"} | 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": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "aut... | {"name" : "Sms/Integration/Package", "description" : "To intrgrate with sms", "type" : "package", "license" : "MIT", "version" : "1.0", "keywords" : ["sms_integration", "test_sms_integration"], "authors" : [{"name" : "Eslam", "email" : "test@ib.com"}], "require" : {"php" : ">= 5.3.0"}, "autoload" : {"psr-4" : {"Sms\\In... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "method": {"type": "string"}, "url": {"type": "string"}, "scope": {"type": "null"}, "urlParams": {"type": "array", "i... | {"name" : "GetWikiPageAttachment", "summary" : "Wiki\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9", "description" : "Wiki\u306e\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059\u3002", "method" : "GET", "url" : "/api/v2/wikis/:wikiId/attach... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "method": {"type": "string"}, "url": {"type": "string"}, "scope": {"type": "null"}, "urlParams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "optio... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"appearance": {"type": "object", "properties": {"eye-color": {"type": "string"}, "gender": {"type": "string"}, "hair-color": {"type": "string"}, "height": {"type": "array", "items": {"type": "string"}}, "race": ... | {"appearance" : {"eye-color" : "Brown", "gender" : "-", "hair-color" : "Black", "height" : ["6'", "183 cm"], "race" : "null", "weight" : ["180 lb", "81 kg"]}, "biography" : {"aliases" : ["The Maker", "Cheyenne"], "alignment" : "good", "alter-egos" : "No alter egos found.", "first-appearance" : "Uncanny X-Men #184", "fu... | json_instruct | {"type": "object", "properties": {"appearance": {"type": "object", "properties": {"eye-color": {"type": "string"}, "gender": {"type": "string"}, "hair-color": {"type": "string"}, "height": {"type": "array", "items": {"type": "string"}}, "race": {"type": "string"}, "weight": {"type": "array", "items": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "c... | {"ETag" : "W/\"e9b0813ca137d43eff229f5e98548006\"", "Last-Modified" : "Tue, 03 Dec 2019 01:52:41 GMT", "base" : {"repo" : {"name" : "sentry-sdk-feedstock"}}, "closed_at" : "2019-12-02T19:26:25Z", "created_at" : "2019-11-25T09:16:50Z", "head" : {"ref" : "0.13.3"}, "html_url" : "https://github.com/conda-forge/sentry-sdk-... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"*.{ts,tsx}": {"type": "array", "items": {"type": "string"}}}, "required": ["*.{ts,tsx}"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"*.{ts,tsx}" : ["npm run lint --fix"]} | json_instruct | {"type": "object", "properties": {"*.{ts,tsx}": {"type": "array", "items": {"type": "string"}}}, "required": ["*.{ts,tsx}"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", ... | {"city" : {"name" : "ACEGU\u00c1", "state" : "RS"}, "borders" : [[{"lat" : -31.49380680963651, "lng" : -53.95763656617453}, {"lat" : -31.55040690795238, "lng" : -53.990639489121065}, {"lat" : -31.614459816667136, "lng" : -53.95776012313115}, {"lat" : -31.670213515341402, "lng" : -53.958004867330715}, {"lat" : -31.75000... | json_instruct | {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "app.components.LocaleToggle.zh", "message" : "Chinese"}, {"id" : "app.components.LocaleToggle.en", "message" : "English"}, {"id" : "boilerplate.components.Footer.author.message", "defaultMessage" : "Powered by {author}.", "message" : "Powered by {author}."}, {"id" : "login", "message" : "Login"}, {"id" : "use... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"component_default": {"type": "object", "properties": {"$desc": {"type": "string"}, "$installDir": {"type": "string"}, "$name": {"type": "string"}, "$payloadName": {"type": "string"}, "$pkgName": {"type": "string"}, "$selectabl... | {"component_default" : {"$desc" : "The pak command line tool", "$installDir" : "/opt/pak", "$name" : "pak cli", "$payloadName" : "default", "$pkgName" : "pakCli", "$selectable" : false, "$selected" : true, "$visible" : true, "$scriptsFolder" : "pak_scripts"}, "component_pakr" : {"$desc" : "GUI interface for the pak com... | json_instruct | {"type": "object", "properties": {"component_default": {"type": "object", "properties": {"$desc": {"type": "string"}, "$installDir": {"type": "string"}, "$name": {"type": "string"}, "$payloadName": {"type": "string"}, "$pkgName": {"type": "string"}, "$selectable": {"type": "boolean"}, "$selected": {"type": "boolean"}, ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"... | {"parent" : "gamePlayerScriptableSystemRequest", "name" : "gameDrawItemRequest", "flags" : 66, "props" : [{"type" : "gameItemID", "name" : "itemID", "flags" : 6627016704}, {"type" : "gameEquipAnimationType", "name" : "equipAnimationType", "flags" : 6627016704}, {"type" : "Bool", "name" : "assignOnly", "flags" : 6627016... | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}},... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "identifier": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "build": {"type": "string"}, "author": {"type": "stri... | {"name" : "rocketchat", "productName" : "Rocket.Chat+", "identifier" : "chat.rocket", "description" : "Rocket.Chat Native Cross-Platform Desktop Application via Electron.", "version" : "1.3.1", "build" : "15", "author" : "Rocket.Chat Support <support@rocket.chat>", "copyright" : "\u00a9 2016, Rocket.Chat", "main" : "ba... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "identifier": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "build": {"type": "string"}, "author": {"type": "string"}, "copyright": {"type": "string"}, "main": {"type": "string"}, "de... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties":... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.178521, 50.85226]}, "properties" : {"hectares" : "0.04", "site" : "3250", "maximum-net-dwellings" : "6", "point" : "POINT(-1.178521 50.85226)", "site-address" : "Portland House", "start-date" : "2021-04-01", "site-plan-url" : "https://www.fareham.... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"hectares": {"type": "string"}, "s... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Extensions": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "ExtensionRegistry": {"type": "string"}, "TimeFetched": {"type": "string"}}, "required": ["Name", "Extensi... | {"Extensions" : [{"Name" : "pack", "ExtensionRegistry" : "https://github.com/tilt-dev/tilt-extensions", "TimeFetched" : "2021-12-09T17:20:08.324555+05:30"}]} | json_instruct | {"type": "object", "properties": {"Extensions": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "ExtensionRegistry": {"type": "string"}, "TimeFetched": {"type": "string"}}, "required": ["Name", "ExtensionRegistry", "TimeFetched"]}}}, "required": ["Extensions"], "$schema": "http:... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "1190", "name" : "\u798f\u5cf6\u4fe1\u91d1", "name_kana" : "\uff8c\uff78\uff7c\uff8f\uff7c\uff9d\uff77\uff9d"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"crawler_from_scratch": {"type": "object", "properties": {"Overview": {"type": "string"}, "\u6700\u7b80\u5355\u7684\u722c\u866b": {"type": "string"}, "\u8fdb\u9636\u7684\u722c\u866b": {"type": "string"}, "\u6279\u91c... | {"crawler_from_scratch" : {"Overview" : "/", "\u6700\u7b80\u5355\u7684\u722c\u866b" : "/Getting_Started", "\u8fdb\u9636\u7684\u722c\u866b" : "/Advanced_Request", "\u6279\u91cf\u722c\u53d6\u7f51\u9875" : "/Crawler_Sample", "\u4ee3\u7406\u722c\u866b" : "/Proxy_Request", "\u6570\u636e\u5e93" : "/Database", "\u6570\u636e\u... | json_instruct | {"type": "object", "properties": {"crawler_from_scratch": {"type": "object", "properties": {"Overview": {"type": "string"}, "\u6700\u7b80\u5355\u7684\u722c\u866b": {"type": "string"}, "\u8fdb\u9636\u7684\u722c\u866b": {"type": "string"}, "\u6279\u91cf\u722c\u53d6\u7f51\u9875": {"type": "string"}, "\u4ee3\u7406\u722c\u8... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"WaveformService": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "decorators": {"t... | {"__symbolic" : "module", "version" : 1, "metadata" : {"WaveformService" : {"__symbolic" : "class", "decorators" : [{"__symbolic" : "call", "expression" : {"__symbolic" : "reference", "module" : "@angular/core", "name" : "Injectable"}}], "members" : {"__ctor__" : [{"__symbolic" : "constructor", "parameters" : [{"__symb... | json_instruct | {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"WaveformService": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "decorators": {"type": "array", "items": {"type": "object", "properties": {"__symbolic"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"languageId": {"type": "string"}, "grammar": {"type": "string"}, "fileExtensions": {"type": "array", "items": {"type": "string"}}, "out": {"type": "string"}, "textMate": {"type": "object", "properties": {"out": {"type... | {"languageId" : "arithmetics", "grammar" : "src/language-server/arithmetics.langium", "fileExtensions" : [".calc"], "out" : "src/language-server/generated", "textMate" : {"out" : "syntaxes/arithmetics.tmLanguage.json"}} | json_instruct | {"type": "object", "properties": {"languageId": {"type": "string"}, "grammar": {"type": "string"}, "fileExtensions": {"type": "array", "items": {"type": "string"}}, "out": {"type": "string"}, "textMate": {"type": "object", "properties": {"out": {"type": "string"}}, "required": ["out"]}}, "required": ["languageId", "gra... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "solution": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "string"}, "includeClientSideAssets": {"type": "boolean"}}, "required": ["na... | {"$schema" : "https://dev.office.com/json-schemas/spfx-build/package-solution.schema.json", "solution" : {"name" : "dialogs-demo-client-side-solution", "id" : "d9435f25-786f-414b-8fa4-8da4d0b64892", "version" : "1.0.0.0", "includeClientSideAssets" : true}, "paths" : {"zippedPackage" : "solution/dialogs-demo.sppkg"}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "solution": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "string"}, "includeClientSideAssets": {"type": "boolean"}}, "required": ["name", "id", "version", "includeClientSideAssets"]}, "paths":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["... | {"url" : "https://www.who.int/csr/don/1998_01_06a/en/", "date_of_publication" : "1998-01-06", "headline" : "1998 - Cholera outbreak in the Democratic Republic of Congo", "main_text" : "An outbreak of cholera was reported in a military camp situated 5 kms. from Kisangani in Haut-Zaire Province. Approximately 800 cases w... | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "date_of_publication", "headline", "main_text", "key_terms"], "$schem... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"18:0-acyl-carrier protein thioesterase": {"type": "string"}, "Acyl-[acyl-carrier-protein] hydrolase": {"type": "string"}, "18:0-ACP thioesterase": {"type": "string"}, "RuBisCO large subunit": {"type": "string"}, "Acy... | {"18:0-acyl-carrier protein thioesterase" : "Q42712", "Acyl-[acyl-carrier-protein] hydrolase" : "Q42712", "18:0-ACP thioesterase" : "Q42712", "RuBisCO large subunit" : "Q05579", "Acyl-[acyl-carrier-protein] desaturase" : "P32063", "Q42712" : "Q42712", "FATA_CORSA" : "Q42712", "Oleoyl-acyl carrier protein thioesterase, ... | json_instruct | {"type": "object", "properties": {"18:0-acyl-carrier protein thioesterase": {"type": "string"}, "Acyl-[acyl-carrier-protein] hydrolase": {"type": "string"}, "18:0-ACP thioesterase": {"type": "string"}, "RuBisCO large subunit": {"type": "string"}, "Acyl-[acyl-carrier-protein] desaturase": {"type": "string"}, "Q42712": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "... | {"type" : "MultiPolygon", "coordinates" : [[[[-121.52605153499994, 38.585219275000036], [-121.52626508699993, 38.58290109400007], [-121.52685850199995, 38.58092304300003], [-121.53424157899995, 38.580089568000055], [-121.5344245479999, 38.581763714000026], [-121.53462047699993, 38.58351423000004], [-121.53722904999998,... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": ... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.317431, 54.563962]}, "properties" : {"start-date" : "2018-12-15", "organisation" : "local-authority-eng:STT", "name" : "713", "ownership-status" : "not owned by a public authority", "site-address" : "First Floor, The Town House, Skinner Street", "... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type"... | {"answers" : ["aida", "ayin", "diddy", "didy", "dinna", "diya", "india", "induna", "inia", "naiad", "nain", "nandin", "nandina", "nidi", "ninny", "qadi", "qaid", "quai", "quid", "quiddany", "quin", "quina", "quinaquina", "quinin", "quinina", "quinquina", "unai", "undid", "yanqui"], "centerLetter" : "i", "letterString" ... | json_instruct | {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"joke": {"type": "string"}}, "required": ["joke"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"joke" : "I hope when I inevitably choke to death on gummy bears people just say I was killed by bears and leave it at that."}, {"joke" : "Maybe if we start telling people the brain is an app they will start using it."}, {"joke" : "Did you know that dolphins are so smart that within a few weeks of captivity, they can... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"joke": {"type": "string"}}, "required": ["joke"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"... | {"code" : 7403101028, "parent" : 7403101, "name" : "LALONGGALUKU TIMUR", "latitude" : null, "longitude" : null, "postal" : [93473, 93457], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"glossary": {"type": "array", "items": {}}, "variables": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "integer"}, "value": {"typ... | {"glossary" : [], "variables" : [{"id" : "1633129835-918", "name" : "interact_temp_text", "type" : 0, "value" : "This is the default inteaction test. Should have been altered"}]} | json_instruct | {"type": "object", "properties": {"glossary": {"type": "array", "items": {}}, "variables": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "integer"}, "value": {"type": "string"}}, "required": ["id", "name", "type", "value"]}}}, "requir... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main" : "esi1_html.js"} | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"lev=0": {"type": "object", "properties": {"Bx": {"type": "number"}, "By": {"type": "number"}, "Bz": {"type": "number"}, "Ex": {"type": "number"}, "Ey": {"type": "number"}, "Ez": {"type": "number"}, "jx": {"type": "n... | {"lev=0" : {"Bx" : 5.317312609305897e-09, "By" : 2.717191496720115e-08, "Bz" : 2.795221621874797e-08, "Ex" : 4.152946121094125, "Ey" : 7.867835967181568, "Ez" : 7.817791336283674, "jx" : 0.0, "jy" : 2.9697038995489428e-46, "jz" : 0.0}} | json_instruct | {"type": "object", "properties": {"lev=0": {"type": "object", "properties": {"Bx": {"type": "number"}, "By": {"type": "number"}, "Bz": {"type": "number"}, "Ex": {"type": "number"}, "Ey": {"type": "number"}, "Ez": {"type": "number"}, "jx": {"type": "number"}, "jy": {"type": "number"}, "jz": {"type": "number"}}, "require... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"siteId" : "877838f1-3765-4eeb-b954-7da23be7f767"} | json_instruct | {"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"t... | {"code" : 3203051, "parent" : 3203, "name" : "CIKADU", "latitude" : "-7.3142825380016", "longitude" : "107.26409482752", "postal" : [43273, 43275, 43276, 43277, 43274, 43272, 43286], "children" : [3203051001, 3203051002, 3203051003, 3203051004, 3203051005, 3203051006, 3203051007, 3203051008, 3203051009, 3203051010]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"clients_without_service": {"type": "string"}, "outages": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["clients_without_service", "outages", "created_at"], "$schema": "http://json-schema.org/d... | {"clients_without_service" : "75c99cb781236be8d88e45d9d97ce315", "outages" : "1347e42976b93f7fb8e236ca89fd6c9d", "created_at" : "2022-04-07T06:04:58.264401"} | json_instruct | {"type": "object", "properties": {"clients_without_service": {"type": "string"}, "outages": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["clients_without_service", "outages", "created_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}, "name": {"type": "string"}, "group": {"type": "string"}, "parameter": {"type": "object", "properties... | [{"type" : "post", "url" : "/functions/hello", "title" : "Example cloud function", "name" : "hello", "group" : "Hello", "parameter" : {"fields" : {"Parameter" : [{"group" : "Parameter", "type" : "String", "optional" : false, "field" : "msg", "description" : "<p>The hello message.</p>"}]}}, "success" : {"fields" : {"Suc... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}, "name": {"type": "string"}, "group": {"type": "string"}, "parameter": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"Parameter": {"type": "arra... |
Generate sample JSON data that conforms to the following schema definition:
{"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_ab... | {"place_name" : "Berea", "state_name" : "Kentucky", "state_abbrv" : "KY", "lat" : "37.5687", "long" : "-84.2963"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "createproperty": {"type": "string"}, "pf-createproperty-with-name": {"type": "strin... | {"@metadata" : {"authors" : ["CoderSI", "Sociologist"]}, "createproperty" : "Xossa yaratish", "pf-createproperty-with-name" : "Xossa yaratish: $1", "pf_createproperty_propname" : "Xossa nomi:", "pf_createproperty_proptype" : "Turi:", "templates" : "Andozalar", "pf_templates_docu" : "Quyidagi andozalar vikida bor.", "pf... | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "createproperty": {"type": "string"}, "pf-createproperty-with-name": {"type": "string"}, "pf_createproperty_propname": {"type": "string"}, "pf_createprop... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"... | {"type" : "Feature", "properties" : {"name" : "Adair County", "name_long" : "Adair County, KY", "fips" : "21001", "state_code_int" : 21, "state_code_postal" : "KY", "state_code_iso" : "US-KY", "county_code" : 1, "population" : 19202, "countrylevel_id" : "fips:21001", "census_data" : {"COUNTYNS" : "00516847", "AFFGEOID"... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}, "Website": {"type": "string"}, "Tags": {"type": "array", "items": {"type": "string"}}, "Versions": {"type": "array", "items": {"type": "o... | [{"Name" : "jlabbrev", "Description" : "Julia backslash abbreviations in micro", "Website" : "https://github.com/MasFlam/jlabbrev", "Tags" : ["julia", "util"], "Versions" : [{"Version" : "1.0.0", "Url" : "https://github.com/MasFlam/jlabbrev/archive/v1.0.0.zip", "Require" : {"micro" : ">=2.0"}}, {"Version" : "1.0.1", "U... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}, "Website": {"type": "string"}, "Tags": {"type": "array", "items": {"type": "string"}}, "Versions": {"type": "array", "items": {"type": "object", "properties": {"Version": {"type": "string"}, "Url"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Python": {"type": "integer"}}, "required": ["Python"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Python" : 5411} | json_instruct | {"type": "object", "properties": {"Python": {"type": "integer"}}, "required": ["Python"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Similarity" : "0.95", "Title" : "Visual Imagery in Deductive Reasoning Results from experiments with sighted blindfolded and congenitally totally blind persons", "Year" : 2004}, {"Similarity" : "0.946", "Title" : "Minimality Criteria in Spatial Belief Revision", "Year" : 2014}, {"Similarity" : "0.943", "Title" : "Tr... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required... | [{"Id" : "489620", "ThreadId" : "226176", "Html" : "<p>hi, I downloaded your sourcecode for studying, nice application. </p>\r\n<p>I have one question, I noticed Nerddinner using ".\\SQLEXPRESS" as data source in web.config. For my application, I'm also using ".\\SQLEXPRESS" as data sourc... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "Ma... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}},... | {"name" : "rule-ed", "version" : "1.0.3", "description" : "custom tslint rule", "main" : "tslint.json", "scripts" : {"build" : "tsc", "test" : "ts-mocha -p ./src/rules/tsxClsNameRule.ts"}, "author" : "liuyics15", "license" : "ISC", "dependencies" : {"tslint" : "^5.8.0", "typescript" : "^2.6.2"}, "devDependencies" : {"@... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "author": {"type": "string"},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Lactase": {"type": "string"}, "P48982": {"type": "string"}, "BGAL_XANMN": {"type": "string"}, "Beta-galactosidase": {"type": "string"}, "bga": {"type": "string"}}, "required": ["Lactase", "P48982", "BGAL_XANMN"... | {"Lactase" : "P48982", "P48982" : "P48982", "BGAL_XANMN" : "P48982", "Beta-galactosidase" : "P48982", "bga" : "P48982"} | json_instruct | {"type": "object", "properties": {"Lactase": {"type": "string"}, "P48982": {"type": "string"}, "BGAL_XANMN": {"type": "string"}, "Beta-galactosidase": {"type": "string"}, "bga": {"type": "string"}}, "required": ["Lactase", "P48982", "BGAL_XANMN", "Beta-galactosidase", "bga"], "$schema": "http://json-schema.org/draft-07... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}... | [{"Id" : "1107710", "ThreadId" : "462234", "Html" : "on moderndialg, validation works well ,but it has a problem which is not correct show the red \r<br />\n<br />\nborder around the control and doesn't show the red message on the right of the control\r<br />\n<br />\ni test this o moderndialog, not good\r<br />\n<br ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "Ma... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "cells": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "language": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "language", "da... | {"title" : "14 September // Lecture 8", "cells" : [{"type" : "latex", "language" : "latex", "data" : "Inverting a matrix by row-reducing with respect to $I$\n\nNot invertible $\\iff$ $Ax = 0$ has non-trivial solutions; Columns are linearly dependent; $rref(A)$ row of $0$s\n\n$AA^{-1} = A^{-1}A = I$ (not the general cas... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "cells": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "language": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "language", "data"]}}}, "required": ["title", "cells"], "$schema": "http://js... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "py": {"type": "array", "items": {"type": "string"}}}, "required": ["js", "py"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"js" : ["/*!", " * ", " */"], "py" : ["# "]} | json_instruct | {"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "py": {"type": "array", "items": {"type": "string"}}}, "required": ["js", "py"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"resistors": {"type": "array", "items": {"type": "object", "properties": {"polygon": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}},... | {"resistors" : [{"polygon" : [{"x" : 487, "y" : 336}, {"x" : 573, "y" : 336}, {"x" : 563, "y" : 540}, {"x" : 477, "y" : 540}], "colors" : ["brown", "blue", "red", "none", "gold", "none"]}, {"polygon" : [{"x" : 199, "y" : 98}, {"x" : 269, "y" : 90}, {"x" : 295, "y" : 280}, {"x" : 214, "y" : 289}], "colors" : ["brown", "... | json_instruct | {"type": "object", "properties": {"resistors": {"type": "array", "items": {"type": "object", "properties": {"polygon": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "colors": {"type": "array", "items": {"type": "string"}}}, "r... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]},... | {"manifest_version" : 2, "name" : "Preview Page Plugin", "version" : "2.0.0", "description" : "\u0414\u0430\u043d\u043d\u044b\u0439 \u043f\u043b\u0430\u0433\u0438\u043d \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0431\u044b\u0441\u0442\u0440\u043e \u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "background": {"type": "object", "properties": {"scripts":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "... | {"name" : "brazil-correios-tracking", "version" : "1.0.1", "main" : "index.js", "repository" : "https://github.com/iagorm/brazil-correios-tracking", "license" : "MIT", "scripts" : {"start" : "node ./index.js", "lint" : "./node_modules/.bin/eslint *.js"}, "dependencies" : {"cheerio" : "^1.0.0-rc.3", "express" : "^4.17.1... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}}, "required": ["start", "lint"]},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array",... | {"ast" : null, "code" : "/**\n * THIS FILE IS AUTO-GENERATED\n * DON'T MAKE CHANGES HERE\n */\nimport { typedDependencies } from './dependenciesTyped.generated.js';\nimport { createIsNegative } from '../../factoriesAny.js';\nexport var isNegativeDependencies = {\n typedDependencies,\n createIsNegative\n};", "map" : {... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "st... | {"name" : "@my-garage/common", "version" : "1.0.0", "main" : "lib/index.js", "types" : "lib/index.d.ts", "scripts" : {"dev" : "tsc -w --preserveWatchOutput", "build" : "tsc", "clean" : "rm -rf ./lib tsconfig.tsbuildinfo", "prepare" : "yarn build"}, "dependencies" : {"@types/react" : "^17.0.34", "axios" : "^0.24.0", "es... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "prepare": {"type": "string"}}, "require... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "/home/davi/.local/share/virtualenvs/mestrado-ppgee-AaCJBjRi/bin/python"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type"... | {"derivation" : "probably from an unused root meaning to be narrow;", "pron" : "an-awk'", "outline" : "<ol><li> plummet, plumb, lead-weight</li></ol>", "kjv_def" : "plumb-line", "lemma" : "\u05d0\u05b2\u05e0\u05b8\u05da\u05b0", "frequency" : 4, "strongs_def" : "according to most a plumb-line, and to others a hook", "xl... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"lint": {"type": "object", "properties": {"files": {"type": "object", "properties": {"exclude": {"type": "array", "items": {}}}, "required": ["exclude"]}, "rules": {"type": "object", "properties": {"exclude": ... | {"lint" : {"files" : {"exclude" : []}, "rules" : {"exclude" : ["camelcase"]}}, "fmt" : {"files" : {"include" : ["src/*.ts"], "exclude" : []}, "options" : {"lineWidth" : 80, "indentWidth" : 2}}} | json_instruct | {"type": "object", "properties": {"lint": {"type": "object", "properties": {"files": {"type": "object", "properties": {"exclude": {"type": "array", "items": {}}}, "required": ["exclude"]}, "rules": {"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["exclude"]}}, "... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "3528130003", "district_id" : "3528130", "name" : "DEMPO BARAT"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id"... | {"slug" : "wordpress-connect", "name" : "WordPress Connect", "latest_version" : "2.0.3", "last_updated" : "2018-03-27T18:33:19.722Z", "vulnerabilities" : [{"id" : "7069", "title" : "WordPress Connect 2.0.3 - Editor Pages Unspecified XSS", "created_at" : "2014-08-01T10:59:08Z", "updated_at" : "2015-05-15T13:48:29Z", "pu... | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"gridlex.css": {"type": "string"}, "gridlex.min.css": {"type": "string"}}, "required": ["gridlex.css", "gridlex.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gridlex.css" : "sha512-f35ZDhLB+/3ip5E/TJD4tZnuFHRC3SNiiRejJCD9nvUCfN904tAGzKMZ9KY4e/aUvg6sj6KqQDFXi66QnValpg==", "gridlex.min.css" : "sha512-msH18rDXmMleFoETaAUeKz5Kx20FKmOV+0fUB9Vx7ErJXNYX8nieCw9EZW0Ykl4yb5mChviQbuoRN3cf/SKiZw=="} | json_instruct | {"type": "object", "properties": {"gridlex.css": {"type": "string"}, "gridlex.min.css": {"type": "string"}}, "required": ["gridlex.css", "gridlex.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "stri... | {"files" : {"main.css" : "./static/css/main.a8750211.chunk.css", "main.js" : "./static/js/main.573133a5.chunk.js", "main.js.map" : "./static/js/main.573133a5.chunk.js.map", "runtime-main.js" : "./static/js/runtime-main.8b0ae790.js", "runtime-main.js.map" : "./static/js/runtime-main.8b0ae790.js.map", "static/css/2.c08b8... | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.c08b83d0.chunk.css": {"type": "string"}, "static/... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "i... | {"homepage" : "https://github.com/Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client", "version" : "1.0.0-rc.2", "license" : "Apache-2.0", "url" : "https://github.com/Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client/releases/download/v1.0.0-rc.2/Google_Assistant-Setup-1.0.0-rc.2.exe#/dl.7z", "hash" : "s... | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "architecture": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["beesourceful:emerald_honeycomb"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-4.973767862658701, 36.451533995732255]}, "properties" : {"TIMESTAMP UTC" : "2019-02-01T11:21:01", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-4.642513194996267, 36.947041... | json_instruct | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properti... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"builds": {"type": "object", "properties": {"ios": {"type": "object", "properties": {"release": {"type": "object", "properties": {"workflow": {"type": "string"}}, "required": ["workflow"]}}, "required": ["release"]}}... | {"builds" : {"ios" : {"release" : {"workflow" : "managed"}}}} | json_instruct | {"type": "object", "properties": {"builds": {"type": "object", "properties": {"ios": {"type": "object", "properties": {"release": {"type": "object", "properties": {"workflow": {"type": "string"}}, "required": ["workflow"]}}, "required": ["release"]}}, "required": ["ios"]}}, "required": ["builds"], "$schema": "http://js... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id_5787": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5787"], "$schema": "http://json-schema.org/draft-07/... | {"id_5787" : {"publicdate" : "2012-01-12 05:46:55", "title" : "Fabiola or The Church of the Catacombs"}} | json_instruct | {"type": "object", "properties": {"id_5787": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5787"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"jsPath": {"type": "string"}, "modules": {"type": "string"}}, "required": ["jsPath", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsPath" : "public/js", "modules" : "cjs"} | json_instruct | {"type": "object", "properties": {"jsPath": {"type": "string"}, "modules": {"type": "string"}}, "required": ["jsPath", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], ... | {"code" : "UMS101", "lang" : "de", "description" : "\nUmsatz: Wertindex\n\nErl\u00e4uterung f\u00fcr folgende Statistik(en):\n42152 Indizes des Umsatzes im Verarbeitenden Gewerbe\n\nBegriffsinhalt:\nGrundlage der Indexberechnung ist die in einem Berichtsmonat\nanfallende Summe der Rechnungsendbetr\u00e4ge. Diese Wertsu... | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.