input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"action": {"type": "string"}, "vatId": {"type": "string"}}, "required": ["action", "vatId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"action" : "setVatId", "vatId" : "vatId"} | json_instruct | {"type": "object", "properties": {"action": {"type": "string"}, "vatId": {"type": "string"}}, "required": ["action", "vatId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"EMAILS": {"type": "string"}, "DOMAINS": {"type": "string"}, "PROFILE": {"type": "string"}}, "required": ["EMAILS", "DOMAINS", "PROFILE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"EMAILS" : "hello@marcoslombog.com,hello@miriambueno.com,hello@connectiongoal.com", "DOMAINS" : "marcoslombog.com,www.marcoslombog.com,next.marcoslombog.com,miriambueno.com,staging.miriambueno.com,www.miriambueno.com,connectiongoal.com,staging.connectiongoal.com,www.connectiongoal.com", "PROFILE" : "default"} | json_instruct | {"type": "object", "properties": {"EMAILS": {"type": "string"}, "DOMAINS": {"type": "string"}, "PROFILE": {"type": "string"}}, "required": ["EMAILS", "DOMAINS", "PROFILE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"index": {"type": "boolean"}}, "required": ["index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "7708d04070d93b791bab", "c" : {"index" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"index": {"type": "boolean"}}, "required": ["index"]}}, "required": ["h", "c"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "ob... | {"name" : "file-mode-changes", "version" : "1.0.0", "description" : "integration test for patch-package", "main" : "index.js", "author" : "", "license" : "ISC", "dependencies" : {"prettier" : "^1.16.0", "shx" : "^0.3.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"prettier": {"type": "string"}, "shx": {"type": "stri... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@antora/cli": {"type": "string"}, "@an... | {"name" : "jte-docs", "version" : "1.0.0", "description" : "The JTE Documentation", "author" : "Steven Terrana", "devDependencies" : {"@antora/cli" : "^2.2.0", "@antora/content-aggregator" : "^2.2.0", "@antora/site-generator-default" : "^2.2.0", "browser-sync" : "^2.26.7", "gulp" : "^4.0.2", "gulp-cli" : "^2.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@antora/cli": {"type": "string"}, "@antora/content-aggregator": {"type": "string"}, "@antora/site-generator-... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["bluemix-helper-sso", "nodejs-dataworks", "pipes-sdk", "pipes_sdk", "simple-data-pipe-connector-flightstats", "simple-data-pipe-connector-reddit", "simple-data-pipe-sdk"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"caption": {"type": "string"}, "author": {"type": "string"}}, "required": ["caption", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"caption" : "MQTT RGB", "author" : "Wirehome"} | json_instruct | {"type": "object", "properties": {"caption": {"type": "string"}, "author": {"type": "string"}}, "required": ["caption", "author"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "chipped:block/quartz_block_12"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array"... | {"name" : "cob_simulation", "description" : "The cob_simulation stack includes packages to work with Care-O-bot within simulation environments, e.g. gazebo.", "license" : null, "starNum" : 58, "folkNum" : 96, "watchNum" : 58, "topic" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=egg": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=small": {"type": "object", "properties": {"model": {"type": "s... | {"variants" : {"type=egg" : {"model" : "conquest:block/mossy_lime_mortar_red_clay_brick_sphere_dragonegg"}, "type=small" : {"model" : "conquest:block/mossy_lime_mortar_red_clay_brick_sphere_small"}, "type=large" : {"model" : "conquest:block/mossy_lime_mortar_red_clay_brick_sphere"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=egg": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=small": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=large": {"type": "object", "prop... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "befores": {"type": "array", "items": {}}, "afters": {"type"... | {"uuid" : "11e77986-99d2-4fd7-901b-4a43bc5c4c5f", "name" : "workbookIT.ProductSystemManagerTestIT.getAimData", "children" : ["0802651d-1be9-4e4c-a0f0-98da68123185"], "description" : "", "befores" : [], "afters" : [{"name" : "getAimData", "status" : "passed", "stage" : "finished", "description" : "", "steps" : [], "atta... | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "str... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"username": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "description": {"typ... | {"type" : "object", "id" : "urn:jsonschema:com:gentics:mesh:core:rest:auth:LoginRequest", "properties" : {"username" : {"type" : "string", "required" : true, "description" : "Username of the user which should be logged in."}, "password" : {"type" : "string", "required" : true, "description" : "Password of the user whic... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"username": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["type", "required", "descrip... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"statusCode": {"type": "integer"}, "statusText": {"type": "string"}, "data": {"type": "object", "properties": {"testId": {"type": "string"}, "ownerKey": {"type": "string"}, "jsonUrl": {"type": "string"}, "xmlUrl": {... | {"statusCode" : 200, "statusText" : "Ok", "data" : {"testId" : "191024_HA_976b046886025ec8693cbe4f1145929e", "ownerKey" : "9259cab7a56de88af4f67e16e631ed954d8c9fee", "jsonUrl" : "https://www.webpagetest.org/jsonResult.php?test=191024_HA_976b046886025ec8693cbe4f1145929e", "xmlUrl" : "https://www.webpagetest.org/xmlResul... | json_instruct | {"type": "object", "properties": {"statusCode": {"type": "integer"}, "statusText": {"type": "string"}, "data": {"type": "object", "properties": {"testId": {"type": "string"}, "ownerKey": {"type": "string"}, "jsonUrl": {"type": "string"}, "xmlUrl": {"type": "string"}, "userUrl": {"type": "string"}, "summaryCSV": {"type"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"waud.js": {"type": "string"}, "waud.min.js": {"type": "string"}}, "required": ["waud.js", "waud.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"waud.js" : "sha256-MoTvTt3qZxifWH/2D/CqvsqhoQfLAgIIqMCwJP3S/QQ=", "waud.min.js" : "sha256-gLozIAiIN4X/eCMigRpRuotntwdG3wxQvV9U11px3+4="} | json_instruct | {"type": "object", "properties": {"waud.js": {"type": "string"}, "waud.min.js": {"type": "string"}}, "required": ["waud.js", "waud.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "82b1a7d52b07b599323b", "c" : {"1" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"test" : "a/t1.json"} | json_instruct | {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"forFile:inItem:": {"type": "string"}}, "required": ["forFile:inItem:"]}, "instance": {"type": "object", "properties": {"buildUrl": {"type": "string"}, "content": {"t... | {"class" : {"forFile:inItem:" : "tcj 12/22/2016 15:27"}, "instance" : {"buildUrl" : "tcj 2/24/2019 20:56", "content" : "tcj 2/24/2019 22:17", "content:" : "tcj 2/24/2019 21:20", "contentStream" : "tcj 2/24/2019 22:17", "displayJpeg" : "tcj 2/24/2019 22:47", "displayJpegInWindow" : "tcj 4/2/2019 08:27", "downloadJpegInt... | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"forFile:inItem:": {"type": "string"}}, "required": ["forFile:inItem:"]}, "instance": {"type": "object", "properties": {"buildUrl": {"type": "string"}, "content": {"type": "string"}, "content:": {"type": "string"}, "contentStream": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"10-19": {"type": "integer"}, "20-29": {"type": "integer"}, "30-39": {"type": "integer"}, "40-49": {"type": "integer"}, "50-59": {"type": "integer"}, "60-69": {"type": "integer"}, "70-79": {"type": "integer"}, "80+"... | {"10-19" : 0, "20-29" : 0, "30-39" : 0, "40-49" : 1, "50-59" : 2, "60-69" : 4, "70-79" : 10, "80+" : 14, "0-9" : 0} | json_instruct | {"type": "object", "properties": {"10-19": {"type": "integer"}, "20-29": {"type": "integer"}, "30-39": {"type": "integer"}, "40-49": {"type": "integer"}, "50-59": {"type": "integer"}, "60-69": {"type": "integer"}, "70-79": {"type": "integer"}, "80+": {"type": "integer"}, "0-9": {"type": "integer"}}, "required": ["10-19... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"loading-bar.css": {"type": "string"}, "loading-bar.js": {"type": "string"}, "loading-bar.min.css": {"type": "string"}, "loading-bar.min.js": {"type": "string"}}, "required": ["loading-bar.css", "loading-bar.js", "loa... | {"loading-bar.css" : "sha512-oqGjd8fI7h5F3fCqUeGMzvZZQDOVCKvFXwNpBx544TIXtUKdfcpfmsa/JcrFOfgFmgAP3TfxDadLA7AYSYVNhg==", "loading-bar.js" : "sha512-wkvoTleR4G2LwomtCVv5rFxXKxEn6aKe4AsJahWtOni6TIpq3xKvIjCsCCC9+cm6owD8DMKOO0c2I5fKT0ONLw==", "loading-bar.min.css" : "sha512-9tBcvPMIhqZqqSgFQRirirgrt1ztkODx3ihn3OOHGUDslaH4ZX... | json_instruct | {"type": "object", "properties": {"loading-bar.css": {"type": "string"}, "loading-bar.js": {"type": "string"}, "loading-bar.min.css": {"type": "string"}, "loading-bar.min.js": {"type": "string"}}, "required": ["loading-bar.css", "loading-bar.js", "loading-bar.min.css", "loading-bar.min.js"], "$schema": "http://json-sch... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"tags": {"type": "object", "properties": {"allowUnknownTags": {"type": "boolean"}, "dictionaries": {"type": "array", "items": {"type": "string"}}}, "required": ["allowUnknownTags", "dictionaries"]}, "source": ... | {"tags" : {"allowUnknownTags" : true, "dictionaries" : ["jsdoc"]}, "source" : {"includePattern" : ".js$"}, "plugins" : ["plugins/markdown"], "templates" : {"default" : {"staticFiles" : {"include" : ["./src/brand/vialer/img/logo-64.png"]}}, "title" : "Vialer-js", "logo" : {"url" : "logo-64.png", "width" : "72px", "heigh... | json_instruct | {"type": "object", "properties": {"tags": {"type": "object", "properties": {"allowUnknownTags": {"type": "boolean"}, "dictionaries": {"type": "array", "items": {"type": "string"}}}, "required": ["allowUnknownTags", "dictionaries"]}, "source": {"type": "object", "properties": {"includePattern": {"type": "string"}}, "req... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"browser-polyfill.js": {"type": "string"}, "browser.js": {"type": "string"}}, "required": ["browser-polyfill.js", "browser.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"browser-polyfill.js" : "sha512-+glaNZQr3kIDcyXbOWCV3m/EJk/dFJWkQIG2fAjPNp2dPDCm+SH1BXPc7VEkjn7Lj2/UP0OKAFrtUK65LyCfag==", "browser.js" : "sha512-VLjI5FU/wc0+u8bQMgtomTAI6B/cNxVDRtzXRFcSBTUNURfmcvHzZXjUxKQZt27GgNTnncX1B23b/Bns0qtq5A=="} | json_instruct | {"type": "object", "properties": {"browser-polyfill.js": {"type": "string"}, "browser.js": {"type": "string"}}, "required": ["browser-polyfill.js", "browser.js"], "$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"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"... | {"name" : "greenido/Air-Qulity-in-the-bay-area", "description" : "An example for a mobile web app and action on google for AQI in the bay area", "type" : "project", "authors" : [{"name" : "Ido Green", "email" : "greenido@gmail.com"}], "require" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "p... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"lineId": {"type": "integer"}, "name": {"type": "string"}, "stations": {"type": "array", "items": {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}}, "required": ["stationId... | {"lineId" : 11312, "name" : "JR\u4e2d\u592e\u7dda(\u5feb\u901f)", "stations" : [{"stationId" : 1131201, "stationGroupId" : 1130101}, {"stationId" : 1131202, "stationGroupId" : 1130223}, {"stationId" : 1131203, "stationGroupId" : 1131203}, {"stationId" : 1131207, "stationGroupId" : 1131102}, {"stationId" : 1131211, "sta... | json_instruct | {"type": "object", "properties": {"lineId": {"type": "integer"}, "name": {"type": "string"}, "stations": {"type": "array", "items": {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}}, "required": ["stationId", "stationGroupId"]}}}, "required": ["lineId", "name", "... |
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" : "Nasunogan, Dao, Capiz, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.capiz.dao.nasunogan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "16", "region_reference... | 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": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "null"}, "numberOfColumns": {"type": "integer"}, "offsetColumns": {"type": "integer"}, "showInNotebook": {"type": "boolean"}, "showInNotebookAt": {"type": "string"}, "renderOrder": {"type": "integer"}... | {"id" : null, "numberOfColumns" : 8, "offsetColumns" : 2, "showInNotebook" : true, "showInNotebookAt" : "pageExit", "renderOrder" : 1, "page" : null, "markdownContent" : "This page has checkbox exercise. In this case we have minimum selection solution mode. You need to select at least 2 options"} | json_instruct | {"type": "object", "properties": {"id": {"type": "null"}, "numberOfColumns": {"type": "integer"}, "offsetColumns": {"type": "integer"}, "showInNotebook": {"type": "boolean"}, "showInNotebookAt": {"type": "string"}, "renderOrder": {"type": "integer"}, "page": {"type": "null"}, "markdownContent": {"type": "string"}}, "re... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y":... | {"Id" : "Lootable_00138", "IsStatic" : true, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : 0, "y" : 0, "z" : 0}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5e68b2b186f7745c395bea77", "Items" : [{"_id" : "5e68b2b186f7745c395bea77", "_tpl" : ... | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "in... | {"type" : "Feature", "properties" : {"name" : "Milam County", "fips" : "48331", "state_code" : 48, "county_code" : 331, "population" : 24823, "countrylevel_id" : "fips:48331", "census_data" : {"COUNTYNS" : "01383951", "AFFGEOID" : "0500000US48331", "LSAD" : "06", "ALAND" : 2633798227, "AWATER" : 12758772}}, "geometry" ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_d... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"index": {"type": "string"}, "class": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}, "name": {"type": "str... | {"index" : "superior-inspiration", "class" : {"index" : "bard", "name" : "Bard", "url" : "/api/classes/bard"}, "name" : "Superior Inspiration", "level" : 20, "prerequisites" : [], "desc" : ["At 20th level, when you roll initiative and have no uses of Bardic Inspiration left, you regain one use."], "url" : "/api/feature... | json_instruct | {"type": "object", "properties": {"index": {"type": "string"}, "class": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}, "name": {"type": "string"}, "level": {"type": "integer"}, "prerequisites": {"type": "array... |
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" : 45139, "cartId" : "22152cf4-c7ed-4a1b-9cda-9ac9fbbf2960", "preferredProducts" : [1948, 3751, 2689, 2577, 4679], "productReviews" : [{"productId" : 4127, "reviewText" : "i use it until further notice when i'm in my station.", "reviewDate" : "2019-09-19T03:37:36.3968071+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": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "prope... | {"name" : "TCTableViewSearchController", "version" : "0.1.0", "summary" : "A subclass of UITableViewController that handles basic search bar functionality to make searching a table a painless process.", "description" : " Sometimes all you want is a table view that will handle most of the basic sea... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Tim G Carlson": {"type": "string"}}, "required": ["T... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}... | {"name" : "mocha-test", "version" : "2.0.2", "homepage" : "https://github.com/matthewp/mocha-test", "authors" : ["Matthew Phillips <matthew@matthewphillips.info>"], "description" : "A custom element for running mocha tests", "main" : "mocha-test.html", "keywords" : ["web-components", "mocha"], "license" : "BSD-2-Clause... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"... |
Generate sample JSON data that conforms to the following 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": "... | {"schema_version" : "1.2.0", "id" : "GHSA-r82m-h3gc-v8vr", "modified" : "2021-11-19T00:00:33Z", "published" : "2021-11-19T00:00:33Z", "aliases" : ["CVE-2021-0667"], "details" : "In apusys, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with System executi... | 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": {}}, "affected": {"type": "a... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"base.css": {"type": "string"}}, "required": ["base.css"]}, "devDep... | {"name" : "iljapanic-cv", "version" : "1.0.0", "description" : "personal curriculum vitae", "dependencies" : {"base.css" : "^1.0.0"}, "devDependencies" : {"@fullhuman/postcss-purgecss" : "^2.0.5", "autoprefixer" : "^9.7.4", "parcel-bundler" : "^1.12.4", "parcel-plugin-static-files-copy" : "^2.3.1", "postcss-import" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"base.css": {"type": "string"}}, "required": ["base.css"]}, "devDependencies": {"type": "object", "properties": {"@fullhuman/postcss-purgecss"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": ... | [{"name" : "MATEO", "frequency" : 65437, "males" : "99.98624631324786 %", "females" : "0.013753686752143281 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Prop": {"type": "string"}}, "required": ["Prop"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Prop" : "https://mobilebuildtools.com"} | json_instruct | {"type": "object", "properties": {"Prop": {"type": "string"}}, "required": ["Prop"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"customer": {"type": "object", "properties": {"address": {"type": "object", "properties": {"street": {"type": "string"}}, "required": ["street"]}}, "required": ["address"]}}, "required": ["customer"], "$schema... | {"customer" : {"address" : {"street" : "A"}}} | json_instruct | {"type": "object", "properties": {"customer": {"type": "object", "properties": {"address": {"type": "object", "properties": {"street": {"type": "string"}}, "required": ["street"]}}, "required": ["address"]}}, "required": ["customer"], "$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"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object"... | {"name" : "punarinta/doru-db", "description" : "A simple file-based database storing data in JSON.", "license" : "MIT", "keywords" : ["database", "JSON", "NoSQL"], "authors" : [{"name" : "Vladimir Osipov", "email" : "vladimir.g.osipov@gmail.com"}], "require" : {"php" : ">=7.2.0"}, "require-dev" : {}, "autoload" : {"psr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"illustration": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["illustration", "title", "description"]}}}, "r... | {"data" : [{"illustration" : "illustration/new/sleek.svg", "title" : "Sleek and responsive", "description" : "Looks amazing on all types of devices. User can switch between dark and light color modes."}, {"illustration" : "illustration/new/free.svg", "title" : "Free and open source", "description" : "Infinite reserve i... | json_instruct | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"illustration": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["illustration", "title", "description"]}}}, "required": ["data"], "$schema": "http://json-schema.org/dr... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "monaco-webpack-test", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "../node_modules/.bin/webpack --config webpack.config.js"}} | 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"]}}, "required": ["name", "version", "description", "main", "scripts"],... |
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": {"test": {"type": "string"}, "examples": {"type": "string"... | {"name" : "jest-duration-reporter", "version" : "1.0.0", "description" : "A jest reporter that warns you about tests exceeding a duration.", "main" : "index.js", "scripts" : {"test" : "jest", "examples" : "cd examples && jest"}, "repository" : {"type" : "git", "url" : "git+https://github.com/inside/jest-duration-report... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "examples": {"type": "string"}}, "required": ["test", "examples"]}, "repository": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/js/recipes.js": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/js/recipes.js"], "$schema": "http://json-schema.org/draft-07/... | {"/js/app.js" : "/js/app.js", "/css/app.css" : "/css/app.css", "/js/recipes.js" : "/js/recipes.js"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/js/recipes.js": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/js/recipes.js"], "$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"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json... | [{"name" : "MAURYA", "frequency" : 138, "males" : "5.797101449275362 %", "females" : "94.20289855072464 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}... | {"best_index" : [84, 122, 98, 150, 93], "auroc" : [0.3724007561436673, 0.39886578449905474, 0.44801512287334594, 0.4328922495274102, 0.42911153119092627], "acc" : [0.5, 0.45652173913043476, 0.41304347826086957, 0.41304347826086957, 0.43478260869565216], "aps" : [0.4283033471345105, 0.45154007593101414, 0.45883810965858... | json_instruct | {"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "a... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "philomathic", "definition" : "1. Of or pertaining to philomathy. 2. Having love of learning or letters."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "install": {"type": "string"}}, "required": ["test", "install"]}, "dependencies... | {"name" : "tessel-firmware", "version" : "v0.1.26", "scripts" : {"test" : "cd test; npm install; npm test", "install" : "true"}, "dependencies" : {"colony-compiler" : "~0.6.23"}, "private" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "install": {"type": "string"}}, "required": ["test", "install"]}, "dependencies": {"type": "object", "properties": {"colony-compiler": {"type": "string"}}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "obj... | {"name" : "billboard-hypervisor-dispatch", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/ovaphlow/billboard-hypervisor-dispatch.git", "author" : "ovaphlow <ovaphlow@live.com>", "license" : "MIT", "dependencies" : {"@koa/router" : "^10.0.0", "dayjs" : "^1.10.4", "koa" : "^2.13.1", "koa-bod... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@koa/router": {"type": "string"}, "dayjs": {"type": "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, ... | {"name" : "gatsby-postgres-graphql", "description" : "Gatsby simple source hasura graphql cms", "license" : "MIT", "scripts" : {"develop" : "gatsby develop", "build" : "gatsby build", "serve" : "gatsby serve"}, "dependencies" : {"apollo-link-http" : "^1.5.5", "gatsby" : "^2.0.9", "gatsby-link" : "^2.0.2", "gatsby-sourc... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["develop", "build", "serve"]}, "dependencies... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-sche... | [{"year" : 1970, "sex" : "F", "n" : 5, "prop" : 2.73e-06}, {"year" : 1972, "sex" : "F", "n" : 7, "prop" : 4.34e-06}, {"year" : 1973, "sex" : "F", "n" : 5, "prop" : 3.22e-06}, {"year" : 1976, "sex" : "F", "n" : 7, "prop" : 4.45e-06}, {"year" : 1977, "sex" : "F", "n" : 5, "prop" : 3.04e-06}, {"year" : 1978, "sex" : "F", ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "server": {"type": "object", "properties": {"coreVersion": {"type": "string"}, "scriptAttributes": {"type": "object", "properties": {"executioncontexttype":... | {"name" : "lib.numberToLocaleString", "author" : "joern.berkefeld@gmail.com", "server" : {"coreVersion" : "1.1.1", "scriptAttributes" : {"executioncontexttype" : "get"}, "dependencies" : {"other" : [], "ssjs" : []}, "src" : ["lib.numberToLocaleString.ssjs"]}, "public" : [], "dest" : ["lib.numberToLocaleString.min.html"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "server": {"type": "object", "properties": {"coreVersion": {"type": "string"}, "scriptAttributes": {"type": "object", "properties": {"executioncontexttype": {"type": "string"}}, "required": ["executioncontexttype"]}, "dependenci... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "integer"}, "Title": {"type": "string"}}, "required": ["Id", "Title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : 932, "Title" : "Add ICollection<T> Assertions"}, {"Id" : 933, "Title" : "Add DateTime Assertions"}, {"Id" : 934, "Title" : "Add Expression Driven Assertions"}, {"Id" : 2425, "Title" : "Testing.ShouldThrowException should return TExceptionType not Exception"}, {"Id" : 2431, "Title" : "DateTime extensions"}, {"I... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "integer"}, "Title": {"type": "string"}}, "required": ["Id", "Title"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "pro... | {"address" : "1RedkCkVaXuVXrqCMpoXQS29bwaqsuFdL", "cert_auth_type" : "web", "cert_sign" : "GxhGfbSSve0YFB31YpaCSD384xVZRRDVWaG4linMMtM30BjH91vrntzTyBO8Vhv1DjWAwEz8++bEHzeqmfY+/aQ=", "cert_user_id" : "ivesen@zeroid.bit", "files" : {"data.json" : {"sha512" : "66525c94f6c60395086edf8efb701562b3644a35ad7abe8e95fb8fcf2a6d29... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": ... | [{"id" : 663, "gempId" : "9_147", "side" : "Dark", "rarity" : "R", "set" : "9", "printings" : [{"set" : "9"}], "front" : {"title" : "\u2022Death Star II: Throne Room", "imageUrl" : "https://res.starwarsccg.org/cards/DeathStarII-Dark/large/deathstariithroneroom.gif", "type" : "Location", "subType" : "Site", "uniqueness"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"siteId" : "964f87fe-d916-410d-88d0-ef131d3851f2"} | json_instruct | {"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"short_name": {"type": "object", "properties... | {"$schema" : "http://json-schema.org/draft-04/schema", "type" : "object", "required" : ["short_name", "name"], "properties" : {"short_name" : {"type" : "string", "description" : "The short name of the organization."}, "name" : {"type" : "string", "description" : "The name of the organization."}, "uuid" : {"type" : "str... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"short_name": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "requir... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title",... | {"created_at" : 1484055949, "tags" : [], "title" : "Center Image", "updated_at" : 1484056017, "uuid" : "6DD3D578-F2C6-4AB4-ABEF-9E09BCB32E5C"} | json_instruct | {"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "string"}, "section": {"type": "string"}, "semester": {"type"... | {"department" : "GERM", "description" : ["Students hone their skills of analyzing the forms and contexts of production and reception of", "German-language literary works of various genres. Coursework includes close reading, discussion,", "analysis, and interpretation of visual and/or written texts. Recent topics: autho... | json_instruct | {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "string"}, "section": {"type": "string"}, "semester": {"type": "string"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "ye... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"places.js": {"type": "string"}, "places.min.js": {"type": "string"}, "placesAutocompleteDataset.js": {"type": "string"}, "placesAutocompleteDataset.min.js": {"type": "string"}}, "required": ["places.js", "places.m... | {"places.js" : "sha512-GY0CRlF2OY/YMm/lbsbdyNwCJQiSwlqDtZDMbWPRwB9+fvY+qM4VF3rWntAqZW1Y8P9XE2Mid9JkKPqLMt4RLA==", "places.min.js" : "sha512-yEZZVh3s6xrj81dWA/ORMWX4FJlpDtA9BCCQ15vYePxujvcPMbTuDQ32jZHRQKr5j3q9HF9ZFSjL9SPWr29cFw==", "placesAutocompleteDataset.js" : "sha512-xIDu32kDms7e299cxv2pVWn3s5OVuxKW9tS1ab1zV6xc36DO... | json_instruct | {"type": "object", "properties": {"places.js": {"type": "string"}, "places.min.js": {"type": "string"}, "placesAutocompleteDataset.js": {"type": "string"}, "placesAutocompleteDataset.min.js": {"type": "string"}}, "required": ["places.js", "places.min.js", "placesAutocompleteDataset.js", "placesAutocompleteDataset.min.j... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"d3-force.js": {"type": "string"}, "d3-force.min.js": {"type": "string"}}, "required": ["d3-force.js", "d3-force.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"d3-force.js" : "sha256-NuLk1K9PD9BeilzdXFVmimrPbt5kURq5mhCqb8WQ8qk=", "d3-force.min.js" : "sha256-WYmckBv0+sEr0YsPm2Z3OC2WfCZIcD045KlXN/tbBmA="} | json_instruct | {"type": "object", "properties": {"d3-force.js": {"type": "string"}, "d3-force.min.js": {"type": "string"}}, "required": ["d3-force.js", "d3-force.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"csg": {"type": "string"}, "react": {"type": "string"}... | {"name" : "3dscene-creator", "version" : "1.3.0", "private" : true, "homepage" : "https://kulanah.github.io/3dscene-creator", "dependencies" : {"csg" : "^1.0.1", "react" : "^16.4.1", "react-dom" : "^16.4.1", "react-redux" : "^5.0.7", "react-scripts" : "1.1.4", "redux" : "^4.0.0", "three" : "^0.94.0", "three-dragcontrol... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"csg": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-redux": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["adddetails"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[495, 178]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "tonicExample": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"ty... | {"name" : "arbiter", "version" : "2.0.1", "description" : "A Salesforce ORM powered by jsforce", "main" : "index.js", "tonicExample" : "const arbiter = require('arbiter')", "engines" : {"node" : ">= 6.0"}, "repository" : {"type" : "git", "url" : "git://github.com/skbolton/Arbiter"}, "scripts" : {"test" : "standard && j... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "tonicExample": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object"... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["node-cljs"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"},... | [{"namaKab" : "PIDIE", "originalFilename" : "1.Hasan Basri.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 102084, "noUrut" : 1, "nama" : "HASAN BASRI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PIDIE", "originalFilename" : "2.Jailani.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 114685, "noUrut" : 2, "nama" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "chipped:block/red_stained_glass_1"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "... | {"contract" : "0x8c39afdf7b17f12c553208555e51ab86e69c35aa", "tool" : "osiris", "start" : 1564594081.4105098, "end" : 1564594084.7063205, "duration" : 3.2958106994628906, "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://... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "id": {"type": "integer"}, "sender_full_name": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["content", "id", "sender_full_name", "timest... | [{"content" : "<p>Should these two be simp lemmas?</p>\n<div class=\"codehilite\"><pre><span></span><span class=\"kn\">theorem</span> <span class=\"n\">subset_union_left</span> <span class=\"o\">{</span><span class=\"n\">s\u2081</span> <span class=\"n\">s\u2082</span> <span class=\"o\">:</span> <span class=\"n\">finset... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "id": {"type": "integer"}, "sender_full_name": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["content", "id", "sender_full_name", "timestamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"... | {"name" : "LSRequest", "version" : "1.0.0", "summary" : "\u4e1a\u52a1\u5de5\u5177 - \u7f51\u7edc\u8bf7\u6c42", "description" : "\u7f51\u7edc\u8bf7\u6c42\u5de5\u5177\n\u66f4\u65b0\u8bf4\u660e\uff1a\n\u4ed3\u5e93\u8fc1\u79fb", "homepage" : "http://gitlab.evshine.cn/new-energy/ios/lskit/lsrequest", "license" : {"type" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"FFMC": {"type": "number"}, "ISI": {"type": "number"}, "BUI": {"type": "number"}, "season": {"type": "object", "properties": {"start_month": {"type": "integer"}, "start_day": {"type": "integer"}, "end_month": {"typ... | {"FFMC" : 76.74332275390626, "ISI" : 1.709042870998383, "BUI" : 5.7091676235199, "season" : {"start_month" : 5, "start_day" : 1, "end_month" : 8, "end_day" : 31}, "years" : [2000], "station_name" : "ZZ COPPER CANYON (NEC)"} | json_instruct | {"type": "object", "properties": {"FFMC": {"type": "number"}, "ISI": {"type": "number"}, "BUI": {"type": "number"}, "season": {"type": "object", "properties": {"start_month": {"type": "integer"}, "start_day": {"type": "integer"}, "end_month": {"type": "integer"}, "end_day": {"type": "integer"}}, "required": ["start_mon... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"taskToken": {"type": "string"}, "cause": {"type": "string"}}, "required": ["taskToken", "cause"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"taskToken" : "taskToken1234", "cause" : "Export for consignment 50df01e6-2e5e-4269-97e7-531a755b417d failed: No valid user found b2657adf-6e93-424f-b0f1-aadd26762a96: HTTP 404 Not Found"} | json_instruct | {"type": "object", "properties": {"taskToken": {"type": "string"}, "cause": {"type": "string"}}, "required": ["taskToken", "cause"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"t_start": {"type": "number"}, "t_end": {"type": "number"}, "text": {"type": "string"}}, "required": ["t_start", "t_end", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"t_start" : 0.0, "t_end" : 4.507, "text" : "Die Rechnung, die Sie l\u00f6sen sollen, finden Sie hier."}, {"t_start" : 4.607, "t_end" : 9.607, "text" : "Ihre L\u00f6sung k\u00f6nnen Sie mit der Tastatur unten am Bildschirm eingeben."}, {"t_start" : 9.707, "t_end" : 14.707, "text" : "Sie k\u00f6nnen Ihre Eingabe best\u... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"t_start": {"type": "number"}, "t_end": {"type": "number"}, "text": {"type": "string"}}, "required": ["t_start", "t_end", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "child... | {"code" : 1173030013, "parent" : 1173030, "name" : "TUALANG TEUNGOH", "latitude" : null, "longitude" : null, "postal" : [24414], "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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "module": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "source": {"... | {"name" : "arisen-signing-request", "version" : "1.0.0", "description" : "ARISEN Signing Request (ASR / EEP-7) encoder and decoder", "license" : "MIT", "module" : "lib/index.js", "main" : "lib/index.umd.js", "types" : "lib/index.d.ts", "source" : "src/index.ts", "scripts" : {"prepare" : "make lib"}, "files" : ["lib/*",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "module": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "source": {"type": "string"}, "scripts": {"type": "object", "properties": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": ... | {"name" : "homeconfjs", "version" : "0.1.2", "description" : "Global config files for cli apps helper", "main" : "index.js", "author" : "Mohammad Fares <faressoft.com@gmail.com>", "license" : "MIT", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://gi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repos... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.75, 45.0], [137.75, 45.083333333333336], [137.875, 45.083333333333336], [137.875, 45.0], [137.75, 45.0]]]}, "properties" : {"code" : 673746, "url" : "http://madefor.github.io/0410/api/v1/673746.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... |
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"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "wat... | {"name" : "popcorn-api", "version" : "1.1.1", "description" : "A library to access the PopcornTime API", "main" : "dist/PopCorn", "types" : "./typings/index.d.ts", "scripts" : {"build" : "rm -rf ./dist && babel src --out-dir dist --copy-files", "watch" : "npm run build -- --watch", "test" : "node ./examples/example.js"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}, "doc... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": ... | {"id" : 262487, "node" : [{"id" : 262487, "name" : "\u9ec4\u9017\u83cc", "nameCN" : "\u9ec4\u9017\u83cc", "image" : "//lain.bgm.tv/pic/cover/m/40/85/262487_CDHs4.jpg", "date" : "2017-05-20"}, {"id" : 262490, "name" : "\u9ec4\u9017\u83cc \u7b2c2\u5b63", "nameCN" : "\u9ec4\u9017\u83cc \u7b2c\u4e8c\u5b63", "image" : "//la... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"1.2.0-beta.1": {"type": "object", "properties": {"memory": {"type": "integer"}, "better-sqlite3": {"type": "integer"}, "memory-100x": {"type": "integer"}, "better-sqlite3-100x": {"type": "integer"}}, "required": ["memory", "be... | {"1.2.0-beta.1" : {"memory" : 229010, "better-sqlite3" : 950, "memory-100x" : 175, "better-sqlite3-100x" : 19}, "1.2.0-beta.2" : {"memory" : 229935, "better-sqlite3" : 990, "memory-100x" : 165, "better-sqlite3-100x" : 20}, "1.2.0-beta.3" : {"memory" : 233524, "better-sqlite3" : 953, "memory-100x" : 176, "better-sqlite3... | json_instruct | {"type": "object", "properties": {"1.2.0-beta.1": {"type": "object", "properties": {"memory": {"type": "integer"}, "better-sqlite3": {"type": "integer"}, "memory-100x": {"type": "integer"}, "better-sqlite3-100x": {"type": "integer"}}, "required": ["memory", "better-sqlite3", "memory-100x", "better-sqlite3-100x"]}, "1.2... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"t... | {"citations" : [{"textCitation" : "[See df-sgn on Metamath](http://us.metamath.org/mpegif/df-sgn.html)"}], "names" : ["df-sgn"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_csgn", "#T_wceq", "#T_vx", "#T_cmpt--1", "#T_cxr", "#T_cmpt--2", "#T_cif--1", "#T_vx", "#T_wceq", "#T_cc0", "#T_cif--2", "#T_cc0", "#T_cif... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js?id=993ef1c93df68cf3569d", "/css/app.css" : "/css/app.css?id=4b38067418198d81ede4"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"eventVersion": {"type": "string"}, "userIdentity": {"type": "object", "properties": {"type": {"type": "string"}, "principalId": {"type": "string"}, "arn": {"type": "string"}, "accountId": {"type": "string"}, "accessK... | {"eventVersion" : "1.05", "userIdentity" : {"type" : "IAMUser", "principalId" : "AIDAQG3KU4HV6AOKCVI3N", "arn" : "arn:aws:iam::014719181291:user/users/fvogt", "accountId" : "014719181291", "accessKeyId" : "ASIAQG3KU4HV3WFP7HB3", "userName" : "fvogt", "sessionContext" : {"sessionIssuer" : {}, "webIdFederationData" : {},... | json_instruct | {"type": "object", "properties": {"eventVersion": {"type": "string"}, "userIdentity": {"type": "object", "properties": {"type": {"type": "string"}, "principalId": {"type": "string"}, "arn": {"type": "string"}, "accountId": {"type": "string"}, "accessKeyId": {"type": "string"}, "userName": {"type": "string"}, "sessionCo... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["docker-mock", "etherworld", "level-net-client", "level-net-server", "peer-emitter", "peerjs-lobby", "procmon", "rp-voxel-server", "thunderstore", "verbose", "voxel-backup", "voxel-client", "voxel-server", "walkietalkie"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1905, 5], [1917, 6], [1918, 6], [1919, 10], [1922, 6], [1925, 6], [1926, 7], [1928, 7], [1930, 9], [1933, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"features": {"type": "object", "properties": {"name": {"type": "string"}, "vendor": {"type": "string"}}, "required": ["name", "vendor"]}}, "required": ["features"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"features" : {"name" : "Trident Microsystems Blade 3D PCI/AGP (rev 3a)", "vendor" : "Trident"}} | json_instruct | {"type": "object", "properties": {"features": {"type": "object", "properties": {"name": {"type": "string"}, "vendor": {"type": "string"}}, "required": ["name", "vendor"]}}, "required": ["features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": ... | {"name" : "FERTIN TABLET", "harga" : " Rp. 157.300/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Clomiphene citrate / Klomifen sitrat.", "indikasi" : "Infertilitas anovulatori, oligospermia.", "kontraindikasi" : "Hipersensitif atau alergi terhadap klomife... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}}, "required": ["d... | {"name" : "cms-guide", "version" : "1.0.0", "description" : "CSC Mod Server Guide", "main" : "index.js", "directories" : {"doc" : "docs"}, "repository" : {"type" : "git", "url" : "git+https://github.com/hhui64/cms-guide.git"}, "scripts" : {"docs:dev" : "vuepress dev docs", "docs:build" : "vuepress build docs"}, "author... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}}, "required": ["doc"]}, "repository": {"type": "object", "properties": {"type": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/all.css": {"type": "string"}}, "required": ["/js/app.js", "/css/all.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js?id=c3ae2e600243a35f1305", "/css/all.css" : "/css/all.css?id=5e8b7386cd80050cdc77"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/all.css": {"type": "string"}}, "required": ["/js/app.js", "/css/all.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"typ... | {"userId" : 25725, "cartId" : "84dbaf06-5235-487e-a406-c431b0dce93f", "preferredProducts" : [], "productReviews" : [{"productId" : 2541, "reviewText" : "this payment is gracious.", "reviewDate" : "2017-11-17T13:54:00.1625423+02:00"}, {"productId" : 1981, "reviewText" : "this Assistant is brown.", "reviewDate" : "2019-0... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "key": {"type": "string"}, "secret": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "intege... | {"name" : "Yammer", "desc" : "Sync messages, users, and groups", "key" : "Client ID", "secret" : "Client secret", "icons" : [{"height" : 16, "width" : 16, "source" : "http://assets.singly.com/service-icons/16px/yammer.png"}, {"height" : 24, "width" : 24, "source" : "http://assets.singly.com/service-icons/24px/yammer.pn... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "key": {"type": "string"}, "secret": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}, "source": {"type": "string"}}, "required":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"site_name": {"type": "string"}, "contact_email": {"type": "string"}, "seo_description": {"type": "null"}, "seo_keyword": {"type": "null"}}, "required": ["site_name", "contact_email", "seo_description", "seo_keyword... | {"site_name" : "answer - Powered by answer", "contact_email" : "719768607@qq.com", "seo_description" : null, "seo_keyword" : null} | json_instruct | {"type": "object", "properties": {"site_name": {"type": "string"}, "contact_email": {"type": "string"}, "seo_description": {"type": "null"}, "seo_keyword": {"type": "null"}}, "required": ["site_name", "contact_email", "seo_description", "seo_keyword"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"jsx": {"type": "string"}, "esModuleInterop": {"type": "boolean"}, "resolveJsonModule": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "declaration"... | {"compilerOptions" : {"jsx" : "react", "esModuleInterop" : true, "resolveJsonModule" : true, "sourceMap" : true, "declaration" : true, "declarationDir" : "dist"}} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"jsx": {"type": "string"}, "esModuleInterop": {"type": "boolean"}, "resolveJsonModule": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "declaration": {"type": "boolean"}, "declarationDir": {"type": "string"}}, "required": ["j... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "so... | {"ast" : null, "code" : "\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nvar RightCircleOutline = {\n name: 'right-circle',\n theme: 'outline',\n icon: {\n tag: 'svg',\n attrs: {\n viewBox: '64 64 896 896',\n focusable: false\n },\n children: [{\n t... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "phpstan/phpstan": {"type": "string"}, "friendso... | {"name" : "gravatalonga/hydrator", "description" : "Hydrator class from array to object or objecto to array", "type" : "library", "require-dev" : {"phpunit/phpunit" : "^9.5", "phpstan/phpstan" : "^0.12.83", "friendsofphp/php-cs-fixer" : "^2.18", "infection/infection" : "^0.21.5", "phly/keep-a-changelog" : "^2.11"}, "au... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "phpstan/phpstan": {"type": "string"}, "friendsofphp/php-cs-fixer": {"type": "string"}, "infection/infectio... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author",... | {"title" : "Raiden Shogun Dancing Senorita While Some Other Two Doesn't Care About It\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "genshinmmd4u", "description" : "Hi!undefinedIundefinedamundefinedcreatingundefinedcontentsundefinedofundefinedMMDundefinedforundefinedGenshinundefinedImpact.<br>Followundefinedmeundefi... | 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": {"dependencies": {"type": "object", "properties": {"mermaid": {"type": "string"}}, "required": ["mermaid"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"mermaid" : "^8.4.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"mermaid": {"type": "string"}}, "required": ["mermaid"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"bucket": {"type": "string"}, "source": {"type": "string"}, "directory": {"type": "string"}, "destination": {"type": "string"}, "object_prefix": {"type": "string"}, "dml": {"type": "string"}, "header": {"type"... | {"bucket" : "sp-ca-bc-gov-131565110619-12-microservices", "source" : "client", "directory" : "pmrp_gdx/pmrp_all", "destination" : "processed", "object_prefix" : "pmrp", "dml" : "pmrp_date_range.sql", "header" : false, "sfts_path" : "SBC/Shared/Secured/SS_BI/SS_GDX_IN", "extension" : ".csv", "sql_parse_key" : "pmrp_date... | json_instruct | {"type": "object", "properties": {"bucket": {"type": "string"}, "source": {"type": "string"}, "directory": {"type": "string"}, "destination": {"type": "string"}, "object_prefix": {"type": "string"}, "dml": {"type": "string"}, "header": {"type": "boolean"}, "sfts_path": {"type": "string"}, "extension": {"type": "string"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", ... | {"name" : "johnitvn/cli-runtime", "description" : "PHP runtime execute command library", "type" : "library", "keywords" : ["cli", "runtime", "execute"], "license" : "Apache-2.0", "authors" : [{"name" : "John Martin", "email" : "john.itvn@gmail.com", "homepage" : "https://github.com/johnitvn?tab=repositories"}], "requir... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "arra... | {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 2, "nazev" : "Bene\ufffdov"}, "clipped" : true, "id" : "7eadc77a14"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 5, "nazev" : "Kol\ufffdn"}, "clipped" : true, "id" : "1e... | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "... | {"t" : "mitihtihan", "h" : [{"d" : [{"f" : "\u628a\u2026\u6296\u843d\u4e86\u3001\u5f48\u53bb\u4e86\u3001\u62cd\u6389\u4e86\u3002"}, {"f" : "\u6307\u6240\u6296\u843d\u7684\u3001\u5f48\u6389\u7684\uff08\u6771\u897f\uff09\u3002", "s" : ["`mitiktikan~"]}]}], "stem" : "tihtih"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Title": {"type": "string"}, "Year": {"type": "string"}, "Rated": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Director": {"type": "string"}, "Write... | {"Title" : "Star Wars: Episode IV - A New Hope", "Year" : "1977", "Rated" : "PG", "Released" : "25 May 1977", "Runtime" : "121 min", "Genre" : "Action, Adventure, Fantasy, Sci-Fi", "Director" : "George Lucas", "Writer" : "George Lucas", "Actors" : "Mark Hamill, Harrison Ford, Carrie Fisher, Peter Cushing", "Plot" : "Lu... | json_instruct | {"type": "object", "properties": {"Title": {"type": "string"}, "Year": {"type": "string"}, "Rated": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Director": {"type": "string"}, "Writer": {"type": "string"}, "Actors": {"type": "string"}, "Plot": {"type":... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.