input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "c7b928b4977e3466e8035e1b35111200bb88f21a"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http...
{"country" : "Nantes, France", "github" : "jefBinomed", "home" : "https://jef.binomed.fr/", "name" : "Jean-Fran\u00e7ois Garreau", "twitter" : "jefbinomed"}
json_instruct
{"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "chthonic:block/empty_bookshelf"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Actions": {"type": "array", "items": {"type": "object", "properties": {"Icon": {"type": "string"}, "Name": {"type": "string"}, "States": {"type": "array", "items": {"type": "object", "properties": {"Image": {...
{"Actions" : [{"Icon" : "images/actionIcon", "Name" : "CO2 reader", "States" : [{"Image" : "images/green", "TitleAlignment" : "middle", "FontSize" : "16"}], "SupportedInMultiActions" : false, "Tooltip" : "Displays data obtained from the CO2 meter", "UUID" : "com.cbergemann.streamdeck.co2.CO2PluginAction"}], "Category" ...
json_instruct
{"type": "object", "properties": {"Actions": {"type": "array", "items": {"type": "object", "properties": {"Icon": {"type": "string"}, "Name": {"type": "string"}, "States": {"type": "array", "items": {"type": "object", "properties": {"Image": {"type": "string"}, "TitleAlignment": {"type": "string"}, "FontSize": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "attrs": {"type": "object", "properties": {"scrollBarEnable": {"type": "object", "properties": {"support": {"type": "array", "items": {"type": "string"}}}, "required": [...
{"parent" : "Common", "name" : "Scroller", "attrs" : {"scrollBarEnable" : {"support" : ["bool"]}, "orientation" : {"support" : ["values"], "values" : ["vertical", "horizontal"]}, "fillViewport" : {"support" : ["bool"]}}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "attrs": {"type": "object", "properties": {"scrollBarEnable": {"type": "object", "properties": {"support": {"type": "array", "items": {"type": "string"}}}, "required": ["support"]}, "orientation": {"type": "object", "properties"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i...
{"id" : 404380439, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "ea250fa4593e3b927c09b81b0f9153ad", "wof:id" : 404380439, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.73961661977266, 46.03524334700167, 4.78124285923959, 46.06120154306416...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {}}}, "required": ["authors"]}, "mainpagetext": {"type": "string"}, "mainpagedocfooter": {"type": "string"}}, "required": ["@metad...
{"@metadata" : {"authors" : []}, "mainpagetext" : "'''MediaWiki haes been installit wi speed.'''", "mainpagedocfooter" : "Aks the [//meta.wikimedia.org/wiki/Help:Contents Uiser's Manual] for speirins aboot using the wiki saftware.\n\n== Gettin startit ==\n\n* [//www.mediawiki.org/wiki/Manual:Configuration_settings Conf...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {}}}, "required": ["authors"]}, "mainpagetext": {"type": "string"}, "mainpagedocfooter": {"type": "string"}}, "required": ["@metadata", "mainpagetext", "mainpagedocfooter"], "$schema": "http://json-sch...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["laborum", "in", "eaque", "harum", "veniam", "veritatis"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["itemDisplayName", "des...
{"itemDisplayName" : "Simple Windows VM with Diagnostic Settings", "description" : "Deploys a simple Windows VM with Diagnostic Settings. This template also deploys a Virtual Network (with DNS), Network Security Group, and a Network Interface.", "summary" : "", "githubUsername" : "azurestack", "dateUpdated" : "2016-09-...
json_instruct
{"type": "object", "properties": {"itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["itemDisplayName", "description", "summary", "githubUsername", "dateUpdated"], "$schema": "htt...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper...
{"hash" : "0x1e0642b2ad12391deeb0e745f48ab0dda34ee472f9385a50d6b3ebfbfaf19824", "parentHash" : "0xfeff5d6aa57bcf65163986bf99e0fc79bd9f439d35ac149d66e43d3ab94b79d6", "number" : 100069, "timestamp" : 1439800112, "nonce" : "0x8fcd9e1b16dd3605", "difficulty" : 3851145536622, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CIDADE" : "Ara\u00e7oiaba da Serra", "IBGE" : "3502903", "ESTADO" : "S\u00e3o Paulo", "ID" : "35"}
json_instruct
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type":...
{"ast" : null, "code" : "import StarRating from \"./StarRating\";\nexport default StarRating;", "map" : {"version" : 3, "sources" : ["C:/Users/LAZYNERD/Desktop/githubwork/Fitcelerator-RN/node_modules/react-native-star-rating/index.js"], "names" : ["StarRating"], "mappings" : "AACA,OAAOA,UAAP;AAEA,eAAeA,UAAf", "sourcesC...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"cmake.buildDirectory": {"type": "string"}, "cmake.installPrefix": {"type": "string"}, "cmake.generator": {"type": "string"}, "cmake.buildArgs": {"type": "array", "items": {"type": "string"}}, "cmake.configureArgs": {"type": "a...
{"cmake.buildDirectory" : "${workspaceFolder}/cmake-build/${buildType}", "cmake.installPrefix" : "${workspaceFolder}/cmake-install/${buildType}", "cmake.generator" : "Ninja", "cmake.buildArgs" : ["--parallel"], "cmake.configureArgs" : ["-DCMAKE_PREFIX_PATH=/work/rtohid/halide_hpx/Halide/cmake-install-release/lib64/cmak...
json_instruct
{"type": "object", "properties": {"cmake.buildDirectory": {"type": "string"}, "cmake.installPrefix": {"type": "string"}, "cmake.generator": {"type": "string"}, "cmake.buildArgs": {"type": "array", "items": {"type": "string"}}, "cmake.configureArgs": {"type": "array", "items": {"type": "string"}}, "C_Cpp.default.configu...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "wheelchair": {"...
{"type" : "Feature", "id" : "node/2433552881", "properties" : {"amenity" : "marketplace", "name" : "Wochenmarkt", "opening_hours" : "Th 08:00-13:00", "wheelchair" : "yes", "id" : "node/2433552881"}, "geometry" : {"type" : "Point", "coordinates" : [7.7386321, 51.1789199]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "wheelchair": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "na...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ja126:1.1": {"type": "string"}}, "required": ["ja126:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ja126:1.1" : "Tadevekassa \u2192 tathevekassa (bj, sya1ed, sya2ed, mr, a\u1e6d\u1e6dhakath\u0101ya\u1e41 p\u0101\u1e6dhantara\u1e41); tatheva kassa (pts-vp-pli1)"}
json_instruct
{"type": "object", "properties": {"ja126:1.1": {"type": "string"}}, "required": ["ja126:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"rules": {"type": "object", "properties": {"no-arg": {"type": "boolean"}}, "required": ["no-arg"]}, "jsRules": {"type": "object", "properties": {"no-arg": {"type": "boolean"}}, "required": ["no-arg"]}}, "required": ...
{"rules" : {"no-arg" : true}, "jsRules" : {"no-arg" : true}}
json_instruct
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"no-arg": {"type": "boolean"}}, "required": ["no-arg"]}, "jsRules": {"type": "object", "properties": {"no-arg": {"type": "boolean"}}, "required": ["no-arg"]}}, "required": ["rules", "jsRules"], "$schema": "http://json-schema.org/draft-07/schem...
The schema below describes a JSON structure. Generate a valid example: {"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" : "Feature", "properties" : {"name" : "Mille Lacs County", "fips" : "27095", "state_code" : 27, "county_code" : 95, "population" : 26277, "countrylevel_id" : "fips:27095", "census_data" : {"COUNTYNS" : "00659493", "AFFGEOID" : "0500000US27095", "LSAD" : "06", "ALAND" : 1482415014, "AWATER" : 282932659}}, "geome...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "block/oak_fence_gate_closed"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url...
{"name" : "thatjs-devtools", "description" : "A collection of gulp and nodejs utilities used everyday.", "private" : true, "repository" : {"type" : "git", "url" : "https://github.com/thatjs/devtools.git"}, "author" : "Andrew Schoenherr", "license" : "MIT", "dependencies" : {"gulp" : "^3.9.0", "gulp-debug" : "^2.1.0", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"hyperform.amd.js": {"type": "string"}, "hyperform.amd.min.js": {"type": "string"}, "hyperform.cjs.js": {"type": "string"}, "hyperform.cjs.min.js": {"type": "string"}, "hyperform.css": {"type": "string"}, "hyperform.j...
{"hyperform.amd.js" : "sha512-yOn2gr2TIKR+l9scqRKAysZF3uch8voxQ77DeObneIbUpYN89BsWr31DS3BEqWIpxoiEpgXaEUjOVYiXPpHZGg==", "hyperform.amd.min.js" : "sha512-RR5TGa440FEsXdWtFmvJ0Ua+mgTXzzKMl7w9tWEDa4CKF12h7CExuMwzXEtCNnR0wp4R9SfopQc7KcdPnQumgA==", "hyperform.cjs.js" : "sha512-wcD44kI+mgt5ZDmaZtx7qQF9Ry89T6J/B8tRuoo9qH7RG/...
json_instruct
{"type": "object", "properties": {"hyperform.amd.js": {"type": "string"}, "hyperform.amd.min.js": {"type": "string"}, "hyperform.cjs.js": {"type": "string"}, "hyperform.cjs.min.js": {"type": "string"}, "hyperform.css": {"type": "string"}, "hyperform.js": {"type": "string"}, "hyperform.min.css": {"type": "string"}, "hyp...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K21055": {"type": "string"}}, "required": ["K21055"]}, "name": {"type": "string"}, "pro...
[{"comment" : "", "definition" : "2-Keto-3-deoxy-D-glycero-D-galacto-nononate 9-phosphate + H2O <=> 3-Deoxy-D-glycero-D-galacto-non-2-ulosonic acid + Orthophosphate", "orthologs" : {"K21055" : "3-deoxy-D-glycero-D-galacto-nononate 9-phosphatase [EC:3.1.3.103]"}, "name" : "2-keto-3-deoxy-D-glycero-D-galacto-nononate-9-p...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K21055": {"type": "string"}}, "required": ["K21055"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}...
[{"Id" : "161329", "ThreadId" : "48343", "Html" : "Is it somehow\u00a0possible to set DataGrid's Columns property through style? Columns property doesn't have a setter, so setting columns directly isn't an option. Is there any other way to do this?\r\n", "PostedDate" : "2009-02-24T02:00:39.41-08:00", "UserRole" : null,...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "Ma...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "pr...
{"name" : "Middle East Technical University \u2013 Middle East Technical University - Northern Cyprus Campus", "alt_name" : "Orta Do\u011fu Teknik \u00dcniversitesi \u2013 Orta Do\u011fu Teknik \u00dcniversitesi - Kuzey Kibris Kampusu (METU - KKK)", "country" : "Turkey", "state" : null, "address" : {"street" : "Kalkanl...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"which-browser": {"type": "object...
{"name" : "whichbrowser-js-0", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"which-browser" : {"version" : "0.2.9", "resolved" : "https://registry.npmjs.org/which-browser/-/which-browser-0.2.9.tgz", "integrity" : "sha512-5rFGxmfBizQSej8ru/jvbeDTl74n2HCOeEoGLFT9HuGkFwvsjCgKxvNLX8wA7lI...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"which-browser": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_al...
{"id" : "ibnb-2", "symbol" : "ibnb", "name" : "iBNB", "platforms" : {"binance-smart-chain" : "0x830f7a104a3df30879d526031d57daa44bf85686"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "iBNB is the first token ever to introduce a Dynamic Tax Protocol, which will ensure the sustainability of th...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "i...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "st...
{"manifest_version" : 2, "name" : "\u62e1\u5f35\u6a5f\u80fd\u30b5\u30f3\u30d7\u30eb6", "version" : "0.0.6", "description" : "\u6700\u5c0f\u69cb\u6210", "browser_action" : {"default_popup" : "../html/popup.html"}, "content_scripts" : [{"matches" : ["https://www.data.jma.go.jp/*"], "js" : ["./js/content.js"]}], "backgrou...
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "content_scripts": {"type": "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {...
{"id" : "EHFZ0", "name" : {"en" : "F16-a (oil Platform)"}, "country" : "NL", "region" : null, "identifiers" : {"icao" : "EHFZ", "usaf" : "062060"}, "location" : {"latitude" : 54.1167, "longitude" : 4.0122, "elevation" : 28}, "timezone" : "Europe/Amsterdam"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "usaf": {"type": "string"}}, "requ...
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"}}, "required": ["test"]}...
{"name" : "uglify-es-script", "version" : "1.0.0", "description" : "Minify javascript.", "main" : "index.js", "scripts" : {"test" : "mocha --no-colors"}, "keywords" : ["uglifyjs", "minify", "compress"], "bin" : {"uglify_es_script" : "./index.js"}, "files" : ["package.json", "README.md", "LICENSE.txt", "CHANGELOG.md", "...
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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bin": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url"...
{"version" : "0.8.0", "description" : "A feature-rich descendant of Enso Community Edition", "homepage" : "https://github.com/GChristensen/enso-portable", "license" : "Unknown", "architecture" : {"64bit" : {"url" : "https://github.com/GChristensen/enso-portable/releases/download/v0.8.0/enso-open-source-0.8.0-x86_64.exe...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "require...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}}, "required": ["name", "website"]}, "depends": {"type": "object", "properties": {"bases": {"type": "array", "ite...
{"author" : {"name" : "Mitchell Cooper", "website" : "https://github.com/cooper"}, "depends" : {"bases" : ["UserCommands"], "modules" : ["JELP::Base"]}, "description" : "set and fetch configuration values across servers", "name" : "Configuration::Set", "package" : "M::Configuration::Set", "version" : "6.3"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}}, "required": ["name", "website"]}, "depends": {"type": "object", "properties": {"bases": {"type": "array", "items": {"type": "string"}}, "modules": {"type": "array", "items": {"type":...
Please provide a valid JSON object following this schema: {"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"}, "severit...
{"schema_version" : "1.2.0", "id" : "GHSA-mv9m-4996-x55r", "modified" : "2022-05-01T18:28:58Z", "published" : "2022-05-01T18:28:58Z", "aliases" : ["CVE-2007-4983"], "details" : "Directory traversal vulnerability in the JetAudio.Interface.1 ActiveX control in JetFlExt.dll in jetAudio 7.0.3 Basic and 7.0.3.3016 allows re...
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": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "num...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.875, 26.083333333333332], [137.875, 26.166666666666668], [138.0, 26.166666666666668], [138.0, 26.083333333333332], [137.875, 26.083333333333332]]]}, "properties" : {"code" : 393717, "url" : "http://madefor.github.io/0410/api/v1/393717.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": {"jsonapi": {"type": "object", "properties": {"version": {"type": "string"}, "meta": {"type": "object", "properties": {"links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"t...
{"jsonapi" : {"version" : "1.0", "meta" : {"links" : {"self" : {"href" : "http://jsonapi.org/format/1.0/"}}}}, "data" : {"type" : "node--recipe", "id" : "9cd5cfab-fe24-4773-88e1-56123bcbc9bc", "links" : {"self" : {"href" : "https://demo-api.druxtjs.org/en/jsonapi/node/recipe/9cd5cfab-fe24-4773-88e1-56123bcbc9bc?resourc...
json_instruct
{"type": "object", "properties": {"jsonapi": {"type": "object", "properties": {"version": {"type": "string"}, "meta": {"type": "object", "properties": {"links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self"]}}, "requi...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "...
{"id" : 101791779, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "890d7fe882712c151acec74ee9792efa", "wof:id" : 101791779, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [26.048493, 45.028536, 26.078663, 45.041507], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ionic": {"type": "string"}}, "required": ["ionic"]}, "dependencies": {"type": "object", "properties": ...
{"name" : "pfe_tablette_v1", "private" : "true", "devDependencies" : {"ionic" : "driftyco/ionic-bower#1.3.2"}, "dependencies" : {"ion-datetime-picker" : "^0.4.1", "ionic-material" : "^0.4.2", "robotodraft" : "^1.1.0", "angular-cookies" : "^1.6.1", "angular-resource" : "^1.6.1", "angular-http-auth" : "^1.5.0", "toastr" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ionic": {"type": "string"}}, "required": ["ionic"]}, "dependencies": {"type": "object", "properties": {"ion-datetime-picker": {"type": "string"}, "ionic-material": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "triangularity", "definition" : "The quality or state of being triangular. Bolingbroke."}
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": {"KT247JU": {"type": "array", "items": {"type": "string"}}}, "required": ["KT247JU"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"KT247JU" : ["51.287790", "-0.406770", "E07000209", "Guildford", "E05007292", "Effingham"]}
json_instruct
{"type": "object", "properties": {"KT247JU": {"type": "array", "items": {"type": "string"}}}, "required": ["KT247JU"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$sc...
{"id" : "2013", "provinceId" : "33", "regencyId" : "20", "districtId" : "06", "name" : "Wonorejo"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "number"}}}, "required": ["type", "coordinates"]}, "prop...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.584251, 51.507639]}, "properties" : {"organisation" : "local-authority-eng:SLG", "maximum-net-dwellings" : "0", "ownership-status" : "not owned by a public authority", "start-date" : "2019-12-06", "site-plan-url" : "http://www.slough.gov.uk/connec...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"...
{"name" : "ajeeb", "version" : "0.0.1", "description" : "Patterns for playful systems", "type" : "module", "scripts" : {"test" : "node --experimental-vm-modules node_modules/jest/bin/jest.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/nasser/ajeeb.git"}, "author" : "Ramsey Nasser", "license" : "A...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "...
{"nom" : "Reuil", "dpt" : "Marne", "inscrits" : 246, "abs" : 53, "votants" : 193, "blancs" : 15, "nuls" : 8, "exp" : 170, "res" : [{"panneau" : "2", "voix" : 101}, {"panneau" : "1", "voix" : 69}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Run Until Found (18U2)", "text" : "Set:\tTreachery & Deceit\nKind:\tFree People\nCulture:\tDwarven\nTwilight:\t0\nCard Type:\tCondition \u2022 Support Area\nGame Text:\tWhen you play this condition, place a [Dwarven] token here. Skirmish: Discard this condition from play or remove a [Dwarven] token from her...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"...
{"nom" : "Incourt", "circ" : "4\u00e8me circonscription", "dpt" : "Pas-de-Calais", "inscrits" : 64, "abs" : 17, "votants" : 47, "blancs" : 0, "nuls" : 2, "exp" : 45, "res" : [{"nuance" : "LR", "nom" : "M. Daniel FASQUELLE", "voix" : 36}, {"nuance" : "REM", "nom" : "M. Thibaut GUILLUY", "voix" : 9}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "...
{"h" : [{"d" : [{"s" : ["`micirid~"], "e" : ["\ufff9`Safaloco'en~ `ira~ `ko~ `'ada~ `a~ `mici'iwi'iwi~.\ufffa\ufffb\u4ed6\u6b63\u7528\u5fc3\u8a08\u5206\u5316\u6575\u4eba\u3002"], "f" : "\u5f62\u6210\u5404\u7a2e\u5206\u6b67\u3001\u5206\u6d41\uff0c\u6b67\u6d41\u7d1b\u5448\uff0c\u6d3e\u7cfb\u6797\u7acb\u3002"}]}], "tag" :...
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e",...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Taladro manual", "ShortName" : "T. Man.", "Description" : "Una herramienta antigua y dif\u00edcil de ver, casi en desuso antes del conflicto. Sin embargo, ahora se ha convertido en algo muy \u00fatil."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"baseURL": {"type": "string"}, "clientId": {"type": "string"}, "aud": {"type": "string"}, "jwk": {"type": "object", "properties": {"kty": {"type": "string"}, "kid": {"type": "string"}, "use": {"type": "string"}, "e": ...
{"baseURL" : "http://localhost", "clientId" : "someid", "aud" : "someaud", "jwk" : {"kty" : "RSA", "kid" : "57540f2e-d3f7-4cbc-b292-b04b510de634", "use" : "sig", "e" : "AQAB", "n" : "w9NPYyYLjDMTSl2kEre4W3xLUIWH2q1unmxRidss-6-LNcCeX-DfrWMDdJxTGpQTnwgaRgHnu8H8FdMdH_f1o_R2pM5ljwYeC_6tu-o6xnAD5cCNc22hwud-aPXT5FOVABI_ygmT0...
json_instruct
{"type": "object", "properties": {"baseURL": {"type": "string"}, "clientId": {"type": "string"}, "aud": {"type": "string"}, "jwk": {"type": "object", "properties": {"kty": {"type": "string"}, "kid": {"type": "string"}, "use": {"type": "string"}, "e": {"type": "string"}, "n": {"type": "string"}, "d": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "ob...
{"hash" : "0xd8f205f19e09b5307dd45adf0af267f11fe0223fbbcfa0db62362bf903c01c92", "parentHash" : "0xf77133a6ffffa798d22d5bf4edf4fe3fb7aadcc88026c443131128a234bb4ee2", "number" : 51932, "timestamp" : 1439013315, "nonce" : "0x4fe354d895be856c", "difficulty" : 1561141908615, "gasLimit" : {"_hex" : "0xf13b3"}, "gasUsed" : {"...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"/compiled_assets/main.js": {"type": "string"}, "/compiled_assets/main.css": {"type": "string"}}, "required": ["/compiled_assets/main.js", "/compiled_assets/main.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/compiled_assets/main.js" : "/compiled_assets/main.js", "/compiled_assets/main.css" : "/compiled_assets/main.css"}
json_instruct
{"type": "object", "properties": {"/compiled_assets/main.js": {"type": "string"}, "/compiled_assets/main.css": {"type": "string"}}, "required": ["/compiled_assets/main.js", "/compiled_assets/main.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"users" : 2762, "id" : "ZM-01"}, {"users" : 2384, "id" : "ZM-02"}, {"users" : 601, "id" : "ZM-03"}, {"users" : 0, "id" : "ZM-04"}, {"users" : 3058, "id" : "ZM-05"}, {"users" : 44, "id" : "ZM-06"}, {"users" : 2089, "id" : "ZM-07"}, {"users" : 3, "id" : "ZM-08"}, {"users" : 504, "id" : "ZM-09"}, {"users" : 0, "id" : "Z...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft...
{"word" : "Express", "definitions" : ["A train that stops at few stations and travels quickly.", "A special delivery service.", "An express rifle."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"config": {"type": "object", "properties": {"title": {"type": "string"}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "...
{"config" : {"title" : "M\u00e6rkedage", "step" : {"user" : {"title" : "M\u00e6rkedage", "description" : "Angiv sensor navnet og konfigurere sensorens parametre. Mere info p\u00e5 https://github.com/pinkywafer/Anniversaries", "data" : {"name" : "Navn", "date" : "F\u00f8rste dato (yyyy-mm-dd) eller (mm-yy) hvis \u00e5rs...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"title": {"type": "string"}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "data": {"type": "object", "properties": {"name": {"type": "strin...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"recent": {"type": "array", "items": {}}, "filters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "data": {"type": "array", "items": {"type": "string"}}}, "required": ...
{"recent" : [], "filters" : [{"name" : "Type Name", "data" : ["TYPE_NAME"]}, {"name" : "Group Name", "data" : ["GROUP_NAME"]}, {"name" : "Type ID", "data" : ["TYPE_ID"]}, {"name" : "Group ID", "data" : ["GROUP_ID"]}]}
json_instruct
{"type": "object", "properties": {"recent": {"type": "array", "items": {}}, "filters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "data": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "data"]}}}, "required": ["recent", "filters"], "$schema": "http://...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 32631, "cartId" : "17e4a9a6-749e-4426-80bd-d79f2254ead6", "preferredProducts" : [190, 4653], "productReviews" : [{"productId" : 3408, "reviewText" : "talk about contempt!", "reviewDate" : "2018-11-19T19:28:05.7143366+02:00"}, {"productId" : 526, "reviewText" : "The box this comes in is 3 yard by 6 light-yea...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003293": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ...
{"type" : "Topology", "objects" : {"E01003293" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00016631", "LAD11CD" : "E09000023"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003293": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {"type": "string"}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items":...
{"category" : "PNtalk-Core-Core", "classinstvars" : [], "classvars" : ["IDGenerator"], "commentStamp" : "", "instvars" : ["time", "calendar", "activity", "timeSuspend", "executor", "garbageComponents", "changedTime", "clockCounter", "rtTimer", "startTime"], "name" : "PNtalkWorld", "pools" : [], "super" : "PNtalkMaster"...
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {"type": "string"}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "pools": {"type": "a...
Using the following JSON schema, generate a compatible JSON instance: {"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...
{"schema_version" : "1.2.0", "id" : "GHSA-c9jh-3w3h-g2pw", "modified" : "2022-05-13T01:43:09Z", "published" : "2022-05-13T01:43:09Z", "aliases" : ["CVE-2017-1328"], "details" : "IBM API Connect 5.0.0.0 - 5.0.6.0 could allow a remote attacker to bypass security restrictions of the api, caused by improper handling of sec...
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": {"compilerOptions": {"type": "object", "properties": {"noImplicitAny": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "preserveConstEnums": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "target": ...
{"compilerOptions" : {"noImplicitAny" : true, "removeComments" : true, "preserveConstEnums" : true, "sourceMap" : true, "target" : "es5", "outFile" : "dist/galera.js"}, "files" : ["src/GCollectable.ts", "src/GCollection.ts", "src/GLayer.ts", "src/GLayerInstance.ts", "example.ts"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"noImplicitAny": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "preserveConstEnums": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "target": {"type": "string"}, "outFile": {"type": "string"}}, "required": ["noI...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "...
{"id" : 101828533, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "b0d181b043244b141314aea4b61825d8", "wof:id" : 101828533, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.59714, 48.83792, -1.59714, 48.83792], "geometry" : {"coordinate...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"lightAndDarkHeader": {"type": "string"}, "customizingHeader": {"type": "string"}, "customizingText1": {"type": "string"}, "customizingText3": {"type": "string"}, "customizingText4": {"type": "string"}, "customizingText5": {"ty...
{"lightAndDarkHeader" : "## \ubc1d\uac8c, \uc5b4\ub461\uac8c (Light and Dark)", "customizingHeader" : "## \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5", "customizingText1" : "\uae30\ubcf8\uc801\uc73c\ub85c \ud45c\uc900 \ud14c\ub9c8(standard theme)\uac00 \ubaa8\ub4e0 \ucef4\ud3ec\ub10c\ud2b8\uc5d0 \uc801\uc6a9\ub429\ub2c8\ub2e4...
json_instruct
{"type": "object", "properties": {"lightAndDarkHeader": {"type": "string"}, "customizingHeader": {"type": "string"}, "customizingText1": {"type": "string"}, "customizingText3": {"type": "string"}, "customizingText4": {"type": "string"}, "customizingText5": {"type": "string"}, "optionHeader": {"type": "string"}, "option...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "...
{"name" : "apexstatsbot", "version" : "0.0.1", "description" : "Shows Apex Legends player stats and other information provided by the apexlegendsstatus.com API.", "main" : "ShardManager.js", "repository" : {"type" : "git", "url" : "git+https://github.com/SDCore/ApexStats.git"}, "author" : "SDCore", "license" : "ISC", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_nu...
{"file_num" : 59, "data" : [{"id" : 60, "content" : "\u80fd\u4e0d\u751f\u6c14\u5c31\u4e0d\u8981\u751f\u6c14\uff0c\u80fd\u4e0d\u9a82\u4eba\u5c31\u4e0d\u8981\u9a82\u4eba\uff0c\u80fd\u52a8\u624b\u5c31\u76f4\u63a5\u52a8\u624b\u3002"}]}
json_instruct
{"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ID": {"type": "string"}, "post_name": {"type": "string"}, "post_title": {"type": "string"}, "post_date_gmt": {"type": "string"}, "post_modified_gmt": {"type": "string"}, "post_status": {"type": "string"}, "co...
{"ID" : "6503", "post_name" : "javascript-snippet-two-approaches-on-uniquefing-an-array-memory-wise", "post_title" : "JavaScript Snippet - Two Approaches On Unique'fing An Array - Memory Wise", "post_date_gmt" : "2016-10-17 15:05:21", "post_modified_gmt" : "2016-10-17 15:08:19", "post_status" : "publish", "comment_stat...
json_instruct
{"type": "object", "properties": {"ID": {"type": "string"}, "post_name": {"type": "string"}, "post_title": {"type": "string"}, "post_date_gmt": {"type": "string"}, "post_modified_gmt": {"type": "string"}, "post_status": {"type": "string"}, "comment_status": {"type": "string"}, "post_type": {"type": "string"}}, "require...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"adjustment_goal": {"type": "string"}, "optimizer_type": {"type": "string"}, "adjustment_horizon": {"type": "object", "properties": {"value": {"type": "integer"}, "unit": {"type": "string"}}, "required": ["value", "unit"]}, "pl...
{"adjustment_goal" : "cost_minimization", "optimizer_type" : "OptimizerScoreMaximizer", "adjustment_horizon" : {"value" : 10, "unit" : "m"}, "placement_hint" : "balanced", "combiner" : {"type" : "windowed", "conf" : {"resolution" : {"value" : 50, "unit" : "ms"}}}}
json_instruct
{"type": "object", "properties": {"adjustment_goal": {"type": "string"}, "optimizer_type": {"type": "string"}, "adjustment_horizon": {"type": "object", "properties": {"value": {"type": "integer"}, "unit": {"type": "string"}}, "required": ["value", "unit"]}, "placement_hint": {"type": "string"}, "combiner": {"type": "ob...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"ty...
{"name" : "Gizmo Rebels Token", "symbol" : "$GIZMO", "logoURI" : "https://eager-dubinsky-9aa533.netlify.app/token/gizmo_token_logo.png", "decimals" : 9, "address" : "B21QKFnx6PKPvr56VWwCuMG9EovsLWG6tuhHpmCawtEa", "chainId" : 101, "tags" : ["utility-token"], "extensions" : {"website" : "https://gizmorebels.io/", "twitte...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"cssnano": {"type": "string"}, "sass": {"type": "string"}}, "required": ["cssnano", "sass"]}}, "required": ["devDependencies"], "$schema": "http://json-schema.or...
{"devDependencies" : {"cssnano" : "^4.1.10", "sass" : "^1.26.5"}}
json_instruct
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"cssnano": {"type": "string"}, "sass": {"type": "string"}}, "required": ["cssnano", "sass"]}}, "required": ["devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"plugins": {"type": "array", "items": {}}, "recurseDepth": {"type": "integer"}, "sourceType": {"type": "string"}, "tags": {"type": "object", "properties": {"allowUnknownTags": {"type": "boolean"}, "dictionaries": {"...
{"plugins" : [], "recurseDepth" : 10, "sourceType" : "module", "tags" : {"allowUnknownTags" : false, "dictionaries" : ["jsdoc", "closure"]}, "opts" : {"template" : "node_modules/docdash", "encoding" : "utf8"}, "templates" : {"cleverLinks" : false, "monospaceLinks" : false}}
json_instruct
{"type": "object", "properties": {"plugins": {"type": "array", "items": {}}, "recurseDepth": {"type": "integer"}, "sourceType": {"type": "string"}, "tags": {"type": "object", "properties": {"allowUnknownTags": {"type": "boolean"}, "dictionaries": {"type": "array", "items": {"type": "string"}}}, "required": ["allowUnkno...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}},...
{"n_dim" : 21, "n_trials" : 80, "objective" : "markowitz_analytic_on_cube", "white" : "bobyqa_default", "black" : "platypus_evolutionary", "traceback" : ["passing", "passing"], "best_val" : [-0.030007182409472685, 6.370739267002724], "best_x" : [[0.08619415070248512, 0.061327271301031966, 0.10415725783524207, 0.0, 0.05...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"AmqpBus": {"type": "object", "properties": {"amqpUrl": {"type": "string"}, "exchangeName": {"type": "string"}}, "required": ["amqpUrl", "exchangeName"]}}, "required": ["AmqpBus"], "$schema": "http://json-schema.org/...
{"AmqpBus" : {"amqpUrl" : "amqp://ortrluoo:LYxUKYcvslsxo3xjp8Ehj-IQgxC-f_p5@hound.rmq.cloudamqp.com/ortrluoo", "exchangeName" : "domain.command"}}
json_instruct
{"type": "object", "properties": {"AmqpBus": {"type": "object", "properties": {"amqpUrl": {"type": "string"}, "exchangeName": {"type": "string"}}, "required": ["amqpUrl", "exchangeName"]}}, "required": ["AmqpBus"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hls.js": {"type": "string"}, "hls.light.js": {"type": "string"}, "hls.light.min.js": {"type": "string"}, "hls.min.js": {"type": "string"}}, "required": ["hls.js", "hls.light.js", "hls.light.min.js", "hls.min.js"],...
{"hls.js" : "sha512-wTcFZtqUvvxg4OK1ZMmm0v5fnAx3k7hCO/uLSckZgok7Vz+F+NLCQDehNwUpiHRkCApEj168H9CL8wo55Rp9qw==", "hls.light.js" : "sha512-eAP3zODXfZFyWqPTIl2myKe+HmhtUGj84oKTqRy9V0ENKfd1XAoQuhIJdD9Xmt4v3fZVUxXF8aX/1lu3QRpXmg==", "hls.light.min.js" : "sha512-818YXDtnC5OLLZG9chND334NvxYAHCkCSTsLbnVFjEMldjpvb0dh1bqEyjF6lcMh...
json_instruct
{"type": "object", "properties": {"hls.js": {"type": "string"}, "hls.light.js": {"type": "string"}, "hls.light.min.js": {"type": "string"}, "hls.min.js": {"type": "string"}}, "required": ["hls.js", "hls.light.js", "hls.light.min.js", "hls.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : 31, "ok" : true, "resemblance" : 1.0, "problem_id" : 733, "solution_spec_hash" : "8e2a36caafaa796c3c241ad6816706742cf2531f"}
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...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}},...
[{"postal_code" : "36783", "place_name" : "Los Virreyes", "place_type" : "Fraccionamiento", "county" : "Salamanca", "state" : "Guanajuato", "city" : "Salamanca"}, {"postal_code" : "36783", "place_name" : "Rinconada de La Paz", "place_type" : "Colonia", "county" : "Salamanca", "state" : "Guanajuato", "city" : "Salamanca...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["memcpy"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"args": {"type": "array", "items": {"type": "string"}}, "stdout": {"type": "string"}}, "required": ["args", "stdout"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"args" : ["--expose_gc_as=garbageCollector", "--eval", "console.log(typeof global.garbageCollector)"], "stdout" : "function"}
json_instruct
{"type": "object", "properties": {"args": {"type": "array", "items": {"type": "string"}}, "stdout": {"type": "string"}}, "required": ["args", "stdout"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"express": {"type": "object", "properties": {"port": {"type": "string"}, "middleware": {"type": "array", "items": {"type": "string"}}}, "required": ["port", "middleware"]}, "cluster": {"type": "object", "properties...
{"express" : {"port" : "3003", "middleware" : ["bos-openapi-doc-server", "bodyParser"]}, "cluster" : {"maxWorkers" : 1}, "bodyParser" : {"json" : {}}, "swagger" : {"serve" : true, "useLocalhost" : true, "refCompiler" : {"api-v1" : {"baseSpecFile" : "api-v1.yaml", "refDirs" : ["v1"]}}, "docPublish" : {"context" : "/api-...
json_instruct
{"type": "object", "properties": {"express": {"type": "object", "properties": {"port": {"type": "string"}, "middleware": {"type": "array", "items": {"type": "string"}}}, "required": ["port", "middleware"]}, "cluster": {"type": "object", "properties": {"maxWorkers": {"type": "integer"}}, "required": ["maxWorkers"]}, "bo...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "reposit...
{"name" : "pxfoundation.org", "private" : true, "version" : "1.0.0", "description" : "PIxEL Foundation Website", "main" : "index.html", "scripts" : {}, "repository" : {"type" : "git", "url" : "git+https://github.com/PIxELclubs/pxfoundation.org.git"}, "author" : "PIxEL Foundation", "license" : "MIT", "bugs" : {"url" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Axos Bank": {"type": "object", "properties": {"domain": {"type": "string"}, "contact": {"type": "object", "properties": {"twitter": {"type": "string"}, "facebook": {"type": "string"}}, "required": ["twitter", "facebook"]}, ...
{"Axos Bank" : {"domain" : "axosbank.com", "contact" : {"twitter" : "AxosBank", "facebook" : "AxosBank"}, "keywords" : ["banking"], "regions" : ["us"]}}
json_instruct
{"type": "object", "properties": {"Axos Bank": {"type": "object", "properties": {"domain": {"type": "string"}, "contact": {"type": "object", "properties": {"twitter": {"type": "string"}, "facebook": {"type": "string"}}, "required": ["twitter", "facebook"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "baseBranches": {"type": "array", "items": {"type": "string"}}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"depTypeList": {"...
{"extends" : ["config:base"], "baseBranches" : ["dev"], "packageRules" : [{"depTypeList" : ["devDependencies"], "schedule" : ["before 3am on the first day of the month"], "groupName" : "all devDependencies"}]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "baseBranches": {"type": "array", "items": {"type": "string"}}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"depTypeList": {"type": "array", "items": {"type": "string"}}, "schedule": {"type": "a...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Nicobars ", "Andaman & Nicobar Islands", "12.73", "638"], ["Varanasi ", "Uttar Pradesh", "7.42", "197"], ["Sant Ravidas Nagar (Bhadohi) ", "Uttar Pradesh", "6.64", "198"], ["Mau", "Uttar Pradesh", "6.46", "192"], ["Sagar ", "Madhya Pradesh", "5.65", "427"], ["North East ", "NCT of Delhi", "4.83", "92"], ["Badgam ", ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}, "editor.fromatOnSave": {"type": "boolean"}, "[php]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaul...
{"editor.defaultFormatter" : "esbenp.prettier-vscode", "editor.fromatOnSave" : true, "[php]" : {"editor.defaultFormatter" : "kokororin.vscode-phpfmt"}}
json_instruct
{"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}, "editor.fromatOnSave": {"type": "boolean"}, "[php]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}}, "required": ["editor.defaultFormatter", "editor.fromatOnSave"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"$schema": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"should_darken_sky": {"type": "object", "properties": {...
{"$schema" : "http://json-schema.org/draft-07/schema", "additionalProperties" : false, "description" : "The current state of the boss for updating the boss HUD.", "properties" : {"should_darken_sky" : {"description" : "Whether the sky should darken in the presence of the boss.", "type" : "boolean"}, "hud_range" : {"des...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"should_darken_sky": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "require...
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"}}, "required": ["test"]}, "repo...
{"name" : "stalker_scripts", "version" : "1.0.0", "description" : "these scripts aims to check status, new friends, likes, followers, photos whatever you do when you #Stalk", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://githu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "/home/bob/Dropbox/mysources/pH/pH-visual/Application/build/intermediates/res/merged/debug/mipmap-xhdpi/crosshair_img.png", "source" : "/home/bob/Dropbox/mysources/pH/pH-visual/Application/src/main/res/mipmap-xhdpi/crosshair_img.png"}, {"merged" : "/home/bob/Dropbox/mysources/pH/pH-visual/Application/build...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometri...
[{"comment" : "", "definition" : "ADP-D-ribosyl-[dinitrogen reductase] + H2O <=> [Dinitrogen reductase] + ADP-ribose", "orthologs" : {}, "name" : "ADP-D-ribosyl-[dinitrogen reductase] ADP-ribosylhydrolase", "product_stoichiometries" : ["1", "1"], "enzymes" : ["3.2.2.24"], "equation" : "C01253 + C00001 <=> C03315 + C003...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "arr...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"typ...
{"name" : "ZMStudentBasedShareModule", "version" : "0.1.0", "summary" : "Student common Funtion", "description" : "\u5b66\u751f\u7aefiPhone\u9879\u76ee\u548ciPad\u9879\u76ee\u5171\u7528\u7684\u4e00\u4e9b\u7ec4\u4ef6\u96c6\u5408.", "homepage" : "https://gitlab.zmaxis.com/zhiqiang1.chen/ZMStudentBasedShareModule", "licen...
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": {"activePlaceCount": {"type": "integer"}, "birth": {"type": "object", "properties": {"place": {"type": "object", "properties": {"name": {"type": "string"}, "placeName": {"type": "string"}, "placeType": {"type": "str...
{"activePlaceCount" : 0, "birth" : {"place" : {"name" : "Teverya, Yisra'el", "placeName" : "Teverya", "placeType" : "inhabited_place"}, "time" : {"startYear" : 1920}}, "date" : "1920\u20132004", "death" : {"time" : {"startYear" : 2004}}, "fc" : "Michael Gross", "gender" : "Male", "id" : 2780, "mda" : "Gross, Michael", ...
json_instruct
{"type": "object", "properties": {"activePlaceCount": {"type": "integer"}, "birth": {"type": "object", "properties": {"place": {"type": "object", "properties": {"name": {"type": "string"}, "placeName": {"type": "string"}, "placeType": {"type": "string"}}, "required": ["name", "placeName", "placeType"]}, "time": {"type"...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["botstrap-wa", "disnode", "wolfram-irc"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"active": {"type": "boolean"}, "synopsis": {"type": "string"}, "generate-client-constructors": {"type": "boolean"}}, "required": ["active", "synopsis", "generate-client-constructors"], "$schema": "http://json-schema.o...
{"active" : true, "synopsis" : "Amazon Kinesis Data Analytics now supports Java-based stream processing applications, in addition to the previously supported SQL. Now, you can use your own Java code in Amazon Kinesis Data Analytics to build and run stream processing applications. This new capability also comes with an ...
json_instruct
{"type": "object", "properties": {"active": {"type": "boolean"}, "synopsis": {"type": "string"}, "generate-client-constructors": {"type": "boolean"}}, "required": ["active", "synopsis", "generate-client-constructors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"QC.read1": {"type": "string"}, "QC.contaminations": {"type": "array", "items": {"type": "string"}}, "QC.extractFastqcZip": {"type": "boolean"}}, "required": ["QC.read1", "QC.contaminations", "QC.extractFastqcZip"], "...
{"QC.read1" : "tests/data/ct_r1.fq.gz", "QC.contaminations" : ["GATCGGAAGAGCACACGTCTGAACTCCAGTCACGTCCGCATCTCGTATGCCGTCTTCTGCTTG", "GATCGGAAGAGCACACGTCTGAACTCCAGTCACATCACGATCTCGTATGCCGTCTTCTGCTTG"], "QC.extractFastqcZip" : true}
json_instruct
{"type": "object", "properties": {"QC.read1": {"type": "string"}, "QC.contaminations": {"type": "array", "items": {"type": "string"}}, "QC.extractFastqcZip": {"type": "boolean"}}, "required": ["QC.read1", "QC.contaminations", "QC.extractFastqcZip"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_...
{"id" : "18461323", "tms:id" : "141266", "accession_number" : "1968-110-139", "title" : "Textile, late 1920s", "url" : "http://collection.cooperhewitt.org/objects/18461323/", "department_id" : "35347501", "period_id" : null, "media_id" : "35402927", "type_id" : "35251739", "date" : "late 1920s", "year_start" : "1925", ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "da...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i...
{"id" : 101881043, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "6fd15d6ed6bde2a9dfdd64c80ee8adb1", "wof:id" : 101881043, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.33336612288565, 48.56809185563185, 0.34430050711217, 48.57669673119113...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "int...
{"IsRecentlyVerified" : false, "ID" : 152402, "UUID" : "C7D8C0D2-1154-44E5-9DA3-5D3BA204FDAB", "DataProviderID" : 28, "DataProvidersReference" : "FRS1801802", "UsageTypeID" : 5, "AddressInfo" : {"ID" : 152755, "Title" : "Avord - Parking des Alouettes", "AddressLine1" : "Rue des Alouettes - 18520 AVORD", "CountryID" : 8...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "in...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["angoose-users"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "prope...
{"name" : "jquery-thermometer", "version" : "1.0.0", "main" : ["./js/jquery.thermometer.js", "./svg/thermo-bottom.svg"], "ignore" : ["packages", "images", "index.*", "README.md", ".gitignore"], "dependencies" : {"jquery" : "latest"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "requi...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "...
{"id" : "0x4356d54277a707d02f3768f883a1ca5c78e39c498cf6940195e493c7f0e38d9b", "title" : "dai\u4f1a\u8d85\u8d8ausdt\u5417", "body" : "", "choices" : ["\u4f1a", "\u4e0d\u4f1a"], "start" : 1637380800, "end" : 1637985600, "type" : "single-choice", "scores" : [0, 0], "scores_total" : 0, "scores_state" : "final", "scores_upd...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"...
{"nom" : "Bastelicaccia", "circ" : "1\u00e8re circonscription", "dpt" : "Corse-du-Sud", "inscrits" : 2905, "abs" : 1733, "votants" : 1172, "blancs" : 18, "nuls" : 12, "exp" : 1142, "res" : [{"nuance" : "LR", "nom" : "M. Jean-Jacques FERRARA", "voix" : 357}, {"nuance" : "REM", "nom" : "Mme Maria GUIDICELLI", "voix" : 30...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ...
{"ETag" : "W/\"6bcd90cdd33d92b05550c5860604700b\"", "Last-Modified" : "Thu, 06 Aug 2020 12:45:58 GMT", "base" : {"repo" : {"name" : "pyavm-feedstock"}}, "closed_at" : "2020-08-06T12:45:57Z", "created_at" : "2020-08-06T09:16:03Z", "draft" : false, "head" : {"ref" : "0.9.5_h5180c6"}, "html_url" : "https://github.com/cond...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "7571031001", "nama" : "WUMIALO"}, {"id" : "7571031002", "nama" : "DULALOWO"}, {"id" : "7571031003", "nama" : "LILUWO"}, {"id" : "7571031004", "nama" : "PULUBALA"}, {"id" : "7571031005", "nama" : "PAGUYAMAN"}, {"id" : "7571031006", "nama" : "DULALOWO TIMUR"}]
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"131199": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "433021": {"type": "object", "properties": {"count": {"type": "integer"}}, "requ...
{"131199" : {"count" : 1}, "count" : 2, "433021" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"131199": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "433021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["131199", "count", "433021"], "$schema": "ht...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 98460, "cartId" : "92cc928b-8ad3-4c00-a078-f63601947df4", "preferredProducts" : [1977, 107, 2807], "productReviews" : [{"productId" : 796, "reviewText" : "It only works when I'm Guernsey.", "reviewDate" : "2017-04-07T13:08:00.7427726+03:00"}, {"productId" : 752, "reviewText" : "heard about this on Kansas Ci...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}...
{"id" : 14362, "source" : "hcc", "verse_id" : 18798, "verse_count" : 1, "reference" : "58:11", "title" : "", "html" : " <p> <i>Fail. </i> Alexandrian Septuagint adds, \"and thy bones as a flower shall spring and grow fat, and shall inherit ages of ages.\" St. Jerome says this is not in the best copies. (Haydock) </p> "...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "...