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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [...
{"name" : "local-storage", "version" : "1.0.0", "description" : "A simple localStorage application for Electron", "main" : "main.js", "scripts" : {"test" : ""}, "author" : "Dalton Menezes", "license" : "MIT"}
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"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "requ...
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"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t...
{"name" : "emerald-client", "version" : "1.0.0", "description" : "This project is the client portion of a custom JavaScript networking engine built off of WebSockets.", "main" : "beryl.js", "directories" : {"test" : "test"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Nick Rabb <ni...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ...
{"name" : "object_painter", "version" : "1.0.0", "description" : "A javascript library to paint objects with canvas", "main" : "src/object_painter.js", "directories" : {"example" : "example"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://gith...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}, "scripts": {"type": "object", "properties": {"test": {"ty...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"196": {"type": "string"}, "197": {"type": "string"}}, "required": ["196", "197"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/...
{"id" : "93053248", "lines" : {"196" : "private void readRows(XSSFSheet sheet, String type) throws Exception{\n", "197" : " Iterator<Row> it = sheet.iterator() ;\n"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"196": {"type": "string"}, "197": {"type": "string"}}, "required": ["196", "197"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ...
{"url" : "https://www.who.int/csr/don/2009_01_26/en/", "date_of_publication" : "2009-01-26", "headline" : "Avian influenza - situation in Egypt - update 2", "main_text" : "The Ministry of Health and Population of Egypt has announced a new human case of avian influenza A(H5N1) virus infection. The case is a 2-year-old f...
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "date_of_publication", "headline", "main_text", "key_terms"], "$schem...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "bkmk": {"type": "string"}, "name": {"type": "string"}, "busstop": {"type": "string"}, "line": {"type": "string"}, "destination": {"type": "string"}, "notes": {"type": "object", "properties"...
{"id" : "522032", "bkmk" : "kmtb-b522032", "name" : "\u5409\u7965\u9662\u9ad8\u7551\u753a \u767a 43\u53f7\u7cfb\u7d71 \u4e45\u4e16\u6a4b\u6771\u8a70\u884c\u304d", "busstop" : "\u5409\u7965\u9662\u9ad8\u7551\u753a", "line" : "43\u53f7\u7cfb\u7d71", "destination" : "\u4e45\u4e16\u6a4b\u6771\u8a70\u884c\u304d", "notes" :...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "bkmk": {"type": "string"}, "name": {"type": "string"}, "busstop": {"type": "string"}, "line": {"type": "string"}, "destination": {"type": "string"}, "notes": {"type": "object", "properties": {}, "required": []}, "weekday": {"type": "array", "items": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "unity": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "ob...
{"name" : "com.coffee.upm-git-extension", "displayName" : "UPM Git Extension", "description" : "", "version" : "0.4.0", "unity" : "2018.3", "license" : "MIT", "repository" : {"type" : "git", "url" : "git+https://github.com/mob-sakai/GitPackageTest.git"}, "src" : "Assets/GitPackageTest", "author" : "mob-sakai <sakai8611...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "unity": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "stri...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"require": {"type": "object", "properties": {"ext-amqp": {"type": "string"}, "cloudfoundry-community/cf-helper-php": {"type": "string"}}, "required": ["ext-amqp", "cloudfoundry-community/cf-helper-php"]}}, "required":...
{"require" : {"ext-amqp" : "*", "cloudfoundry-community/cf-helper-php" : "1.6.*"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"ext-amqp": {"type": "string"}, "cloudfoundry-community/cf-helper-php": {"type": "string"}}, "required": ["ext-amqp", "cloudfoundry-community/cf-helper-php"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"description": {"type": "string"}, "usage": {"type": "string"}, "usageHelp": {"type": "string"}, "withdraw": {"type": "string"}, "notEnough": {"type": "string"}}, "required": ["description", "usage", "usageHelp", "withdraw", "n...
{"description" : "Retirar dinero de su cuenta bancaria", "usage" : "{emotes.use} | Utilizar {prefix}withdraw <monto>", "usageHelp" : "withdraw <monto>", "withdraw" : "{emotes.coins} | Retir\u00f3 **{amount} ducados** de su cuenta bancaria", "notEnough" : "{emotes.coins} | No tienes tanto en tu cuenta bancaria"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "usage": {"type": "string"}, "usageHelp": {"type": "string"}, "withdraw": {"type": "string"}, "notEnough": {"type": "string"}}, "required": ["description", "usage", "usageHelp", "withdraw", "notEnough"], "$schema": "http://json-schema.org/draft-07/sch...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "storybook": {"type": "string"}}, "requir...
{"name" : "redux-todomvc-example", "version" : "0.0.0", "description" : "Redux TodoMVC example", "scripts" : {"start" : "node server.js", "storybook" : "start-storybook -p 9001 -c .storybook"}, "repository" : {"type" : "git", "url" : "https://github.com/reactjs/redux.git"}, "license" : "MIT", "bugs" : {"url" : "https:/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "storybook": {"type": "string"}}, "required": ["start", "storybook"]}, "repository": {"type": "object", "properties": ...
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": {}}}, "required": ["userId", "cartId", "...
{"userId" : 27543, "cartId" : "42956779-f9cf-4a92-8f8f-8523d2904379", "preferredProducts" : [3750, 3666], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "author_email": {"type": "string"}, "license": {"type": "string"}, "classifiers": {"type": "array", "it...
{"name" : "polymath", "description" : "A Programming stack for ", "version" : "0.1.0", "author" : "Sean Kinzer", "author_email" : "skinzer@eng.ucsd.edu", "license" : "License :: OSI Approved :: Apache Software License", "classifiers" : ["Development Status :: 3 - Alpha", "Programming Language :: Python :: 3"], "url" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "author_email": {"type": "string"}, "license": {"type": "string"}, "classifiers": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}, "pyth...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array",...
{"ast" : null, "code" : "export{default as Link}from\"./Link\";export{default as NavigationContainer}from\"./NavigationContainer\";export{default as ServerContainer}from\"./ServerContainer\";export{default as DarkTheme}from\"./theming/DarkTheme\";export{default as DefaultTheme}from\"./theming/DefaultTheme\";export{defa...
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...
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"}, "devDependencies": {"type": "object", "properties": {"tape": {"type": "string"}}, "requir...
{"name" : "nub", "version" : "1.0.0", "description" : "Uniqueness functions", "main" : "index.js", "devDependencies" : {"tape" : "^2.14.0"}, "scripts" : {"test" : "tape test/*.js"}, "repository" : {"type" : "git", "url" : "http://github.com/substack/node-nub.git"}, "keywords" : ["unique", "uniq", "uniqBy", "nub", "nubB...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tape": {"type": "string"}}, "required": ["tape"]}, "scripts": {"type": "object", "properties": {"test": {"type...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "process.type": {"type": "string"}, "data.sources": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "connectors": {"type": "array", "items": {"type": "object"...
{"name" : "timeliness_batch", "process.type" : "batch", "data.sources" : [{"name" : "source", "connectors" : [{"type" : "avro", "version" : "1.7", "config" : {"file.name" : "src/test/resources/timeliness_data.avro"}}]}], "evaluate.rule" : {"rules" : [{"dsl.type" : "spark-sql", "name" : "in_time", "rule" : "select *, (t...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "process.type": {"type": "string"}, "data.sources": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "connectors": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "version": {"t...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kabupaten": {"type": "string"}, "name": {"type": "string"}}, "requi...
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "760101", "id_kabupaten" : "7601", "name" : "Bambalamotu"}, {"id" : "760102", "id_kabupaten" : "7601", "name" : "Pasangkayu"}, {"id" : "760103", "id_kabupaten" : "7601", "name" : "Baras"}, {"id" : "760104", "id_kabupaten" : "7601", "name" : ...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kabupaten": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kabupaten", "name"]}}}, "required": ["code...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":...
{"id" : 404347899, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "9619d0af8cd7c822441e894675351186", "wof:id" : 404347899, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.26373243774026, 44.9090897095821, 4.3601248492849, 44.9542467900186], ...
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": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wo...
{"id" : 101891661, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "5d384f809c3a4152462ca67a4b94de1a", "wof:id" : 101891661, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.0687615139297, 46.0442859972855, -0.05605980603599, 46.05409105829574...
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": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "sortnum": {"type": "integer"}, "read_by_default": {"type": "string"}, "parent": {"type": "string"}}, "required": ["name", ...
{"name" : "\u0411\u0438\u043e\u043c\u044b", "description" : "\u0420\u0435\u043b\u044c\u0435\u0444 \u0437\u0430\u043e\u0431\u043b\u0430\u0447\u043d\u044b\u0445 \u043e\u0441\u0442\u0440\u043e\u0432\u043e\u0432.", "icon" : "biomesoplenty:terrarium:7", "sortnum" : 1, "read_by_default" : "true", "parent" : "dimensions_aethe...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "sortnum": {"type": "integer"}, "read_by_default": {"type": "string"}, "parent": {"type": "string"}}, "required": ["name", "description", "icon", "sortnum", "read_by_default", "parent"], "$schema...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"loc...
{"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 27.710364, "lng" : 79.878542}, "viewport" : {"northeast" : {"lat" : 27.7113947802915, "lng" : 79.8802355802915}, "southwest" : {"lat" : 27.7086968197085, "lng" : 79.87753761970849}}}, "icon" : "https://maps.g...
json_instruct
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"options": {"type": "object", "properties": {"urns": {"type": "array", "items": {"type": "string"}}}, "required": ["urns"]}, "credentials": {"type": "object", "properties": {"account": {"type": "object", "properties...
{"options" : {"urns" : ["urn:publicid:IDN+fed4fire:global:netmode1+slice+samant_test"]}, "credentials" : {"account" : {"name" : "urn:publicid:IDN+fed4fire:global:netmode1+slice+samant_test"}, "expires" : "2017-10-27T10:12:37Z", "user" : {"name" : "urn:publicid:IDN+samant+user+am"}}}
json_instruct
{"type": "object", "properties": {"options": {"type": "object", "properties": {"urns": {"type": "array", "items": {"type": "string"}}}, "required": ["urns"]}, "credentials": {"type": "object", "properties": {"account": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "expires": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[488.70779509550636, 464.4870928804369], [505.6490512896532, 441.1928656134851], [514.1196793867267, 422.13395239506985], [522.5903074838001, 396.7220681038498], [520.4726504595317, 367.0748697640929], [516.237336410995, 337.4276714243358], [505.6490512896532, 299.3098449875056], [488.70779509550636, 276.0156177205538...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.84": {"type": "integer"}, "0.03": {"type": "in...
{"hour positive count" : 3, "hour neutral count" : 2, "hour negative count" : 4, "hour distri" : {"0.84" : 1, "0.03" : 1, "0.14" : 1, "0.99" : 2, "0.0" : 1, "0.24" : 1, "1.0" : 1, "0.75" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.84": {"type": "integer"}, "0.03": {"type": "integer"}, "0.14": {"type": "integer"}, "0.99": {"type": "i...
Create a JSON structure that matches this schema definition: {"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" : "0xd451177ce7c4d7ebfe7109a239455d38aeb8c3d1", "tool" : "oyente", "start" : 1563638697.4765177, "end" : 1563638700.5452774, "duration" : 3.0687596797943115, "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://...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "req...
{"latest_version" : ["0.2"], "meta" : {"description" : "Script to rename your notes starting from 1 and rotate them so you can view them without rotating everytime", "homepage" : "http://github.com/light94/rename-notes", "license" : "MIT"}, "versions" : {"0.2" : {"sha256" : "cbe93e083be17daeb8f827cc7e0a5d9eb93a3baea7cc...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Key": {"type": "integer"}, "ChainId": {"type": "integer"}, "CreatedTime": {"type": "string"}, "UserName": {"type": "string"}, "Datacenter": {"type": "object", "properties": {"Name": {"type": "string"}, "Datacenter": {"type": "...
{"Key" : 9902, "ChainId" : 9895, "CreatedTime" : "2020-02-11T21:28:23.677595Z", "UserName" : "VSPHERE.LOCAL\\Administrator", "Datacenter" : {"Name" : "testDC", "Datacenter" : {"Type" : "Datacenter", "Value" : "datacenter-2"}}, "ComputeResource" : {"Name" : "cls", "ComputeResource" : {"Type" : "ClusterComputeResource", ...
json_instruct
{"type": "object", "properties": {"Key": {"type": "integer"}, "ChainId": {"type": "integer"}, "CreatedTime": {"type": "string"}, "UserName": {"type": "string"}, "Datacenter": {"type": "object", "properties": {"Name": {"type": "string"}, "Datacenter": {"type": "object", "properties": {"Type": {"type": "string"}, "Value"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "integer"}, "source": {"type": "string"}, "authorIds": {"type": "array", "items": {"type": "string"}}, "owner": {"type": "string"}, "repo": {"type": "string"}, "name": {"type": "string"}, "shortDescription":...
{"version" : 1, "source" : "github", "authorIds" : ["bizz84"], "owner" : "bizz84", "repo" : "page_flip_builder", "name" : "Page Flip Builder", "shortDescription" : "A custom Flutter widget that enables interactive page-flip transitions inside Flutter apps. Can be used to to flip images, cards, or widgets of any size.",...
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "source": {"type": "string"}, "authorIds": {"type": "array", "items": {"type": "string"}}, "owner": {"type": "string"}, "repo": {"type": "string"}, "name": {"type": "string"}, "shortDescription": {"type": "string"}, "longDescription": {"type": "string"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5":...
{"result" : {"1" : [{"1" : "Ho Chi Minh City Tan Son Nhat International, Viet Nam (SGN)", "2" : "airport", "3" : "SGN", "4" : "SGN", "5" : "Ho Chi Minh City", "6" : 106.651944, "7" : 10.8188889, "10" : "Asia/Ho_Chi_Minh"}]}}
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": ...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-102.511674, 40.373382], [-102.511599, 40.395189], [-102.473353, 40.395518], [-102.473797, 40.439166], [-102.416274, 40.439924], [-102.051465, 40.440008], [-102.051666, 39.847689], [-102.049806, 39.574058], [-102.313493, ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"appversion": {"type": "string"}, "axios": {"type": "strin...
{"name" : "layout", "version" : "0.1.0", "private" : true, "main" : "./dist/entry.js", "dependencies" : {"appversion" : "^1.7.1", "axios" : "^0.16.1", "js-md5" : "^0.4.2", "keycloak-js" : "^3.0.0", "react" : "^15.5.4", "react-dom" : "^15.5.4"}, "devDependencies" : {"babel-cli" : "^6.24.1", "babel-preset-es2015" : "^6.2...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"appversion": {"type": "string"}, "axios": {"type": "string"}, "js-md5": {"type": "string"}, "keycloak-js": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract...
{"contract" : "0xf7d02347d055bd3a1fd66a7f187c4453fb6882aa", "tool" : "osiris", "start" : 1564626161.0562887, "end" : 1564626164.6002738, "duration" : 3.54398512840271, "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://...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"seq": {"type": "object", "properties": {"start": {"type": "integer"}}, "required": ["start"]}}, "required": ["seq"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"seq" : {"start" : 6}}
json_instruct
{"type": "object", "properties": {"seq": {"type": "object", "properties": {"start": {"type": "integer"}}, "required": ["start"]}}, "required": ["seq"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5301050014", "district_id" : "5301050", "name" : "MANOLA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/...
{"cam/image_array" : "6335_cam-image_array_.jpg", "user/throttle" : 0.8, "timestamp" : "2019-02-17 21:53:09.121547", "user/angle" : 1.0, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://...
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" : "UIAlertController+Show", "version" : "0.1.2", "summary" : "Show UIAlertControllers from anywhere.", "description" : "Light-weight extension to UIAlertController that adds 'show' method for presenting Alerts / Action Sheets from anywhere", "homepage" : "https://github.com/hightower/UIAlertController-Show", "l...
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"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {...
{"name" : "@hitachivantara/prettier-config", "version" : "1.0.0", "description" : "Pentaho default Prettier configuration", "license" : "MIT", "repository" : {"type" : "git", "url" : "git+https://github.com/dcleao/mvn-web.git"}, "publishConfig" : {"registry" : "https://nexus3.pentaho.com/repository/npm-test/"}, "script...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "publishConfig": {"type": "...
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"}, "authors": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "...
{"name" : "rxv", "version" : "2.0.0", "description" : "Use Vue3 Composition Api in React, just import @vue/reactivity", "main" : "lib/index.js", "authors" : {"name" : "ssh", "email" : "949589855@qq.com"}, "repository" : "/react-composition-api", "scripts" : {"dev" : "npm run sync & father doc dev", "prebuild" : "npm ru...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1918, 10], [1919, 5], [1921, 6], [1923, 7], [1925, 9], [1926, 6], [1934, 6], [1952, 6], [1953, 6], [1955, 7], [1957, 5], [1958, 7], [1960, 5], [1961, 5], [1962, 10], [1963, 11], [1964, 10], [1967, 12], [1968, 10], [1969, 17], [1970, 14], [1971, 19], [1972, 10], [1973, 18], [1974, 20], [1975, 19], [1976, 10], [1977, 2...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "kefir grains", "definition" : "Small hard yellowish aggregations found in the Caucasus region, and containing various yeasts and bacteria. They are used as a ferment in preparing kefir."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ja403:0.1": {"type": "string"}, "ja403:0.2": {"type": "string"}, "ja403:0.3": {"type": "string"}, "ja403:0.4": {"type": "string"}, "ja403:1.1": {"type": "string"}, "ja403:1.2": {"type": "string"}, "ja403:1.3": {"type": "string...
{"ja403:0.1" : "J\u0101taka", "ja403:0.2" : "Sattakanip\u0101ta", "ja403:0.3" : "Kukkuvagga", "ja403:0.4" : "8. A\u1e6d\u1e6dhisenakaj\u0101taka", "ja403:1.1" : "\u201cYeme aha\u1e41 na j\u0101n\u0101mi,", "ja403:1.2" : "a\u1e6d\u1e6dhisena vanibbake;", "ja403:1.3" : "Te ma\u1e41 sa\u1e45gamma y\u0101canti,", "ja403:1....
json_instruct
{"type": "object", "properties": {"ja403:0.1": {"type": "string"}, "ja403:0.2": {"type": "string"}, "ja403:0.3": {"type": "string"}, "ja403:0.4": {"type": "string"}, "ja403:1.1": {"type": "string"}, "ja403:1.2": {"type": "string"}, "ja403:1.3": {"type": "string"}, "ja403:1.4": {"type": "string"}, "ja403:2.1": {"type": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"ty...
{"id" : "2b358d94-a322-4d3c-b84d-e817814a40b3", "name" : "Sandling Primary School", "code" : "N", "address" : {"addressLine1" : "Sandling Primary School", "addressLine2" : "Ashburnham Road", "town" : "Penenden Heath", "county" : "Maidstone", "postcode" : "ME14 2JG"}, "organisation" : {"id" : "0e2b0f11-3ca8-4332-b37c-cc...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55....
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$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"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items":...
{"name" : "django-suit-examples", "description" : "This repository is only for source code of Django Suit project demo application, not the whole Django Suit.", "license" : null, "starNum" : 74, "folkNum" : 33, "watchNum" : 74, "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": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "450127107001", "text" : "\u5ce6\u57ce\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450127107201", "text" : "\u6cee\u5858\u6751\u59d4\u4f1a"}, {"id" : "450127107202", "text" : "\u9ad8\u6751\u6751\u59d4\u4f1a"}, {"id" : "450127107203", "text" : "\u90a3\u6a80\u6751\u59d4\u4f1a"}, {"id" : "450127107204", "text" : "\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"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" : "Shepherd", "definitions" : ["Tend (sheep) as a shepherd.", "Give guidance to (someone), especially on spiritual matters.", "Guide or direct in a particular direction."], "parts-of-speech" : "Verb"}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": ...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-81.71943, 26.199239], [-81.702621, 26.199403], [-81.701925, 26.183593], [-81.704286, 26.182033], [-81.705946, 26.182998], [-81.710776, 26.182995], [-81.710849, 26.18805], [-81.711651, 26.189785], [-81.713984, 26.191328],...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["...
{"batchcomplete" : "", "query" : {"normalized" : [{"from" : "Luke_Plapp", "to" : "Luke Plapp"}], "pages" : {"60013934" : {"pageid" : 60013934, "ns" : 0, "title" : "Luke Plapp", "pageprops" : {"defaultsort" : "Plapp, Luke", "page_image_free" : "20180925_UCI_Road_World_Championships_Innsbruck_Men_Juniors_ITT_Lucas_Plapp_...
json_instruct
{"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"60...
The schema below describes a JSON structure. Generate a valid example: {"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", "i...
{"ast" : null, "code" : "\"use strict\";\n\nmodule.exports = function (args) {\n var id,\n i,\n length = args.length;\n if (!length) return \"\\x02\";\n id = String(args[i = 0]);\n\n while (--length) {\n id += \"\\x01\" + args[++i];\n }\n\n return id;\n};", "map" : {"version" : 3, "sources" : ["/mnt/...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "...
{"text" : {"0" : {"m1" : "\u062a\u062e\u0645 \u0646\u06cc\u06a9 \u0648 \u0628\u062f\u06cc \u06a9\u0647 \u0645\u06cc \u06a9\u0627\u0631\u06cc", "m2" : "\u0647\u0631 \u0686\u0647 \u06a9\u0627\u0631\u06cc \u0628\u062f\u0627\u0646 \u06a9\u0647 \u0628\u0631\u062f\u0627\u0631\u06cc"}, "1" : {"m1" : "\u0628\u0627\u0631 \u06cc...
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id_6056": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"typ...
{"id_6056" : {"title" : "Olive Fairy Book", "language" : "English", "totaltime" : "9:26:41", "url_librivox" : "http://librivox.org/the-olive-fairy-book-by-andrew-lang/", "url_iarchive" : "http://archive.org/details/olivefairybook_1205_librivox", "readers" : ["2758", "3470", "4927", "4992", "5133", "5285", "5756", "6446...
json_instruct
{"type": "object", "properties": {"id_6056": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long...
{"place_name" : "Calipatria", "state_name" : "California", "state_abbrv" : "CA", "lat" : "33.167", "long" : "-115.5114"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e"...
{"h" : [{"d" : [{"e" : ["\ufff9`Sapirosarosaw~ `ako~ `to~ `kilang~ `hafalat~.\ufffa\ufffb\u6211\u60f3\u92f8\u6a39\u6728\u505a\u6a6b\u6a11\u7528\u3002"], "f" : "\u60f3\u92f8(\u6728\u982d)\u3001\u60f3\u92bc(\u6728\u982d)\u3002"}]}], "stem" : "rosaros", "t" : "sapirosarosaw"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "bio": {"type": "string"}, "avatar": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "ico...
{"name" : "Suhail Khan", "bio" : "MERN Stack developer who Loves Javascript and TypeScript", "avatar" : "https://github.com/suhail34.png", "links" : [{"name" : "Follow me on GitHub", "url" : "https://github.com/suhail34", "icon" : "github"}, {"name" : "Follow me on Twitter", "url" : "https://twitter.com/SuhailK71070185...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "bio": {"type": "string"}, "avatar": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}}, "required": ["name", "url", "icon"]}}}, "requir...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"unversionedId": {"type": "string"}, "id": {"type": "string"}, "isDocsHomePage": {"type": "boolean"}, "title": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "slug": {"type": "str...
{"unversionedId" : "listview", "id" : "version-0.62/listview", "isDocsHomePage" : false, "title" : "ListView", "description" : "DEPRECATED - use one of the new list components, such as FlatList or SectionList for bounded memory use, fewer bugs, better performance, an easier to use API, and more features. Check out this...
json_instruct
{"type": "object", "properties": {"unversionedId": {"type": "string"}, "id": {"type": "string"}, "isDocsHomePage": {"type": "boolean"}, "title": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "slug": {"type": "string"}, "permalink": {"type": "string"}, "editUrl": {"type": "string"}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "st...
{"authors" : [{"author" : "Ali Al Kaissi"}, {"author" : "Klaus Klaushofer"}, {"author" : "Alexander Krebs"}, {"author" : "Franz Grill"}], "doi" : "10.1186/1757-1626-1-271", "publication_date" : "2008-10-28", "id" : "EN118790", "url" : "https://pubmed.ncbi.nlm.nih.gov/18950501", "source" : "Cases journal", "source_url" ...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
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" : "import * as React from \"react\";\nexport function useEventListeners() {\n var listeners = React.useRef(new Map());\n var currentListeners = listeners.current;\n var add = React.useCallback(function (el, type, listener, options) {\n listeners.current.set(listener, {\n type: type,\n ...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"blacklisted": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "location": {"type": "string"}, "search": {"type": "string"}}, "required": ["date", "location", "search"]}}}, "re...
{"blacklisted" : [{"date" : "1.1.6232", "location" : "Medina", "search" : "small reconnaissance"}, {"date" : "1.1.604800", "location" : "Gaborone", "search" : "fought between several"}, {"date" : "26.8.2014", "location" : "Syria", "search" : "series of clashes between"}, {"date" : "9.2.2016", "location" : "Bavaria", "s...
json_instruct
{"type": "object", "properties": {"blacklisted": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "location": {"type": "string"}, "search": {"type": "string"}}, "required": ["date", "location", "search"]}}}, "required": ["blacklisted"], "$schema": "http://json-schema.org/draft-07...
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": "object", "properties": {"is_lock_vulnerable": {"type": "b...
{"contract" : "0x7d2d8ad6d6c689b583fbd91f7b54c4395815de30", "tool" : "maian", "start" : 1565130082.2447367, "end" : 1565130379.6828868, "duration" : 297.4381501674652, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birt...
{"player_id" : 3265, "name" : "Tony Burse", "position" : "RB", "height" : "6-0", "weight" : "220", "current_team" : null, "birth_date" : "1965-04-04", "birth_place" : "Lafayette, GA", "death_date" : null, "college" : "Middle Tenn. St.", "high_school" : "LaFayette, GA", "draft_team" : "Seattle Seahawks", "draft_round" :...
json_instruct
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "proper...
{"name" : "current-script-polyfill", "version" : "1.0.0", "description" : "An exceptionally slim (~310kb minified) polyfill for document.currentScript in IE9+", "main" : "currentScript.js", "scripts" : {}, "repository" : {"type" : "git", "url" : "https://github.com/epicmiller/currentScript-polyfill.git"}, "author" : "A...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"jquery.jmHighlight.js": {"type": "string"}, "jquery.jmHighlight.min.js": {"type": "string"}}, "required": ["jquery.jmHighlight.js", "jquery.jmHighlight.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}...
{"jquery.jmHighlight.js" : "sha512-hxTUGDZ3nbxqdudpSrfn89EN62gWMs8aTQcGrenG1snYY6KuNieAsPL0zgXYOxBxav/mV/hEwiTbjQShlqOJ3Q==", "jquery.jmHighlight.min.js" : "sha512-Tb/Aij4L+kz69latHyca6CsFNZY4AxCgEeU1Fua53uXHqcI1XAzn/cTbppjlbFTM6399QRSs6JONPQFIiQ9Fxw=="}
json_instruct
{"type": "object", "properties": {"jquery.jmHighlight.js": {"type": "string"}, "jquery.jmHighlight.min.js": {"type": "string"}}, "required": ["jquery.jmHighlight.js", "jquery.jmHighlight.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"DatabaseSettings": {"type": "object", "properties": {"DBProvider": {"type": "string"}, "ConnectionString": {"type": "string"}}, "required": ["DBProvider", "ConnectionString"]}}, "required": ["DatabaseSettings"], "$schema": ...
{"DatabaseSettings" : {"DBProvider" : "postgresql", "ConnectionString" : "Host=localhost;Database=rootTenantDb;Username=postgres;Password=123456;Include Error Detail=true"}}
json_instruct
{"type": "object", "properties": {"DatabaseSettings": {"type": "object", "properties": {"DBProvider": {"type": "string"}, "ConnectionString": {"type": "string"}}, "required": ["DBProvider", "ConnectionString"]}}, "required": ["DatabaseSettings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["#forge:stone_ores/emerald", "#forge:nether_ores/emerald", "#forge:end_ores/emerald"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ubuntu_16_04_ami": {"type": "string"}, "ubuntu_18_04_ami": {"type": "string"}, "centos_7_4_ami": {"type": "string"}, "aws_region": {"type": "string"}}, "required": ["ubuntu_16_04_ami", "ubuntu_18_04_ami", "centos_7_...
{"ubuntu_16_04_ami" : "ami-0565af6e282977273", "ubuntu_18_04_ami" : "ami-034920e38d95c9311", "centos_7_4_ami" : "ami-b81dbfc5", "aws_region" : "us-east-1"}
json_instruct
{"type": "object", "properties": {"ubuntu_16_04_ami": {"type": "string"}, "ubuntu_18_04_ami": {"type": "string"}, "centos_7_4_ami": {"type": "string"}, "aws_region": {"type": "string"}}, "required": ["ubuntu_16_04_ami", "ubuntu_18_04_ami", "centos_7_4_ami", "aws_region"], "$schema": "http://json-schema.org/draft-07/sch...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"N": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "r...
{"type" : "minecraft:crafting_shaped", "pattern" : ["NNN", "NLN", "NGN"], "key" : {"N" : {"item" : "minecraft:iron_nugget", "data" : 0}, "G" : {"item" : "minecraft:gold_nugget", "data" : 0}, "L" : {"item" : "minecraft:lever", "data" : 0}}, "result" : {"item" : "rsgauges:bistableswitch_oldfancy1", "data" : 0}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"N": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["item", "data"]}, "G": {"type": "object", "prope...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["ros-rostest"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}...
{"type" : "minecraft:crafting_shaped", "pattern" : ["##", "##"], "key" : {"#" : {"item" : "miningmaster:power_pyrite"}}, "result" : {"item" : "miningmaster:power_pyrite_block"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"i...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"on=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "on=true": {"type": "object", "properties": {"model": {"type": "s...
{"variants" : {"on=false" : {"model" : "evilcraft:block/sanguinary_environmental_accumulator_off"}, "on=true" : {"model" : "evilcraft:block/sanguinary_environmental_accumulator_on"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"on=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "on=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["on=false", "on=true"]}}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e"...
{"h" : [{"d" : [{"e" : ["\ufff9`Tado~ `kelongsa~ `koya~ `tokos~ , `makalitosa~ `a~ `ma~`pci'~.\ufffa\ufffb\u90a3\u5ea7\u7a81\u7136\u8f5f\u9686\u4e00\u8072\u5206\u6210\u5169\u534a\u5152\u3002"], "f" : "\u5206\u6210\u5169\u4efd\uff0c\u5206\u6210\u5169\u534a\u5152\u3002"}]}], "stem" : "tosa", "t" : "makalitosa"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[2.0, 0.0, 1.0, 1.0, 1.0, 1.0, 3.0, 0.0, 3.0, 1.0, 3.0, 1.0, 1.0, 3.0, 2.0, 1.0, 2.0, 0.0, 4.0, 5.0, 3.0, 2.0, 6.0, 4.0, 6.0, 3.0, 5.0, 5.0, 5.0, 4.0, 6.0, 5.0, 3.0, 6.0, 2.0, 3.0, 1.0, 2.0, 1.0, 1.0]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"], "$schema": "ht...
{"type" : "MultiPolygon", "coordinates" : [[[[3.471, 50.878], [3.472, 50.881], [3.474, 50.882], [3.474, 50.885], [3.471, 50.889], [3.476, 50.896], [3.478, 50.895], [3.477, 50.893], [3.479, 50.893], [3.48, 50.889], [3.482, 50.89], [3.485, 50.888], [3.493, 50.891], [3.496, 50.887], [3.503, 50.89], [3.512, 50.89], [3.514,...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"description": {"type": "string"}, "input_method": {"type": "string"}, "parameters": {"type": "object", "properties": {"value": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "...
{"description" : "Lists all of the available Storage Sync Rest API operations.", "input_method" : "stdin", "parameters" : {"value" : {"description" : "The list of operations.", "type" : "Optional[String[1]]"}, "api_version" : {"description" : "The API version to use for this operation.", "type" : "Optional[String[1]]"}...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "input_method": {"type": "string"}, "parameters": {"type": "object", "properties": {"value": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "api_version": {"type"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"event-lite": {"type": "obj...
{"name" : "@xgraph/xqp", "version" : "5.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"event-lite" : {"version" : "0.1.2", "resolved" : "https://registry.npmjs.org/event-lite/-/event-lite-0.1.2.tgz", "integrity" : "sha512-HnSYx1BsJ87/p6swwzv+2v6B4X+uxUteoDfRxsAb1S1BePzQqOLevVmkdA15GHJVd9A9Ok6wygUR18...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"event-lite": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "str...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"food": {"type": "string"}, "probability": {"type": "integer"}}, "required": ["food", "probability"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"food" : "rice", "probability" : 80}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"food": {"type": "string"}, "probability": {"type": "integer"}}, "required": ["food", "probability"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3509230002", "district_id" : "3509230", "name" : "PAKUSARI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"feedId": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "updated": {"type": "integer"}, "velocity": {"type": "number"}, "topics": {"type": "array", "items": {"type": "string"}}, "subscribers": {"typ...
{"feedId" : "feed/http://mercurychong.blogspot.com/feeds/posts/default", "id" : "feed/http://mercurychong.blogspot.com/feeds/posts/default", "title" : "\u77e5\u8db3\u5e38\u4e50-\u6c34\u661f\u6295\u8d44\u7406\u8d22\u7684\u57fa\u672c\u610f\u5ff5", "updated" : 1571715731080, "velocity" : 3.4, "topics" : ["finance", "\u629...
json_instruct
{"type": "object", "properties": {"feedId": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "updated": {"type": "integer"}, "velocity": {"type": "number"}, "topics": {"type": "array", "items": {"type": "string"}}, "subscribers": {"type": "integer"}, "website": {"type": "string"}, "estimatedEn...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "Used to trap bovimastyx. (Tier 4)"}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$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"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "propert...
{"name" : "Gutzmannschule\nF\u00f6rderschule Schwerpunkt Sprache", "id" : "NI-90918-1", "address" : "Konrad-Adenauer-Str. 41-43, 30853\u00a0Langenhagen", "school_type" : "F\u00f6S Sprache", "phone" : "0511 7255413", "email" : "buero@gutzmannschule-langenhagen.de", "programs" : {"programs" : []}, "state" : "NI", "lon" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["pro...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["width", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"width" : 15, "height" : 15, "block" : "<path d=\"M61.543 41.984c0 6.217-5.058 11.83-11.298 12.537-6.24.71-11.298-3.756-11.298-9.973 0-6.216 5.058-11.83 11.298-12.538 6.24-.708 11.298 3.758 11.298 9.974zM50.245 54.522c6.96-.79 12.784 3.398 14.252 9.726.388 1.672-.829 3.305-2.542 3.498l-22.586 2.565c-2.065.234-3.72-1.6...
json_instruct
{"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["width", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "reward": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"...
{"id" : 2091, "title" : "Gladiator", "points" : 10, "description" : "Earn the Gladiator title in an arena season.", "reward" : "Rewards: Custom Gladiator Mount", "rewardItems" : [], "icon" : "achievement_featsofstrength_gladiator_07", "criteria" : [{"id" : 7412, "description" : "Gladiator", "orderIndex" : 0, "max" : 1}...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "reward": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "synchronize": {"type": "boolea...
{"type" : "postgres", "host" : "127.0.0.1", "port" : "5432", "username" : "long", "password" : "123456", "database" : "ideas", "synchronize" : true, "loggin" : true, "entities" : ["dist/**/*.entity{.ts,.js}"]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "synchronize": {"type": "boolean"}, "loggin": {"type": "boolean"}, "entities": {"type": "array", "items": ...
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 fssd on Metamath](http://us.metamath.org/mpegif/fssd.html)"}], "names" : ["fssd"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cF", "#T_wf--1", "#T_cA", "#T_wf--2", "#T_cB", "#T_wph", "#T_wi", "#T_cB", "#T_wss", "#T_cC", "#T_wph", "#T_wi", "#T_cF", "#T...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"$schema": {"type": "string"}, "lineWidth": {"type": "integer"}, "useTabs": {"type": "boolean"}, "indentWidth": {"type": "integer"}, "newLineKind": {"type": "string"}, "plugins": {"type": "array", "items": {"typ...
{"$schema" : "https://dprint.dev/schemas/v0.json", "lineWidth" : 80, "useTabs" : true, "indentWidth" : 4, "newLineKind" : "lf", "plugins" : ["https://plugins.dprint.dev/json-0.12.0.wasm", "https://plugins.dprint.dev/typescript-0.46.1.wasm", "https://plugins.dprint.dev/markdown-0.8.0.wasm"], "json" : {"commentLine.force...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "lineWidth": {"type": "integer"}, "useTabs": {"type": "boolean"}, "indentWidth": {"type": "integer"}, "newLineKind": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "json": {"type": "object", "properties": {"commentLine.forc...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"tmlib.js": {"type": "string"}, "tmlib.min.js": {"type": "string"}}, "required": ["tmlib.js", "tmlib.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tmlib.js" : "sha256-o9Qtfz4bdry+aGiEl1kcD1itVrYsvVoY5wVe8J5jI9c=", "tmlib.min.js" : "sha256-3DYAE60CYCrS+xGXjveTMuX+a5XRWmGeFbHbijXUvBY="}
json_instruct
{"type": "object", "properties": {"tmlib.js": {"type": "string"}, "tmlib.min.js": {"type": "string"}}, "required": ["tmlib.js", "tmlib.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["/var/www/contribox-node/regtest/conf/local/e_parentstype1_regtest_cli1_wallet1.json", "/var/www/contribox-node/regtest/conf/local/e_parentstype1_regtest_cli1_wallet2.json", "/var/www/contribox-node/regtest/conf/local/e_parentstype1_regtest_cli1_wallet3.json"]
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": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"t...
{"nom" : "Rebreuve-Ranchicourt", "circ" : "10\u00e8me circonscription", "dpt" : "Pas-de-Calais", "inscrits" : 941, "abs" : 452, "votants" : 489, "blancs" : 11, "nuls" : 2, "exp" : 476, "res" : [{"nuance" : "REM", "nom" : "Mme Laurence DESCHANEL", "voix" : 148}, {"nuance" : "FN", "nom" : "M. Ludovic PAJOT", "voix" : 92}...
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"...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "0.883", "Title" : "Bayesian Logic and Trial-by-Trial Learning", "Year" : 2012}, {"Similarity" : "0.875", "Title" : "Conservatism in Belief Revision and Participant Skepticism", "Year" : 2010}, {"Similarity" : "0.872", "Title" : "Judging the Probability of Representative and Unrepresentative Unpackings...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "object", "properties": {"US-en": {"type": "string"}, "EU-en": {"type": "string"}, "EU-de": {"type": "string"}, "EU-es": {"type": "string"}, "US-es": {"type": "string"}, "EU-fr": {"type": "string"}, "US-fr":...
{"name" : {"US-en" : "Tybalt", "EU-en" : "Tybalt", "EU-de" : "Arne", "EU-es" : "Teobaldo", "US-es" : "Teobaldo", "EU-fr" : "Jeff", "US-fr" : "Jeff", "EU-it" : "Ubaldo", "EU-nl" : "Tybalt", "CN-zh" : "\u8c37\u4e30", "TW-zh" : "\u8c37\u8c50", "JP-ja" : "\u30cf\u30ea\u30de\u30aa", "KR-ko" : "\ud2f0\ubcfc\ud2b8", "EU-ru" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "object", "properties": {"US-en": {"type": "string"}, "EU-en": {"type": "string"}, "EU-de": {"type": "string"}, "EU-es": {"type": "string"}, "US-es": {"type": "string"}, "EU-fr": {"type": "string"}, "US-fr": {"type": "string"}, "EU-it": {"type": "string"}, "EU-nl": {"t...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "demos": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "st...
{"title" : {"zh" : "\u4e2d\u6587\u5206\u7c7b", "en" : "Category"}, "demos" : [{"filename" : "basic-column.ts", "title" : {"zh" : "\u57fa\u7840\u8ff7\u4f60\u67f1\u5f62\u56fe", "en" : "Basic column plot"}, "screenshot" : "https://gw.alipayobjects.com/mdn/rms_d314dd/afts/img/A*lJWoS5D2OC0AAAAAAAAAAAAAARQnAQ"}, {"filename"...
json_instruct
{"type": "object", "properties": {"title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "demos": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "title": {"type": "object", "properties": {"zh": {"type": "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"boolean, true": {"type": "boolean"}, "boolean, false": {"type": "boolean"}, "null": {"type": "null"}}, "required": ["boolean, true", "boolean, false", "null"], "$schema": "http://json-schema.org/draft-07/sche...
{"boolean, true" : true, "boolean, false" : false, "null" : null}
json_instruct
{"type": "object", "properties": {"boolean, true": {"type": "boolean"}, "boolean, false": {"type": "boolean"}, "null": {"type": "null"}}, "required": ["boolean, true", "boolean, false", "null"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"color": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "icon_url": {"type": "string"}, "url": {"type": "str...
{"color" : "f50606", "title" : "Current Queue:", "url" : "", "author" : {"name" : "Kreios Bot", "icon_url" : "https://cdn.discordapp.com/avatars/134408412212625408/8d076f01f4d5a70bdbce6888246cbe05.png", "url" : ""}, "description" : "", "image" : {"url" : ""}}
json_instruct
{"type": "object", "properties": {"color": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "icon_url": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "icon_url", "url"]}, "description": {"type": "st...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type":...
{"name" : "connect-csrf-lite", "description" : "CSRF validation middleware for Connect/Express", "version" : "0.1.0", "homepage" : "https://github.com/uber/connect-csrf-lite", "author" : {"name" : "Matt Morgan", "email" : "matt@mlmorg.com", "url" : "http://mlmorg.com"}, "keywords" : ["connect", "express", "csrf", "secu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07...
[{"package" : "bioconductor-scclassify", "downloads" : 2100, "count" : 2150}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "integer"}}, "required": ["uuid", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"uuid" : "7fe76779-7cf3-4689-b059-2fe4754dddd0", "value" : 1136}, {"uuid" : "5f5f289d-d561-44d8-9f81-b4cc73bd9f8b", "value" : 968}, {"uuid" : "e8528f5e-0fbd-44ee-9f39-a154617eb71d", "value" : 527}, {"uuid" : "e599f229-6ab9-41ef-91a9-c285afef8947", "value" : 141}, {"uuid" : "cce259f8-c7c2-4882-b829-34ace4db2bc7", "val...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "value": {"type": "integer"}}, "required": ["uuid", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "San Agustin, Carmen, Agusan del Norte, Caraga (Region XIII), PH", "locale" : "ph.caraga-region-xiii.agusan-del-norte.carmen.san-agustin", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "5", ...
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": {...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", ...
[{"id" : 1811355762, "name" : "Yours (EDM) (Live)", "dt" : 271046, "ar" : {"id" : 130300, "name" : "Raiden"}, "al" : {"id" : 0, "name" : "", "picUrl" : "https://p1.music.126.net/fHpoUsF7TFxbmYUaRwh03w==/109951165623149030.jpg"}}, {"id" : 1809117447, "name" : "ID; Peace B (Live)", "dt" : 43363, "ar" : {"id" : 46436825, ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1984, 5], [1995, 6], [2005, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "moduleType": {"type...
{"name" : "eux-custom-bootstrap", "version" : "0.0.0", "authors" : ["Jesse Korzan <jesse@ethicalux.com>"], "description" : "EUX overrides for bootstrap", "main" : ["assets/styles/styles.scss"], "moduleType" : ["globals"], "keywords" : ["eux", "bootstrap"], "license" : "MIT", "homepage" : "ethicalux.com", "private" : fa...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"t...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"executeRecordReference": {"type": "string"}, "custodyArrangementExecuteActionTaskRecord": {"type": "object", "properties": {}, "required": []}, "executeResponseRecord": {"type": "object", "properties": {}, "r...
{"executeRecordReference" : "ERR773937", "custodyArrangementExecuteActionTaskRecord" : {}, "executeResponseRecord" : {}, "custodyArrangementSelectedOption" : "custodyArrangementSelectedOption", "custodyArrangementExecuteActionTaskReference" : "CAEATR751483", "custodyArrangementParameterType" : "custodyArrangementParame...
json_instruct
{"type": "object", "properties": {"executeRecordReference": {"type": "string"}, "custodyArrangementExecuteActionTaskRecord": {"type": "object", "properties": {}, "required": []}, "executeResponseRecord": {"type": "object", "properties": {}, "required": []}, "custodyArrangementSelectedOption": {"type": "string"}, "custo...
Generate a valid JSON object that conforms to the following 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"...
{"name" : "x", "version" : "0.5.3", "summary" : "Awesome Utilites.", "description" : "Uitls of eveything !", "homepage" : "https://github.com/jprothwell/Utilites", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Leon" : "jprothwell@gmail.com"}, "source" : {"git" : "https://github.com/jprothwell/Utilites...
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"...