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": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "unknown": {"type": "string"}}, "required": ["already_configured", "unknown"]}, "e... | {"config" : {"abort" : {"already_configured" : "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 Home Assistant.", "unknown" : "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "unknown": {"type": "string"}}, "required": ["already_configured", "unknown"]}, "error": {"type": "object", "properties": {"not_found": {"type": "string"}}, ... |
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" : "ALL WHICH IDEAS ARE NOTHING ELSE BUT SO MANY RELATIONS TO OTHER SUBSTANCES, AND ARE NOT REALLY IN THE GOLD, CONSIDERED BARELY IN ITSELF,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/5750.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Notes": {"type": "string"}}, "required": ["Name", "Notes"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Name" : "Fine Ring Sector JH-V C2-4", "Notes" : "Shapley 1"}, {"Name" : "HR 6164", "Notes" : "The View"}, {"Name" : "Blu Thua GI-B b55-2", "Notes" : "Cycladia"}, {"Name" : "Traikaae CH-Y c10", "Notes" : "Labirinto", "Planets" : [{"Planet" : "1 A", "Place" : "", "Comment" : "Landing Planet", "Latitude" : 0, "Longitud... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Notes": {"type": "string"}}, "required": ["Name", "Notes"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200899301620000, "key" : "/static/f777d955f7dfe0503517cd87c45f3a30/d786d/evolutionAquerium_400x400-min.png", "val" : "7b9347bcdcae0da5ef2d98b9169016b9"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"@@locale": {"type": "string"}, "@@context": {"type": "string"}, "@@contact": {"type": "string"}, "DWF2D-InternalError": {"type": "string"}}, "required": ["@@locale", "@@context", "@@contact", "DWF2D-InternalError"], "$schema": "... | {"@@locale" : "zh_CN", "@@context" : "Error Messages from DWF 2D", "@@contact" : "Jeffrey.Klug", "DWF2D-InternalError" : "\u00ab<me\u590dssa\u4e0ege\u590d>Inte\u590drna\u4e0el e\u590drr\u54e6r pr\u54e6ce\u590dssiing 2D DWWF sse\u590dcti\u54e6n.</message>', \u00bb"} | json_instruct | {"type": "object", "properties": {"@@locale": {"type": "string"}, "@@context": {"type": "string"}, "@@contact": {"type": "string"}, "DWF2D-InternalError": {"type": "string"}}, "required": ["@@locale", "@@context", "@@contact", "DWF2D-InternalError"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "request": {"type": "string"}, "sourceMaps": ... | {"version" : "0.2.0", "configurations" : [{"name" : "Launch Mocha", "type" : "node", "request" : "launch", "sourceMaps" : false, "program" : "${workspaceRoot}/node_modules/mocha/bin/_mocha", "args" : ["{test,src}/**/*.spec.js{,x}", "--no-timeouts"], "env" : {"NODE_ENV" : "test"}, "runtimeArgs" : ["--nolazy", "--harmony... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "request": {"type": "string"}, "sourceMaps": {"type": "boolean"}, "program": {"type": "string"}, "args": {"type": "array... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "engines":... | {"name" : "parcel-transformer-hjson", "version" : "0.0.1", "description" : "parcel transformer to transpile hjson to json", "main" : "./lib/index.js", "scripts" : {"test" : "npm test"}, "engines" : {"parcel" : "^2.2.0"}, "files" : ["lib"], "keywords" : ["parcel", "plugin", "hjson", "transformer", "json"], "peerDependen... | 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"]}, "engines": {"type": "object", "properties": {"parcel": {"type": "st... |
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" : "420922112001", "text" : "\u5927\u65b0\u8857\u9053\u5c45\u59d4\u4f1a"}, {"id" : "420922112200", "text" : "\u77f3\u58a9\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "420922112201", "text" : "\u6c88\u57ce\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "420922112202", "text" : "\u4e0a\u6cb3\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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "c... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Candau-Ay, Dumaguete City, Negros Oriental, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.negros-oriental.dumaguete-city.candau-ay", "country_id" : 177, "country_reference" : 177, "country_name" : "Philipp... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"clientID": {"type": "string"}, "serverToken": {"type": "string"}, "clientToken": {"type": "string"}, "encKey": {"type": "string"}, "macKey": {"type": "string"}}, "required": ["clientID", "serverToken", "clientToken", "encKey", "... | {"clientID" : "HgP5LVUENi6evroRKB0pVQ==", "serverToken" : "1@FS3vb+K0k+RNQnQFCrWl4RMXBo165bfFyheKcXUg2ruSY4J9EHGwAaOss3xRkmB4e7lDjm6IQtQ23A==", "clientToken" : "CNqKwVjN885YoZIrv9SvCUCN9qEdKF1SxkyodN8M/x8=", "encKey" : "UMpOX0HSeswoMECKhY9q/QDqNAVFfwhi7TKTc9oYVV8=", "macKey" : "7W8h9ROI9otc+N70CoiaayW59TWC+Og9C3XTNWvD7... | json_instruct | {"type": "object", "properties": {"clientID": {"type": "string"}, "serverToken": {"type": "string"}, "clientToken": {"type": "string"}, "encKey": {"type": "string"}, "macKey": {"type": "string"}}, "required": ["clientID", "serverToken", "clientToken", "encKey", "macKey"], "$schema": "http://json-schema.org/draft-07/sch... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"typ... | {"id" : 18454, "info" : {"name" : "Small Useful Antibanner", "description" : "\u041f\u0440\u043e\u0441\u0442\u043e\u0439 \u0441\u0442\u0438\u043b\u044c \u0434\u043b\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u043e\u0439 \u... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"sourceRoot": {"type": "string"}, "projectType": {"type": "string"}, "targets": {"type": "object", "properties": {"e2e": {"type": "object", "properties": {"executor": {"type": "string"}, "outputs": {"type": "array", "items": {"... | {"sourceRoot" : "apps/electron/e2e/src", "projectType" : "application", "targets" : {"e2e" : {"executor" : "@nrwl/jest:jest", "outputs" : ["coverage/apps/electron/e2e"], "options" : {"jestConfig" : "apps/electron/e2e/jest.config.ts", "passWithNoTests" : true, "runInBand" : true}}, "e2e-docker" : {"executor" : "@nrwl/wo... | json_instruct | {"type": "object", "properties": {"sourceRoot": {"type": "string"}, "projectType": {"type": "string"}, "targets": {"type": "object", "properties": {"e2e": {"type": "object", "properties": {"executor": {"type": "string"}, "outputs": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "propertie... |
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" : "130972400200", "text" : "\u9ad8\u5e84\u5b50\u6751\u59d4\u4f1a"}, {"id" : "130972400201", "text" : "\u674e\u5e84\u5b50\u6751\u59d4\u4f1a"}, {"id" : "130972400202", "text" : "\u5434\u5e84\u5b50\u6751\u59d4\u4f1a"}, {"id" : "130972400203", "text" : "\u97e9\u6b63\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130972400204",... | 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": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": ... | {"name" : "imageprops", "description" : "Select an image and search for its dimensions.", "version" : "1.0.0", "main" : "index.js", "author" : "Alfredo Savi <alfredosavi@hotmail.com>", "license" : "MIT", "scripts" : {"start" : "env APP_DEV=true electron index.js", "pack" : "electron-builder --dir", "dist" : "electron-b... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "pack": {"type": "string"}, "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "seve... | {"schema_version" : "1.2.0", "id" : "GHSA-39j5-2v2p-qwjp", "modified" : "2022-05-13T01:52:40Z", "published" : "2022-05-13T01:52:40Z", "aliases" : ["CVE-2018-4324"], "details" : "A permissions issue existed in the handling of the Apple ID. This issue was addressed with improved access controls. This issue affected versi... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025524": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ... | {"type" : "Topology", "objects" : {"E01025524" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00129517", "LAD11CD" : "E07000127"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025524": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"semiFluidGenerator": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "amountConsumedPerTick": {"type": "string"}, "generatedPerTick": {"type": "string"}, "skipIfExists... | {"semiFluidGenerator" : [{"name" : "fuel_dense", "amountConsumedPerTick" : "4", "generatedPerTick" : "2", "skipIfExists" : true}, {"name" : "fuel_light", "amountConsumedPerTick" : "2", "generatedPerTick" : "16", "skipIfExists" : true}, {"name" : "fuel_gaseous", "amountConsumedPerTick" : "1", "generatedPerTick" : "8", "... | json_instruct | {"type": "object", "properties": {"semiFluidGenerator": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "amountConsumedPerTick": {"type": "string"}, "generatedPerTick": {"type": "string"}, "skipIfExists": {"type": "boolean"}}, "required": ["name", "amountConsumedPerTick", "gener... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "requ... | [{"review_id" : "9107423", "movie_id" : "116109", "author" : "anou****", "review" : "\u314b\u314b\u314b \uc7bc\uc130\ub2e4 \ubc84\ud2f0\uace0\ub294 \uc131\uacf5\ud588\ub294\ub370 \uad70\ub300\uc628 \uac78\uc740..", "rating" : "10", "date" : "14.08.18"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "required": ["review_id", "movie_id", "author", "review", "rating", "date"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "t... | {"body" : "fixes #2708\r\n\r\nThis uses `llnl.util.tty.color` to colorize the output of `spack info`. It also adds a section to display the preferred version before listing all the safe versions in order.", "user" : "alalazo", "url" : "https://api.github.com/repos/spack/spack/issues/4994", "updated_at" : "2017-08-17 16... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "pr... | {"limit" : 1000, "name" : "Beetle bits", "value" : 10, "highalch" : 6, "id" : 12127, "lowalch" : 4, "name_pt" : "Peda\u00e7os de besouro", "price" : 1358, "last" : 1317} | json_instruct | {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "provider": {"... | {"name" : "Berufsfachschule f\u00fcr Ergotherapie 1. Europ\u00e4ische Schule f\u00fcr Physio-, Ergo-, Sporttherapie und Logop\u00e4die (Schule in freier Tr\u00e4gerschaft)", "id" : "SN-4350732-0", "address" : " Dresdner Stra\u00dfe\u00a012 01731\u00a0Kreischa\u00a0 ", "school_type" : "Berufsfachschule", "legal_status... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "full_time_school": {"type": "boolean"}, ... |
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" : "7403104002", "district_id" : "7403104", "name" : "ANGGALOMOARE"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"shop": {"type": "object", "properties": {"states": {"type": "object", "properties": {"empty": {"type": "string"}, "qc": {"type": "string"}}, "required": ["empty", "qc"]}}, "required": ["states"]}}, "required": ["sho... | {"shop" : {"states" : {"empty" : "Veuillez choisir un \u00e9tat/une province", "qc" : "Qu\u00e9bec"}}} | json_instruct | {"type": "object", "properties": {"shop": {"type": "object", "properties": {"states": {"type": "object", "properties": {"empty": {"type": "string"}, "qc": {"type": "string"}}, "required": ["empty", "qc"]}}, "required": ["states"]}}, "required": ["shop"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"outputFile": {"type": "string"}, "sizes": {"type": "object", "properties": {"example-app/templates/application.template.lint-test.js": {"type": "integer"}}, "required": ["example-app/templates/application.template.lint-test.js"]... | {"outputFile" : "/templates.template.lint-test.js", "sizes" : {"example-app/templates/application.template.lint-test.js" : 185}} | json_instruct | {"type": "object", "properties": {"outputFile": {"type": "string"}, "sizes": {"type": "object", "properties": {"example-app/templates/application.template.lint-test.js": {"type": "integer"}}, "required": ["example-app/templates/application.template.lint-test.js"]}}, "required": ["outputFile", "sizes"], "$schema": "http... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, ... | {"name" : "Super Vehicroid - Mobile Base", "number" : "17745969", "is_illegal" : false, "text" : "1 \"roid\" Fusion Monster + 1 \"roid\" monster\nYou can target 1 face-up monster your opponent controls; Special Summon 1 \"roid\" monster from your Deck or Extra Deck with ATK less than or equal to that monster. You can o... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attac... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "tannic", "definition" : "Of or pertaining to tan; derived from, or resembling, tan; as, tannic acid. Tannic acid. (Chem.) (a) An acid obtained from nutgalls as a yellow amorphous substance, C14H10O9, having an astringent taste, and forming with ferric salts a bluish-black compound, which is the basis of comm... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"199902": {"type": "object", "properties": {"c": {"type": "string"}, "n": {"type": "string"}, "f": {"type": "string"}, "cr": {"type": "number"}, "ac": {"type": "integer"}, "ca": {"type": "integer"}, "pr": {"type": "array", "ite... | {"199902" : {"c" : "POLS 512", "n" : "Changing Parameters of the New Right", "f" : "FASS", "cr" : 3.0, "ac" : 2, "ca" : 10, "pr" : [], "co" : [], "i" : [{"tn" : "Ekin Burak Ar\u0131kan", "ta" : 2, "tc" : 10}], "ce" : 0, "p" : 30}, "200002" : {"c" : "POLS 512", "n" : "Changing Parameters of the New Right", "f" : "FASS",... | json_instruct | {"type": "object", "properties": {"199902": {"type": "object", "properties": {"c": {"type": "string"}, "n": {"type": "string"}, "f": {"type": "string"}, "cr": {"type": "number"}, "ac": {"type": "integer"}, "ca": {"type": "integer"}, "pr": {"type": "array", "items": {}}, "co": {"type": "array", "items": {}}, "i": {"type... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "alias": {"type": "string"}}, "required": ["version", "name", "alias"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 2, "name" : "Willi-Train", "alias" : "willi-train.com"} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "alias": {"type": "string"}}, "required": ["version", "name", "alias"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, ... | {"category" : ["Restaurants", "Chinese"], "city" : "Las Vegas", "em_sigma_b" : 0.8185085144061246, "cum_star" : 3.7606837606837606, "name" : "China Gourmet", "em_sigma_p" : 0.025355572005905293, "lat" : 36.1446524, "lng" : -115.29493500000001, "em_star" : 3.677722511835151, "id" : "yYMTMtguT90BfMJVxasFuw"} | json_instruct | {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contrac... | {"contract" : "0x08880e19b2c0ac3b0b8b574fe275e1c691e87283", "tool" : "osiris", "start" : 1564616862.7890162, "end" : 1564616865.562818, "duration" : 2.773801803588867, "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://... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author"... | {"title" : "429 Too Many Requests", "author" : "", "description" : "NULL", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/video_embed_field_thumbnails/youtube/QpmOcKiydNM.jpg?itok=U88fl4qm", "download" : "https://www.iwara.tv/api/video/5bw7rtlwr1iwljmgz", "origin" : "https://www.iwara.tv/videos/5bw... | 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": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"ty... | {"header" : {"protoclVersion" : {"protocolVersion" : "0.0.1"}}, "body" : {"rx_obcTime" : "296146", "rx_recvCnt" : "18", "rx_gpsDate" : "280219", "rx_gpsTime" : "120006", "rx_lat" : -8.695647000000463, "rx_long" : 115.263488, "rx_alt" : "23", "rx_temp" : "31.74", "rx_airP" : "100845", "rx_bSize" : "35", "tx_id" : "22", ... | json_instruct | {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_re... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}... | {"latest_version" : ["1.0.5"], "meta" : {"description" : "Saves user searches for integration with Haystack", "homepage" : "http://github.com/toastdriven/saved_searches"}, "versions" : {"1.0.4" : {"sha256" : "ae4a8ddbbd5d9943bd7bb92984be8b5c8b7b58737b78587f1f136690214c68f3", "url" : "https://files.pythonhosted.org/pack... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.4": {"type": "obj... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "... | {"status" : 200, "data" : {"totalSubs" : 77, "subsInEachSource" : {"feedly" : 50, "inoreader" : 21, "feedsPub" : 6}, "failedSources" : {}}, "lastModified" : 1615522407365} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "in... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type"... | {"pages" : ["pages/index/index", "pages/courses/courses", "pages/csDetail/csDetail"], "window" : {"backgroundTextStyle" : "light", "navigationBarBackgroundColor" : "#e3360b", "navigationBarTitleText" : "CU CS Courses", "navigationBarTextStyle" : "black", "backgroundColor" : "#ffffff"}, "style" : "v2", "sitemapLocation"... | json_instruct | {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "st... | {"name" : "TalkerNode", "version" : "0.6.13", "description" : "TalkerNode is a Talker base, written in Node.js.", "main" : "TalkerNode.js", "repository" : {"url" : "https://github.com/marado/TalkerNode.git", "type" : "git"}, "author" : "Marcos Marado <mindboosternoori@gmail.com>", "license" : "Unlicense", "engines" : {... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "author": {"type": "string"}, ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"XKRzuTE+EBMNxdxtj48KFg==": {"type": "string"}, "wSCG8yVAt+scGLg+J5b0Iw==": {"type": "string"}, "ZN6EwQ6z5pjF/XP+GZiPkQ==": {"type": "string"}, "Cz/+9IuSnaREkk6Do4ZSAQ==": {"type": "string"}, "5qmlzoOtdkvx3ekfDlQk9g==": {"type": ... | {"XKRzuTE+EBMNxdxtj48KFg==" : "mediumsquarelogo.jpg", "wSCG8yVAt+scGLg+J5b0Iw==" : "og-image.jpg", "ZN6EwQ6z5pjF/XP+GZiPkQ==" : "rsi-enqute-indpendant.jpg", "Cz/+9IuSnaREkk6Do4ZSAQ==" : "sport-image.jpg", "5qmlzoOtdkvx3ekfDlQk9g==" : "business-image.png", "mteiXIeSA6cfqf8STLOz0w==" : "administration.jpg", "mHORW0ykdG8H... | json_instruct | {"type": "object", "properties": {"XKRzuTE+EBMNxdxtj48KFg==": {"type": "string"}, "wSCG8yVAt+scGLg+J5b0Iw==": {"type": "string"}, "ZN6EwQ6z5pjF/XP+GZiPkQ==": {"type": "string"}, "Cz/+9IuSnaREkk6Do4ZSAQ==": {"type": "string"}, "5qmlzoOtdkvx3ekfDlQk9g==": {"type": "string"}, "mteiXIeSA6cfqf8STLOz0w==": {"type": "string"}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Solangon, San Juan, Siquijor, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.siquijor.san-juan.solangon", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "7", "r... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "System": {"type": "string"}, "Microsoft": {"type": "string"}}, "required": ["Default", "System", "Microsof... | {"Logging" : {"LogLevel" : {"Default" : "Debug", "System" : "Information", "Microsoft" : "Information"}}, "PixelBot" : {"GiveawayGame" : {"RelayUrl" : "https://localhost:5001/api/GiveawayGame"}}} | json_instruct | {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "System": {"type": "string"}, "Microsoft": {"type": "string"}}, "required": ["Default", "System", "Microsoft"]}}, "required": ["LogLevel"]}, "PixelBot": {"type": "o... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"constants": {"type": "object", "properties": {"HORIZONTAL_SPEED": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "integer"}, "min": {"type": "integer"}, "max": {"type": "object", "properties": {"... | {"constants" : {"HORIZONTAL_SPEED" : {"type" : "number", "value" : 0, "min" : 0, "max" : {"type" : "number", "value" : "+infinity"}, "format" : "", "quantum" : 0, "enabled" : false}}} | json_instruct | {"type": "object", "properties": {"constants": {"type": "object", "properties": {"HORIZONTAL_SPEED": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "integer"}, "min": {"type": "integer"}, "max": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"projectType": {"type": "string"}, "root": {"type": "string"}, "sourceRoot": {"type": "string"}, "targets": {"type": "object", "properties": {"smoke": {"type": "object", "properties": {"executor": {"type": "string"}, "options":... | {"projectType" : "application", "root" : "smoke/core", "sourceRoot" : "smoke/core/src", "targets" : {"smoke" : {"executor" : "@nrwl/jest:jest", "options" : {"jestConfig" : "smoke/core/jest.config.js"}}}, "tags" : [], "implicitDependencies" : ["core"]} | json_instruct | {"type": "object", "properties": {"projectType": {"type": "string"}, "root": {"type": "string"}, "sourceRoot": {"type": "string"}, "targets": {"type": "object", "properties": {"smoke": {"type": "object", "properties": {"executor": {"type": "string"}, "options": {"type": "object", "properties": {"jestConfig": {"type": "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "pro... | {"id" : "KM330", "name" : {"en" : "Gallatin / Trousdale"}, "country" : "US", "region" : "TN", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "KM33", "iata" : null}, "location" : {"latitude" : 36.3768, "longitude" : -86.4087, "elevation" : 178}, "... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn... |
Please provide a valid JSON object following this schema:
{"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\u540d\u7a31" : "\u4f86\u7d61\u4f01\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u5f70\u5316\u4e8c\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "07001899", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u5f70\u5316\u5e02\u83bf\u6850\u91cc\u5f70\u... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"enabled": {"type": "boolean"}, "hasSettings": {"type": "boolean"}, "i18n": {"type": "object", "properties": {"default": {"type": "object", "properties": {"bundle": {"type": "string"}, "description": {"type": "string"}, "name":... | {"enabled" : true, "hasSettings" : false, "i18n" : {"default" : {"bundle" : "/devwidgets/contentpreview/bundles/default.properties", "description" : "Content preview", "name" : "Content preview"}, "ru_RU" : {"bundle" : "/devwidgets/contentpreview/bundles/ru_RU.properties", "description" : "\u041f\u0440\u0435\u0434\u043... | json_instruct | {"type": "object", "properties": {"enabled": {"type": "boolean"}, "hasSettings": {"type": "boolean"}, "i18n": {"type": "object", "properties": {"default": {"type": "object", "properties": {"bundle": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["bundle", "description",... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " Differential Equations | The Laplace Transform of an Arbitrary Derivative\n\nLaplace Transform of\\na higher derivative\\n[imath]\\mathcal{L}\\left(\\mathbf{f}^{(\\mathbf{n})}(\\mathbf{t})\\right)=\\mathbf{s}^{\\mathbf{n}} \\mathcal{L}(\\mathbf{f}(\\mathbf{t}))-\\sum_{j=0}^{n-1} \\mathbf{s}^{n-j-1} \\mathbf... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"group_id": {"type": "string"}, "function_id": {"type": "string"}, "value_str": {"type": "string"}, "throughput": {"type": "object", "properties": {"Bytes": {"type": "integer"}}, "required": ["Bytes"]}, "full_id... | {"group_id" : "ser_header", "function_id" : "speedy", "value_str" : "idx=2; size=145612", "throughput" : {"Bytes" : 145612}, "full_id" : "ser_header/speedy/idx=2; size=145612", "directory_name" : "ser_header/speedy/idx=2; size=145612", "title" : "ser_header/speedy/idx=2; size=145612"} | json_instruct | {"type": "object", "properties": {"group_id": {"type": "string"}, "function_id": {"type": "string"}, "value_str": {"type": "string"}, "throughput": {"type": "object", "properties": {"Bytes": {"type": "integer"}}, "required": ["Bytes"]}, "full_id": {"type": "string"}, "directory_name": {"type": "string"}, "title": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"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_c... | {"station" : [{"pref_cd" : 18, "line_cd" : 99419, "line_name" : "\u3048\u3061\u305c\u3093\u9244\u9053\u52dd\u5c71\u6c38\u5e73\u5bfa\u7dda", "station_cd" : 9941916, "station_g_cd" : 9941916, "station_name" : "\u8d8a\u524d\u91ce\u4e2d", "lon" : 136.37685, "lat" : 36.082887}]} | 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": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "description": {"type": "string... | {"name" : "mariadb-to-bigquery", "repository" : {"type" : "git", "url" : "https://github.com/gynzy/mariadb-to-bigquery.git"}, "version" : "0.0.1", "description" : "Data Transfer from MariaDB to BigQuery", "main" : "index.js", "scripts" : {"start" : "nf run node index.js", "prod" : "ENVIRONMENT=production node index.js"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required"... | {"name" : "dnsmasq", "pkg_version" : "2.85", "rebuild" : 1, "bottles" : {"arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/dnsmasq/blobs/sha256:a5dff893836bb30d9dd1b2ae17a3b5c57936a570014babd188d6d6935fb8cd25"}, "big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/dnsmasq/blobs/sha256:d277d696e1432881e4bbb... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "... | {"name" : "drupal/config_perms", "type" : "drupal-module", "description" : "Allows additional permissions to be created and managed through an administration form.", "keywords" : ["Drupal"], "license" : "GPL-2.0+", "homepage" : "http://drupal.org/project/config_perms", "minimum-stability" : "dev", "support" : {"issues"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "minimum-stability": {"type": "string"}, "support": {"type": "object", "... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/minibiome/precursor/fu_precursorspawner/fu_precursorspawner.object": {"type": "array", "items"... | [{"DeniedAlternatives" : [], "Files" : {"objects/minibiome/precursor/fu_precursorspawner/fu_precursorspawner.object" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u5148\u9a71\u751f\u6210\u5668", "Eng" : "Precursor Spawner"}}, {"DeniedAlternatives" : [], "Files" : {"objects/minibiome/precursor/fu_precursorspawner/fu_pr... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/minibiome/precursor/fu_precursorspawner/fu_precursorspawner.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/minibiome/pre... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"body": {"type": "null"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type"... | {"body" : null, "user" : "daboehme", "url" : "https://api.github.com/repos/spack/spack/issues/27197", "updated_at" : "2021-11-03 19:22:44", "created_at" : "2021-11-03 16:43:49", "closed_at" : "2021-11-03 19:22:44", "state" : "closed", "title" : "Add Caliper v2.7.0", "number" : 27197, "milestone" : null, "labels" : ["ne... | json_instruct | {"type": "object", "properties": {"body": {"type": "null"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"tablet": {"type": "integer"}, "desktop": {"type": "integer"}, "desktop-large": {"type": "integer"}}, "required": ["tablet", "desktop", "desktop-large"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tablet" : 640, "desktop" : 960, "desktop-large" : 1280} | json_instruct | {"type": "object", "properties": {"tablet": {"type": "integer"}, "desktop": {"type": "integer"}, "desktop-large": {"type": "integer"}}, "required": ["tablet", "desktop", "desktop-large"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe5... | {"configuration" : ["POSTCONVERTWEBP", "ENABLEPNGCRUSH", "SKIPUPSCALING", "ENABLEMOZJPEG", "COMPRESSQUALITY", "SCALEMODE", "SCALE"], "regionsToProcessedPerformance" : {"9322e883-5305-4086-a2e9-b2ee90d95325" : -7541, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52" : 2140320949, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7" : -7465, "08... | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618f... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"dev": {"type": "object", "properties": {"driver": {"type": "string"}, "host": {"type": "object", "properties": {"ENV": {"type": "string"}}, "required": ["ENV"]}, "port": {"type": "string"}, "user": {"type": "object", "prope... | {"dev" : {"driver" : "mysql", "host" : {"ENV" : "MYSQL_HOST"}, "port" : "3306", "user" : {"ENV" : "MYSQL_USER"}, "password" : {"ENV" : "MYSQL_PASS"}, "database" : {"ENV" : "MYSQL_DB"}}} | json_instruct | {"type": "object", "properties": {"dev": {"type": "object", "properties": {"driver": {"type": "string"}, "host": {"type": "object", "properties": {"ENV": {"type": "string"}}, "required": ["ENV"]}, "port": {"type": "string"}, "user": {"type": "object", "properties": {"ENV": {"type": "string"}}, "required": ["ENV"]}, "pa... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"editor.tabSize": {"type": "integer"}, "editor.formatOnSave": {"type": "boolean"}, "git.ignoreLimitWarning": {"type": "boolean"}, "fileHeaderComment.parameter": {"type": "object", "properties": {"*": {"type": ... | {"editor.tabSize" : 2, "editor.formatOnSave" : true, "git.ignoreLimitWarning" : true, "fileHeaderComment.parameter" : {"*" : {"commentprefix" : "#"}}, "fileHeaderComment.template" : {"*" : ["${commentprefix}", "${commentprefix} Copyright (c) 2018 Andrea Janes <ajanes@unibz.it>, Riccardo Felluga <riccardo.felluga@stud-i... | json_instruct | {"type": "object", "properties": {"editor.tabSize": {"type": "integer"}, "editor.formatOnSave": {"type": "boolean"}, "git.ignoreLimitWarning": {"type": "boolean"}, "fileHeaderComment.parameter": {"type": "object", "properties": {"*": {"type": "object", "properties": {"commentprefix": {"type": "string"}}, "required": ["... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"total": {"type": "integer"}, "limit": {"type": "integer"}, "count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"creator": {"type": "string"}, "id": {"type": "integer"}, "operatio... | {"total" : 4, "limit" : 1, "count" : 1, "results" : [{"creator" : "testuser1", "id" : 1, "operation" : "test", "processingHost" : "host1", "started" : "2014-06-05T09:10:00Z", "status" : "RUNNING", "submitted" : "2014-06-05T09:10:00Z", "type" : "org.opencastproject.composer"}], "offset" : 1} | json_instruct | {"type": "object", "properties": {"total": {"type": "integer"}, "limit": {"type": "integer"}, "count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"creator": {"type": "string"}, "id": {"type": "integer"}, "operation": {"type": "string"}, "processingHost": {"type": "strin... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rmse" : [38.61733441057457, 44.012664857709076]} | json_instruct | {"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "stri... | {"content" : "#Miliband \u201cI think leaving #EU would be a disaster for our country. Referendum\u2019s not my priority cuz I don\u2019t want Brexit\u201d #BattleForNumber10", "entities" : [{"offset" : 1, "type" : "ne", "id" : 2, "entity" : "miliband"}, {"offset" : 28, "type" : "topic keyword", "id" : 3, "entity" : "e... | json_instruct | {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "no_unread_topics": {"type": "string"}, "load_more": {"type": "string"}, "mark_as_read": {"type": "string"}, "selected": {"type": "string"}, "all": {"type": "string"}, "all_categories": {"type": "st... | {"title" : "Unread", "no_unread_topics" : "There are no unread topics.", "load_more" : "Load More", "mark_as_read" : "Mark as Read", "selected" : "Selected", "all" : "All", "all_categories" : "All categories", "topics_marked_as_read.success" : "Topics marked as read!", "all-topics" : "All Topics", "new-topics" : "New T... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "no_unread_topics": {"type": "string"}, "load_more": {"type": "string"}, "mark_as_read": {"type": "string"}, "selected": {"type": "string"}, "all": {"type": "string"}, "all_categories": {"type": "string"}, "topics_marked_as_read.success": {"type": "string"}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"engine": {"type": "string"}, "packages": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}, "isNew": {"type": "boolean"}}, "required": ["engine", "packages", "version", "na... | {"engine" : "cocos2d-html5", "packages" : "packages", "version" : "2.4.4", "name" : "TouchStar", "id" : "5a02e4e2-2758-4906-964f-98262e3c19c0", "isNew" : false} | json_instruct | {"type": "object", "properties": {"engine": {"type": "string"}, "packages": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}, "isNew": {"type": "boolean"}}, "required": ["engine", "packages", "version", "name", "id", "isNew"], "$schema": "http://json-schema.org/dra... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"Datapoints": {"type": "array", "items": {"type": "object", "properties": {"Timestamp": {"type": "object", "properties": {"hour": {"type":... | {"status_code" : 200, "data" : {"Datapoints" : [{"Timestamp" : {"hour" : 0, "__class__" : "datetime", "month" : 5, "second" : 0, "microsecond" : 0, "year" : 2016, "day" : 30, "minute" : 0}, "Average" : 8.682969363532667, "Sum" : 130.24454045299, "Unit" : "Seconds"}], "ResponseMetadata" : {"HTTPStatusCode" : 200, "Reque... | json_instruct | {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"Datapoints": {"type": "array", "items": {"type": "object", "properties": {"Timestamp": {"type": "object", "properties": {"hour": {"type": "integer"}, "__class__": {"type": "string"}, "month": {"type": "integ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type... | {"id" : 84058253, "name" : "Chimeratech Rampage Dragon", "is_illegal" : false, "is_custom" : false, "text" : "2+ \"Cyber Dragon\" monsters\nA Fusion Summon of this card can only be done with the above Fusion Materials. When this card is Fusion Summoned: You can target Spells/Traps on the field, up to the number of Fusi... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "strin... | {"edges" : [[19, 18], [16, 25], [12, 16], [16, 8], [7, 16], [13, 16], [24, 16], [34, 14], [16, 23], [16, 6], [12, 16], [24, 16], [17, 0], [12, 16], [7, 16], [16, 27], [16, 27], [23, 16], [28, 20], [15, 3], [4, 16], [16, 6], [21, 16], [22, 7], [2, 16], [6, 16], [16, 4], [16, 6], [16, 8], [16, 12], [16, 5], [16, 11], [7,... | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "strin... | {"name" : "wpi-gpio", "version" : "1.2.0", "author" : "Gavin Lloyd <gavinhungry@gmail.com>", "description" : "Wrapper around the WiringPi gpio command-line utility", "license" : "MIT", "keywords" : ["gpio", "pi", "raspberrypi", "rpi", "wiringpi"], "homepage" : "https://github.com/gavinhungry/wpi-gpio", "repository" : {... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "prope... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "roles": {"type": "array", "items": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}},... | {"_id" : {"$oid" : "5db20a711d091137e81bbd94"}, "roles" : [{"$oid" : "5db1f8e6167a5b31606e1c02"}, {"$oid" : "5db1f9e5167a5b31606e1c06"}, {"$oid" : "5db1f93a167a5b31606e1c03"}], "displayName" : "John Consalvi", "screenName" : "jconsalvi", "email" : "john@spedxchange.com", "avatar" : "//www.gravatar.com/avatar/d4f1b26650... | json_instruct | {"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "roles": {"type": "array", "items": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}}, "displayName": {"type": "string"}, "screenName": {"type": "string"}, "... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "... | [{"id" : 32490, "title" : "The Rim-World Legacy", "year" : 1967, "type" : "novel", "imageName" : "FAJ_RimWorld.jpg", "nominations" : 0, "wins" : -1}, {"id" : 32491, "title" : "Scor-Sting", "year" : 1990, "type" : "novel", "imageName" : "FAJ_ScorStin.jpg", "nominations" : 0, "wins" : -1}, {"id" : 32492, "title" : "The I... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "im... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender"... | {"description" : "cmd/go: avoid leaking timer if test process failed to start", "cc" : ["rsc@golang.org", "golang-dev@googlegroups.com"], "reviewers" : [], "messages" : [{"sender" : "rsc@golang.org", "recipients" : ["dave@cheney.net", "rsc@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "orderCollectionName": {"type": "string"}, "api-version": {"type": "string"}, "User-Agent": {"type":... | {"parameters" : {"subscriptionId" : "fa68082f-8ff7-4a25-95c7-ce9da541242f", "resourceGroupName" : "TestRG", "orderCollectionName" : "TestOrderCollectionName1", "api-version" : "2020-12-01-preview", "User-Agent" : ["vscode-restclient"], "Referer" : ["https://localhost/subscriptions/fa68082f-8ff7-4a25-95c7-ce9da541242f/r... | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "orderCollectionName": {"type": "string"}, "api-version": {"type": "string"}, "User-Agent": {"type": "array", "items": {"type": "string"}}, "Referer": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"server": {"type": "string"}, "backend": {"type"... | {"name" : "lesfadenbackend", "version" : "0.0.10", "description" : "Backend for WebAnwendungen2 SS2020", "main" : "server.js", "scripts" : {"server" : "npm start", "backend" : "node server.js", "frontend" : "node client.js", "both" : "concurrently \"npm run backend\" \"npm run frontend\"", "test" : "jest --env=node; pk... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"server": {"type": "string"}, "backend": {"type": "string"}, "frontend": {"type": "string"}, "both": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}}, "required": ["engines", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"engines" : {"node" : ">=10.0.0"}, "main" : "index"} | json_instruct | {"type": "object", "properties": {"engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}}, "required": ["engines", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"KeyId": {"type": "string"}, "ResponseMetadata": {"type": "object", "properties": {"RetryAttempts": {"type": "integer"}, "HTTPStatu... | {"status_code" : 200, "data" : {"KeyId" : "arn:aws:kms:us-east-1:644160558196:key/056d7b49-e807-40d7-adc1-8cfdf47638b6", "ResponseMetadata" : {"RetryAttempts" : 0, "HTTPStatusCode" : 200, "RequestId" : "d1134a37-06cb-11e8-834b-25acda645832", "HTTPHeaders" : {"x-amzn-requestid" : "d1134a37-06cb-11e8-834b-25acda645832", ... | json_instruct | {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"KeyId": {"type": "string"}, "ResponseMetadata": {"type": "object", "properties": {"RetryAttempts": {"type": "integer"}, "HTTPStatusCode": {"type": "integer"}, "RequestId": {"type": "string"}, "HTTPHeaders": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "s... | {"id" : 5765, "title" : ["[Stonecutters' Lodge, Reception]"], "description" : ["This large open hall once welcomed visitors and workers alike, though from its current state it appears that no guests have been received in quite some time. Damp, dark, and uninviting, the room is completely empty of furnishings. A numbe... | 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": {"5766":... |
Based on the schema below, produce a valid JSON object:
{"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"}}}}}, "requir... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[145.25, 40.0], [145.25, 40.083333333333336], [145.375, 40.083333333333336], [145.375, 40.0], [145.25, 40.0]]]}, "properties" : {"code" : 604502, "url" : "http://madefor.github.io/0410/api/v1/604502.geojson", "view" : "https://github.com/madefor/0... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "... | {"solution_size" : 847, "ok" : true, "resemblance" : 0.999999, "problem_id" : 2397, "solution_spec_hash" : "c14b8d727ddeb6464927784c69fcb79352007aca"} | json_instruct | {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://j... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitl... | {"pages" : ["pages/index/index", "pages/movie/movie", "pages/search/search", "pages/profile/profile", "pages/live/live"], "window" : {"backgroundTextStyle" : "light", "navigationBarBackgroundColor" : "#000000", "navigationBarTitleText" : "\u5c0f\u6076\u9b54\u7535\u5f71", "navigationBarTextStyle" : "white"}, "tabBar" : ... | json_instruct | {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "clean": {"type": "string"}, "webpack": {"type": "string"}, "form... | {"name" : "reason-apollo-test", "version" : "0.1.0", "scripts" : {"build" : "bsb -make-world", "start" : "bsb -make-world -w", "clean" : "bsb -clean-world", "webpack" : "webpack-dev-server", "format" : "refmt", "get-schema" : "yarn send-introspection-query https://api.graph.cool/simple/v1/cjdgba1jw4ggk0185ig4bhpsn"}, "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "clean": {"type": "string"}, "webpack": {"type": "string"}, "format": {"type": "string"}, "get-schema": {"type": "string"}},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "w... | [{"id" : 2135, "title" : "The Science Fiction of Edgar Allan Poe", "year" : 1976, "type" : "novel", "imageName" : "eap_thescien.jpg", "nominations" : 0, "wins" : -1}, {"id" : 8783, "title" : "Tales of Mystery and Imagination", "year" : 2011, "type" : "novel", "imageName" : "eap.talesofm.jpg", "nominations" : 0, "wins" ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "im... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"errors": {"type": "object", "properties": {}, "required": []}, "from_date": {"type": "null"}, "to_date": {"type": "null"}, "frequency": {"type": "string"}, "columns": {"type": "array", "items": {"type": "stri... | {"errors" : {}, "from_date" : null, "to_date" : null, "frequency" : "annual", "columns" : ["Date", "3-year Standard Deviation of Stock Price", "Value", "Value", "Value", "Open", "High", "Low", "Last", "Settle", "Change", "Volume", "Prev. Day Open Interest", "Prev. Day Settle", "Prev. Day Volume", "EV to EBITDA Ratio", ... | json_instruct | {"type": "object", "properties": {"errors": {"type": "object", "properties": {}, "required": []}, "from_date": {"type": "null"}, "to_date": {"type": "null"}, "frequency": {"type": "string"}, "columns": {"type": "array", "items": {"type": "string"}}, "column_names": {"type": "array", "items": {"type": "string"}}, "data"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"disk": {"type": "object", "properties": {"I": {"type": "number"}, "Re": {"type": "number"}, "c": {"type": "number"}, "mux": {"type": "number"}, "muy": {"type": "number"}, "n": {"type": "number"}, "q": {"type": "number"}, "roll... | {"disk" : {"I" : 0.05573110426924202, "Re" : 10.514496833805344, "c" : 2.0, "mux" : 33.925880224478064, "muy" : 33.24313463899959, "n" : 1.0, "q" : 0.6572036101788119, "roll" : 3.006979218734525}, "bulge" : {"I" : 0.022953874843169512, "Re" : 10.396296134048848, "c" : 2.0, "mux" : 34.27824813136321, "muy" : 34.10215553... | json_instruct | {"type": "object", "properties": {"disk": {"type": "object", "properties": {"I": {"type": "number"}, "Re": {"type": "number"}, "c": {"type": "number"}, "mux": {"type": "number"}, "muy": {"type": "number"}, "n": {"type": "number"}, "q": {"type": "number"}, "roll": {"type": "number"}}, "required": ["I", "Re", "c", "mux",... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/sc... | [{"package" : "bioconductor-pd.poplar", "downloads" : 1200, "count" : 1347}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"dash-shaka-playback.js": {"type": "string"}}, "required": ["dash-shaka-playback.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dash-shaka-playback.js" : "sha256-rcfAl8V6yYsABbt6p4dTrmyvRYsnX2cjo3NxlP2xr3s="} | json_instruct | {"type": "object", "properties": {"dash-shaka-playback.js": {"type": "string"}}, "required": ["dash-shaka-playback.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "header": {"type": "object", "properties": {"title": {"type": "string"}, "filen... | {"name" : "SIYUCMS", "version" : "6.0.0", "description" : "api\u63a5\u53e3", "title" : "SIYUCMS V6 API\u63a5\u53e3", "url" : "http://tp6.com/api", "header" : {"title" : "SIYUCMS", "filename" : ""}, "template" : {"withCompare" : true, "withGenerator" : false}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "header": {"type": "object", "properties": {"title": {"type": "string"}, "filename": {"type": "string"}}, "required": ["title", "filenam... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}... | {"short_name" : "MDot News", "name" : "MDot Market News", "icons" : [{"src" : "images/android-chrome-192x192.png", "sizes" : "192x192", "type" : "image/png"}], "start_url" : "index.html", "display" : "standalone", "orientation" : "portrait", "theme_color" : "black", "background_color" : "black"} | json_instruct | {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"date": {"type": "string"}, "project_type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "body": {"type": "string"}}, "required": ["date", "project_type", "title", "description", "body"], "$... | {"date" : "2020-09-08T20:35:29.027Z", "project_type" : "story", "title" : "Story test", "description" : "Short descriptive text", "body" : "# Longer **markdown**-*enabled* content text.\n\n\ufeffGoing to put a subtitle.\n\n## \ufeff\ufeffOk, trying this out\n\n### The markdown editor is great\n\nthe rich text editor se... | json_instruct | {"type": "object", "properties": {"date": {"type": "string"}, "project_type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "body": {"type": "string"}}, "required": ["date", "project_type", "title", "description", "body"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "requir... | {"generated_at" : "2017-01-27T09:37:26.970721", "required_by" : ["fixalbumart", "pyAudioAnalysis", "instantmusic", "audiotools"], "requires" : [], "package" : "eyed3"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"testName": {"type": "string"}, "verbose": {"type": "boolean"}, "methods": {"type": "object", "properties": {"cmoments": {"type": "array", "items": {"type": "number"}}, "yahoo": {"type": "array", "items": {"type": "number"}}... | {"testName" : "discrete_bench", "verbose" : false, "methods" : {"cmoments" : [5.0, 11.0], "yahoo" : [32.0], "random" : [40.0], "spark_gk" : [50.0]}, "numSolveTrials" : 1, "totalSize" : 100000, "cardinalities" : [6, 10, 30, 100, 300, 1000], "quantiles" : [0.01, 0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.55... | json_instruct | {"type": "object", "properties": {"testName": {"type": "string"}, "verbose": {"type": "boolean"}, "methods": {"type": "object", "properties": {"cmoments": {"type": "array", "items": {"type": "number"}}, "yahoo": {"type": "array", "items": {"type": "number"}}, "random": {"type": "array", "items": {"type": "number"}}, "s... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "prop... | [{"c_ref" : "France Mainland", "totals" : {"Cases" : 1812919, "Deaths" : 40679}, "daily" : {"Cases" : 20155, "Deaths" : 548}}, {"c_ref" : "French Guiana", "totals" : {"Cases" : 10715, "Deaths" : 70}, "daily" : {"Cases" : 11, "Deaths" : 0}}, {"c_ref" : "French Polynesia", "totals" : {"Cases" : 10680, "Deaths" : 49}, "da... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type"... | {"id" : "d82c7fc9-96e0-4c94-adbc-68de361cc875", "playerTags" : ["8b53ce82-4b1a-48f0-999d-1774b3719202"], "teamTags" : ["105bc3ff-1320-4e37-8ef0-8d595cb95dd0", "979aee4a-6d80-4863-bf1c-ee1a78e06024"], "gameTags" : ["1643f319-8661-489f-844d-d463ce4137aa"], "metadata" : {"play" : 180, "subPlay" : -1}, "created" : "2021-04... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "su... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "... | {"name" : "grafana", "pkg_version" : "8.5.5", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/grafana/blobs/sha256:2495f011d2f8d8c1bcb82b33b5d8c8cc420528c4561001eeb4e429f6860723bd"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/grafana/blobs/sha256:fcfdeafc32cf6... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "propert... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "str... | {"name" : "wazbot", "version" : "0.0.1", "description" : "Chatbot for WazabyDev Twitch channel", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/mholloway24/wazbot.git"}, "author" : "Mik... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "repository": {"type": "objec... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[124.0, 35.333333333333336], [124.0, 35.416666666666664], [124.125, 35.416666666666664], [124.125, 35.333333333333336], [124.0, 35.333333333333336]]]}, "properties" : {"code" : 532400, "url" : "http://madefor.github.io/0410/api/v1/532400.geojson",... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type... | {"votes" : {"diff" : 2, "dem" : 1932, "tot" : 4456, "gop" : 1934}, "for" : "UT/Grand County/49019", "pct" : {"dem" : 43.36, "per_point_diff" : 0.04, "gop" : 43.4}} | json_instruct | {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"sets": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "quantity": {"type": "string"}}, "required": ["class", "quantity"]}}, "has_many": {"type": "object", "propertie... | {"sets" : [{"class" : "User", "quantity" : "all"}, {"class" : "Link", "quantity" : "all"}, {"class" : "Student", "quantity" : "all"}, {"quantity" : "all", "class" : "Class"}, {"class" : "Visit", "quantity" : "all"}, {"class" : "School", "quantity" : "all"}, {"class" : "UserSchool", "quantity" : "all"}, {"class" : "Orga... | json_instruct | {"type": "object", "properties": {"sets": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "quantity": {"type": "string"}}, "required": ["class", "quantity"]}}, "has_many": {"type": "object", "properties": {"fetch": {"type": "integer"}}, "required": ["fetch"]}, "belongs_to": {"t... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"git.enableSmartCommit": {"type": "boolean"}, "window.nativeTabs": {"type": "boolean"}, "explorer.confirmDelete": {"type": "boolean"}, "sftp.printDebugLog": {"type": "boolean"}, "window.zoomLevel": {"type": "integer"}, "editor.... | {"git.enableSmartCommit" : true, "window.nativeTabs" : false, "explorer.confirmDelete" : false, "sftp.printDebugLog" : true, "window.zoomLevel" : 0, "editor.tabSize" : 3, "files.exclude" : {"**/.git" : true, "**/.DS_Store" : true, "**/*.js.map" : true, "**/*.js" : {"when" : "$(basename).ts"}, "**/*.ngfactory.js" : true... | json_instruct | {"type": "object", "properties": {"git.enableSmartCommit": {"type": "boolean"}, "window.nativeTabs": {"type": "boolean"}, "explorer.confirmDelete": {"type": "boolean"}, "sftp.printDebugLog": {"type": "boolean"}, "window.zoomLevel": {"type": "integer"}, "editor.tabSize": {"type": "integer"}, "files.exclude": {"type": "o... |
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" : 48989, "cartId" : "1665dfe2-b09e-42c0-98b2-69969fd77b8a", "preferredProducts" : [2696, 393, 928, 576, 1811, 1688, 2467], "productReviews" : [{"productId" : 325, "reviewText" : "heard about this on original pilipino music radio, decided to give it a try.", "reviewDate" : "2017-09-30T13:32:50.557128+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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "893ee90fd07022b0a5cb3b6f8555ee32dba80727"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}... | {"Department" : "\u041f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0430 \u0425\u0435\u0440\u0441\u043e\u043d\u0441\u044c\u043a\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456", "Region" : "\u0425\u0435\u0440\u0441\u043e\u043d\u0441\u044c\u043a\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c", "Posit... | json_instruct | {"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"ty... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "3205142001", "nama" : "Malangbong"}, {"id" : "3205142002", "nama" : "Karangmulya"}, {"id" : "3205142003", "nama" : "Cibunar"}, {"id" : "3205142004", "nama" : "Cikarang"}, {"id" : "3205142005", "nama" : "Sakawayang"}, {"id" : "3205142006", "nama" : "Mekarasih"}, {"id" : "3205142007", "nama" : "Cisitu"}, {"id" ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type":... | {"user" : "Edouard DUPIN", "value" : "p", "type" : "print", "time" : 1470204821325499392, "data" : [{"type" : "type::finger", "list" : [[352.340424, 495.64917], [345.228088, 499.459839], [340.122131, 502.137451], [337.555756, 504.174683], [334.938385, 501.19696], [333.091095, 492.549805], [333.575836, 472.63916], [334.... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "num... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.