input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "abortive", "definition" : "1. Produced by abortion; born prematurely; as, an abortive child. [R.] 2. Made from the skin of a still-born animal; as, abortive vellum. [Obs.] 3. Rendering fruitless or ineffectual. [Obs.] \"Plunged in that abortive gulf.\" Milton. 4. Coming to naught; failing in its effect; miscarrying; fruitless; unsuccessful; as, an abortive attempt. \"An abortive enterprise.\" Prescott. 5. (Biol.) Imperfectly formed or developed; rudimentary; sterile; as, an abortive organ, stamen, ovule, etc. 6. (Med.) (a) Causing abortion; as, abortive medicines. Parr. (b) Cutting short; as, abortive treatment of typhoid fever.\n\n1. That which is born or brought forth prematurely; an abortion. [Obs.] Shak. 2. A fruitless effort or issue. [Obs.] 3. A medicine to which is attributed the property of causing abortion. Dunglison."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"events": {"type": "string"}, "replicator": {"type": "string"}}, "required": ["events", "replicator"]}, "peerDependencies": {"type": "object", "properties": {"ws": {"type": "string"}}, "required": ["ws"]}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "main", "browser", "repository", "author", "license", "keywords", "bugs", "homepage", "dependencies", "peerDependencies", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "fast-ws-client", "version" : "2.0.1-alpha.1", "description" : "WebSocket client for fastWS", "main" : "index.js", "browser" : "client/browser.js", "repository" : {"type" : "git", "url" : "git+https://github.com/hans00/fastWS.git"}, "author" : "Hans <admin@itsrv.tw>", "license" : "Apache-2.0", "keywords" : ["WebSocket", "fast-ws"], "bugs" : {"url" : "https://github.com/hans00/fastWS/issues"}, "homepage" : "https://github.com/hans00/fastWS#readme", "dependencies" : {"events" : "^3.3.0", "replicator" : "^1.0.5"}, "peerDependencies" : {"ws" : "^8.2.3"}, "gitHead" : "e939a8cb4e569fc3155c95c942470ab279e9d77d"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"events": {"type": "string"}, "replicator": {"type": "string"}}, "required": ["events", "replicator"]}, "peerDependencies": {"type": "object", "properties": {"ws": {"type": "string"}}, "required": ["ws"]}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "main", "browser", "repository", "author", "license", "keywords", "bugs", "homepage", "dependencies", "peerDependencies", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "string"}, "bundledDependencies": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"validate-commit-msg": {"type": "string"}}, "required": ["validate-commit-msg"]}}, "required": ["name", "description", "version", "private", "repository", "bundledDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sample-typings", "description" : "A sample library with custom type definitions", "version" : "1.0.0-pre.0", "private" : true, "repository" : "https://github.com/ng-packagr/ng-packagr.git", "bundledDependencies" : ["chalk"], "peerDependencies" : {"validate-commit-msg" : "2.12.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "string"}, "bundledDependencies": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"validate-commit-msg": {"type": "string"}}, "required": ["validate-commit-msg"]}}, "required": ["name", "description", "version", "private", "repository", "bundledDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"blessed": {"type": "string"}, "prettier": {"type": "string"}, "ws": {"type": "string"}}, "required": ["blessed", "prettier", "ws"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"blessed" : "^0.1.81", "prettier" : "^1.18.2", "ws" : "^7.4.6"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"blessed": {"type": "string"}, "prettier": {"type": "string"}, "ws": {"type": "string"}}, "required": ["blessed", "prettier", "ws"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "ALAGOA NOVA", "Description" : "ALAGOA NOVA / PB"}, "geometry" : {"type" : "LineString", "coordinates" : [[-35.69308366987542, -7.027877221056883], [-35.67907015406433, -7.040131724099751], [-35.702209267843386, -7.066557512818918], [-35.711279858778425, -7.088953802775734], [-35.72302589592829, -7.098944998213028], [-35.75694945575276, -7.108597384861355], [-35.81363278092806, -7.102532063803665], [-35.815793152132244, -7.082231826437578], [-35.83469192469255, -7.0600142191808], [-35.85574229017453, -7.050720004624451], [-35.83139627631704, -7.02909151985773], [-35.779518342697315, -7.027754392551117], [-35.76273011800049, -7.033481782558169], [-35.733426188467774, -7.021531521962117], [-35.69308366987542, -7.027877221056883]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " How to divide two numbers using long division and label the parts\n\n[imath]\\frac{18}{6}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=hnKDw92T73g"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["chanjet-nova-ui-theme", "fela-plugin-unit", "fela-preset-web", "inline-style-transformer", "lorren", "stylishly-units"]
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": {"file": {"type": "string"}, "category": {"type": "integer"}, "name": {"type": "object", "properties": {"en": {"type": "string"}, "ja": {"type": "string"}}, "required": ["en", "ja"]}, "url": {"type": "string"}}, "required": ["file", "category", "name", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"file" : "thats what im talking about peko.mp3", "category" : 3, "name" : {"en" : "That's what I'm talking about-peko", "ja" : ""}, "url" : "https://youtu.be/rmmCrCYTWoA?t=3216"}
json_instruct
{"type": "object", "properties": {"file": {"type": "string"}, "category": {"type": "integer"}, "name": {"type": "object", "properties": {"en": {"type": "string"}, "ja": {"type": "string"}}, "required": ["en", "ja"]}, "url": {"type": "string"}}, "required": ["file", "category", "name", "url"], "$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": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"results" : [{"tech" : 3, "pts" : 51028, "connections" : 1358935, "capacity" : 87201816, "investments" : 479609964}, {"tech" : 7, "pts" : 46, "connections" : 212723, "capacity" : 6618368, "investments" : 44593731}, {"tech" : 1, "pts" : 12, "connections" : 120992, "capacity" : 3554166, "investments" : 15694684}, {"tech" : 5, "pts" : 19, "connections" : 46550, "capacity" : 2993391, "investments" : 15642048}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["build", "test", "prepublish"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "typescript"]}}, "required": ["name", "version", "description", "keywords", "homepage", "license", "main", "types", "files", "repository", "bugs", "contributors", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "canary-test", "version" : "1.1.2", "description" : "Write and run automated tests in JavaScript code.", "keywords" : ["canary", "test", "testing", "unit test", "automated test", "stability"], "homepage" : "https://github.com/Mapita/Canary", "license" : "MIT", "main" : "dist/src/canary.js", "types" : "dist/src/canary.d.ts", "files" : ["readme.md", "LICENSE", "package.json", "dist/src/*"], "repository" : {"type" : "git", "url" : "https://github.com/Mapita/Canary.git"}, "bugs" : {"url" : "https://github.com/Mapita/Canary/issues", "email" : "dev.messages@mapita.fi"}, "contributors" : [{"name" : "Sophie Kirschner", "email" : "sophie.kirschner@mapita.fi"}, {"name" : "Timo R\u00fcppell", "email" : "timo.ruppell@mapita.fi"}], "scripts" : {"build" : "./node_modules/.bin/tsc", "test" : "npm run build && node dist/test/test.js && node test/leftPad.js", "prepublish" : "npm test"}, "devDependencies" : {"@types/node" : "10.12.18", "typescript" : "3.2.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["build", "test", "prepublish"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "typescript"]}}, "required": ["name", "version", "description", "keywords", "homepage", "license", "main", "types", "files", "repository", "bugs", "contributors", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "exoplanets:block/hydraulic_top"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"projectId": {"type": "string"}}, "required": ["projectId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"projectId" : "awkvb9"}
json_instruct
{"type": "object", "properties": {"projectId": {"type": "string"}}, "required": ["projectId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-02-05T08:00:00Z", "Temp" : 14.4, "RelHum" : 96, "WindSpeed" : 0.8, "WindDir" : 147}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"esprima.js": {"type": "string"}, "esprima.min.js": {"type": "string"}}, "required": ["esprima.js", "esprima.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"esprima.js" : "sha256-yvlEI8crhr9lQeSO+JL/IsT4bbsSUu3+/V5AkLd0GBI=", "esprima.min.js" : "sha256-yTiExb0eO/OKDD5iZaBGzM5BJiWBtJzzWpsnBMSa3HY="}
json_instruct
{"type": "object", "properties": {"esprima.js": {"type": "string"}, "esprima.min.js": {"type": "string"}}, "required": ["esprima.js", "esprima.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"css.lint.validProperties": {"type": "array", "items": {"type": "string"}}}, "required": ["css.lint.validProperties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css.lint.validProperties" : ["composes"]}
json_instruct
{"type": "object", "properties": {"css.lint.validProperties": {"type": "array", "items": {"type": "string"}}}, "required": ["css.lint.validProperties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"alvin": {"type": "object", "properties": {"summary": {"type": "string"}, "training": {"type": "string"}}, "required": ["summary", "training"]}, "facebook": {"type": "object", "properties": {"summary": {"type": "string"}, "training": {"type": "string"}}, "required": ["summary", "training"]}}, "required": ["alvin", "facebook"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"alvin" : {"summary" : "Alvin's model ranks a sentence's sentiment on a scale from negative (bad) to positive (good).", "training" : "The model was trained using 1.6 million Twitter tweets provided by Sentiment140."}, "facebook" : {"summary" : "Facebook wit.ai division's model ranks a sentence's sentiment on 3 scales: positive, neutral, and negative. The model assigns a value from 0 to 1 for each of these scale.", "training" : "The model was trained with sophisticated methods from Facebook. The model can be continuously trained by feeding it with new data."}}
json_instruct
{"type": "object", "properties": {"alvin": {"type": "object", "properties": {"summary": {"type": "string"}, "training": {"type": "string"}}, "required": ["summary", "training"]}, "facebook": {"type": "object", "properties": {"summary": {"type": "string"}, "training": {"type": "string"}}, "required": ["summary", "training"]}}, "required": ["alvin", "facebook"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3601181003", "district_id" : "3601181", "name" : "CILAJA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Alexander", "state_name" : "Arkansas", "state_abbrv" : "AR", "lat" : "34.6313", "long" : "-92.4727"}
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#"}
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"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1125775625, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "191ef6a280907c53bd0f40b8a3694d94", "wof:id" : 1125775625, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [7.40982, 49.10823, 7.40982, 49.10823], "geometry" : {"coordinates" : [7.40982, 49.10823], "type" : "Point"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}}, "required": ["short_name", "name", "icons", "start_url", "display", "background_color", "theme_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"short_name" : "HugoGiraudel", "name" : "Hugo Giraudel", "icons" : [{"src" : "/assets/images/favicon.png", "sizes" : "192x192", "type" : "image/png"}], "start_url" : "./", "display" : "standalone", "background_color" : "#2c3e50", "theme_color" : "#2c3e50"}
json_instruct
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}}, "required": ["short_name", "name", "icons", "start_url", "display", "background_color", "theme_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {"params": {"type": "object", "properties": {"limit": {"type": "string"}}, "required": ["limit"]}, "relation": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["params", "relation", "pages"]}, "name": {"type": "string"}, "module": {"type": "string"}, "description": {"type": "string"}}, "required": ["columns", "options", "name", "module", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"columns" : ["from.name", "message", "type", "shares.count", "created_time", "updated_time"], "options" : {"params" : {"limit" : "100"}, "relation" : "<Object ID>/posts", "pages" : 5}, "name" : "Get the last 500 posts", "module" : "Facebook", "description" : "Add Facebook IDs as nodes (e.g. \"Tatort\"), login to Facebook and then fetch data.\n\nThis preset fires five requests for 100 posts each. Be a little patient.\n\nSee https://developers.facebook.com/docs/reference/api/page/ and https://developers.facebook.com/docs/reference/api/post/"}
json_instruct
{"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {"params": {"type": "object", "properties": {"limit": {"type": "string"}}, "required": ["limit"]}, "relation": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["params", "relation", "pages"]}, "name": {"type": "string"}, "module": {"type": "string"}, "description": {"type": "string"}}, "required": ["columns", "options", "name", "module", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"NL-LI": {"type": "string"}, "NL-BQ1": {"type": "string"}, "NL-BQ2": {"type": "string"}, "NL-BQ3": {"type": "string"}, "NL-AW": {"type": "string"}, "NL-CW": {"type": "string"}, "NL-DR": {"type": "string"}, "NL-FL": {"type": "string"}, "NL-FR": {"type": "string"}, "NL-GE": {"type": "string"}, "NL-GR": {"type": "string"}, "NL-NB": {"type": "string"}, "NL-NH": {"type": "string"}, "NL-OV": {"type": "string"}, "NL-SX": {"type": "string"}, "NL-UT": {"type": "string"}, "NL-ZE": {"type": "string"}, "NL-ZH": {"type": "string"}}, "required": ["NL-LI", "NL-BQ1", "NL-BQ2", "NL-BQ3", "NL-AW", "NL-CW", "NL-DR", "NL-FL", "NL-FR", "NL-GE", "NL-GR", "NL-NB", "NL-NH", "NL-OV", "NL-SX", "NL-UT", "NL-ZE", "NL-ZH"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"NL-LI" : "\u041b\u0456\u043c\u0431\u0443\u0440\u0433", "NL-BQ1" : "\u0411\u043e\u043d\u0430\u0439\u0440\u0435", "NL-BQ2" : "\u0421\u0430\u0431\u0430", "NL-BQ3" : "\u0421\u0456\u043d\u0442-\u0415\u0441\u0442\u0430\u0442\u0456\u0443\u0441", "NL-AW" : "\u0410\u0440\u0443\u0431\u0430", "NL-CW" : "\u041a\u044e\u0440\u0430\u0441\u0430\u043e", "NL-DR" : "\u0414\u0440\u0435\u043d\u0442\u0435", "NL-FL" : "\u0424\u043b\u0435\u0432\u043e\u043b\u0430\u043d\u0434", "NL-FR" : "\u0424\u0440\u0438\u0441\u043b\u0430\u043d\u0434\u0456\u044f", "NL-GE" : "\u0413\u0435\u043b\u0434\u0435\u0440\u043b\u0430\u043d\u0434", "NL-GR" : "\u0413\u0440\u043e\u043d\u0456\u043d\u0433\u0435\u043d", "NL-NB" : "\u041f\u0456\u0432\u043d\u0456\u0447\u043d\u0438\u0439 \u0411\u0440\u0430\u0431\u0430\u043d\u0442", "NL-NH" : "\u041f\u0456\u0432\u043d\u0456\u0447\u043d\u0430 \u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0456\u044f", "NL-OV" : "\u041e\u0432\u0435\u0440\u0435\u0439\u0441\u0441\u0435\u043b", "NL-SX" : "\u0421\u0456\u043d\u0442-\u041c\u0430\u0440\u0442\u0435\u043d", "NL-UT" : "\u0423\u0442\u0440\u0435\u0445\u0442", "NL-ZE" : "\u0417\u0435\u043b\u0430\u043d\u0434\u0456\u044f", "NL-ZH" : "\u041f\u0456\u0432\u0434\u0435\u043d\u043d\u0430 \u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0456\u044f"}
json_instruct
{"type": "object", "properties": {"NL-LI": {"type": "string"}, "NL-BQ1": {"type": "string"}, "NL-BQ2": {"type": "string"}, "NL-BQ3": {"type": "string"}, "NL-AW": {"type": "string"}, "NL-CW": {"type": "string"}, "NL-DR": {"type": "string"}, "NL-FL": {"type": "string"}, "NL-FR": {"type": "string"}, "NL-GE": {"type": "string"}, "NL-GR": {"type": "string"}, "NL-NB": {"type": "string"}, "NL-NH": {"type": "string"}, "NL-OV": {"type": "string"}, "NL-SX": {"type": "string"}, "NL-UT": {"type": "string"}, "NL-ZE": {"type": "string"}, "NL-ZH": {"type": "string"}}, "required": ["NL-LI", "NL-BQ1", "NL-BQ2", "NL-BQ3", "NL-AW", "NL-CW", "NL-DR", "NL-FL", "NL-FR", "NL-GE", "NL-GR", "NL-NB", "NL-NH", "NL-OV", "NL-SX", "NL-UT", "NL-ZE", "NL-ZH"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "Processes": {"type": "array", "items": {"type": "string"}}, "HWiNFO": {"type": "array", "items": {"type": "string"}}}, "required": ["Logging", "Processes", "HWiNFO"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "Processes" : ["chrome.exe"], "HWiNFO" : ["chrome.exe"]}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "Processes": {"type": "array", "items": {"type": "string"}}, "HWiNFO": {"type": "array", "items": {"type": "string"}}}, "required": ["Logging", "Processes", "HWiNFO"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"display": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "color": {"type": "string"}, "weapon_type": {"type": "string"}, "link": {"type": "string"}, "move_type": {"type": "string"}, "weapon": {"type": "array", "items": {"type": "string"}}, "passive_a": {"type": "array", "items": {"type": "string"}}, "passive_c": {"type": "array", "items": {"type": "string"}}, "base_stat": {"type": "object", "properties": {"star_5": {"type": "object", "properties": {"hp": {"type": "integer"}, "atk": {"type": "integer"}, "spd": {"type": "integer"}, "def": {"type": "integer"}, "res": {"type": "integer"}}, "required": ["hp", "atk", "spd", "def", "res"]}, "growth": {"type": "object", "properties": {"hp": {"type": "integer"}, "atk": {"type": "integer"}, "spd": {"type": "integer"}, "def": {"type": "integer"}, "res": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["hp", "atk", "spd", "def", "res", "total"]}, "growth_type": {"type": "integer"}}, "required": ["star_5", "growth", "growth_type"]}}, "required": ["display", "name", "title", "id", "color", "weapon_type", "link", "move_type", "weapon", "passive_a", "passive_c", "base_stat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"display" : "Delthea, Free Spirit", "name" : "Delthea", "title" : "Free Spirit", "id" : "delthea-free-spirit", "color" : "Blue", "weapon_type" : "Blue Tome", "link" : "https://kagerochart.com/hero/delthea-free-spirit", "move_type" : "Infantry", "weapon" : ["dark-aura", "thoron", "elthunder", "thunder"], "passive_a" : ["death-blow-3", "death-blow-2", "death-blow-1"], "passive_c" : ["drive-atk-2", "drive-atk-1", "spur-atk-1"], "base_stat" : {"star_5" : {"hp" : 16, "atk" : 10, "spd" : 8, "def" : 3, "res" : 7}, "growth" : {"hp" : 40, "atk" : 60, "spd" : 60, "def" : 25, "res" : 55, "total" : 240}, "growth_type" : 206}}
json_instruct
{"type": "object", "properties": {"display": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "color": {"type": "string"}, "weapon_type": {"type": "string"}, "link": {"type": "string"}, "move_type": {"type": "string"}, "weapon": {"type": "array", "items": {"type": "string"}}, "passive_a": {"type": "array", "items": {"type": "string"}}, "passive_c": {"type": "array", "items": {"type": "string"}}, "base_stat": {"type": "object", "properties": {"star_5": {"type": "object", "properties": {"hp": {"type": "integer"}, "atk": {"type": "integer"}, "spd": {"type": "integer"}, "def": {"type": "integer"}, "res": {"type": "integer"}}, "required": ["hp", "atk", "spd", "def", "res"]}, "growth": {"type": "object", "properties": {"hp": {"type": "integer"}, "atk": {"type": "integer"}, "spd": {"type": "integer"}, "def": {"type": "integer"}, "res": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["hp", "atk", "spd", "def", "res", "total"]}, "growth_type": {"type": "integer"}}, "required": ["star_5", "growth", "growth_type"]}}, "required": ["display", "name", "title", "id", "color", "weapon_type", "link", "move_type", "weapon", "passive_a", "passive_c", "base_stat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Hosting": {"type": "object", "properties": {"Modules": {"type": "object", "properties": {}, "required": []}}, "required": ["Modules"]}}, "required": ["Hosting"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Hosting" : {"Modules" : {}}}
json_instruct
{"type": "object", "properties": {"Hosting": {"type": "object", "properties": {"Modules": {"type": "object", "properties": {}, "required": []}}, "required": ["Modules"]}}, "required": ["Hosting"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"events_data_path": {"type": "string"}, "timestamp_column": {"type": "string"}, "user_id_column": {"type": "string"}}, "required": ["events_data_path", "timestamp_column", "user_id_column"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"events_data_path" : "..\\data\\user_events_df.csv", "timestamp_column" : "date", "user_id_column" : "user_id"}
json_instruct
{"type": "object", "properties": {"events_data_path": {"type": "string"}, "timestamp_column": {"type": "string"}, "user_id_column": {"type": "string"}}, "required": ["events_data_path", "timestamp_column", "user_id_column"], "$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"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["test", "build", "clean", "prepare"]}, "devDependencies": {"type": "object", "properties": {"@types/eslint": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["@types/eslint", "eslint"]}, "peerDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "main", "license", "files", "scripts", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@kaizen/eslint-plugin", "version" : "0.1.0", "main" : "dist/src/index.js", "license" : "MIT", "files" : ["dist"], "scripts" : {"test" : "cd ../../ && yarn jest ./packages/eslint-plugin", "build" : "yarn tsc --project tsconfig.dist.json", "clean" : "rimraf dist './src/**/*.js*' './src/**/*.d.ts'", "prepare" : "yarn clean && yarn test && yarn build"}, "devDependencies" : {"@types/eslint" : "^7.28.0", "eslint" : "^7.21.0"}, "peerDependencies" : {"eslint" : "^7.21.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["test", "build", "clean", "prepare"]}, "devDependencies": {"type": "object", "properties": {"@types/eslint": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["@types/eslint", "eslint"]}, "peerDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "main", "license", "files", "scripts", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 114743, "UUID" : "9928BD05-CE1E-45B3-85DB-A14D876FBE91", "DataProviderID" : 1, "OperatorID" : 103, "OperatorsReference" : "BEALLEGO001327", "UsageTypeID" : 1, "AddressInfo" : {"ID" : 115089, "Title" : "Battmobiel Duifhuisstraat", "AddressLine1" : "Duifhuisstraat 110", "Town" : "GENT", "StateOrProvince" : "Oost-Vlaanderen", "Postcode" : "9000", "CountryID" : 26, "Latitude" : 51.0405343, "Longitude" : 3.70146390000002, "AccessComments" : "E\u00e9n van de laadpunten is voorbehouden voor klanten van Battmobiel.", "DistanceUnit" : 0}, "Connections" : [{"ID" : 161482, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 16, "Voltage" : 400, "PowerKW" : 11, "CurrentTypeID" : 20, "Quantity" : 2}], "NumberOfPoints" : 2, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2019-01-15T15:12:00Z", "DataQualityLevel" : 1, "DateCreated" : "2019-01-14T15:35:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$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"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"recordrtc": {"type": "string"}, "video.js": {"type": "string"}, "videojs-wavesurfer": {"type": "string"}, "webrtc-adapter": {"type": "string"}}, "required": ["recordrtc", "video.js", "videojs-wavesurfer", "webrtc-adapter"]}, "devDependencies": {"type": "object", "properties": {"blueimp-file-upload": {"type": "string"}, "fine-uploader": {"type": "string"}, "lamejs": {"type": "string"}, "libvorbis.js": {"type": "string"}, "opus-recorderjs": {"type": "string"}, "recorderjs": {"type": "string"}}, "required": ["blueimp-file-upload", "fine-uploader", "lamejs", "libvorbis.js", "opus-recorderjs", "recorderjs"]}}, "required": ["name", "version", "homepage", "description", "license", "authors", "main", "moduleType", "keywords", "ignore", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "videojs-record", "version" : "2.1.3", "homepage" : "https://github.com/collab-project/videojs-record", "description" : "A video.js plugin for recording audio/video/image files.", "license" : "MIT", "authors" : ["Collab"], "main" : ["src/js/videojs.record.js", "src/css/videojs.record.scss"], "moduleType" : ["amd", "globals", "node", "es6"], "keywords" : ["waveform", "audio", "video", "wavesurfer", "videojs", "videojs-plugin", "player", "record", "stream", "microphone", "recorder", "RecordRTC", "libvorbis.js", "vorbis", "ogg", "mp3", "opus"], "ignore" : [".gitignore", "node_modules", "bower_components", "examples", "docs"], "repository" : {"type" : "git", "url" : "https://github.com/collab-project/videojs-record.git"}, "dependencies" : {"recordrtc" : ">=5.4.6", "video.js" : ">=6.0.0", "videojs-wavesurfer" : ">=2.2.0", "webrtc-adapter" : ">=5.0.0"}, "devDependencies" : {"blueimp-file-upload" : ">=9.19.1", "fine-uploader" : ">=5.4.1", "lamejs" : "https://github.com/zhuker/lamejs.git", "libvorbis.js" : ">=1.1.1", "opus-recorderjs" : ">=4.0.0", "recorderjs" : "https://github.com/mattdiamond/Recorderjs.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"recordrtc": {"type": "string"}, "video.js": {"type": "string"}, "videojs-wavesurfer": {"type": "string"}, "webrtc-adapter": {"type": "string"}}, "required": ["recordrtc", "video.js", "videojs-wavesurfer", "webrtc-adapter"]}, "devDependencies": {"type": "object", "properties": {"blueimp-file-upload": {"type": "string"}, "fine-uploader": {"type": "string"}, "lamejs": {"type": "string"}, "libvorbis.js": {"type": "string"}, "opus-recorderjs": {"type": "string"}, "recorderjs": {"type": "string"}}, "required": ["blueimp-file-upload", "fine-uploader", "lamejs", "libvorbis.js", "opus-recorderjs", "recorderjs"]}}, "required": ["name", "version", "homepage", "description", "license", "authors", "main", "moduleType", "keywords", "ignore", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "2013-gender-male": {"type": "string"}, "2013-future-sports": {"type": "string"}, "2013-city": {"type": "string"}}, "required": ["@metadata", "2013-gender-male", "2013-future-sports", "2013-city"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Tifinaghes"]}, "2013-gender-male" : "\u2d30\u2d4e\u2d30\u2d62", "2013-future-sports" : "\u2d5c\u2d53\u2d4f\u2d4f\u2d53\u2d4f\u2d5c", "2013-city" : "\u2d5c\u2d49\u2d56\u2d54\u2d4e\u2d5c:"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "2013-gender-male": {"type": "string"}, "2013-future-sports": {"type": "string"}, "2013-city": {"type": "string"}}, "required": ["@metadata", "2013-gender-male", "2013-future-sports", "2013-city"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "twig/twig": {"type": "string"}, "behat/behat": {"type": "string"}, "behat/gherkin": {"type": "string"}}, "required": ["php", "twig/twig", "behat/behat", "behat/gherkin"]}, "require-dev": {"type": "object", "properties": {"symfony/process": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["symfony/process", "phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"node\\behat-html-formatter\\": {"type": "string"}}, "required": ["node\\behat-html-formatter\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "authors", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node/behat-html-formatter", "description" : "This will create a html formatter for Behat.", "authors" : [{"name" : "TimFort", "email" : "tim.fortinbras@gmail.com"}], "require" : {"php" : ">=5.3.0", "twig/twig" : "~1.5", "behat/behat" : "~3.0", "behat/gherkin" : "~4.2"}, "require-dev" : {"symfony/process" : ">2.3,<4.0", "phpunit/phpunit" : "~4.1"}, "autoload" : {"psr-4" : {"node\\behat-html-formatter\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "twig/twig": {"type": "string"}, "behat/behat": {"type": "string"}, "behat/gherkin": {"type": "string"}}, "required": ["php", "twig/twig", "behat/behat", "behat/gherkin"]}, "require-dev": {"type": "object", "properties": {"symfony/process": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["symfony/process", "phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"node\\behat-html-formatter\\": {"type": "string"}}, "required": ["node\\behat-html-formatter\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "authors", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["bitcoin-faucet"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "documentation": {"type": "string"}, "requirements": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {}}, "codeowners": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "name", "documentation", "requirements", "dependencies", "codeowners"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"domain" : "deebot930", "name" : "Ecovacs Deebot 930", "documentation" : "https://www.home-assistant.io/components/ecovacs", "requirements" : ["ozmo==1.0.3"], "dependencies" : [], "codeowners" : ["@Ligio"]}
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "documentation": {"type": "string"}, "requirements": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {}}, "codeowners": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "name", "documentation", "requirements", "dependencies", "codeowners"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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#"}
{"word" : "Rectangle", "definitions" : ["A plane figure with four straight sides and four right angles, especially one with unequal adjacent sides, in contrast to a square."], "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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"1.48.0": {"type": "object", "properties": {"date": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "text": {"type": "string"}, "references": {"type": "array", "items": {}}}, "required": ["id", "type", "text", "references"]}}}, "required": ["date", "notes"]}}, "required": ["1.48.0"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"1.48.0" : {"date" : "April 2017", "notes" : [{"id" : "62f9cd0d55d859ecf0230910c939959e64826a09", "type" : "FIX", "text" : " Explored App: better Search Tag creation for list search", "references" : []}, {"id" : "a80020352e503f31decb13b3eeeb67ba4bdb51c0", "type" : "FIX", "text" : " SDK: accept hash for LICENSE.txt", "references" : []}]}}
json_instruct
{"type": "object", "properties": {"1.48.0": {"type": "object", "properties": {"date": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "text": {"type": "string"}, "references": {"type": "array", "items": {}}}, "required": ["id", "type", "text", "references"]}}}, "required": ["date", "notes"]}}, "required": ["1.48.0"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "help_legend": {"type": "string"}}, "required": ["@metadata", "help_legend"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Kwisha"]}, "help_legend" : "Simulizi:"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "help_legend": {"type": "string"}}, "required": ["@metadata", "help_legend"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"min_word_keep": {"type": "integer"}, "min_generate_keep": {"type": "integer"}, "validset_divide": {"type": "boolean"}, "mask_symbol": {"type": "string"}, "max_output_len": {"type": "integer"}, "single": {"type": "boolean"}, "linear": {"type": "boolean"}, "language": {"type": "string"}, "train_batch_size": {"type": "integer"}, "test_batch_size": {"type": "integer"}, "source_equation_fix": {"type": "string"}}, "required": ["min_word_keep", "min_generate_keep", "validset_divide", "mask_symbol", "max_output_len", "single", "linear", "language", "train_batch_size", "test_batch_size", "source_equation_fix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"min_word_keep" : 5, "min_generate_keep" : 5, "validset_divide" : true, "mask_symbol" : "number", "max_output_len" : 30, "single" : true, "linear" : true, "language" : "zh", "train_batch_size" : 64, "test_batch_size" : 64, "source_equation_fix" : "infix"}
json_instruct
{"type": "object", "properties": {"min_word_keep": {"type": "integer"}, "min_generate_keep": {"type": "integer"}, "validset_divide": {"type": "boolean"}, "mask_symbol": {"type": "string"}, "max_output_len": {"type": "integer"}, "single": {"type": "boolean"}, "linear": {"type": "boolean"}, "language": {"type": "string"}, "train_batch_size": {"type": "integer"}, "test_batch_size": {"type": "integer"}, "source_equation_fix": {"type": "string"}}, "required": ["min_word_keep", "min_generate_keep", "validset_divide", "mask_symbol", "max_output_len", "single", "linear", "language", "train_batch_size", "test_batch_size", "source_equation_fix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Id": {"type": "string"}, "ProjectId": {"type": "string"}, "ParentId": {"type": "string"}, "ParentSlug": {"type": "string"}, "PageOrder": {"type": "integer"}, "Title": {"type": "string"}, "Author": {"type": "string"}, "Slug": {"type": "string"}, "ExternalUrl": {"type": "null"}, "CorrelationKey": {"type": "null"}, "MetaDescription": {"type": "string"}, "MetaJson": {"type": "null"}, "MetaHtml": {"type": "null"}, "Content": {"type": "string"}, "PubDate": {"type": "string"}, "LastModified": {"type": "string"}, "IsPublished": {"type": "boolean"}, "MenuOnly": {"type": "boolean"}, "ShowMenu": {"type": "boolean"}, "ViewRoles": {"type": "null"}, "Categories": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {}}, "ShowHeading": {"type": "boolean"}, "ShowPubDate": {"type": "boolean"}, "ShowLastModified": {"type": "boolean"}, "ShowCategories": {"type": "boolean"}, "ShowComments": {"type": "boolean"}, "MenuFilters": {"type": "null"}, "DisableEditor": {"type": "boolean"}, "Resources": {"type": "array", "items": {}}, "ContentType": {"type": "string"}}, "required": ["Id", "ProjectId", "ParentId", "ParentSlug", "PageOrder", "Title", "Author", "Slug", "ExternalUrl", "CorrelationKey", "MetaDescription", "MetaJson", "MetaHtml", "Content", "PubDate", "LastModified", "IsPublished", "MenuOnly", "ShowMenu", "ViewRoles", "Categories", "Comments", "ShowHeading", "ShowPubDate", "ShowLastModified", "ShowCategories", "ShowComments", "MenuFilters", "DisableEditor", "Resources", "ContentType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "0fe39377-57a9-4d42-a9f1-22fc0c5ba18c", "ProjectId" : "f83067b4-919d-4910-acd1-4b3b1c210ecf", "ParentId" : "ac4051c3-064a-4e7b-a2a3-c34f4c6ca7a6", "ParentSlug" : "more-docs", "PageOrder" : 5, "Title" : "Some Page", "Author" : "Joe", "Slug" : "nothome", "ExternalUrl" : null, "CorrelationKey" : null, "MetaDescription" : "some page meta", "MetaJson" : null, "MetaHtml" : null, "Content" : "<p>Welcome to my website yo, keep it clean kids</p>\r\n\r\n<p></p>\r\n", "PubDate" : "2016-02-24T18:35:00Z", "LastModified" : "2018-02-12T20:24:15.1691527Z", "IsPublished" : true, "MenuOnly" : false, "ShowMenu" : false, "ViewRoles" : null, "Categories" : [], "Comments" : [], "ShowHeading" : true, "ShowPubDate" : false, "ShowLastModified" : false, "ShowCategories" : false, "ShowComments" : false, "MenuFilters" : null, "DisableEditor" : false, "Resources" : [], "ContentType" : "html"}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "ProjectId": {"type": "string"}, "ParentId": {"type": "string"}, "ParentSlug": {"type": "string"}, "PageOrder": {"type": "integer"}, "Title": {"type": "string"}, "Author": {"type": "string"}, "Slug": {"type": "string"}, "ExternalUrl": {"type": "null"}, "CorrelationKey": {"type": "null"}, "MetaDescription": {"type": "string"}, "MetaJson": {"type": "null"}, "MetaHtml": {"type": "null"}, "Content": {"type": "string"}, "PubDate": {"type": "string"}, "LastModified": {"type": "string"}, "IsPublished": {"type": "boolean"}, "MenuOnly": {"type": "boolean"}, "ShowMenu": {"type": "boolean"}, "ViewRoles": {"type": "null"}, "Categories": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {}}, "ShowHeading": {"type": "boolean"}, "ShowPubDate": {"type": "boolean"}, "ShowLastModified": {"type": "boolean"}, "ShowCategories": {"type": "boolean"}, "ShowComments": {"type": "boolean"}, "MenuFilters": {"type": "null"}, "DisableEditor": {"type": "boolean"}, "Resources": {"type": "array", "items": {}}, "ContentType": {"type": "string"}}, "required": ["Id", "ProjectId", "ParentId", "ParentSlug", "PageOrder", "Title", "Author", "Slug", "ExternalUrl", "CorrelationKey", "MetaDescription", "MetaJson", "MetaHtml", "Content", "PubDate", "LastModified", "IsPublished", "MenuOnly", "ShowMenu", "ViewRoles", "Categories", "Comments", "ShowHeading", "ShowPubDate", "ShowLastModified", "ShowCategories", "ShowComments", "MenuFilters", "DisableEditor", "Resources", "ContentType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"components": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "tag": {"type": "string"}}, "required": ["name", "tag"]}}, "config": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "folderMode": {"type": "boolean"}}, "required": ["baseUrl", "folderMode"]}}, "required": ["components", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"components" : [{"name" : "header", "tag" : "header"}, {"name" : "services", "tag" : "services"}, {"name" : "about", "tag" : "about"}], "config" : {"baseUrl" : "/components/", "folderMode" : true}}
json_instruct
{"type": "object", "properties": {"components": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "tag": {"type": "string"}}, "required": ["name", "tag"]}}, "config": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "folderMode": {"type": "boolean"}}, "required": ["baseUrl", "folderMode"]}}, "required": ["components", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 34, "n_trials" : 210, "objective" : "markowitz_analytic_on_cube", "white" : "ultraopt_forest", "black" : "dlib", "traceback" : ["passing", "passing"], "best_val" : [7.739200757489089, 0.10200937680699117], "best_x" : [[0.8309123120896666, 0.3138593850024688, 0.013421651601286277, 0.9704430123282219, 0.11830039350755395, 0.023228048622926045, 0.4896939273798294, 0.13177912834322025, 0.7133488316630873, 0.06374605797712507, 0.25296603037293397, 0.05088053236937995, 0.00218791606886215, 0.18339147301747127, 0.001159529200664644, 0.7354731379140074, 0.21881653444439164, 0.04017606130525353, 0.29691389446918637, 0.015306948000496368, 0.27338949166359283, 0.27434467013327635, 0.39133974894582, 0.18021877276781606, 0.01866627385345354, 0.9909739513520077, 0.056209420950473765, 0.023659843078963183, 0.488316527200787, 0.06830100820063056, 0.16832410208549142, 0.23496965900195044, 0.10425383753923811, 0.30473437568284845], [0.0, 0.0, 0.0, 0.0011442548125338032, 0.0, 0.0, 0.0, 0.5637004436491064, 0.0, 0.0, 0.0, 0.021192469834377926, 0.0, 4.539863455544351e-22, 6.960904002276926e-05, 0.13498050911981044, 0.0, 0.0, 0.0, 0.0, 0.0, 0.03699749977284701, 0.0, 0.00024079282307313724, 0.0, 0.0, 0.0, 0.013259367369038143, 2.6045252147065933e-31, 8.798184269076959e-11, 0.13062961922805766, 0.013174483498439209, 5.481908369582649e-16, 0.08496277837963356]], "feval_count" : [210, 210], "n_trials_instructed" : [210, 210], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "dlib_cube", "loser" : "ultraopt_forest_cube"}
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": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"planks": {"type": "string"}, "log": {"type": "string"}, "end": {"type": "string"}}, "required": ["planks", "log", "end"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "adorn:item/templates/bench", "textures" : {"planks" : "biomemakeover:block/blighted_balsa_planks", "log" : "biomemakeover:block/blighted_balsa_log", "end" : "biomemakeover:block/blighted_balsa_log_top"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"planks": {"type": "string"}, "log": {"type": "string"}, "end": {"type": "string"}}, "required": ["planks", "log", "end"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "Jwt": {"type": "object", "properties": {"SecurityKey": {"type": "string"}, "TokenExpirationDays": {"type": "integer"}, "RefreshTokenExpirationDays": {"type": "integer"}}, "required": ["SecurityKey", "TokenExpirationDays", "RefreshTokenExpirationDays"]}, "AllowedHosts": {"type": "string"}, "DbSettings": {"type": "object", "properties": {"SqlConnection": {"type": "string"}}, "required": ["SqlConnection"]}}, "required": ["Logging", "Jwt", "AllowedHosts", "DbSettings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "Jwt" : {"SecurityKey" : "mysecuritykeyishere", "TokenExpirationDays" : 1, "RefreshTokenExpirationDays" : 1}, "AllowedHosts" : "*", "DbSettings" : {"SqlConnection" : "Server=localhost; Database=corevue; Port=3306; Uid=root; Pwd='';"}}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "Jwt": {"type": "object", "properties": {"SecurityKey": {"type": "string"}, "TokenExpirationDays": {"type": "integer"}, "RefreshTokenExpirationDays": {"type": "integer"}}, "required": ["SecurityKey", "TokenExpirationDays", "RefreshTokenExpirationDays"]}, "AllowedHosts": {"type": "string"}, "DbSettings": {"type": "object", "properties": {"SqlConnection": {"type": "string"}}, "required": ["SqlConnection"]}}, "required": ["Logging", "Jwt", "AllowedHosts", "DbSettings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["bassdock", "bassplate", "esnextbin", "postcss-basscss"]
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": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"recommendations" : ["octref.vetur", "msjsdiag.debugger-for-chrome"]}
json_instruct
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"in": {"type": "string"}, "out": {"type": "string"}}, "required": ["in", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"in" : "\u2019", "out" : "\u02bc"}, {"in" : "'", "out" : "\u02bc"}, {"in" : "\u0332", "out" : ""}, {"in" : "\u030c", "out" : ""}, {"in" : "\u0328", "out" : ""}, {"in" : "\u0300", "out" : ""}, {"in" : "\u0302", "out" : ""}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"in": {"type": "string"}, "out": {"type": "string"}}, "required": ["in", "out"]}, "$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", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Sapilefek~ `to~ `'atomo~.\ufffa\ufffb\u5f04\u7834\u7f50\u5b50\u7684\u5668\u5177\u3002lefek \u5f04\u5012\u3002", "\ufff9`sapilefek~\ufffa\ufffb\u5f04\u5012\u7528\u5177\u3002", "\ufff9`Sapilefek~ `to~ `sa'edef~.\ufffa\ufffb\u5f04\u5012\u9580\u7684\u7528\u5177\u3002"], "f" : "\u7834\u88c2\u3001\u9f9c\u88c2\u6771\u897f\u4f7f\u7528\u7684\u5668\u5177\u3002"}]}], "stem" : "lefek", "t" : "sapilefek"}
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"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "BRINGING THINGS VERY REMOTE, AND INDEPENDENT ON ONE ANOTHER, INTO ONE VIEW, THE BETTER TO CONTEMPLATE AND DISCOURSE OF THEM,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/5778.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["yunski", "edfrmpc44ic"]
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": {"ids": {"type": "array", "items": {"type": "integer"}}}, "required": ["ids"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ids" : [669338696952053791]}
json_instruct
{"type": "object", "properties": {"ids": {"type": "array", "items": {"type": "integer"}}}, "required": ["ids"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"adcode" : "451229100", "name" : "\u5927\u5316\u9547", "level" : "street", "parent" : "451229"}, {"adcode" : "451229101", "name" : "\u90fd\u9633\u9547", "level" : "street", "parent" : "451229"}, {"adcode" : "451229102", "name" : "\u5ca9\u6ee9\u9547", "level" : "street", "parent" : "451229"}, {"adcode" : "451229103", "name" : "\u5317\u666f\u9547", "level" : "street", "parent" : "451229"}, {"adcode" : "451229200", "name" : "\u5171\u548c\u4e61", "level" : "street", "parent" : "451229"}, {"adcode" : "451229201", "name" : "\u8d21\u5ddd\u4e61", "level" : "street", "parent" : "451229"}, {"adcode" : "451229202", "name" : "\u767e\u9a6c\u4e61", "level" : "street", "parent" : "451229"}, {"adcode" : "451229203", "name" : "\u53e4\u6cb3\u4e61", "level" : "street", "parent" : "451229"}, {"adcode" : "451229204", "name" : "\u53e4\u6587\u4e61", "level" : "street", "parent" : "451229"}, {"adcode" : "451229205", "name" : "\u6c5f\u5357\u4e61", "level" : "street", "parent" : "451229"}, {"adcode" : "451229206", "name" : "\u7f8c\u5729\u4e61", "level" : "street", "parent" : "451229"}, {"adcode" : "451229207", "name" : "\u4e59\u5729\u4e61", "level" : "street", "parent" : "451229"}, {"adcode" : "451229210", "name" : "\u677f\u5347\u4e61", "level" : "street", "parent" : "451229"}, {"adcode" : "451229211", "name" : "\u4e03\u767e\u5f04\u4e61", "level" : "street", "parent" : "451229"}, {"adcode" : "451229213", "name" : "\u96c5\u9f99\u4e61", "level" : "street", "parent" : "451229"}, {"adcode" : "451229214", "name" : "\u516d\u4e5f\u4e61", "level" : "street", "parent" : "451229"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"VersionId" : "v2", "IsDefaultVersion" : true, "CreateDate" : "2022-02-23T17:04:20+00:00", "PolicyName" : "AmazonRedshiftQueryEditorV2NoSharing"}
json_instruct
{"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}, "regiseredAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment", "regiseredAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=9261", "name" : "The South Orissa Voluntary Action", "primaryEmail" : "sova@sovakoraput.org", "website" : "http://www.sovakoraput.org/", "organisationType" : ["Direct Service", "Support"], "telephone" : ["919437077718"], "mainAddrress" : {"state" : "Odisha", "address" : ["RangabaliKumbha Road", "Main Road,Koraput", "Koraput", "Odisha", "764020"]}, "briefDescription" : "South Orissa Voluntary Action, is working to promote the best interest of disadvantaged communities since 1993, with a particular focus on women and children. Over the last two decades, the organization has been streamlining the community development process through implementing programmes on health, education, child rights, village governance, livelihood and disaster risk reduction. The organization at present is working in the districts of Koraput, Malkangiri,Rayagada and Nawarngpur. These districts are not only poorest of the poor but also predominant with tribal population and witness civil strife. At present 109 staffs and volunteers are working with 48000 families to fight poverty, exploitation and discrimination so they can one day", "yearOfEstablishment" : "1993", "regiseredAddrress" : {"state" : "Odisha", "address" : ["Aurobinda Nagar", "Berhampur", "Ganjam", "Odisha", "760001"]}}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}, "regiseredAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment", "regiseredAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Sidecar\\": {"type": "string"}}, "required": ["Sidecar\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["name", "type", "description", "license", "autoload", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "phpms/php-sidecar", "type" : "library", "description" : "php Microservice Provide", "license" : "Apache-2.0", "autoload" : {"psr-4" : {"Sidecar\\" : "src/"}}, "require" : {"php" : ">=5.3.9"}, "require-dev" : {"php" : ">=5.3.9"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Sidecar\\": {"type": "string"}}, "required": ["Sidecar\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["name", "type", "description", "license", "autoload", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "buttons": {"type": "string"}, "body": {"type": "object", "properties": {"content": {"type": "string"}, "marginTop": {"type": "string"}, "marginBottom": {"type": "string"}}, "required": ["content", "marginTop", "marginBottom"]}, "width": {"type": "string"}, "height": {"type": "string"}, "launch": {"type": "string"}, "properties": {"type": "string"}}, "required": ["title", "buttons", "body", "width", "height", "launch", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : {"text" : "Information"}, "buttons" : "close", "body" : {"content" : "<p style = 'font-size: 24px; font-weight: bold; '>LancetJS</p><hr /><p>Alpha version 0.5 - 1.10.2016</p><p>Education Project</p><p>&#169; 2016 Vladimir Amelkin</p>", "marginTop" : "5", "marginBottom" : "8"}, "width" : "290", "height" : "150", "launch" : "true", "properties" : "freedrag center modal"}
json_instruct
{"type": "object", "properties": {"title": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "buttons": {"type": "string"}, "body": {"type": "object", "properties": {"content": {"type": "string"}, "marginTop": {"type": "string"}, "marginBottom": {"type": "string"}}, "required": ["content", "marginTop", "marginBottom"]}, "width": {"type": "string"}, "height": {"type": "string"}, "launch": {"type": "string"}, "properties": {"type": "string"}}, "required": ["title", "buttons", "body", "width", "height", "launch", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"creators": {"type": "array", "items": {"type": "object", "properties": {"affiliation": {"type": "string"}, "name": {"type": "string"}, "orcid": {"type": "string"}}, "required": ["affiliation", "name", "orcid"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "title": {"type": "string"}}, "required": ["creators", "keywords", "license", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"creators" : [{"affiliation" : "Netherlands eScience Center", "name" : "Grootes, Meiert Willem", "orcid" : "0000-0002-5733-4795"}, {"affiliation" : "Netherlands eScience Center", "name" : "Nattinio, Francesco", "orcid" : "0000-0003-3286-0139"}], "keywords" : ["Automatic deployment", "OpenNebula", "Virtual Machines", "Clusters", "bare metal"], "license" : {"id" : "Apache-2.0"}, "title" : "Marzipan - Automated OpenNebula instantiation and provisioning "}
json_instruct
{"type": "object", "properties": {"creators": {"type": "array", "items": {"type": "object", "properties": {"affiliation": {"type": "string"}, "name": {"type": "string"}, "orcid": {"type": "string"}}, "required": ["affiliation", "name", "orcid"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "title": {"type": "string"}}, "required": ["creators", "keywords", "license", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replaceable": {"type": "boolean"}}, "required": ["id", "skill", "replaceable"]}}}, "required": ["id", "group", "joblink", "name", "potential", "skills"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 59347, "group" : "23414108", "joblink" : true, "name" : "Ingenieur/in - Druck- und Medientechnik", "potential" : 57, "skills" : [{"id" : 60647, "skill" : "Arbeitsvorbereitung", "replaceable" : false}, {"id" : 60838, "skill" : "Drucktechnik", "replaceable" : true}, {"id" : 60885, "skill" : "Druckvorstufe", "replaceable" : true}, {"id" : 60905, "skill" : "Reprotechnik, Reprografie", "replaceable" : true}, {"id" : 60921, "skill" : "Druckweiterverarbeitung", "replaceable" : true}, {"id" : 62287, "skill" : "Betriebsmitteleinsatz planen", "replaceable" : false}, {"id" : 64211, "skill" : "Entwicklung", "replaceable" : false}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replaceable": {"type": "boolean"}}, "required": ["id", "skill", "replaceable"]}}}, "required": ["id", "group", "joblink", "name", "potential", "skills"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Private": {"type": "string"}, "Public": {"type": "string"}}, "required": ["Private", "Public"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Private" : "30770201010420d58837245a5a4bbd8e1944876fbff675ebe23af44be33279ab9b82029b3c3aaca00a06082a8648ce3d030107a14403420004e4e5d89510be174a663f53e49778a8b6d76d5c4c2c6faa13196e81b07b69aa70f0b5f7af08003331d48293f1a9270c91497343b2f861666aafc4202303b2ef61", "Public" : "3059301306072a8648ce3d020106082a8648ce3d03010703420004e4e5d89510be174a663f53e49778a8b6d76d5c4c2c6faa13196e81b07b69aa70f0b5f7af08003331d48293f1a9270c91497343b2f861666aafc4202303b2ef61"}
json_instruct
{"type": "object", "properties": {"Private": {"type": "string"}, "Public": {"type": "string"}}, "required": ["Private", "Public"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"post": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "requestBody": {"type": "object", "properties": {"required": {"type": "boolean"}, "content": {"type": "object", "properties": {"application/json": {"type": "object", "properties": {"schema": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"email": {"type": "object", "properties": {"type": {"type": "string"}, "format": {"type": "string"}}, "required": ["type", "format"]}, "password": {"type": "object", "properties": {"type": {"type": "string"}, "format": {"type": "string"}}, "required": ["type", "format"]}}, "required": ["email", "password"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "properties", "required"]}}, "required": ["schema"]}}, "required": ["application/json"]}}, "required": ["required", "content"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"description": {"type": "string"}, "content": {"type": "object", "properties": {"application/json": {"type": "object", "properties": {"schema": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["schema"]}}, "required": ["application/json"]}}, "required": ["description", "content"]}, "400": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "401": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["200", "400", "401"]}}, "required": ["tags", "summary", "requestBody", "responses"]}}, "required": ["post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"post" : {"tags" : ["Authentication"], "summary" : "Signin", "requestBody" : {"required" : true, "content" : {"application/json" : {"schema" : {"type" : "object", "properties" : {"email" : {"type" : "string", "format" : "email"}, "password" : {"type" : "string", "format" : "password"}}, "required" : ["email", "password"]}}}}, "responses" : {"200" : {"description" : "Success", "content" : {"application/json" : {"schema" : {"$ref" : "#/schemas/authorization"}}}}, "400" : {"$ref" : "#/components/bad-request"}, "401" : {"$ref" : "#/components/unauthorized"}}}}
json_instruct
{"type": "object", "properties": {"post": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "requestBody": {"type": "object", "properties": {"required": {"type": "boolean"}, "content": {"type": "object", "properties": {"application/json": {"type": "object", "properties": {"schema": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"email": {"type": "object", "properties": {"type": {"type": "string"}, "format": {"type": "string"}}, "required": ["type", "format"]}, "password": {"type": "object", "properties": {"type": {"type": "string"}, "format": {"type": "string"}}, "required": ["type", "format"]}}, "required": ["email", "password"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "properties", "required"]}}, "required": ["schema"]}}, "required": ["application/json"]}}, "required": ["required", "content"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"description": {"type": "string"}, "content": {"type": "object", "properties": {"application/json": {"type": "object", "properties": {"schema": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["schema"]}}, "required": ["application/json"]}}, "required": ["description", "content"]}, "400": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "401": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["200", "400", "401"]}}, "required": ["tags", "summary", "requestBody", "responses"]}}, "required": ["post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"justoverclock-hashtag": {"type": "object", "properties": {"forum": {"type": "object", "properties": {"post": {"type": "object", "properties": {"hashtag_link_tooltip": {"type": "string"}}, "required": ["hashtag_link_tooltip"]}}, "required": ["post"]}}, "required": ["forum"]}}, "required": ["justoverclock-hashtag"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"justoverclock-hashtag" : {"forum" : {"post" : {"hashtag_link_tooltip" : "Rechercher ce mot-di\u00e8se dans Flarum"}}}}
json_instruct
{"type": "object", "properties": {"justoverclock-hashtag": {"type": "object", "properties": {"forum": {"type": "object", "properties": {"post": {"type": "object", "properties": {"hashtag_link_tooltip": {"type": "string"}}, "required": ["hashtag_link_tooltip"]}}, "required": ["post"]}}, "required": ["forum"]}}, "required": ["justoverclock-hashtag"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"localities" : ["Danville, KS"], "state" : "KS", "postal_code" : "67036", "locality" : "Danville, KS", "lat" : 37.297567, "region" : {"fips" : "20", "abbr" : "KS", "name" : "Kansas"}, "city" : "Danville", "type" : "STANDARD", "lng" : -97.876668, "counties" : [{"fips" : "077", "name" : "Harper County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "number"}, "public_notice": {"type": "string"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "public_notice", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "YUAN", "symbol" : "YUAN", "id" : "0x4A3e164684812DfB684AC36457E7fA805087c68E", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/yuan", "market_cap_usd" : 0.0, "market_cap_rank" : null, "24_hr_volume_usd" : 0.0, "public_notice" : "YUAN is Under Malicious Issurance. For more information, please read https://medium.com/yuan-finance/yuan-governance-attack-update-and-migration-plan-3b5d949ab466.", "logoURI" : "https://raw.githubusercontent.com/poolsharks-protocol/token-metadata/master/blockchains/ethereum/assets/0x4A3e164684812DfB684AC36457E7fA805087c68E/logo.png"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "number"}, "public_notice": {"type": "string"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "public_notice", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Id" : "167294", "ThreadId" : "49980", "Html" : "I want to unselect all the\u00a0<span style=\"font-size:13px;color:#010001\">SelectedItems </span>when use multi-select mode in DataGrid if the\u00a0<span style=\"font-size:13px;color:#010001\">SelectedItems is not proper or useless for me</span>,\u00a0<br>\r\n<br>\r\n<span style=\"font-size:13px;color:#010001\"> I use UnselectAll function of DataGrid\u00a0in <span style=\"font-size:13px;color:#010001\">SelectionChanged method</span>, and it really unselect the last item I select, but the other items are still highlight and selected? What's wrong?\u00a0 And I bind the\u00a0<span style=\"font-size:13px;color:#010001\">IsSelected </span>property of rows to my ViewModel using\u00a0TwoWay mode. </span>\r\n", "PostedDate" : "2009-03-12T03:29:12.62-07:00", "UserRole" : null, "MarkedAsAnswerDate" : 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", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "ups": {"type": "integer"}}, "required": ["title", "ups"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "PTOY - Where are the developers? Is this just a White Paper Concept only?", "ups" : 6}, {"title" : "Patientory sponsored the opening day of #ArabHealth #USPavilion! $PTOY #healthcare #blockchain #global", "ups" : 7}, {"title" : "Binance following Patientory on Twitter...?", "ups" : 5}, {"title" : "Patientory group started on Facebook; Join Us in expanding community! Facebook.com/groups/Patientory", "ups" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "ups": {"type": "integer"}}, "required": ["title", "ups"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["pome", "pome-cli", "pome-daemon", "pome-data-plugin", "pome-globalchannel-plugin", "pome-masterha-plugin", "pome-protobuf-plugin", "pome-rpc", "pome-scale-plugin", "pome-status-plugin", "pome-sync-plugin", "pome-zookeeper-plugin"]
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": {"general_balance": {"type": "integer"}, "general_nonce": {"type": "integer"}, "escrow_active_balance": {"type": "integer"}, "escrow_active_total_shares": {"type": "integer"}, "escrow_debonding_balance": {"type": "integer"}, "escrow_debonding_total_shares": {"type": "integer"}}, "required": ["general_balance", "general_nonce", "escrow_active_balance", "escrow_active_total_shares", "escrow_debonding_balance", "escrow_debonding_total_shares"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"general_balance" : 39268, "general_nonce" : 0, "escrow_active_balance" : 836744601926809, "escrow_active_total_shares" : 836744601926809, "escrow_debonding_balance" : 0, "escrow_debonding_total_shares" : 0}
json_instruct
{"type": "object", "properties": {"general_balance": {"type": "integer"}, "general_nonce": {"type": "integer"}, "escrow_active_balance": {"type": "integer"}, "escrow_active_total_shares": {"type": "integer"}, "escrow_debonding_balance": {"type": "integer"}, "escrow_debonding_total_shares": {"type": "integer"}}, "required": ["general_balance", "general_nonce", "escrow_active_balance", "escrow_active_total_shares", "escrow_debonding_balance", "escrow_debonding_total_shares"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"newDomClass": {"type": "array", "items": {"type": "string"}}, "uniqueElement": {"type": "string"}, "createElementLocal": {"type": "string"}, "createElementMember": {"type": "string"}, "createText": {"type": "string"}, "setAttributeOther": {"type": "string"}, "setAttributeId": {"type": "string"}, "appendToRoot": {"type": "string"}, "fileName": {"type": "string"}}, "required": ["newDomClass", "uniqueElement", "createElementLocal", "createElementMember", "createText", "setAttributeOther", "setAttributeId", "appendToRoot", "fileName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"newDomClass" : ["class className# {\n", " elements#\n", " constructor() {", " resolvedId = document._resolvedId_ = document._resolvedId_++ || 0;", " creation#", " }\n", " appendTo(parent:HTMLElement): void {", " display#", " }", "}\n", "export = className#;"], "uniqueElement" : "elementId#: elementType#;", "createElementLocal" : "var instanceName# = document.createElement('type#');", "createElementMember" : "this.instanceName# = document.createElement('type#');", "createText" : "var instanceName# = document.createTextNode('text#');", "setAttributeOther" : "accessName#.setAttribute('key#', 'value#');", "setAttributeId" : "accessName#.setAttribute('id', 'id#_' + resolvedId);", "appendToRoot" : " this.rootNodes.push(accessName#);", "fileName" : "className#.ts"}
json_instruct
{"type": "object", "properties": {"newDomClass": {"type": "array", "items": {"type": "string"}}, "uniqueElement": {"type": "string"}, "createElementLocal": {"type": "string"}, "createElementMember": {"type": "string"}, "createText": {"type": "string"}, "setAttributeOther": {"type": "string"}, "setAttributeId": {"type": "string"}, "appendToRoot": {"type": "string"}, "fileName": {"type": "string"}}, "required": ["newDomClass", "uniqueElement", "createElementLocal", "createElementMember", "createText", "setAttributeOther", "setAttributeId", "appendToRoot", "fileName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cf": {"type": "array", "items": {"type": "number"}}, "op": {"type": "array", "items": {"type": "number"}}, "rt": {"type": "array", "items": {"type": "number"}}, "synthMethod": {"type": "string"}}, "required": ["cf", "op", "rt", "synthMethod"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cf" : [849.4174939287, 3016.5810417744, 1560.5768483137, 4633.7204621864, 4393.911754849, 2412.7565108759, 4164.1839361938, 3537.9872617619, 4903.1583783204, 3813.7930681305], "op" : [-28.125981269750003, -50.555313108549996, -52.88808808055, -58.16419362845, -64.50168257125, -64.04616714135, -64.58652366355, -67.47727625525, -65.58864497935, -65.88518687065], "rt" : [0.0317111183, 0.048008167000000004, 0.038594641400000004, 0.053451307600000005, 0.058168258800000004, 0.0375030867, 0.0782965374, 0.0547923582, 0.048150156900000005, 0.0572974159], "synthMethod" : "matchedMode"}
json_instruct
{"type": "object", "properties": {"cf": {"type": "array", "items": {"type": "number"}}, "op": {"type": "array", "items": {"type": "number"}}, "rt": {"type": "array", "items": {"type": "number"}}, "synthMethod": {"type": "string"}}, "required": ["cf", "op", "rt", "synthMethod"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main" : "./credit-card-slash.js"}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 5585, "info" : {"name" : "mixi vertical community list", "description" : "list communities vertically", "additionalInfo" : null, "format" : "uso", "category" : "mixi", "createdAt" : "2008-03-07T01:49:07.000Z", "updatedAt" : "2008-03-07T01:49:07.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 6374, "name" : "\u6885\u8535"}}, "stats" : {"installs" : {"total" : 223, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "5585_after.gif", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document url-prefix(\"http://mixi.jp/list_community.pl\") {\r\n div.iconList03 ul li{\r\n float:none!important;\r\n display:block !important;\r\n width:100% !important ;\r\n text-align:left !important;\r\n }\r\n div.iconList03 > ul > li > div{\r\n height:100% !important;\r\n min-height:0!important;\r\n text-align:left !important;\r\n }\r\n\r\n div.iconListImage{\r\n display:inline !important;\r\n width:100px !important;\r\n text-align:left !important;\r\n }\r\n div.iconListImage a{\r\n display:block!important;\r\n width:100% !important;\r\n height:100% !important;\r\n padding-left:100px;\r\n background-position:0 !important;\r\n text-indent : 0px !important;\r\n }\r\n\r\n div.iconListImage + span{\r\n display:none!important;\r\n }\r\n div.iconListImage + span + div{\r\n display:none!important;\r\n }\r\n div.iconListImage + span + div + p{\r\n display:none!important;\r\n }\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-changed": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-imagemin": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-minify-html": {"type": "string"}, "gulp-strip-debug": {"type": "string"}, "gulp-uglify": {"type": "string"}, "jshint": {"type": "string"}}, "required": ["gulp", "gulp-autoprefixer", "gulp-changed", "gulp-concat", "gulp-imagemin", "gulp-jshint", "gulp-minify-css", "gulp-minify-html", "gulp-strip-debug", "gulp-uglify", "jshint"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gulp-introduction-tutorials", "version" : "1.0.0", "description" : "It is repository to understand, how gulp.js works", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/NimishGupta95/Gulp-Introduction-Tutorials.git"}, "author" : "Nimish Gupta", "license" : "ISC", "bugs" : {"url" : "https://github.com/NimishGupta95/Gulp-Introduction-Tutorials/issues"}, "homepage" : "https://github.com/NimishGupta95/Gulp-Introduction-Tutorials#readme", "devDependencies" : {"gulp" : "^3.9.1", "gulp-autoprefixer" : "^3.1.0", "gulp-changed" : "^1.3.1", "gulp-concat" : "^2.6.0", "gulp-imagemin" : "^3.0.2", "gulp-jshint" : "^2.0.1", "gulp-minify-css" : "^1.2.4", "gulp-minify-html" : "^1.0.6", "gulp-strip-debug" : "^1.1.0", "gulp-uglify" : "^2.0.0", "jshint" : "^2.9.2"}}
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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-changed": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-imagemin": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-minify-html": {"type": "string"}, "gulp-strip-debug": {"type": "string"}, "gulp-uglify": {"type": "string"}, "jshint": {"type": "string"}}, "required": ["gulp", "gulp-autoprefixer", "gulp-changed", "gulp-concat", "gulp-imagemin", "gulp-jshint", "gulp-minify-css", "gulp-minify-html", "gulp-strip-debug", "gulp-uglify", "jshint"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 169392, "info" : {"name" : "\u8ba9\u767e\u5ea6\u641c\u7d22\u5185\u5bb9\u76f8\u5bf9\u5c45\u4e2d", "description" : "\u6700\u5927\u5316\u60c5\u51b5\u4e0b\u641c\u7d22\u7ed3\u679c\u8ddd\u79bb\u9875\u9762\u5de6\u8fb920% \r\n\u5df2\u5339\u914d\u6700\u65b0\u6837\u5f0f", "additionalInfo" : "\u6700\u5927\u5316\u60c5\u51b5\u4e0b\u641c\u7d22\u7ed3\u679c\u8ddd\u79bb\u9875\u9762\u5de6\u8fb920%\r\n\u652f\u63011920x1080\uff0c\u4ee5\u53ca1920x1080\u7684125%\u663e\u793a\u3002", "format" : "uso", "category" : "baidu", "createdAt" : "2019-02-26T13:36:40.000Z", "updatedAt" : "2020-09-08T06:24:10.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 780026, "name" : "\u6012\u98ce\u739b\u6cd5\u91cc\u5965"}}, "stats" : {"installs" : {"total" : 114, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "169392_after.png", "archived" : true}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document url-prefix(\"https://www.baidu.com/s?\"), url-prefix(\"https://www.baidu.com\") {\r\n/* \u641c\u7d22\u6807\u9898 */\r\n.s_form_wrapper {\r\n\t\tmargin-left: 20%;\t \r\n}\r\n/* \u5bfc\u822a\u680f */\r\n.s_tab_inner{\r\n margin-left: 21.3%;\r\n}\r\n/* \u4e2d\u95f4\u641c\u7d22\u7ed3\u679c\u6574\u4f53\u5de6\u4fa7\u79fb\u52a8 */\r\n#container{\r\n\tmargin-left: 20% !important; \r\n}\r\n/* \u53bb\u6389\u4fa7\u8fb9\u65b0\u95fb */\r\n.FYB_RD {\r\n\t\tdisplay: none;\t \r\n}\r\n\r\n@media only screen and (max-width: 1500px) {\r\n .s_form_wrapper {\r\n margin-left: 17.2%;\r\n }\r\n .s_tab_inner{\r\n margin-left:19.3%;\r\n }\r\n #container {\r\n\t\tmargin-left: 0%;\t \r\n\t}\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"item.sfl.mimic_spawn_egg": {"type": "string"}, "item.sfl.water_mimic_spawn_egg": {"type": "string"}, "item.sfl.end_mimic_spawn_egg": {"type": "string"}, "item.sfl.nether_mimic_spawn_egg": {"type": "string"}, "entity.sfl:mimic.name": {"type": "string"}, "entity.sfl:water_mimic.name": {"type": "string"}, "entity.sfl:end_mimic.name": {"type": "string"}, "entity.sfl:nether_mimic.name": {"type": "string"}, "sfl:subtitles.mimic.ambient": {"type": "string"}, "sfl:subtitles.mimic.death": {"type": "string"}, "sfl:subtitles.mimic.hurt": {"type": "string"}}, "required": ["item.sfl.mimic_spawn_egg", "item.sfl.water_mimic_spawn_egg", "item.sfl.end_mimic_spawn_egg", "item.sfl.nether_mimic_spawn_egg", "entity.sfl:mimic.name", "entity.sfl:water_mimic.name", "entity.sfl:end_mimic.name", "entity.sfl:nether_mimic.name", "sfl:subtitles.mimic.ambient", "sfl:subtitles.mimic.death", "sfl:subtitles.mimic.hurt"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"item.sfl.mimic_spawn_egg" : "Mimic Spawn Egg", "item.sfl.water_mimic_spawn_egg" : "Water Mimic Spawn Egg", "item.sfl.end_mimic_spawn_egg" : "End Mimic Spawn Egg", "item.sfl.nether_mimic_spawn_egg" : "Nether Mimic Spawn Egg", "entity.sfl:mimic.name" : "Mimic", "entity.sfl:water_mimic.name" : "Mimic", "entity.sfl:end_mimic.name" : "End Mimic", "entity.sfl:nether_mimic.name" : "Nether Mimic", "sfl:subtitles.mimic.ambient" : "Mimic noises", "sfl:subtitles.mimic.death" : "Mimic dies", "sfl:subtitles.mimic.hurt" : "Mimic hurts"}
json_instruct
{"type": "object", "properties": {"item.sfl.mimic_spawn_egg": {"type": "string"}, "item.sfl.water_mimic_spawn_egg": {"type": "string"}, "item.sfl.end_mimic_spawn_egg": {"type": "string"}, "item.sfl.nether_mimic_spawn_egg": {"type": "string"}, "entity.sfl:mimic.name": {"type": "string"}, "entity.sfl:water_mimic.name": {"type": "string"}, "entity.sfl:end_mimic.name": {"type": "string"}, "entity.sfl:nether_mimic.name": {"type": "string"}, "sfl:subtitles.mimic.ambient": {"type": "string"}, "sfl:subtitles.mimic.death": {"type": "string"}, "sfl:subtitles.mimic.hurt": {"type": "string"}}, "required": ["item.sfl.mimic_spawn_egg", "item.sfl.water_mimic_spawn_egg", "item.sfl.end_mimic_spawn_egg", "item.sfl.nether_mimic_spawn_egg", "entity.sfl:mimic.name", "entity.sfl:water_mimic.name", "entity.sfl:end_mimic.name", "entity.sfl:nether_mimic.name", "sfl:subtitles.mimic.ambient", "sfl:subtitles.mimic.death", "sfl:subtitles.mimic.hurt"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["130184001", "\u957f\u5bff\u8857\u9053", "130184"], ["130184101", "\u5316\u76ae\u9547", "130184"], ["130184102", "\u627f\u5b89\u9547", "130184"], ["130184103", "\u6b63\u83ab\u9547", "130184"], ["130184104", "\u5357\u5927\u5cb3\u9547", "130184"], ["130184105", "\u675c\u56fa\u9547", "130184"], ["130184106", "\u90af\u90b0\u9547", "130184"], ["130184107", "\u4e1c\u738b\u9547", "130184"], ["130184108", "\u9a6c\u5934\u94fa\u9547", "130184"], ["130184200", "\u534f\u795e\u4e61", "130184"], ["130184201", "\u6728\u6751\u4e61", "130184"], ["130184202", "\u5f6d\u5bb6\u5e84\u56de\u65cf\u4e61", "130184"]]
json_instruct
{"type": "array", "items": {"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": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "5306132001", "nama" : "Bedalewun"}, {"id" : "5306132002", "nama" : "Lebanuba"}, {"id" : "5306132003", "nama" : "Rianwale"}, {"id" : "5306132004", "nama" : "Bungalawan"}, {"id" : "5306132005", "nama" : "Lamawolo"}, {"id" : "5306132006", "nama" : "Helanlangowuyo"}, {"id" : "5306132007", "nama" : "Lewopao"}, {"id" : "5306132008", "nama" : "Nelereren"}, {"id" : "5306132009", "nama" : "Boleng"}, {"id" : "5306132010", "nama" : "Neleblolong"}, {"id" : "5306132011", "nama" : "Duablolong"}, {"id" : "5306132012", "nama" : "Lewokeleng"}, {"id" : "5306132013", "nama" : "Nelelamawangi"}, {"id" : "5306132014", "nama" : "Harubala"}, {"id" : "5306132015", "nama" : "Nelelamadike"}, {"id" : "5306132016", "nama" : "Lamabayung"}, {"id" : "5306132017", "nama" : "Lewat"}, {"id" : "5306132018", "nama" : "Dokeng"}, {"id" : "5306132019", "nama" : "Bayuntaa"}, {"id" : "5306132020", "nama" : "Nobo"}, {"id" : "5306132021", "nama" : "Nelelamawangi Dua"}]
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"kicker": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}}, "required": ["text", "color"]}, "title": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "text_1": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "images": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "alt": {"type": "string"}}, "required": ["src", "alt"]}}, "collection": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "icon": {"type": "object", "properties": {"src": {"type": "string"}, "alt": {"type": "string"}, "color": {"type": "string"}}, "required": ["src", "alt", "color"]}}, "required": ["title", "icon"]}}}, "required": ["kicker", "title", "text_1", "images", "collection"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"kicker" : {"text" : "INNOVATIVE SOLUTIONS", "color" : "alpha"}, "title" : {"text" : "The ultimate marketing resources. All in one place."}, "text_1" : {"text" : "Lorem ipsum dolor sit amet, consectetur magna aliqua. Eaque ipsa quae ab illo inventore veritatis. Nemo enim ipsam voluptatem voluptas."}, "images" : [{"src" : "../../../assets/theme-marketing/feature-two.png", "alt" : "alt text"}], "collection" : [{"title" : {"text" : "Analytics"}, "icon" : {"src" : "../../../assets/icons/bx-analyse.svg", "alt" : "alt text", "color" : "beta"}}, {"title" : {"text" : "Consultation"}, "icon" : {"src" : "../../../assets/icons/bx-calendar-check.svg", "alt" : "alt text", "color" : "beta"}}, {"title" : {"text" : "Reports"}, "icon" : {"src" : "../../../assets/icons/bx-bar-chart-alt.svg", "alt" : "alt text", "color" : "beta"}}, {"title" : {"text" : "Live Support"}, "icon" : {"src" : "../../../assets/icons/bx-chat.svg", "alt" : "alt text", "color" : "beta"}}]}
json_instruct
{"type": "object", "properties": {"kicker": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}}, "required": ["text", "color"]}, "title": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "text_1": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "images": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "alt": {"type": "string"}}, "required": ["src", "alt"]}}, "collection": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "icon": {"type": "object", "properties": {"src": {"type": "string"}, "alt": {"type": "string"}, "color": {"type": "string"}}, "required": ["src", "alt", "color"]}}, "required": ["title", "icon"]}}}, "required": ["kicker", "title", "text_1", "images", "collection"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationId" : 9992715, "stationGroupId" : 9992715, "name" : "\u9996\u91cc", "lineId" : 99927, "zipCode" : "903-0806", "pref" : "\u6c96\u7e04\u770c", "city" : "\u90a3\u8987\u5e02", "town" : "\u9996\u91cc\u6c40\u826f\u753a", "longitude" : 127.725492, "latitude" : 26.219191, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "description": {"type": "string"}, "steps": {"type": "array", "items": {}}, "attachments": {"type": "array", "items": {}}, "parameters": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "stage", "description", "steps", "attachments", "parameters", "start", "stop"]}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "description", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "c39a2dcf-23e8-49b8-a222-a17e4dfd66a0", "name" : "com.example.demo1.MainPageTest.setUp", "children" : ["b3c42bd2-4735-429f-82ed-dee28f4816f8"], "description" : "", "befores" : [{"name" : "setUp", "status" : "passed", "stage" : "finished", "description" : "", "steps" : [], "attachments" : [], "parameters" : [], "start" : 1643954571014, "stop" : 1643954575871}], "afters" : [], "links" : [], "start" : 1643954571014, "stop" : 1643954575871}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "description": {"type": "string"}, "steps": {"type": "array", "items": {}}, "attachments": {"type": "array", "items": {}}, "parameters": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "stage", "description", "steps", "attachments", "parameters", "start", "stop"]}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "description", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Id" : "1454633", "ThreadId" : "648377", "Html" : "The Item() method of the Names object type is supposed to take 3 optional params, but NetOffice requires all 3. For example, in Excel VBA, I can do this:\r<br />\n<br />\nApplication.ActiveWorkbook.Names(&quot;MyNamedRange&quot;)\r<br />\n<br />\nBut with NetOffice, I need to do this:\r<br />\n<br />\nApplication.ActiveWorkbook.Names(&quot;MyNamedRange&quot;, Nothing, Nothing)<br />\n", "PostedDate" : "2015-12-04T13:17:42.85-08:00", "UserRole" : null, "MarkedAsAnswerDate" : 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", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "9dbc4c26-8884-4bbf-aea3-dedaeda933de", "playerTags" : ["c09e64b6-8248-407e-b3af-1931b880dbee"], "teamTags" : ["3f8bbb15-61c0-4e3f-8e4a-907a5fb1565e", "bb4a9de5-c924-4923-a0cb-9d1445f1ee5d"], "gameTags" : ["1ad15780-2ed4-40d6-9747-e1fb66c49bc3"], "metadata" : {"play" : 254, "subPlay" : -1}, "created" : "2021-04-14T15:21:31.343Z", "season" : 15, "tournament" : -1, "type" : 4, "day" : 45, "phase" : 4, "category" : 0, "description" : "Lenny Spruce steals third base!", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc774\ub984" : "\ucd5c\uc778\uae30", "\ud55c\ubb38\uba85" : "\u5d14\u4ec1\u57fa", "\uc0dd\ub144\uc6d4\uc77c" : "1944-03-18", "\uc815\ub2f9" : "\ud1b5\ud569\ubbfc\uc8fc\ub2f9", "\uc120\uac70\uad6c" : "\uc804\ub0a8 \ub098\uc8fc\uc2dc\ud654\uc21c\uad70", "\ub2f9\uc120\ud69f\uc218" : "\uc7ac\uc120", "\ub2f9\uc120\ub300\uc218" : "17, 18"}
json_instruct
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Gumtree": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "contact": {"type": "object", "properties": {"facebook": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["facebook", "twitter"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "url", "contact", "keywords"]}}, "required": ["Gumtree"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Gumtree" : {"domain" : "gumtree.com", "url" : "https://www.gumtree.com/", "contact" : {"facebook" : "gumtree", "twitter" : "Gumtree"}, "keywords" : ["other"]}}
json_instruct
{"type": "object", "properties": {"Gumtree": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "contact": {"type": "object", "properties": {"facebook": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["facebook", "twitter"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "url", "contact", "keywords"]}}, "required": ["Gumtree"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"lock_version": {"type": "integer"}, "barcode": {"type": "string"}, "indicator": {"type": "string"}, "created_by": {"type": "string"}, "last_modified_by": {"type": "string"}, "create_time": {"type": "string"}, "system_mtime": {"type": "string"}, "user_mtime": {"type": "string"}, "type": {"type": "string"}, "jsonmodel_type": {"type": "string"}, "active_restrictions": {"type": "array", "items": {}}, "container_locations": {"type": "array", "items": {}}, "series": {"type": "array", "items": {}}, "collection": {"type": "array", "items": {"type": "object", "properties": {"ref": {"type": "string"}, "identifier": {"type": "string"}, "display_string": {"type": "string"}}, "required": ["ref", "identifier", "display_string"]}}, "uri": {"type": "string"}, "repository": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "restricted": {"type": "boolean"}, "is_linked_to_published_record": {"type": "boolean"}, "display_string": {"type": "string"}, "long_display_string": {"type": "string"}}, "required": ["lock_version", "barcode", "indicator", "created_by", "last_modified_by", "create_time", "system_mtime", "user_mtime", "type", "jsonmodel_type", "active_restrictions", "container_locations", "series", "collection", "uri", "repository", "restricted", "is_linked_to_published_record", "display_string", "long_display_string"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lock_version" : 1, "barcode" : "00000000018581", "indicator" : "297.3 KHA", "created_by" : "admin", "last_modified_by" : "admin", "create_time" : "2016-08-13T09:25:40Z", "system_mtime" : "2017-12-15T22:26:27Z", "user_mtime" : "2016-08-13T09:25:40Z", "type" : "volume", "jsonmodel_type" : "top_container", "active_restrictions" : [], "container_locations" : [], "series" : [], "collection" : [{"ref" : "/repositories/2/resources/1408", "identifier" : "LI00279", "display_string" : "Modernities & memories : \nrecent works from the Islamic world. "}], "uri" : "/repositories/2/top_containers/135573", "repository" : {"ref" : "/repositories/2"}, "restricted" : false, "is_linked_to_published_record" : true, "display_string" : "Volume 297.3 KHA: [00000000018581]", "long_display_string" : "LI00279, Volume 297.3 KHA [00000000018581]"}
json_instruct
{"type": "object", "properties": {"lock_version": {"type": "integer"}, "barcode": {"type": "string"}, "indicator": {"type": "string"}, "created_by": {"type": "string"}, "last_modified_by": {"type": "string"}, "create_time": {"type": "string"}, "system_mtime": {"type": "string"}, "user_mtime": {"type": "string"}, "type": {"type": "string"}, "jsonmodel_type": {"type": "string"}, "active_restrictions": {"type": "array", "items": {}}, "container_locations": {"type": "array", "items": {}}, "series": {"type": "array", "items": {}}, "collection": {"type": "array", "items": {"type": "object", "properties": {"ref": {"type": "string"}, "identifier": {"type": "string"}, "display_string": {"type": "string"}}, "required": ["ref", "identifier", "display_string"]}}, "uri": {"type": "string"}, "repository": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "restricted": {"type": "boolean"}, "is_linked_to_published_record": {"type": "boolean"}, "display_string": {"type": "string"}, "long_display_string": {"type": "string"}}, "required": ["lock_version", "barcode", "indicator", "created_by", "last_modified_by", "create_time", "system_mtime", "user_mtime", "type", "jsonmodel_type", "active_restrictions", "container_locations", "series", "collection", "uri", "repository", "restricted", "is_linked_to_published_record", "display_string", "long_display_string"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "memento-mysql", "version" : "1.0.2", "description" : "MySQL query caching for node.js", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/maxlabelle/Memento.git"}, "keywords" : ["mysql", "query", "caching", "memcached"], "author" : "Maxime Labelle <maxime.labelle@owasp.org> (http://github.com/maxlabelle)", "license" : "BSD-4-Clause", "bugs" : {"url" : "https://github.com/maxlabelle/Memento/issues"}, "homepage" : "https://github.com/maxlabelle/Memento#readme"}
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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following 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": ["from", "to"]}}, "pages": {"type": "object", "properties": {"54111692": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"defaultsort": {"type": "string"}, "page_image_free": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["defaultsort", "page_image_free", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["54111692"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"batchcomplete" : "", "query" : {"normalized" : [{"from" : "Anna_Kiesenhofer", "to" : "Anna Kiesenhofer"}], "pages" : {"54111692" : {"pageid" : 54111692, "ns" : 0, "title" : "Anna Kiesenhofer", "pageprops" : {"defaultsort" : "Kiesenhofer, Anna", "page_image_free" : "Tour_f\u00e9minin_international_de_l'Ard\u00e8che_2016_-_stage_3_-_203_Anna_Kiesenhofer.jpg", "wikibase-shortdesc" : "Austrian cyclist (born 1991)", "wikibase_item" : "Q26792853"}}}}}
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": {"54111692": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"defaultsort": {"type": "string"}, "page_image_free": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["defaultsort", "page_image_free", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["54111692"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Kinki University", "alt_name" : "Kinki Daigaku", "country" : "Japan", "state" : null, "address" : {"street" : "3-4-1 Kowakae", "city" : "Higashiosaka-shi", "province" : "Osaka", "postal_code" : "577-8502"}, "contact" : {"telephone" : "+81(6) 6721-2332", "website" : "http://www.kindai.ac.jp", "email" : "koho@msa.kindai.ac.jp", "fax" : "+81(6) 6729-2387"}, "funding" : "Private", "languages" : null, "academic_year" : "April to March (April-September; October-March)", "accrediting_agency" : null}
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": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"kind": {"type": "string"}, "props": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}}, "required": ["kind", "name"]}, "value": {"type": "object", "properties": {"kind": {"type": "string"}, "value": {"type": "string"}}, "required": ["kind", "value"]}, "optional": {"type": "boolean"}, "readonly": {"type": "boolean"}}, "required": ["kind", "name", "value", "optional", "readonly"]}}}, "required": ["kind", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"kind" : "ObjectTypeLiteral", "props" : [{"kind" : "TypeObjectProperty", "name" : {"kind" : "Identifier", "name" : "a"}, "value" : {"kind" : "NumberType", "value" : "number"}, "optional" : true, "readonly" : true}]}
json_instruct
{"type": "object", "properties": {"kind": {"type": "string"}, "props": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}}, "required": ["kind", "name"]}, "value": {"type": "object", "properties": {"kind": {"type": "string"}, "value": {"type": "string"}}, "required": ["kind", "value"]}, "optional": {"type": "boolean"}, "readonly": {"type": "boolean"}}, "required": ["kind", "name", "value", "optional", "readonly"]}}}, "required": ["kind", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"loss" : [7.983859239001896, 6.504772309773279, 5.403050791389107, 4.703388813968273, 4.281765303264238, 4.034370568787989, 3.8744871082216488, 3.752340961440854, 3.664362472369431, 3.599205586937006, 3.5568424120666053, 3.5228802002124917, 3.49232360032628, 3.4700190110510767, 3.446202430929679, 3.4308530869750173, 3.4159836405667243, 3.3972713163180486, 3.3880964286084505, 3.375515169168606], "accuracy" : [0.22874343395233154, 0.25525641441345215, 0.29810696840286255, 0.3543117046356201, 0.39725103974342346, 0.4210825264453888, 0.43145331740379333, 0.43576857447624207, 0.4373135268688202, 0.4394267797470093, 0.4404745101928711, 0.4412558674812317, 0.44161102175712585, 0.4426409900188446, 0.442854106426239, 0.44367098808288574, 0.44317373633384705, 0.4435999393463135, 0.4440261423587799, 0.44395509362220764]}
json_instruct
{"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"gaoyu": {"type": "string"}}, "required": ["gaoyu"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "default_subspecs": {"type": "string"}, "subspecs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source_files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "source_files"]}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "social_media_url", "platforms", "requires_arc", "default_subspecs", "subspecs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "GYEasyForm", "version" : "0.1.1", "summary" : "A mobile framework that is very easy to build forms.", "description" : "A mobile framework that is very easy to build forms. \u270d\ufe0f\u270d\ufe0f\u270d\ufe0f", "homepage" : "https://github.com/zhugezhaofang/GYEasyForm", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"gaoyu" : "gaoyuexit@gmail.com"}, "source" : {"git" : "https://github.com/zhugezhaofang/GYEasyForm.git", "tag" : "0.1.1"}, "social_media_url" : "https://github.com/zhugezhaofang/GYEasyForm", "platforms" : {"ios" : "8.0"}, "requires_arc" : true, "default_subspecs" : "Core", "subspecs" : [{"name" : "Core", "source_files" : ["GYEasyForm/Classes/Core/*.{h,m}"]}, {"name" : "Rows", "source_files" : ["GYEasyForm/Classes/Rows/*.{h,m}"], "dependencies" : {"GYEasyForm/Core" : []}, "resource_bundles" : {"Rows" : ["GYEasyForm/Assets/Rows/*"]}}]}
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"]}, "authors": {"type": "object", "properties": {"gaoyu": {"type": "string"}}, "required": ["gaoyu"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "default_subspecs": {"type": "string"}, "subspecs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source_files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "source_files"]}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "social_media_url", "platforms", "requires_arc", "default_subspecs", "subspecs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["Microsoft", "Windows Live Hotmail", "Similar Windows Live", "Messenger", "MSN UK", "News", "MSN Money", "Similar Without", "LinkedIn\u2122", "Flickr\u2122", "YouTube\u2122", "Word", "Excel", "PowerPoint", "Cached Thousands of Hotmail", "Cached Hotmail", "Windows Live", "MSN Hotmail", "&", "Messenger Cached", "Similar Windows Live Hotmail", "Similar Join", "SMS", "United States Codes", "MSN Personal Address Cached"]
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": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Melt marshmallows in a large microwave-safe bowl in 30-second intervals, stirring after each melting, 1 to 2 minutes. Mix in light corn syrup and coffee-flavored extract.", "Melt chocolate chips in a microwave-safe bowl in 30-second intervals, stirring after each melting, 1 to 2 minutes. Fold into the marshmallow mixture.", "Stir confectioners' sugar into the chocolate-marshmallow mixture, 1 cup at a time, until a thick, stringy dough forms.", "Dust a flat work surface with confectioners' sugar; turn dough out and knead until smooth and no longer sticky. Wrap tightly in plastic wrap. Let fondant rest at room temperature, 8 hours to overnight.", "Dust a flat work surface with confectioners' sugar and roll out fondant to desired size."], "ingredients" : ["1 (16 ounce) package miniature marshmallows", "2 tablespoons light corn syrup, or more to taste", "1 teaspoon coffee-flavored extract", "1/2 cup chocolate chips, or more to taste", "4 cups confectioners' sugar, or more to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Chocolate Marshmallow Fondant", "url" : "http://allrecipes.com/recipe/256270/chocolate-marshmallow-fondant/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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.977", "Title" : "A New Angle on the EMPATH Model Spatial Frequency Orientation in Recognition of Facial Expressions", "Year" : 2012}, {"Similarity" : "0.977", "Title" : "Quantifying the diversity of neural activations in individual brain regions", "Year" : 2011}, {"Similarity" : "0.965", "Title" : "Integrating identification and perception A case study of familiar and unfamiliar face processing", "Year" : 2016}, {"Similarity" : "0.949", "Title" : "Learning to See People like People Predicting Social Perceptions of Faces", "Year" : 2017}, {"Similarity" : "0.945", "Title" : "The face-space duality hypothesis a computational model", "Year" : 2016}, {"Similarity" : "0.943", "Title" : "Distinguishing Between Perceptual and Decisional Sources of Holism in Face Processing", "Year" : 2007}]
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"buildFiles": {"type": "array", "items": {"type": "string"}}, "cleanCommands": {"type": "array", "items": {"type": "string"}}, "libraries": {"type": "object", "properties": {"oboe-Debug-x86": {"type": "object", "properties": {"artifactName": {"type": "string"}, "buildCommand": {"type": "string"}, "abi": {"type": "string"}, "output": {"type": "string"}}, "required": ["artifactName", "buildCommand", "abi", "output"]}, "oboetester-Debug-x86": {"type": "object", "properties": {"artifactName": {"type": "string"}, "buildCommand": {"type": "string"}, "abi": {"type": "string"}, "output": {"type": "string"}}, "required": ["artifactName", "buildCommand", "abi", "output"]}}, "required": ["oboe-Debug-x86", "oboetester-Debug-x86"]}}, "required": ["buildFiles", "cleanCommands", "libraries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"buildFiles" : ["/Users/shariqmobin/AndroidStudioProjects/oboe-june/oboe/apps/OboeTester/app/CMakeLists.txt", "/Users/shariqmobin/AndroidStudioProjects/oboe-june/oboe/CMakeLists.txt"], "cleanCommands" : ["/Users/shariqmobin/Library/Android/sdk/cmake/3.6.4111459/bin/cmake --build /Users/shariqmobin/AndroidStudioProjects/oboe-june/oboe/apps/OboeTester/app/.externalNativeBuild/cmake/debug/x86 --target clean"], "libraries" : {"oboe-Debug-x86" : {"artifactName" : "oboe", "buildCommand" : "/Users/shariqmobin/Library/Android/sdk/cmake/3.6.4111459/bin/cmake --build /Users/shariqmobin/AndroidStudioProjects/oboe-june/oboe/apps/OboeTester/app/.externalNativeBuild/cmake/debug/x86 --target oboe", "abi" : "x86", "output" : "/Users/shariqmobin/AndroidStudioProjects/oboe-june/oboe/apps/OboeTester/app/.externalNativeBuild/cmake/debug/x86/oboe-bin/liboboe.a"}, "oboetester-Debug-x86" : {"artifactName" : "oboetester", "buildCommand" : "/Users/shariqmobin/Library/Android/sdk/cmake/3.6.4111459/bin/cmake --build /Users/shariqmobin/AndroidStudioProjects/oboe-june/oboe/apps/OboeTester/app/.externalNativeBuild/cmake/debug/x86 --target oboetester", "abi" : "x86", "output" : "/Users/shariqmobin/AndroidStudioProjects/oboe-june/oboe/apps/OboeTester/app/build/intermediates/cmake/debug/obj/x86/liboboetester.so"}}}
json_instruct
{"type": "object", "properties": {"buildFiles": {"type": "array", "items": {"type": "string"}}, "cleanCommands": {"type": "array", "items": {"type": "string"}}, "libraries": {"type": "object", "properties": {"oboe-Debug-x86": {"type": "object", "properties": {"artifactName": {"type": "string"}, "buildCommand": {"type": "string"}, "abi": {"type": "string"}, "output": {"type": "string"}}, "required": ["artifactName", "buildCommand", "abi", "output"]}, "oboetester-Debug-x86": {"type": "object", "properties": {"artifactName": {"type": "string"}, "buildCommand": {"type": "string"}, "abi": {"type": "string"}, "output": {"type": "string"}}, "required": ["artifactName", "buildCommand", "abi", "output"]}}, "required": ["oboe-Debug-x86", "oboetester-Debug-x86"]}}, "required": ["buildFiles", "cleanCommands", "libraries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Meulan-en-Yvelines", "circ" : "7\u00e8me circonscription", "dpt" : "Yvelines", "inscrits" : 5675, "abs" : 3851, "votants" : 1824, "blancs" : 141, "nuls" : 39, "exp" : 1644, "res" : [{"nuance" : "MDM", "nom" : "Mme Mich\u00e8le DE VAUCOULEURS", "voix" : 854}, {"nuance" : "UDI", "nom" : "M. Arnaud RICHARD", "voix" : 790}]}
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", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Palestra do Andrews Medina no Caipyra 2016:\n\nContainerize all the things\n\nSlides: http://talks.godoc.org/github.com/andrewsmedina/containerize-all-the-things/sample.slide#1", "language" : "por", "recorded" : "2016-06-25", "related_urls" : [{"label" : "Talk slides", "url" : "http://talks.godoc.org/github.com/andrewsmedina/containerize-all-the-things/sample.slide#1"}], "speakers" : ["Andrews Medina"], "tags" : ["docker", "devops"], "thumbnail_url" : "https://i.ytimg.com/vi/8Rkn21Ouyic/hqdefault.jpg", "title" : "Containerize all the things", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=8Rkn21Ouyic"}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"topojson": {"type": "string"}}, "required": ["topojson"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "wherewolf", "version" : "1.0.3", "description" : "A client-side boundary service powered by GeoJSON or TopoJSON data. Find which feature a point lies in.", "main" : "wherewolf.js", "scripts" : {"test" : "node test/test.js"}, "repository" : {"type" : "git", "url" : "git://github.com/veltman/wherewolf.git"}, "keywords" : ["geojson", "point-in-polygon", "boundary"], "author" : "Noah Veltman <noah@noahveltman.com> / Jenny Ye <jye225@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/veltman/wherewolf/issues"}, "homepage" : "https://github.com/veltman/wherewolf", "dependencies" : {"topojson" : "~1.6.18"}}
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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"topojson": {"type": "string"}}, "required": ["topojson"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "init": {"type": "string"}}, "required": ["dev", "start", "init"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bcrypt-nodejs": {"type": "string"}, "connect-flash": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "express-validator": {"type": "string"}, "html-to-text": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "juice": {"type": "string"}, "moment": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "nodemailer": {"type": "string"}, "pug": {"type": "string"}, "shortid": {"type": "string"}, "simple-node-logger": {"type": "string"}, "slug": {"type": "string"}}, "required": ["axios", "bcrypt-nodejs", "connect-flash", "cors", "express", "express-validator", "html-to-text", "jsonwebtoken", "juice", "moment", "mongoose", "morgan", "nodemailer", "pug", "shortid", "simple-node-logger", "slug"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "wundernode-api", "version" : "1.0.0", "description" : "Wundernode app clone API", "main" : "index.js", "scripts" : {"dev" : "nodemon src/index.js", "start" : "node src/index.js", "init" : "node src/database/install_db.js"}, "author" : "Ismael", "license" : "ISC", "dependencies" : {"axios" : "^0.18.0", "bcrypt-nodejs" : "0.0.3", "connect-flash" : "^0.1.1", "cors" : "^2.8.5", "express" : "^4.16.4", "express-validator" : "^6.1.1", "html-to-text" : "^5.1.1", "jsonwebtoken" : "^8.5.1", "juice" : "^5.2.0", "moment" : "^2.24.0", "mongoose" : "^5.7.5", "morgan" : "^1.9.1", "nodemailer" : "^6.1.1", "pug" : "^2.0.4", "shortid" : "^2.2.14", "simple-node-logger" : "^18.12.22", "slug" : "^1.1.0"}, "devDependencies" : {"nodemon" : "^1.19.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "init": {"type": "string"}}, "required": ["dev", "start", "init"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bcrypt-nodejs": {"type": "string"}, "connect-flash": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "express-validator": {"type": "string"}, "html-to-text": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "juice": {"type": "string"}, "moment": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "nodemailer": {"type": "string"}, "pug": {"type": "string"}, "shortid": {"type": "string"}, "simple-node-logger": {"type": "string"}, "slug": {"type": "string"}}, "required": ["axios", "bcrypt-nodejs", "connect-flash", "cors", "express", "express-validator", "html-to-text", "jsonwebtoken", "juice", "moment", "mongoose", "morgan", "nodemailer", "pug", "shortid", "simple-node-logger", "slug"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import"]}}, "required": ["name", "version", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@endeavorb2b/base-website-routing-utils", "version" : "0.15.0", "private" : true, "devDependencies" : {"eslint" : "^5.15.1", "eslint-config-airbnb-base" : "^13.1.0", "eslint-plugin-import" : "^2.16.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import"]}}, "required": ["name", "version", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Product": {"type": "string"}, "Version": {"type": "string"}, "Company": {"type": "string"}, "Description": {"type": "string"}, "Legal Copyright": {"type": "string"}}, "required": ["Product", "Version", "Company", "Description", "Legal Copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Product" : "", "Version" : "0.0.0.33", "Company" : "", "Description" : "", "Legal Copyright" : ""}
json_instruct
{"type": "object", "properties": {"Product": {"type": "string"}, "Version": {"type": "string"}, "Company": {"type": "string"}, "Description": {"type": "string"}, "Legal Copyright": {"type": "string"}}, "required": ["Product", "Version", "Company", "Description", "Legal Copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 7301030007, "parent" : 7301030, "name" : "LAIYOLO", "latitude" : null, "longitude" : null, "postal" : [92855], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"composite": {"type": "boolean"}}, "required": ["composite"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "files": {"type": "array", "items": {}}}, "required": ["compilerOptions", "references", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"composite" : true}, "references" : [{"path" : "packages/testbed/tsconfig.project.json"}, {"path" : "packages/box2d/tsconfig.project.json"}, {"path" : "packages/helloworld/tsconfig.project.json"}, {"path" : "packages/tests/tsconfig.project.json"}], "files" : []}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"composite": {"type": "boolean"}}, "required": ["composite"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "files": {"type": "array", "items": {}}}, "required": ["compilerOptions", "references", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}