input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "chrome-remote-interface": {"type": "string"}, "compression": {"type": "string"}, "express": {"type": "string"}, "he": {"type": "string"}, "valid-url": {"type": "string"}}, "required": ["body-parser", "chrome-remote-interface", "compression", "express", "he", "valid-url"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["mocha", "sinon"]}}, "required": ["name", "description", "version", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "prerenderi-docker", "description" : "Docker image of Prerender.io", "version" : "0.0.1", "dependencies" : {"body-parser" : "~1.18.3", "chrome-remote-interface" : "~0.25.7", "compression" : "~1.7.3", "express" : "~4.16.3", "he" : "~1.1.1", "valid-url" : "~1.0.9"}, "devDependencies" : {"mocha" : "^5.2.0", "sinon" : "^6.1.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "chrome-remote-interface": {"type": "string"}, "compression": {"type": "string"}, "express": {"type": "string"}, "he": {"type": "string"}, "valid-url": {"type": "string"}}, "required": ["body-parser", "chrome-remote-interface", "compression", "express", "he", "valid-url"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["mocha", "sinon"]}}, "required": ["name", "description", "version", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See distrsr on Metamath](http://us.metamath.org/mpegif/distrsr.html)"}], "names" : ["distrsr"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_cmr", "#T_cB", "#T_cplr", "#T_cC", "#T_wceq", "#T_cA", "#T_cmr", "#T_cB", "#T_cplr", "#T_cA", "#T_cmr", "#T_cC"], "metaLanguage" : "METAMATH", "remarks" : " Multiplication of signed reals is distributive. (Contributed by NM, 2-Sep-1995.) (Revised by Mario Carneiro, 28-Apr-2015.) (New usage is discouraged.) ", "statement" : "distrsr $p |- ( A .R ( B +R C ) ) = ( ( A .R B ) +R ( A .R C ) ) $."}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "tillandsia", "definition" : "A genus of epiphytic endogenous plants found in the Southern United States and in tropical America. Tillandsia usneoides, called long moss, black moss, Spanish moss, and Florida moss, has a very slender pendulous branching stem, and forms great hanging tufts on the branches of trees. It is often used for stuffing mattresses."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"derivation" : "from, H7556 (\u05e8\u05b8\u05e7\u05b7\u05e7) in its original sense;", "pron" : "raw-keek'", "outline" : "<ol><li> thin cake, wafer</li></ol>", "kjv_def" : "cake, wafer.", "lemma" : "\u05e8\u05b8\u05e7\u05b4\u05d9\u05e7", "frequency" : 8, "strongs_def" : "a thin cake", "xlit" : "r\u00e2q\u00eeyq"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Learning Deep Boltzmann Machines using Adaptive MCMC.", "fields" : ["boltzmann machine", "energy landscape", "dbm", "markov chain monte carlo", "boltzmann constant"], "abstract" : "When modeling high-dimensional richly structured data, it is often the case that the distribution defined by the Deep Boltzmann Machine (DBM) has a rough energy landscape with many local minima separated by high energy barriers. The commonly used Gibbs sampler tends to get trapped in one local mode, which often results in unstable learning dynamics and leads to poor parameter estimates. In this paper, we concentrate on learning DBM's using adaptive MCMC algorithms. We first show a close connection between Fast PCD and adaptive MCMC. We then develop a Coupled Adaptive Simulated Tempering algorithm that can be used to better explore a highly multimodal energy landscape. Finally, we demonstrate that the proposed algorithm considerably improves parameter estimates, particularly when learning large-scale DBM's.", "citation" : "Citations (69)", "departments" : ["Massachusetts Institute of Technology"], "authors" : ["Ruslan Salakhutdinov.....http://dblp.org/pers/hd/s/Salakhutdinov:Ruslan"], "conf" : "icml", "year" : "2010", "pages" : 8}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"inputFileName": {"type": "string"}, "outputFileName": {"type": "string"}, "split": {"type": "object", "properties": {"fileSize": {"type": "integer"}}, "required": ["fileSize"]}, "sort": {"type": "object", "properties": {"inputBufferSize": {"type": "integer"}, "outputBufferSize": {"type": "integer"}}, "required": ["inputBufferSize", "outputBufferSize"]}, "merge": {"type": "object", "properties": {"FilesPerRun": {"type": "integer"}, "InputBufferSize": {"type": "integer"}, "OutputBufferSize": {"type": "integer"}}, "required": ["FilesPerRun", "InputBufferSize", "OutputBufferSize"]}}, "required": ["inputFileName", "outputFileName", "split", "sort", "merge"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputFileName" : "C:/Temp/input.txt", "outputFileName" : "C:/Temp/output.txt", "split" : {"fileSize" : 300971520}, "sort" : {"inputBufferSize" : 300971520, "outputBufferSize" : 300971520}, "merge" : {"FilesPerRun" : 10, "InputBufferSize" : 300971520, "OutputBufferSize" : 300971520}}
json_instruct
{"type": "object", "properties": {"inputFileName": {"type": "string"}, "outputFileName": {"type": "string"}, "split": {"type": "object", "properties": {"fileSize": {"type": "integer"}}, "required": ["fileSize"]}, "sort": {"type": "object", "properties": {"inputBufferSize": {"type": "integer"}, "outputBufferSize": {"type": "integer"}}, "required": ["inputBufferSize", "outputBufferSize"]}, "merge": {"type": "object", "properties": {"FilesPerRun": {"type": "integer"}, "InputBufferSize": {"type": "integer"}, "OutputBufferSize": {"type": "integer"}}, "required": ["FilesPerRun", "InputBufferSize", "OutputBufferSize"]}}, "required": ["inputFileName", "outputFileName", "split", "sort", "merge"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cars4_32714", "displayName" : "cars4_32714"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$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"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["express", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "devsecops-poc", "version" : "0.1.0", "description" : "A proof of concept for a devsecops pipeline", "main" : "index.js", "scripts" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/trycrmr/devsecops-poc.git"}, "author" : "trycrmr", "license" : "MIT", "bugs" : {"url" : "https://github.com/trycrmr/devsecops-poc/issues"}, "homepage" : "https://github.com/trycrmr/devsecops-poc#readme", "dependencies" : {"express" : "^4.16.3", "nodemon" : "^1.17.4"}}
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"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["express", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type": "string"}, "test:one": {"type": "string"}}, "required": ["test", "test:watch", "test:one"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["chai", "mocha", "sinon"]}, "dependencies": {"type": "object", "properties": {"moment": {"type": "string"}}, "required": ["moment"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "deadsimpletodo-parser", "version" : "0.1.0", "description" : "Simple text-only parser for notes", "main" : "index.js", "scripts" : {"test" : "mocha --parallel tests/*js", "test:watch" : "mocha --parallel tests/*js --watch --bail", "test:one" : "mocha --parallel tests/commands.js --watch --bail"}, "keywords" : ["todo", "parser", "text"], "author" : "Vincent A Saulys", "license" : "MIT", "devDependencies" : {"chai" : "^4.3.4", "mocha" : "^9.1.3", "sinon" : "^12.0.1"}, "dependencies" : {"moment" : "^2.29.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type": "string"}, "test:one": {"type": "string"}}, "required": ["test", "test:watch", "test:one"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["chai", "mocha", "sinon"]}, "dependencies": {"type": "object", "properties": {"moment": {"type": "string"}}, "required": ["moment"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ID": {"type": "string"}, "project": {"type": "string"}, "bug_id": {"type": "string"}, "correctness": {"type": "string"}, "tool": {"type": "string"}, "delta_allowed": {"type": "string"}, "target": {"type": "array", "items": {"type": "string"}}}, "required": ["ID", "project", "bug_id", "correctness", "tool", "delta_allowed", "target"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ID" : "Math_bug24", "project" : "Math", "bug_id" : "24", "correctness" : "Correct", "tool" : "developer", "delta_allowed" : "1e-6", "target" : ["org/apache/commons/math3/optimization/univariate/BrentOptimizer.java:230", "org/apache/commons/math3/optimization/univariate/BrentOptimizer.java:268"]}
json_instruct
{"type": "object", "properties": {"ID": {"type": "string"}, "project": {"type": "string"}, "bug_id": {"type": "string"}, "correctness": {"type": "string"}, "tool": {"type": "string"}, "delta_allowed": {"type": "string"}, "target": {"type": "array", "items": {"type": "string"}}}, "required": ["ID", "project", "bug_id", "correctness", "tool", "delta_allowed", "target"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["minecraft:sea_pickle"]}
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "default_locale": {"type": "string"}, "description": {"type": "string"}, "background_color": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "orientation": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}, "density": {"type": "number"}}, "required": ["src", "sizes", "type", "density"]}}}, "required": ["manifest_version", "name", "version", "default_locale", "description", "background_color", "start_url", "display", "orientation", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "RetroArch Remote", "version" : "1.0.0", "default_locale" : "en", "description" : "Remote control RetroArch", "background_color" : "#fff", "start_url" : "index.html", "display" : "standalone", "orientation" : "portrait", "icons" : [{"src" : "/assets/img/retroarch-remote-48x48.png", "sizes" : "48x48", "type" : "image/png", "density" : 1.0}, {"src" : "/assets/img/retroarch-remote-72x72.png", "sizes" : "72x72", "type" : "image/png", "density" : 1.5}, {"src" : "/assets/img/retroarch-remote-96x96.png", "sizes" : "96x96", "type" : "image/png", "density" : 2.0}, {"src" : "/assets/img/retroarch-remote-144x144.png", "sizes" : "144x144", "type" : "image/png", "density" : 3.0}, {"src" : "/assets/img/retroarch-remote-192x192.png", "sizes" : "192x192", "type" : "image/png", "density" : 4.0}]}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "default_locale": {"type": "string"}, "description": {"type": "string"}, "background_color": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "orientation": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}, "density": {"type": "number"}}, "required": ["src", "sizes", "type", "density"]}}}, "required": ["manifest_version", "name", "version", "default_locale", "description", "background_color", "start_url", "display", "orientation", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "@types/react-router": {"type": "string"}, "@types/react-router-dom": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}, "snowpack": {"type": "string"}}, "required": ["@types/react", "@types/react-dom", "@types/react-router", "@types/react-router-dom", "react", "react-dom", "react-router-dom", "snowpack"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "test"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "jest-environment-jsdom": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "jest", "jest-environment-jsdom", "ts-jest", "typescript"]}}, "required": ["name", "version", "main", "license", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@nexys/snowpack-boilerplate", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "dependencies" : {"@types/react" : "^17.0.3", "@types/react-dom" : "^17.0.3", "@types/react-router" : "^5.1.13", "@types/react-router-dom" : "^5.1.7", "react" : "^17.0.2", "react-dom" : "^17.0.2", "react-router-dom" : "^5.2.0", "snowpack" : "^3.2.2"}, "scripts" : {"start" : "SNOWPACK_PUBLIC_URL= snowpack dev", "build" : "snowpack build", "test" : "jest"}, "devDependencies" : {"@types/jest" : "^26.0.22", "jest" : "^26.6.3", "jest-environment-jsdom" : "^26.6.2", "ts-jest" : "^26.5.4", "typescript" : "^4.2.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "@types/react-router": {"type": "string"}, "@types/react-router-dom": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}, "snowpack": {"type": "string"}}, "required": ["@types/react", "@types/react-dom", "@types/react-router", "@types/react-router-dom", "react", "react-dom", "react-router-dom", "snowpack"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "test"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "jest-environment-jsdom": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "jest", "jest-environment-jsdom", "ts-jest", "typescript"]}}, "required": ["name", "version", "main", "license", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "enu$a$1", "fields" : [{"name" : "a", "descriptor" : "Lvk;"}, {"name" : "b", "descriptor" : "Lemq;"}, {"name" : "c", "descriptor" : "Lenu$a;"}], "methods" : [{"name" : "<init>", "descriptor" : "(Lenu$a;Lvk;Lemq;)V"}, {"name" : "a", "descriptor" : "()Lemq;"}, {"name" : "a", "descriptor" : "(Lenr;)V", "parameters" : [{"index" : 1, "name" : "pEngine"}]}, {"name" : "e", "descriptor" : "()I"}, {"name" : "k", "descriptor" : "()Ljava/lang/Object;"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"defaults": {"type": "object", "properties": {"imageResolutions": {"type": "object", "properties": {"thumbnail": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}, "featureThumbnail": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}, "image": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}}, "required": ["thumbnail", "featureThumbnail", "image"]}}, "required": ["imageResolutions"]}}, "required": ["defaults"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"defaults" : {"imageResolutions" : {"thumbnail" : {"height" : 88, "width" : 88}, "featureThumbnail" : {"height" : 187, "width" : 337}, "image" : {"height" : 360, "width" : 200}}}}
json_instruct
{"type": "object", "properties": {"defaults": {"type": "object", "properties": {"imageResolutions": {"type": "object", "properties": {"thumbnail": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}, "featureThumbnail": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}, "image": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}}, "required": ["thumbnail", "featureThumbnail", "image"]}}, "required": ["imageResolutions"]}}, "required": ["defaults"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["cordova-android-scrollbar"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "title": {"type": "string"}, "phone": {"type": "string"}}, "required": ["firstname", "lastname", "title", "phone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"firstname" : "LeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleoLeoleoleo", "lastname" : "sok", "title" : "project manager", "phone" : "0555555555"}
json_instruct
{"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "title": {"type": "string"}, "phone": {"type": "string"}}, "required": ["firstname", "lastname", "title", "phone"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "baseUrl": {"type": "string"}, "moduleResolution": {"type": "string"}, "paths": {"type": "object", "properties": {"@/*": {"type": "array", "items": {"type": "string"}}, "@api/*": {"type": "array", "items": {"type": "string"}}, "@util/*": {"type": "array", "items": {"type": "string"}}, "@view/*": {"type": "array", "items": {"type": "string"}}, "@comp/*": {"type": "array", "items": {"type": "string"}}, "@style/*": {"type": "array", "items": {"type": "string"}}, "@hook/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@/*", "@api/*", "@util/*", "@view/*", "@comp/*", "@style/*", "@hook/*"]}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["target", "module", "baseUrl", "moduleResolution", "paths", "lib"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"target" : "esnext", "module" : "esnext", "baseUrl" : "./", "moduleResolution" : "node", "paths" : {"@/*" : ["./src/*"], "@api/*" : ["./src/api/*"], "@util/*" : ["./src/utils/*"], "@view/*" : ["./src/views/*"], "@comp/*" : ["./src/comp/*"], "@style/*" : ["./src/style/*"], "@hook/*" : ["./src/hooks/*"]}, "lib" : ["esnext", "dom", "dom.iterable", "scripthost"]}}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "baseUrl": {"type": "string"}, "moduleResolution": {"type": "string"}, "paths": {"type": "object", "properties": {"@/*": {"type": "array", "items": {"type": "string"}}, "@api/*": {"type": "array", "items": {"type": "string"}}, "@util/*": {"type": "array", "items": {"type": "string"}}, "@view/*": {"type": "array", "items": {"type": "string"}}, "@comp/*": {"type": "array", "items": {"type": "string"}}, "@style/*": {"type": "array", "items": {"type": "string"}}, "@hook/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@/*", "@api/*", "@util/*", "@view/*", "@comp/*", "@style/*", "@hook/*"]}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["target", "module", "baseUrl", "moduleResolution", "paths", "lib"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"keV" : [2.04, 15.691, 15.775, 17.653, 17.667, 17.969, 146.653, 328.7, 469.5, 475.3, 644.4, 699.9, 771.7, 781.2, 918.5, 1175.0, 1225.2, 1315.0, 1332.4, 1462.0, 1612.1, 1625.8, 1699.6, 1750.4, 1897.4, 1912.1, 1956.3, 2225.6, 2274.0, 2940.0, 3086.9, 3212.9, 3257.4, 3615.2, 3701.0, 3730.8, 3826.6, 3861.7, 3992.2, 4044.2, 4071.2, 4119.6, 4159.8, 4162.9, 4334.2, 4512.4, 4562.7, 4737.4, 4839.2, 4895.1, 4914.0, 4929.0, 5228.3, 5271.8, 5442.5, 5502.0, 5538.7, 5551.4, 5573.7, 5601.3, 5718.9, 5782.9, 5804.3, 5838.1, 5847.3, 5914.9, 5934.4, 6141.6, 6231.4], "intensity" : [0.0476, 0.303, 0.58, 0.0448, 0.087, 0.0177, 0.075, 0.052, 0.172, 0.188, 0.071, 0.0179, 0.015, 0.047, 0.075, 0.045, 0.0056, 0.0078, 0.013, 0.0068, 0.0019, 0.024, 0.028, 2.35, 0.014, 0.0082, 0.0035, 0.32, 0.0052, 0.014, 0.0106, 0.007, 0.0085, 0.0033, 0.012, 0.0146, 0.0132, 0.028, 0.0045, 0.004, 0.0033, 0.0103, 0.0021, 0.014, 0.0026, 0.011, 0.0021, 0.0106, 0.024, 0.031, 0.009, 0.022, 0.0129, 0.014, 0.0101, 0.0122, 0.0106, 0.045, 0.0061, 0.034, 0.024, 0.0038, 0.0089, 0.0063, 0.015, 0.013, 0.029, 0.0035, 0.0082], "halfLife" : ["5.34 s"]}
json_instruct
{"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$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"}, "theme": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "visual-designer": {"type": "array", "items": {"type": "string"}}, "ui-designer": {"type": "string"}, "project-manager": {"type": "array", "items": {"type": "string"}}, "develop-manager": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "snapshots": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "theme", "authors", "visual-designer", "ui-designer", "project-manager", "develop-manager", "homepage", "snapshots", "keywords", "dependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jquery-combobox", "version" : "1.0.0", "description" : "A jQuery plugin for custom combo box.", "theme" : "minimalism", "authors" : ["Joshua Tai (HIE-TW)<joshua_tai@trend.com.tw>", "Austin Hung (HIE-TW)<austin_h_hung@trend.com.tw>"], "visual-designer" : ["Lesley Chien (HIE-TW-CON) <Lesley_Chien@trend.com.tw>"], "ui-designer" : "Hanwen Chang (HIE-TW) <hanwen_chang@trend.com.tw>", "project-manager" : ["Hsin Olive Eu (HIE-TW) <HsinOlive_Eu@trend.com.tw>"], "develop-manager" : ["Chandler Chou (HIE-TW) <chandler_chou@trend.com.tw>"], "homepage" : "./example/index.html", "snapshots" : ["./combobox-1.png", "./combobox-2.png", "./combobox-3.png", "./combobox-4.png"], "keywords" : ["jquery", "combobox", "selection", "filter"], "dependencies" : {"jquery" : "2.2.4"}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "theme": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "visual-designer": {"type": "array", "items": {"type": "string"}}, "ui-designer": {"type": "string"}, "project-manager": {"type": "array", "items": {"type": "string"}}, "develop-manager": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "snapshots": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "theme", "authors", "visual-designer", "ui-designer", "project-manager", "develop-manager", "homepage", "snapshots", "keywords", "dependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "number"}, "pace": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "required": ["id", "date", "distance", "pace", "distanceLabel", "duration", "runByRunner"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "10k2-7", "date" : "2016-05-01", "distance" : 6.2, "pace" : 9.86, "distanceLabel" : "10k", "duration" : 61.132, "runByRunner" : "Reinaldo"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "number"}, "pace": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "required": ["id", "date", "distance", "pace", "distanceLabel", "duration", "runByRunner"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"sky_copy_to_clipboard_button_title": {"type": "object", "properties": {"message": {"type": "string"}, "_description": {"type": "string"}}, "required": ["message", "_description"]}}, "required": ["sky_copy_to_clipboard_button_title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sky_copy_to_clipboard_button_title" : {"message" : "Copy to clipboard", "_description" : "Button title for the copy to clipboard button"}}
json_instruct
{"type": "object", "properties": {"sky_copy_to_clipboard_button_title": {"type": "object", "properties": {"message": {"type": "string"}, "_description": {"type": "string"}}, "required": ["message", "_description"]}}, "required": ["sky_copy_to_clipboard_button_title"], "$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-05-27T21:00:00Z", "Temp" : 21.2, "RelHum" : 72, "WindSpeed" : 1.5, "WindDir" : 199}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"HtmlGenerator": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["HtmlGenerator"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"profiles" : {"HtmlGenerator" : {"commandName" : "Project", "commandLineArgs" : "\"C:\\Projects\\Branches\\trunk\\cleanCore\\TSBpm\\Src\\Lib\\TSLib.sln\" /out:\"C:\\Projects\\Branches\\trunk\\cleanCore\\index\" /force"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"HtmlGenerator": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["HtmlGenerator"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"PyDWI": {"type": "object", "properties": {"Overview": {"type": "string"}, "PyDWI": {"type": "string"}}, "required": ["Overview", "PyDWI"]}}, "required": ["PyDWI"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PyDWI" : {"Overview" : "/", "PyDWI" : "/core"}}
json_instruct
{"type": "object", "properties": {"PyDWI": {"type": "object", "properties": {"Overview": {"type": "string"}, "PyDWI": {"type": "string"}}, "required": ["Overview", "PyDWI"]}}, "required": ["PyDWI"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/src/main/java/es/urjc/etsii/labtel/service/util/RandomUtil.java": {"type": "integer"}}, "required": ["/src/main/java/es/urjc/etsii/labtel/service/util/RandomUtil.java"]}, "pull_request": {"type": "string"}, "report": {"type": "object", "properties": {"files_fixed": {"type": "integer"}, "vulnerabilities_fixed": {"type": "integer"}, "file_name_fixed": {"type": "array", "items": {"type": "string"}}}, "required": ["files_fixed", "vulnerabilities_fixed", "file_name_fixed"]}}, "required": ["project_name", "files", "pull_request", "report"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"project_name" : "VSeryi/labtel", "files" : {"/src/main/java/es/urjc/etsii/labtel/service/util/RandomUtil.java" : 3}, "pull_request" : "https://github.com/VSeryi/labtel/pull/2", "report" : {"files_fixed" : 1, "vulnerabilities_fixed" : 3, "file_name_fixed" : ["/src/main/java/es/urjc/etsii/labtel/service/util/RandomUtil.java"]}}
json_instruct
{"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/src/main/java/es/urjc/etsii/labtel/service/util/RandomUtil.java": {"type": "integer"}}, "required": ["/src/main/java/es/urjc/etsii/labtel/service/util/RandomUtil.java"]}, "pull_request": {"type": "string"}, "report": {"type": "object", "properties": {"files_fixed": {"type": "integer"}, "vulnerabilities_fixed": {"type": "integer"}, "file_name_fixed": {"type": "array", "items": {"type": "string"}}}, "required": ["files_fixed", "vulnerabilities_fixed", "file_name_fixed"]}}, "required": ["project_name", "files", "pull_request", "report"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["freezetag:setup/objectives", "freezetag:setup/teams"]}
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}}, "required": ["slug", "name", "description", "tags", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"slug" : "capistrano", "name" : "Capistrano", "description" : "The Ruby equivalent of Fabric, Capistrano is a Ruby framework to configure and run deployment or system administration tasks on local or remote machines. It extends the Rake DSL to define tasks, and can group tasks by Roles.", "tags" : ["linux", "osx", "open-source", "provisioning", "orchestration", "ruby"], "url" : "http://capistranorb.com"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}}, "required": ["slug", "name", "description", "tags", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "mode": {"type": "integer"}, "status": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "mode", "status", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "529", "description" : "", "label" : "No policy for checking the correct sizing of the equipment of the information processing infrastructure, including the emergency equipment", "mode" : 0, "status" : 1, "uuid" : "69fc1a11-4591-11e9-9173-0800277f0571"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "mode": {"type": "integer"}, "status": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "mode", "status", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Error": {"type": "boolean"}, "TerminationStatus": {"type": "string"}}, "required": ["SolverName", "ObjBound", "SolveTime", "PrimalStatus", "InstanceName", "SolveTimeRaw", "CompletedSolveTime", "ObjValue", "Error", "TerminationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"SolverName" : "EAGO", "ObjBound" : -0.6553398614806472, "SolveTime" : 100.03500008583069, "PrimalStatus" : "UNKNOWN_RESULT_STATUS", "InstanceName" : "60_gelu_4_3_5", "SolveTimeRaw" : 100.03600001335144, "CompletedSolveTime" : 100.0, "ObjValue" : -0.5146836437679478, "Error" : false, "TerminationStatus" : "TIME_LIMIT"}
json_instruct
{"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Error": {"type": "boolean"}, "TerminationStatus": {"type": "string"}}, "required": ["SolverName", "ObjBound", "SolveTime", "PrimalStatus", "InstanceName", "SolveTimeRaw", "CompletedSolveTime", "ObjValue", "Error", "TerminationStatus"], "$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#"}
["react-native-code-push"]
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": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3501110005", "district_id" : "3501110", "name" : "PAGEREJO"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "useroperand.51.15.243.49.nip.io", "min_cert_id" : 1217274840, "min_entry_timestamp" : "2019-02-19T17:00:39.628", "not_before" : "2019-02-19T16:00:39", "not_after" : "2019-05-20T16:00:39"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 13530, "name" : "Twill accord", "qualified_name" : "Twill accord", "examine" : "The Royal Accord of Twill.", "members" : true, "release_date" : "2016-01-07", "quest" : false, "weight" : 0.005, "value" : 1, "tradeable" : false, "stackable" : false, "noteable" : false, "equipable" : false, "tradeable_ge" : false, "icon" : "iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAAB5klEQVR4Xu3WzUoCYRQG4Jk7cNXGjeAicBXuIlq5ElrURjAIChe1yMDCyugG3NSN9Luw/3+J6Kq+eOfjHc8cTUf9zFl04EXMwXk88+boef/jfHxjk4jxTamYNsuFmaSgLChBKN+sLllQQlAWRBRAw6Gc9s836yvpIHpLHVT/4Ph8LuUK5ZtKKROCbm92wwBUXLQwQrlJfggG7zOXyQTRZxhyOiBEgjROoxigCdLvPsJYEFEa0ivy0gKTy3quQLYD8pLJ/iAaww3xOGIcgHyzVc4E0SCNYviaxDSbpbBnY5S6P+Y3lHxtIZ8KMKcn5QDE/7IRthQP0wsl/8bN6A4NCYpi4oAkis8njmE0RKMkpjCfmiwmLgqQMTGY6HcNozGDUI4wmOj9Co/Vte5i90NxOw4wmM7dHABgGpuzpl7JmtpGNoLTQGLGLLAeC2IxuSUgvr+OIziEMATH4jvHIQZjfyIQghPJjSCf7aMAhmBjyOND3bRaNXN9tTOZGygQOBG2wBNLFLDPT/vm/e3QtD8awSOe39/thbcGRyBM9w8rhB3S/cFmAAHo9eUgKLRjkOfx+ssQpovNQp+fbZvLi6rL/gweCZP9krcV59uJMxLG8hM1FRBHwrAdoKYK4kjYn/UnziQK42p+AAMoJD7cn9r6AAAAAElFTkSuQmCC", "wiki_url" : "https://oldschool.runescape.wiki/w/Twill_accord"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["Tafo", "Shama Junction", "Saltpond", "Dunkwa", "Chum", "Muete", "Twinsisim", "Kabalima", "Adibo", "Nawari", "Sakumona", "Akwechi", "Avelete", "Takwaim", "Dodo-Iri", "Yendi", "Winneba", "Wenchi", "Wa", "Teshi", "Tema", "Techiman", "Tarkwa", "Swedru", "Brong-Ahafo Region", "Sunyani", "Suhum", "Western Region", "Sekondi-Takoradi", "Savelugu", "Salaga", "Prestea", "Kasoa", "Akim Oda", "Obuasi", "Nungua", "Nsawam", "Nkawkaw", "Navrongo", "Mampong", "Madina", "Kpandu", "Konongo", "Kintampo", "Keta", "Hohoe", "Volta Region", "Ho", "Gbawe", "Foso", "Elmina", "Ejura", "Dom", "Central Region", "Cape Coast", "Bibiani", "Berekum", "Begoro", "Bawku", "Axim", "Asamankese", "Apam", "Anloga", "Akwatia", "Agogo", "Achiaman", "Aburi", "Republic of Ghana", "Yunyo", "Kalesesi", "Ashanti Region", "Kumasi", "Takoradi", "Accra", "Ridge", "Northern Region", "Tamale", "Upper West Region", "Tumu", "Eastern Region", "Koforidua", "Upper East Region", "Bolgatanga"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u672a\u88ab\u9080\u8bf7", "\u56db\u4eba\u9910\u684c", "\u4e0d\u901f\u4e4b\u5ba2"], "key" : "Uninvited"}, {"value" : ["\u672a\u7ecf\u8bf7\u6c42\u7684"], "key" : "uncalled uninvited"}, {"value" : ["\u672a\u88ab\u9080\u8bf7\u7684"], "key" : "uninvited a"}], "query" : "uninvited", "translation" : ["\u4e0d\u8bf7\u81ea\u6765\u7684"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=uninvited"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=uninvited"}, "basic" : {"us-phonetic" : "'\u028cn\u026an'va\u026at\u026ad", "phonetic" : "\u028cn\u026an'va\u026at\u026ad", "uk-phonetic" : "\u028cn\u026an'va\u026at\u026ad", "explains" : ["adj. \u672a\u88ab\u9080\u8bf7\u7684\uff1b\u672a\u7ecf\u8bf7\u6c42\u7684"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"towns" : [{"name" : "Roth", "url" : "roth"}, {"name" : "Roth", "url" : "roth-1"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$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#"}
["appirio-tech-ng-messaging", "appirio-tech-ng-status-report"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"granules": {"type": "array", "items": {"type": "object", "properties": {"granuleId": {"type": "string"}, "dataType": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "size": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "url_path": {"type": "string"}}, "required": ["path", "size", "name", "type", "url_path"]}}}, "required": ["granuleId", "dataType", "version", "files"]}}, "pdr": {"type": "object", "properties": {"path": {"type": "string"}, "size": {"type": "integer"}, "name": {"type": "string"}, "time": {"type": "integer"}}, "required": ["path", "size", "name", "time"]}}, "required": ["granules", "pdr"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"granules" : [{"granuleId" : "MOD09GQ.A2016358.h13v04.006.2016360104606", "dataType" : "MOD09GQ", "version" : "006", "files" : [{"path" : "cumulus-test-data/pdrs", "size" : 1098034, "name" : "MOD09GQ.A2016358.h13v04.006.2016360104606.hdf", "type" : "data", "url_path" : "{cmrMetadata.Granule.GranuleUR}/{file.name}"}, {"path" : "cumulus-test-data/pdrs", "size" : 21708, "name" : "MOD09GQ.A2016358.h13v04.006.2016360104606.hdf.met", "type" : "metadata", "url_path" : "{cmrMetadata.Granule.GranuleUR}/{file.name}"}]}], "pdr" : {"path" : "cumulus-test-data/pdrs", "size" : 596, "name" : "MOD09GQ_1granule_v3.PDR", "time" : 1520873050000}}
json_instruct
{"type": "object", "properties": {"granules": {"type": "array", "items": {"type": "object", "properties": {"granuleId": {"type": "string"}, "dataType": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "size": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "url_path": {"type": "string"}}, "required": ["path", "size", "name", "type", "url_path"]}}}, "required": ["granuleId", "dataType", "version", "files"]}}, "pdr": {"type": "object", "properties": {"path": {"type": "string"}, "size": {"type": "integer"}, "name": {"type": "string"}, "time": {"type": "integer"}}, "required": ["path", "size", "name", "time"]}}, "required": ["granules", "pdr"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}, "total_reviews": {"type": "integer"}, "recipe_score": {"type": "integer"}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "score": {"type": "integer"}, "text": {"type": "string"}}, "required": ["user", "score", "text"]}}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature", "total_reviews", "recipe_score", "reviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "KY\u2019s Melon Bourbon Tobacco", "description" : "WIld melon is a key player in this, along with bourbon which is a strong profile had to back it down to .5% so it doesnt overpower the mix. FLV virginia is a background flavor alittle mild and earthy notes to give support to FLV KY blend, as for Kentucky blend brings full body tobacco and some ash to the mix.\r\nOverall i believe this is an interesting mix ", "id" : 76828, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recipe/imageUrl/76828/russels-reserve-single-barrel.png", "updated_at" : "2020-12-12T17:11:15.000-05:00", "deleted_at" : null, "recipe_type" : 1, "recipe_flavors" : [{"name" : "Wild Melon", "flavor_id" : "619", "millipercent" : 1000, "vendor" : "FLV"}, {"name" : "Virginia Tobacco", "flavor_id" : "623", "millipercent" : 1250, "vendor" : "FLV"}, {"name" : "Kentucky Blend", "flavor_id" : "4362", "millipercent" : 1000, "vendor" : "FLV"}, {"name" : "Bourbon", "flavor_id" : "4411", "millipercent" : 300, "vendor" : "FLV"}], "author" : "JJ1977", "views" : "1361", "created_at" : "2017-12-01", "slug" : "kys_melon_bourbon_tobacco", "archive_image_url" : "https://allthearchives.com/images/76828.png", "total_flavoring" : "3.55%", "steep_days" : "14", "best_vg" : "85%", "temperature" : "0", "total_reviews" : 1, "recipe_score" : 4, "reviews" : [{"user" : "cdaniell30", "score" : 4, "text" : "This is definitely a nice changeup from the norm. My initial reaction after this steeped a week was that it was a bit musty, but after a few more days it really came into itself and became a nice, warm vape"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}, "total_reviews": {"type": "integer"}, "recipe_score": {"type": "integer"}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "score": {"type": "integer"}, "text": {"type": "string"}}, "required": ["user", "score", "text"]}}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature", "total_reviews", "recipe_score", "reviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x2883559ab95de4ac617cdcf777ea23c852ccdc33", "tool" : "solhint", "start" : 1563784281.541332, "end" : 1563784285.4786873, "duration" : 3.9373552799224854, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"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" : 101798147, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "a5d173b4b40f77408cc3123d946ab426", "wof:id" : 101798147, "wof:repo" : "whosonfirst-data-admin-bg"}, "bbox" : [25.7, 42.21667, 25.7, 42.21667], "geometry" : {"coordinates" : [25.7, 42.21667], "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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"mmoaay": {"type": "string"}}, "required": ["mmoaay"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "dependencies": {"type": "object", "properties": {"SwiftProtobuf": {"type": "array", "items": {}}, "AlamofireObjectMapper": {"type": "array", "items": {"type": "string"}}}, "required": ["SwiftProtobuf", "AlamofireObjectMapper"]}, "pushed_with_swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "resources", "dependencies", "pushed_with_swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "MBNetwork", "version" : "0.4.0", "summary" : "MBNetwork - Network request can be easier", "description" : "MBNetwork is a network request framework based on Alamofire and ObjectMapper, aiming at making network request easier for business development", "homepage" : "https://github.com/mmoaay/MBNetwork", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"mmoaay" : "mmoaay@sina.com"}, "source" : {"git" : "https://github.com/mmoaay/MBNetwork.git", "tag" : "0.4.0"}, "platforms" : {"ios" : "8.0"}, "source_files" : "MBNetwork/Classes/**/*", "resources" : "MBNetwork/Assets/**/*", "dependencies" : {"SwiftProtobuf" : [], "AlamofireObjectMapper" : ["~>4"]}, "pushed_with_swift_version" : "3.0"}
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": {"mmoaay": {"type": "string"}}, "required": ["mmoaay"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "dependencies": {"type": "object", "properties": {"SwiftProtobuf": {"type": "array", "items": {}}, "AlamofireObjectMapper": {"type": "array", "items": {"type": "string"}}}, "required": ["SwiftProtobuf", "AlamofireObjectMapper"]}, "pushed_with_swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "resources", "dependencies", "pushed_with_swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"label" : "Person", "normalizedVertices" : [{"x" : 0.7301941, "y" : 0.868255}, {"x" : 0.9187967, "y" : 0.868255}, {"x" : 0.9187967, "y" : 0.9606738}, {"x" : 0.7301941, "y" : 0.9606738}], "score" : 0.8546155}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"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": "null"}, "FID": {"type": "string"}}, "required": ["Name", "description", "FID"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "name", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "name" : "D01_BART_R1_P1_v1", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "", "description" : null, "FID" : "0"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-71.33425601184932, 43.99196561920267], [-71.20952197036851, 43.99194755641872], [-71.20949699831982, 44.081946507639], [-71.33423086245087, 44.08196459559764], [-71.33425601184932, 43.99196561920267]]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"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": "null"}, "FID": {"type": "string"}}, "required": ["Name", "description", "FID"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "name", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"just": {"type": "array", "items": {"type": "integer"}}, "journal": {"type": "array", "items": {"type": "integer"}}, "json": {"type": "array", "items": {"type": "integer"}}}, "required": ["just", "journal", "json"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"just" : [589825, 917505, 1966082, 4980738], "journal" : [1966081, 4980737], "json" : [2097154, 11599874]}
json_instruct
{"type": "object", "properties": {"just": {"type": "array", "items": {"type": "integer"}}, "journal": {"type": "array", "items": {"type": "integer"}}, "json": {"type": "array", "items": {"type": "integer"}}}, "required": ["just", "journal", "json"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:watch": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "build:watch", "prepublish", "test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"loader-utils": {"type": "string"}}, "required": ["loader-utils"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-env": {"type": "string"}}, "required": ["babel-cli", "babel-preset-env"]}}, "required": ["name", "version", "license", "description", "main", "authors", "repository", "scripts", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "move-file-loader", "version" : "1.0.0", "license" : "MIT", "description" : "A Webpack loader to move files from one location to another and return the contents.", "main" : "lib/index.js", "authors" : ["Cody Reichert <codyreichert@gmail.com>", "Christopher Reichert <creichert07@gmail.com>", "Assertible, Inc <admin@assertible.com>"], "repository" : {"type" : "git", "url" : "https://github.com/assertible/move-file-loader.git"}, "scripts" : {"build" : "babel src --presets babel-preset-env --out-dir lib", "build:watch" : "babel src --presets babel-preset-env --out-dir lib --watch", "prepublish" : "npm run build", "test" : "echo \"No tests implemented\""}, "engines" : {"node" : ">=4.0.0"}, "dependencies" : {"loader-utils" : "1.1.0"}, "devDependencies" : {"babel-cli" : "6.26.0", "babel-preset-env" : "1.7.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:watch": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "build:watch", "prepublish", "test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"loader-utils": {"type": "string"}}, "required": ["loader-utils"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-env": {"type": "string"}}, "required": ["babel-cli", "babel-preset-env"]}}, "required": ["name", "version", "license", "description", "main", "authors", "repository", "scripts", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"zones": {"type": "array", "items": {"type": "string"}}, "links": {"type": "array", "items": {"type": "string"}}}, "required": ["zones", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"zones" : ["Indian/Chagos|LMT IOT IOT|-4N.E -50 -60|012|-2xosN.E 3AGLN.E", "Indian/Christmas|CXT|-70|0|", "Indian/Cocos|CCT|-6u|0|", "Indian/Kerguelen|zzz TFT|0 -50|01|-MG00", "Indian/Mahe|LMT SCT|-3F.M -40|01|-2yO3F.M", "Indian/Maldives|MMT MVT|-4S -50|01|-olgS", "Indian/Mauritius|LMT MUT MUST|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0", "Indian/Reunion|LMT RET|-3F.Q -40|01|-2mDDF.Q", "Indian/Comoro|LMT EAT BEAT BEAUT|-2r.g -30 -2u -2J|01231|-1F3Cr.g 3Dzr.g okMu MFXJ"], "links" : ["Indian/Comoro|Indian/Antananarivo", "Indian/Comoro|Indian/Mayotte"]}
json_instruct
{"type": "object", "properties": {"zones": {"type": "array", "items": {"type": "string"}}, "links": {"type": "array", "items": {"type": "string"}}}, "required": ["zones", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "quote_1": {"type": "string"}, "quote_2": {"type": "string"}, "quote_3": {"type": "string"}}, "required": ["name", "title", "quote_1", "quote_2", "quote_3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Jayesh", "title" : "Techno-Disaster", "quote_1" : "Quote_1", "quote_2" : "Quote_2", "quote_3" : "Quote_3"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "quote_1": {"type": "string"}, "quote_2": {"type": "string"}, "quote_3": {"type": "string"}}, "required": ["name", "title", "quote_1", "quote_2", "quote_3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:lt": {"type": "string"}, "name:pl": {"type": "string"}, "name:ru": {"type": "string"}}, "required": ["name:lt", "name:pl", "name:ru"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "Jonavos rajono savivaldyb\u0117", "iso2" : "LT-10", "admin_level" : 5, "osm_id" : 1447848, "wikidata_id" : "Q1351768", "wikipedia_id" : "lt:Jonavos rajono savivaldyb\u0117", "population" : 52300, "countrylevel_id" : "iso2:LT-10", "osm_data" : {"localname" : "Jonavos rajono savivaldyb\u0117", "official_name" : "", "alltags" : {"name:lt" : "Jonavos rajono savivaldyb\u0117", "name:pl" : "rejon janowski", "name:ru" : "\u0418\u043e\u043d\u0430\u0432\u0441\u043a\u0438\u0439 \u0440\u0430\u0439\u043e\u043d"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[24.016, 55.116], [24.023, 55.105], [24.04, 55.115], [24.057, 55.109], [24.077, 55.112], [24.09, 55.107], [24.081, 55.087], [24.061, 55.072], [24.097, 55.06], [24.085, 55.048], [24.065, 55.04], [24.068, 55.028], [24.109, 55.018], [24.099, 54.996], [24.086, 54.985], [24.094, 54.978], [24.126, 54.979], [24.114, 54.966], [24.126, 54.964], [24.114, 54.951], [24.138, 54.936], [24.213, 54.959], [24.228, 54.941], [24.319, 54.964], [24.315, 54.969], [24.407, 54.977], [24.429, 54.984], [24.439, 54.98], [24.441, 54.991], [24.431, 55.003], [24.449, 55.019], [24.502, 55.011], [24.527, 55.012], [24.552, 54.991], [24.559, 55.004], [24.588, 55.013], [24.585, 55.028], [24.622, 55.03], [24.613, 55.04], [24.636, 55.044], [24.63, 55.065], [24.612, 55.075], [24.592, 55.074], [24.591, 55.087], [24.582, 55.096], [24.582, 55.11], [24.555, 55.107], [24.547, 55.123], [24.516, 55.14], [24.541, 55.154], [24.506, 55.157], [24.485, 55.186], [24.481, 55.2], [24.505, 55.222], [24.446, 55.233], [24.424, 55.227], [24.41, 55.234], [24.426, 55.26], [24.426, 55.274], [24.416, 55.276], [24.42, 55.288], [24.391, 55.297], [24.388, 55.292], [24.368, 55.296], [24.352, 55.284], [24.319, 55.275], [24.316, 55.27], [24.242, 55.271], [24.223, 55.267], [24.205, 55.268], [24.205, 55.259], [24.188, 55.257], [24.177, 55.243], [24.156, 55.236], [24.153, 55.213], [24.139, 55.202], [24.11, 55.201], [24.05, 55.175], [24.056, 55.154], [24.031, 55.147], [24.034, 55.138], [24.016, 55.116]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:lt": {"type": "string"}, "name:pl": {"type": "string"}, "name:ru": {"type": "string"}}, "required": ["name:lt", "name:pl", "name:ru"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "organization": {"type": "string"}, "iconUrl": {"type": "string"}, "sourceUrl": {"type": "string"}, "dataVisibility": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "categories", "organization", "iconUrl", "sourceUrl", "dataVisibility"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "RENUANT", "name" : "Renuant", "categories" : ["ADVERTISING", "TOOLS"], "organization" : "RENUANT", "iconUrl" : "https://images.squarespace-cdn.com/content/5b3424f93e2d09ed172fb573/1530144216616-RB8R0OH5F9JSEJXQJOGD/renuant+favicon.png?content-type=image%2Fpng", "sourceUrl" : "https://www.renuant.com", "dataVisibility" : ["PRIVATE"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "organization": {"type": "string"}, "iconUrl": {"type": "string"}, "sourceUrl": {"type": "string"}, "dataVisibility": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "categories", "organization", "iconUrl", "sourceUrl", "dataVisibility"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u5168\u88f8\u9ad8\u5c3e\u306e\u97d3\u30b9\u30b1\u30d9\u8e0a\u308a\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "jiraigenn1999", "description" : "\u6bd4\u8f03\u4fdd\u5b58", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2181019/thumbnail-2181019_0001.jpg?itok=oQYO3kBV", "download" : "https://ecchi.iwara.tv/api/video/ekkg8fapm2ummrjgm", "origin" : "https://ecchi.iwara.tv/videos/ekkg8fapm2ummrjgm"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"serverOpen": {"type": "string"}, "onlinePlayers": {"type": "string"}, "currentTime": {"type": "string"}, "cachedUntil": {"type": "string"}}, "required": ["serverOpen", "onlinePlayers", "currentTime", "cachedUntil"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"serverOpen" : "True", "onlinePlayers" : "30271", "currentTime" : "2012-09-09 09:22:35", "cachedUntil" : "2012-09-09 09:25:24"}
json_instruct
{"type": "object", "properties": {"serverOpen": {"type": "string"}, "onlinePlayers": {"type": "string"}, "currentTime": {"type": "string"}, "cachedUntil": {"type": "string"}}, "required": ["serverOpen", "onlinePlayers", "currentTime", "cachedUntil"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "properties": {"C": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "S": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "R": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "G": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "T": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["C", "S", "R", "G", "B", "T"]}}, "required": ["result", "pattern", "type", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"result" : {"item" : "cdm:motherboard"}, "pattern" : ["CSR", "GBG", "TTT"], "type" : "minecraft:crafting_shaped", "key" : {"C" : {"item" : "minecraft:comparator"}, "S" : {"item" : "minecraft:daylight_detector"}, "R" : {"item" : "minecraft:repeater"}, "G" : {"item" : "minecraft:gold_ingot"}, "B" : {"item" : "minecraft:redstone_block"}, "T" : {"item" : "cdm:circuit_board"}}}
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "properties": {"C": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "S": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "R": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "G": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "T": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["C", "S", "R", "G", "B", "T"]}}, "required": ["result", "pattern", "type", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"administratorsCanLogInAsAnyUser": {"type": "object", "properties": {"$comment": {"type": "string"}, "type": {"type": "string"}}, "required": ["$comment", "type"]}}, "required": ["administratorsCanLogInAsAnyUser"]}}, "required": ["$schema", "$id", "title", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json-schema.org/draft-07/schema", "$id" : "https://github.com/amtrack/sfdx-browserforce-plugin/src/plugins/login-access-policies/schema.json", "title" : "Login Access Policies", "type" : "object", "properties" : {"administratorsCanLogInAsAnyUser" : {"$comment" : "Administrators Can Log in as Any User", "type" : "boolean"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"administratorsCanLogInAsAnyUser": {"type": "object", "properties": {"$comment": {"type": "string"}, "type": {"type": "string"}}, "required": ["$comment", "type"]}}, "required": ["administratorsCanLogInAsAnyUser"]}}, "required": ["$schema", "$id", "title", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"activitynotyetviewable": {"type": "string"}, "activitynotyetviewablegothere": {"type": "string"}, "allsections": {"type": "string"}, "confirmdeletemodulefiles": {"type": "string"}, "confirmdownload": {"type": "string"}, "confirmdownloadsection": {"type": "string"}, "confirmdownloadunknownsize": {"type": "string"}, "contents": {"type": "string"}, "couldnotloadsectioncontent": {"type": "string"}, "couldnotloadsections": {"type": "string"}, "errordownloadingsection": {"type": "string"}, "errorgetmodule": {"type": "string"}, "gotothesite": {"type": "string"}, "nocontentavailable": {"type": "string"}, "showall": {"type": "string"}}, "required": ["activitynotyetviewable", "activitynotyetviewablegothere", "allsections", "confirmdeletemodulefiles", "confirmdownload", "confirmdownloadsection", "confirmdownloadunknownsize", "contents", "couldnotloadsectioncontent", "couldnotloadsections", "errordownloadingsection", "errorgetmodule", "gotothesite", "nocontentavailable", "showall"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"activitynotyetviewable" : "Die Aktivit\u00e4t oder das Material kann bisher in der App nicht angezeigt werden.", "activitynotyetviewablegothere" : "Die Aktivit\u00e4t oder das Material kann bisher in der App nicht angezeigt werden. Tippen Sie auf die Taste, um die Website im Browser anzuzeigen.", "allsections" : "Alle Abschnitte", "confirmdeletemodulefiles" : "M\u00f6chten Sie diese Dateien wirklich l\u00f6schen?", "confirmdownload" : "M\u00f6chten Sie wirklich {{size}} herunterladen?", "confirmdownloadsection" : "M\u00f6chten Sie wirklich {{size}} herunterladen?", "confirmdownloadunknownsize" : "Die Datenmenge kann nicht berechnet werden. M\u00f6chten Sie wirklich herunterladen?", "contents" : "Inhalte", "couldnotloadsectioncontent" : "Die Abschnittsinhalte konnten nicht geladen werden. Versuchen Sie es sp\u00e4ter nochmal.", "couldnotloadsections" : "Die Abschnitte konnten nicht geladen werden. Versuchen Sie es sp\u00e4ter nochmal.", "errordownloadingsection" : "Fehler beim Herunterladen des Abschnitts", "errorgetmodule" : "Fehler beim Laden von Moduldaten", "gotothesite" : "Zur Website", "nocontentavailable" : "Aktuell sind keine Inhalte verf\u00fcgbar", "showall" : "Alles anzeigen"}
json_instruct
{"type": "object", "properties": {"activitynotyetviewable": {"type": "string"}, "activitynotyetviewablegothere": {"type": "string"}, "allsections": {"type": "string"}, "confirmdeletemodulefiles": {"type": "string"}, "confirmdownload": {"type": "string"}, "confirmdownloadsection": {"type": "string"}, "confirmdownloadunknownsize": {"type": "string"}, "contents": {"type": "string"}, "couldnotloadsectioncontent": {"type": "string"}, "couldnotloadsections": {"type": "string"}, "errordownloadingsection": {"type": "string"}, "errorgetmodule": {"type": "string"}, "gotothesite": {"type": "string"}, "nocontentavailable": {"type": "string"}, "showall": {"type": "string"}}, "required": ["activitynotyetviewable", "activitynotyetviewablegothere", "allsections", "confirmdeletemodulefiles", "confirmdownload", "confirmdownloadsection", "confirmdownloadunknownsize", "contents", "couldnotloadsectioncontent", "couldnotloadsections", "errordownloadingsection", "errorgetmodule", "gotothesite", "nocontentavailable", "showall"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "valid_targets": {"type": "array", "items": {"type": "string"}}, "effect": {"type": "string"}, "effect_str": {"type": "string"}, "base_energy_cost": {"type": "integer"}, "energy_source": {"type": "string"}, "spell_class": {"type": "string"}, "difficulty": {"type": "integer"}, "max_level": {"type": "integer"}, "min_damage": {"type": "integer"}, "max_damage": {"type": "integer"}, "min_aoe": {"type": "integer"}, "max_aoe": {"type": "integer"}, "min_duration": {"type": "integer"}, "max_duration": {"type": "integer"}, "base_casting_time": {"type": "integer"}, "flags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "type", "name", "description", "valid_targets", "effect", "effect_str", "base_energy_cost", "energy_source", "spell_class", "difficulty", "max_level", "min_damage", "max_damage", "min_aoe", "max_aoe", "min_duration", "max_duration", "base_casting_time", "flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "t7_mana_idol_vex", "type" : "SPELL", "name" : "Idol: <color_dark_blue>Vex</color>", "description" : "Calls forth the ancient idol: <color_light_blue>Vex</color>, the etherean calamity. A deity who fulfills your desire for annihilation with its etherean prowess.\n* Once it is successfully summoned, you are affected with <color_yellow>ancient dread</color>, an enormous penalty to intelligence and movement speed.\n* This minion does not harm with brute strength, but casts one from its numerous unique, crowd-control spells.\n\nThis is a <color_pink>tier 7</color> spell.", "valid_targets" : ["self", "ground"], "effect" : "summon", "effect_str" : "mon_idol_vex", "base_energy_cost" : 15000, "energy_source" : "MANA", "spell_class" : "VAMP_MANA_spellcaster", "difficulty" : 15, "max_level" : 5, "min_damage" : 1, "max_damage" : 1, "min_aoe" : 2, "max_aoe" : 2, "min_duration" : 100000, "max_duration" : 125000, "base_casting_time" : 12000, "flags" : ["SOMATIC", "VERBAL", "CONCENTRATE", "NO_LEGS"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "valid_targets": {"type": "array", "items": {"type": "string"}}, "effect": {"type": "string"}, "effect_str": {"type": "string"}, "base_energy_cost": {"type": "integer"}, "energy_source": {"type": "string"}, "spell_class": {"type": "string"}, "difficulty": {"type": "integer"}, "max_level": {"type": "integer"}, "min_damage": {"type": "integer"}, "max_damage": {"type": "integer"}, "min_aoe": {"type": "integer"}, "max_aoe": {"type": "integer"}, "min_duration": {"type": "integer"}, "max_duration": {"type": "integer"}, "base_casting_time": {"type": "integer"}, "flags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "type", "name", "description", "valid_targets", "effect", "effect_str", "base_energy_cost", "energy_source", "spell_class", "difficulty", "max_level", "min_damage", "max_damage", "min_aoe", "max_aoe", "min_duration", "max_duration", "base_casting_time", "flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"publishedAt": {"type": "string"}, "content": {"type": "string"}, "title": {"type": "string"}, "featuredImage": {"type": "string"}}, "required": ["publishedAt", "content", "title", "featuredImage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"publishedAt" : "13th Mar 2021", "content" : "Just wanted to showcase some highlights from our Good Bull Nights throughout this semester. Whether it\u2019s ice skating, playing ultimate frisbee, or just hanging out at Lake Bryan, our Good Bull Nights have been a great opportunity for us to come together as an organization.\n\n![](/images/uploads/good-bull.jpeg)\n\n![](/images/uploads/fun.jpeg)\n\n\n\n![](/images/uploads/img-3973.jpeg)", "title" : "Good Bull Nights", "featuredImage" : "/images/uploads/good-bull.jpeg"}
json_instruct
{"type": "object", "properties": {"publishedAt": {"type": "string"}, "content": {"type": "string"}, "title": {"type": "string"}, "featuredImage": {"type": "string"}}, "required": ["publishedAt", "content", "title", "featuredImage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "longest_coverage_vector": {"type": "integer"}, "max_coverage_total_length": {"type": "integer"}, "max_coverage_vector_count": {"type": "integer"}, "longest_tree": {"type": "integer"}, "max_profile_tick": {"type": "integer"}, "deepest_tree_depth": {"type": "integer"}}, "required": ["name", "longest_coverage_vector", "max_coverage_total_length", "max_coverage_vector_count", "longest_tree", "max_profile_tick", "deepest_tree_depth"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "kiddle", "longest_coverage_vector" : 5374, "max_coverage_total_length" : 1827830, "max_coverage_vector_count" : 16728, "longest_tree" : 451, "max_profile_tick" : 27, "deepest_tree_depth" : 29}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "longest_coverage_vector": {"type": "integer"}, "max_coverage_total_length": {"type": "integer"}, "max_coverage_vector_count": {"type": "integer"}, "longest_tree": {"type": "integer"}, "max_profile_tick": {"type": "integer"}, "deepest_tree_depth": {"type": "integer"}}, "required": ["name", "longest_coverage_vector", "max_coverage_total_length", "max_coverage_vector_count", "longest_tree", "max_profile_tick", "deepest_tree_depth"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : ["Whisk pickle juice, brown sugar, kosher salt, 1 teaspoon black pepper, and 1 pinch cayenne pepper together in a large bowl until sugar dissolves. Submerge chicken breasts in brine, using a plate or bowl to sink the breasts into the brine; refrigerate for 1 to 2 hours.", "Preheat an outdoor grill for medium-high heat and lightly oil the grate.", "Remove chicken breasts from brine, discard the brine, and dry chicken breasts with paper towels. Brush each breast with olive oil and season each with salt, black pepper, and cayenne pepper.", "Cook chicken on the preheated grill until no longer pink in the center and the juices run clear, about 5 minutes per side. An instant-read thermometer inserted into the center should read at least 165 degrees F (74 degrees C). Transfer chicken to a plate, tent the plate with aluminum foil, and let chicken rest for 5 minutes."], "ingredients" : ["1 1/2 cups dill pickle juice, or more to taste", "1 tablespoon brown sugar", "2 teaspoons kosher salt", "1 teaspoon freshly ground black pepper", "1 pinch cayenne pepper", "2 large skinless, boneless chicken breast halves", "1 tablespoon olive oil, or as needed", "salt and ground black pepper to taste", "1 pinch cayenne pepper"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Pickle Brine Chicken", "url" : "http://allrecipes.com/recipe/238385/pickle-brine-chicken/"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "string"}, "copyright": {"type": "string"}, "entityType": {"type": "string"}, "matchCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "statusCode": {"type": "integer"}, "statusDescription": {"type": "string"}, "traceId": {"type": "string"}, "addressLine": {"type": "string"}, "adminDistrict": {"type": "string"}, "adminDistrict2": {"type": "string"}, "countryRegion": {"type": "string"}, "formattedAddress": {"type": "string"}, "locality": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["confidence", "authenticationResultCode", "brandLogoUri", "copyright", "entityType", "matchCodes", "name", "statusCode", "statusDescription", "traceId", "addressLine", "adminDistrict", "adminDistrict2", "countryRegion", "formattedAddress", "locality", "postalCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "bbox": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "properties", "geometry", "bbox"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"confidence" : 9, "authenticationResultCode" : "ValidCredentials", "brandLogoUri" : "http://dev.virtualearth.net/Branding/logo_powered_by.png", "copyright" : "Copyright \u00a9 2017 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", "entityType" : "Address", "matchCodes" : ["Good"], "name" : "14 Rue de Montgolfier, Boucherville, QC J4B 7Y4, Canada", "statusCode" : 200, "statusDescription" : "OK", "traceId" : "83e3dd065ee34fa58e555c721a2d0385|BN20200239|7.7.0.0|", "addressLine" : "14 Rue de Montgolfier", "adminDistrict" : "QC", "adminDistrict2" : "Longueuil", "countryRegion" : "Canada", "formattedAddress" : "14 Rue de Montgolfier, Boucherville, QC J4B 7Y4, Canada", "locality" : "Boucherville", "postalCode" : "J4B 7Y4"}, "geometry" : {"type" : "Point", "coordinates" : [-73.4282, 45.55463]}, "bbox" : [-73.4298054, 45.5535058, -73.4265946, 45.5557542]}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "string"}, "copyright": {"type": "string"}, "entityType": {"type": "string"}, "matchCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "statusCode": {"type": "integer"}, "statusDescription": {"type": "string"}, "traceId": {"type": "string"}, "addressLine": {"type": "string"}, "adminDistrict": {"type": "string"}, "adminDistrict2": {"type": "string"}, "countryRegion": {"type": "string"}, "formattedAddress": {"type": "string"}, "locality": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["confidence", "authenticationResultCode", "brandLogoUri", "copyright", "entityType", "matchCodes", "name", "statusCode", "statusDescription", "traceId", "addressLine", "adminDistrict", "adminDistrict2", "countryRegion", "formattedAddress", "locality", "postalCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "bbox": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "properties", "geometry", "bbox"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"towns" : [{"name" : "Cap-haiten", "url" : "cap-haiten"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 2931, "hash" : 3086546322, "artDyeHash" : 3086546322, "redacted" : false, "dyeManifestHash" : 2894134162, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "gametext", "lore"]}, "counterpart": {"type": "string"}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "counterpart", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 2154, "gempId" : "7_261", "side" : "Dark", "rarity" : "F", "set" : "7", "printings" : [{"set" : "7"}], "front" : {"title" : "\u2022Sacrifice", "imageUrl" : "https://res.starwarsccg.org/cards/SpecialEdition-Dark/large/sacrifice.gif", "type" : "Interrupt", "subType" : "Used", "uniqueness" : "*", "destiny" : "4", "gametext" : "Reduce your battle damage by 5 by losing from hand a starship, vehicle or character. OR If your character's forfeit was just reduced to 0, restore it to normal. (Immune to Sense.)", "lore" : "Jabba's minions could be expected to be sacrificed to save the Hutt, to destroy one of the Hutts enemies or to provide the Hutt and his minions with a good laugh."}, "counterpart" : "First Aid", "legacy" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "gametext", "lore"]}, "counterpart": {"type": "string"}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "counterpart", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "string"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"id" : 58599, "title" : "An old woman and her two daughters", "primoId" : "ADLIB110002295", "slug" : "adlib110002295", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1526436686624.jpg", "content" : "groups (people), Adult Females", "imageType" : "portrait", "date" : "2018-05-16 02:11:26", "dateText" : "about 1925", "timestamp" : "", "instagramUsername" : "", "featuredMedia" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1526436686624.jpg", "sizes" : {"medium" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1526436686624-207x300.jpg", "width" : 207, "height" : 300, "__typename" : "MediaSize"}, "full" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1526436686624.jpg", "width" : 725, "height" : 1050, "__typename" : "MediaSize"}, "__typename" : "MediaSizes"}, "__typename" : "Media"}, "__typename" : "NewSelfWalesPortrait"}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "string"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"encrypted": {"type": "array", "items": {}}, "unencrypted": {"type": "array", "items": {"type": "string"}}}, "required": ["encrypted", "unencrypted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"encrypted" : [], "unencrypted" : [".atom/config.cson", ".atom/keymap.cson", ".atom/styles.less", ".bash_profile", ".config/alacritty/", ".gitconfig", ".gnupg/gpg-agent.conf", ".tmux.conf", ".vimrc", "run.sh", "tresor-jack/projects/execs"]}
json_instruct
{"type": "object", "properties": {"encrypted": {"type": "array", "items": {}}, "unencrypted": {"type": "array", "items": {"type": "string"}}}, "required": ["encrypted", "unencrypted"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"sentences": {"type": "array", "items": {"type": "string"}}}, "required": ["sentences"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sentences" : ["It's snowing!", "It's sleeting", "be careful, it hails", "don't go out, there are thunderstorm", "take your umbrella, it's heavy rain", "take your umbrella, it has a little rain", "showers are forecast", "oh no, there are big clouds outside", "there are some little clouds in the sky", "the weather is clear, time to go out !"]}
json_instruct
{"type": "object", "properties": {"sentences": {"type": "array", "items": {"type": "string"}}}, "required": ["sentences"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "bioconductor-scaledmatrix", "downloads" : 3800, "count" : 3640}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {"type": "string"}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Hannah-Arendt-Gymnasium Lengerich", "id" : "NRW-168427", "address" : "Bahnhofstr. 110, 49525 Lengerich", "school_type" : "Gymnasium", "fax" : "05481 82052", "phone" : "05481 82051", "website" : " http://home.teo.de/~hag", "email" : " 168427@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : ["Fairtrade Schools", "Schule ohne Rassismus - Schule mit Courage"]}, "full_time_school" : false, "lon" : 7.865862, "lat" : 52.182196}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {"type": "string"}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Buenavista, Buenavista, Quezon, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.quezon.buenavista.buenavista", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_reference" : "41", "region_name" : "CALABARZON (Region IV-A)", "province_id" : "62", "province_reference" : "62", "province_name" : "Quezon", "city_id" : "235", "city_reference" : "1289", "city_name" : "Buenavista", "barangay_id" : "6099", "barangay_reference" : "33417", "barangay_name" : "Buenavista"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[122.469307, 13.71825], [122.463997, 13.7136], [122.457397, 13.7079], [122.447319, 13.71551], [122.457077, 13.72177], [122.464828, 13.72648], [122.465584, 13.72568], [122.465958, 13.72399], [122.466293, 13.72261], [122.467323, 13.72186], [122.468452, 13.72006], [122.469307, 13.71825]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"plyr.css": {"type": "string"}, "plyr.js": {"type": "string"}, "plyr.min.js": {"type": "string"}, "plyr.polyfilled.js": {"type": "string"}, "plyr.polyfilled.min.js": {"type": "string"}}, "required": ["plyr.css", "plyr.js", "plyr.min.js", "plyr.polyfilled.js", "plyr.polyfilled.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"plyr.css" : "sha512-W2xMWdfvhxC4Lm7VB642rb87vmahsjheFUM69wbgQaK+WwguUhD5g+9HL2P0yebJM7ICDXWOU8/G0grlq1xNEg==", "plyr.js" : "sha512-ehEEsOOZn7yJJH8JfNKBnUpSpWx31Yb5lvZx0QnK6t/clYFEGBg5/J77EHTwDkmBa4opZmsJ8v1T1vEsk3MaDQ==", "plyr.min.js" : "sha512-uM0l9fIn5+bGJ7qTK8Us+Tt7VUjdc9T5UvGfLEqcIxzKd5VSxq/7ttxNjtOVdS96Soxx8WEFrv8kzz1aWrmoHQ==", "plyr.polyfilled.js" : "sha512-31F49ZMlIujoojC7UF0a9cq1/hsUGYTqDy/HSjOOItLWtp07eCG8eosvyiP7cgKxq/TIaDo4hvVNAU6pdlVlNQ==", "plyr.polyfilled.min.js" : "sha512-2SoZBao0LlPzt8NeBQROlv0nJxdp8knbxlMNoeX1+9ykZZTDbL9zm7cNxk4ZLWwm+/lNWku2FQ5XvLwyOGCO/w=="}
json_instruct
{"type": "object", "properties": {"plyr.css": {"type": "string"}, "plyr.js": {"type": "string"}, "plyr.min.js": {"type": "string"}, "plyr.polyfilled.js": {"type": "string"}, "plyr.polyfilled.min.js": {"type": "string"}}, "required": ["plyr.css", "plyr.js", "plyr.min.js", "plyr.polyfilled.js", "plyr.polyfilled.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, "listed-building-grade": {"type": "string"}, "listed-building": {"type": "string"}, "name": {"type": "string"}, "documentation-url": {"type": "string"}, "point": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["start-date", "listed-building-grade", "listed-building", "name", "documentation-url", "point", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.782329, 50.841971]}, "properties" : {"start-date" : "1971-10-08", "listed-building-grade" : "II", "listed-building" : "1026800", "name" : "3 AND 4, CAVENDISH STREET", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1026800", "point" : "POINT (-0.782329 50.841971)", "slug" : "/listed-building/1026800", "entry-date" : "2021-05-28"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, "listed-building-grade": {"type": "string"}, "listed-building": {"type": "string"}, "name": {"type": "string"}, "documentation-url": {"type": "string"}, "point": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["start-date", "listed-building-grade", "listed-building", "name", "documentation-url", "point", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"CreationDate": {"type": "string"}, "DEC": {"type": "number"}, "RA": {"type": "number"}, "class": {"type": "string"}, "components": {"type": "object", "properties": {}, "required": []}, "em_type": {"type": "null"}, "name": {"type": "string"}, "sl_type": {"type": "string"}, "user": {"type": "string"}, "zem": {"type": "number"}}, "required": ["CreationDate", "DEC", "RA", "class", "components", "em_type", "name", "sl_type", "user", "zem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CreationDate" : "2016-Nov-18", "DEC" : 0.6268, "RA" : 44.90608333333333, "class" : "IGMSightline", "components" : {}, "em_type" : null, "name" : "J025937.46+003736.48", "sl_type" : "IGM", "user" : "xavier", "zem" : 0.534}
json_instruct
{"type": "object", "properties": {"CreationDate": {"type": "string"}, "DEC": {"type": "number"}, "RA": {"type": "number"}, "class": {"type": "string"}, "components": {"type": "object", "properties": {}, "required": []}, "em_type": {"type": "null"}, "name": {"type": "string"}, "sl_type": {"type": "string"}, "user": {"type": "string"}, "zem": {"type": "number"}}, "required": ["CreationDate", "DEC", "RA", "class", "components", "em_type", "name", "sl_type", "user", "zem"], "$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"}, "type": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "doom9": {"type": "string"}, "category": {"type": "string"}, "identifier": {"type": "string"}, "namespace": {"type": "string"}, "github": {"type": "string"}, "releases": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "published": {"type": "string"}, "win32": {"type": "object", "properties": {"url": {"type": "string"}, "files": {"type": "object", "properties": {"libsmoothuv.dll": {"type": "array", "items": {"type": "string"}}}, "required": ["libsmoothuv.dll"]}}, "required": ["url", "files"]}, "win64": {"type": "object", "properties": {"url": {"type": "string"}, "files": {"type": "object", "properties": {"libsmoothuv.dll": {"type": "array", "items": {"type": "string"}}}, "required": ["libsmoothuv.dll"]}}, "required": ["url", "files"]}}, "required": ["version", "published", "win32", "win64"]}}}, "required": ["name", "type", "description", "website", "doom9", "category", "identifier", "namespace", "github", "releases"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SmoothUV", "type" : "VSPlugin", "description" : "A spatial derainbow filter", "website" : "https://github.com/dubhater/vapoursynth-smoothuv", "doom9" : "https://forum.doom9.org/showthread.php?t=175520", "category" : "Dot Crawl and Rainbows", "identifier" : "com.nodame.smoothuv", "namespace" : "smoothuv", "github" : "https://github.com/dubhater/vapoursynth-smoothuv", "releases" : [{"version" : "v2", "published" : "2018-07-08T19:38:32Z", "win32" : {"url" : "https://github.com/dubhater/vapoursynth-smoothuv/releases/download/v2/vapoursynth-smoothuv-v2-win32.7z", "files" : {"libsmoothuv.dll" : ["libsmoothuv.dll", "509f77e76de9fb2a56b17111548615b20bb0611c166f1e24707410c3a76c8715"]}}, "win64" : {"url" : "https://github.com/dubhater/vapoursynth-smoothuv/releases/download/v2/vapoursynth-smoothuv-v2-win64.7z", "files" : {"libsmoothuv.dll" : ["libsmoothuv.dll", "83ded8f763e49155d9d0151a937731d318663f5bbf67003e1338c8bcae79523d"]}}}, {"version" : "v1", "published" : "2018-06-10T20:18:39Z", "win32" : {"url" : "https://github.com/dubhater/vapoursynth-smoothuv/releases/download/v1/vapoursynth-smoothuv-v1-win32.7z", "files" : {"libsmoothuv.dll" : ["libsmoothuv.dll", "eeeba699b4b31ffb6da8a616bfe7028640591f60d0a491b9ba3b2f7abb00e3d3"]}}, "win64" : {"url" : "https://github.com/dubhater/vapoursynth-smoothuv/releases/download/v1/vapoursynth-smoothuv-v1-win64.7z", "files" : {"libsmoothuv.dll" : ["libsmoothuv.dll", "9e67a7f769934b130b0ef4b9e4e32f77c1b6c55e663828e794968fa6b452881d"]}}}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "doom9": {"type": "string"}, "category": {"type": "string"}, "identifier": {"type": "string"}, "namespace": {"type": "string"}, "github": {"type": "string"}, "releases": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "published": {"type": "string"}, "win32": {"type": "object", "properties": {"url": {"type": "string"}, "files": {"type": "object", "properties": {"libsmoothuv.dll": {"type": "array", "items": {"type": "string"}}}, "required": ["libsmoothuv.dll"]}}, "required": ["url", "files"]}, "win64": {"type": "object", "properties": {"url": {"type": "string"}, "files": {"type": "object", "properties": {"libsmoothuv.dll": {"type": "array", "items": {"type": "string"}}}, "required": ["libsmoothuv.dll"]}}, "required": ["url", "files"]}}, "required": ["version", "published", "win32", "win64"]}}}, "required": ["name", "type", "description", "website", "doom9", "category", "identifier", "namespace", "github", "releases"], "$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"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"should": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["should", "mocha"]}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}}, "required": ["name", "description", "version", "author", "license", "main", "repository", "scripts", "devDependencies", "readme", "readmeFilename"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "helpers", "description" : "helper functions for Node.js", "version" : "0.0.6", "author" : "Nathan Cartwright", "license" : "MIT", "main" : "node-helpers", "repository" : {"type" : "git", "url" : "https://github.com/fshost/helpers.git"}, "scripts" : {"test" : "mocha"}, "devDependencies" : {"should" : "*", "mocha" : "*"}, "readme" : "### helpers\nhelper functions for Node.js\n####installation\nnpm install helpers", "readmeFilename" : "README.md"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"should": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["should", "mocha"]}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}}, "required": ["name", "description", "version", "author", "license", "main", "repository", "scripts", "devDependencies", "readme", "readmeFilename"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:en": {"type": "string"}, "name:hr": {"type": "string"}, "name:hu": {"type": "string"}, "name:ro": {"type": "string"}, "name:ru": {"type": "string"}, "name:sr": {"type": "string"}, "website": {"type": "string"}, "name:sr-Latn": {"type": "string"}}, "required": ["name:en", "name:hr", "name:hu", "name:ro", "name:ru", "name:sr", "website", "name:sr-Latn"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "South Banat Administrative District", "iso2" : "RS-04", "admin_level" : 6, "osm_id" : 1639496, "wikidata_id" : "Q720030", "wikipedia_id" : "en:South Banat District", "population" : 293730, "countrylevel_id" : "iso2:RS-04", "osm_data" : {"localname" : "\u0408\u0443\u0436\u043d\u043e\u0431\u0430\u043d\u0430\u0442\u0441\u043a\u0438 \u0443\u043f\u0440\u0430\u0432\u043d\u0438 \u043e\u043a\u0440\u0443\u0433", "official_name" : "", "alltags" : {"name:en" : "South Banat Administrative District", "name:hr" : "Ju\u017enobanatski upravni okrug", "name:hu" : "D\u00e9l-b\u00e1ns\u00e1gi k\u00f6rzet", "name:ro" : "Districtul Banatul de Sud", "name:ru" : "\u042e\u0436\u043d\u043e-\u0411\u0430\u043d\u0430\u0442\u0441\u043a\u0438\u0439 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u043e\u043a\u0440\u0443\u0433", "name:sr" : "\u0408\u0443\u0436\u043d\u043e\u0431\u0430\u043d\u0430\u0442\u0441\u043a\u0438 \u0443\u043f\u0440\u0430\u0432\u043d\u0438 \u043e\u043a\u0440\u0443\u0433", "website" : "http://juznobanatski.okrug.gov.rs/", "name:sr-Latn" : "Ju\u017enobanatski upravni okrug"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[20.414, 45.084], [20.819, 44.658], [21.037, 44.719], [21.358, 44.823], [21.484, 45.19], [21.017, 45.325], [20.414, 45.084]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:en": {"type": "string"}, "name:hr": {"type": "string"}, "name:hu": {"type": "string"}, "name:ro": {"type": "string"}, "name:ru": {"type": "string"}, "name:sr": {"type": "string"}, "website": {"type": "string"}, "name:sr-Latn": {"type": "string"}}, "required": ["name:en", "name:hr", "name:hu", "name:ro", "name:ru", "name:sr", "website", "name:sr-Latn"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "corntopia:block/barn_stairs"}
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": {"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" : "Civilization", "definitions" : ["The stage of human social development and organization which is considered most advanced.", "The process by which a society or place reaches an advanced stage of social development and organization.", "The society, culture, and way of life of a particular area.", "The comfort and convenience of modern life, regarded as available only in towns and cities."], "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x0a0318ea209cded3e375d0522662bbece939e5c28cde2955d9c0bf6e29a8643c", "parentHash" : "0x1f076c897688752d0a640ed978432339dff57a935d29983114eaf09799a82bd4", "number" : 4132, "timestamp" : 1438282281, "nonce" : "0xf8696647c8315812", "difficulty" : 123578755344, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xB5EDD17d2582A94610ebf0C6832c1652EBBBe210", "extraData" : "0x476574682f76312e302e302d30636463373634372f6c696e75782f676f312e34", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"brackets": {"type": "string"}}, "required": ["brackets"]}}, "required": ["name", "title", "description", "homepage", "version", "author", "license", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "swmitra.brackets-touch", "title" : "Basic TouchEvent handling in Brackets", "description" : "Enable TouchEvents in brackets", "homepage" : "https://github.com/swmitra/brackets-touch", "version" : "1.0.0", "author" : "Swagatam Mitra <swagatammitra@gmail.com>", "license" : "MIT", "engines" : {"brackets" : ">=1.5.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"brackets": {"type": "string"}}, "required": ["brackets"]}}, "required": ["name", "title", "description", "homepage", "version", "author", "license", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.3", "0.4"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.4"], "meta" : {"description" : "Friendly Color Normalization", "homepage" : "http://github.com/solute/python-tint", "license" : "GPL2"}, "versions" : {"0.3" : {"sha256" : "fb6fa9f4292df1d9d35b083911a4407dbbe487e57fd3d918ebb7fd24a848cbbb", "url" : "https://files.pythonhosted.org/packages/86/64/f5bba0d87c8ab8a0e90a8de89440dbf5c497f81b490ad2a854c8b68e851a/tint-0.3.tar.gz"}, "0.4" : {"sha256" : "19b23dc45d4f1ad8a5e4fe84361017fb4e362d68acaeec016b7723fbba2a2a1e", "url" : "https://files.pythonhosted.org/packages/07/3b/1c38271b15a7f24bf0c45084f9c6deda047adf54704f96a3448c4a339ef3/tint-0.4.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.3", "0.4"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"652201001": {"type": "string"}, "652201002": {"type": "string"}, "652201003": {"type": "string"}, "652201004": {"type": "string"}, "652201005": {"type": "string"}, "652201100": {"type": "string"}, "652201101": {"type": "string"}, "652201102": {"type": "string"}, "652201103": {"type": "string"}, "652201104": {"type": "string"}, "652201105": {"type": "string"}, "652201200": {"type": "string"}, "652201201": {"type": "string"}, "652201202": {"type": "string"}, "652201203": {"type": "string"}, "652201205": {"type": "string"}, "652201206": {"type": "string"}, "652201207": {"type": "string"}, "652201209": {"type": "string"}, "652201210": {"type": "string"}, "652201211": {"type": "string"}, "652201212": {"type": "string"}, "652201214": {"type": "string"}}, "required": ["652201001", "652201002", "652201003", "652201004", "652201005", "652201100", "652201101", "652201102", "652201103", "652201104", "652201105", "652201200", "652201201", "652201202", "652201203", "652201205", "652201206", "652201207", "652201209", "652201210", "652201211", "652201212", "652201214"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"652201001" : "\u4e1c\u6cb3\u533a\u8857\u9053", "652201002" : "\u897f\u6cb3\u533a\u8857\u9053", "652201003" : "\u65b0\u5e02\u533a\u8857\u9053", "652201004" : "\u4e3d\u56ed\u8857\u9053", "652201005" : "\u77f3\u6cb9\u65b0\u57ce\u8857\u9053", "652201100" : "\u96c5\u6ee1\u82cf\u9547", "652201101" : "\u4e03\u89d2\u4e95\u9547", "652201102" : "\u661f\u661f\u5ce1\u9547", "652201103" : "\u4e8c\u5821\u9547", "652201104" : "\u9676\u5bb6\u5bab\u9547", "652201105" : "\u4e94\u5821\u9547", "652201200" : "\u6c81\u57ce\u4e61", "652201201" : "\u4e4c\u62c9\u53f0\u54c8\u8428\u514b\u6c11\u65cf\u4e61", "652201202" : "\u53cc\u4e95\u5b50\u4e61", "652201203" : "\u5927\u6cc9\u6e7e\u4e61", "652201205" : "\u56de\u57ce\u4e61", "652201206" : "\u82b1\u56ed\u4e61", "652201207" : "\u5357\u6e56\u4e61", "652201209" : "\u5fb7\u5916\u91cc\u90fd\u5982\u514b\u54c8\u8428\u514b\u4e61", "652201210" : "\u897f\u5c71\u4e61", "652201211" : "\u5929\u5c71\u4e61", "652201212" : "\u767d\u77f3\u5934\u4e61", "652201214" : "\u67f3\u6811\u6c9f\u4e61"}
json_instruct
{"type": "object", "properties": {"652201001": {"type": "string"}, "652201002": {"type": "string"}, "652201003": {"type": "string"}, "652201004": {"type": "string"}, "652201005": {"type": "string"}, "652201100": {"type": "string"}, "652201101": {"type": "string"}, "652201102": {"type": "string"}, "652201103": {"type": "string"}, "652201104": {"type": "string"}, "652201105": {"type": "string"}, "652201200": {"type": "string"}, "652201201": {"type": "string"}, "652201202": {"type": "string"}, "652201203": {"type": "string"}, "652201205": {"type": "string"}, "652201206": {"type": "string"}, "652201207": {"type": "string"}, "652201209": {"type": "string"}, "652201210": {"type": "string"}, "652201211": {"type": "string"}, "652201212": {"type": "string"}, "652201214": {"type": "string"}}, "required": ["652201001", "652201002", "652201003", "652201004", "652201005", "652201100", "652201101", "652201102", "652201103", "652201104", "652201105", "652201200", "652201201", "652201202", "652201203", "652201205", "652201206", "652201207", "652201209", "652201210", "652201211", "652201212", "652201214"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "wildnature:block/stone_small_bricks"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "number"}}, "required": ["id", "name", "value"]}}, "meta": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["objects", "meta"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"objects" : [{"id" : 1, "name" : "First name", "value" : 29.99}], "meta" : {"success" : true}}
json_instruct
{"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "number"}}, "required": ["id", "name", "value"]}}, "meta": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["objects", "meta"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "5ece83d301e14e770d5833dd", "_tpl" : "5839a7742459773cf9693481", "parentId" : "5ece83d301e14e770d5833d8", "slotId" : "mod_reciever"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"timestamp": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "pattern": {"type": "string"}, "format": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "pattern", "format", "description"]}}, "required": ["timestamp"]}}, "required": ["$id", "title", "description", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$id" : "docs/spec/timestamp_rfc3339.json", "title" : "Timestamp", "description" : "Used for '@timestamp' property.", "type" : ["object"], "properties" : {"timestamp" : {"type" : ["string", "null"], "pattern" : "Z$", "format" : "date-time", "description" : "Recorded time of the transaction, UTC based and formatted as YYYY-MM-DDTHH:mm:ss.sssZ"}}}
json_instruct
{"type": "object", "properties": {"$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"timestamp": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "pattern": {"type": "string"}, "format": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "pattern", "format", "description"]}}, "required": ["timestamp"]}}, "required": ["$id", "title", "description", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "On my CentOS system it was getting linked in (from Spack, no less)\r\nfortuitously.\r\n\r\nOn a minimal Ubuntu system it failed until it was added as an explicit\r\ndependency.", "user" : "hartzell", "url" : "https://api.github.com/repos/spack/spack/issues/11265", "updated_at" : "2019-04-24 00:01:37", "created_at" : "2019-04-23 15:42:53", "closed_at" : "2019-04-24 00:01:37", "state" : "closed", "title" : "squashfs should depend_on('zlib')", "number" : 11265, "milestone" : null, "labels" : [], "id" : 436259310, "html_url" : "https://github.com/spack/spack/pull/11265", "assignees" : [], "comments" : 1}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$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": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "integer"}, "out": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}}, "required": ["fees", "ts", "txid", "block", "in", "sent", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"fees" : -2500000000, "ts" : "1534762802", "txid" : "44ef19a8f19e347016a90ba9f84efec459eca3850da4001a9b53c27d63405343", "block" : 1416371, "in" : [{"coinbase" : "03b39c1504329f7a5b0850567f4f000000000d2f6e6f64655374726174756d2f"}], "sent" : 2500000000, "out" : [{"value" : 0}, {"addr" : "M9YnFfBVUH2GqQeJKFmdkLskQTVRwbHPB7", "value" : 2500000000, "spent" : "719fbe89e53a5b03855b510838fbfae0ab5c1496d4ed42f2b2e7c48b535f6178"}, {"addr" : "MB3gdWWt3oWQWtWMUufK626dUmT7pcFJLf", "value" : 0}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "integer"}, "out": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}}, "required": ["fees", "ts", "txid", "block", "in", "sent", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : "Ambrumesnil", "circ" : "6\u00e8me circonscription", "dpt" : "Seine-Maritime", "inscrits" : 409, "abs" : 202, "votants" : 207, "blancs" : 6, "nuls" : 2, "exp" : 199, "res" : [{"nuance" : "FN", "nom" : "M. Nicolas BAY", "voix" : 59}, {"nuance" : "REM", "nom" : "M. Philippe DUFOUR", "voix" : 58}, {"nuance" : "COM", "nom" : "M. S\u00e9bastien JUMEL", "voix" : 48}, {"nuance" : "SOC", "nom" : "Mme Marie LE VERN", "voix" : 15}, {"nuance" : "UDI", "nom" : "Mme Blandine LEFEBVRE", "voix" : 14}, {"nuance" : "DVG", "nom" : "M. Michel CORDIN", "voix" : 2}, {"nuance" : "DIV", "nom" : "M. David GROUT", "voix" : 2}, {"nuance" : "EXG", "nom" : "M. \u00c9ric MOISAN", "voix" : 1}]}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"_comment": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "string"}, "private": {"type": "boolean"}, "html_url": {"type": "string"}, "description": {"type": "null"}, "fork": {"type": "boolean"}, "url": {"type": "string"}, "languages_url": {"type": "string"}, "pulls_url": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "homepage": {"type": "null"}, "size": {"type": "integer"}, "stargazers_count": {"type": "integer"}, "language": {"type": "string"}, "mirror_url": {"type": "null"}, "archived": {"type": "boolean"}, "license": {"type": "null"}, "default_branch": {"type": "string"}, "contributors": {"type": "object", "properties": {"mmgoodnow": {"type": "integer"}, "RajaAbiomedSrinivasan": {"type": "integer"}, "RajaSrinivasan": {"type": "integer"}}, "required": ["mmgoodnow", "RajaAbiomedSrinivasan", "RajaSrinivasan"]}, "pulls_authors": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "object", "properties": {"Go": {"type": "object", "properties": {"bytes": {"type": "integer"}, "color": {"type": "string"}}, "required": ["bytes", "color"]}, "Shell": {"type": "object", "properties": {"bytes": {"type": "integer"}, "color": {"type": "string"}}, "required": ["bytes", "color"]}}, "required": ["Go", "Shell"]}, "fetched_at": {"type": "string"}}, "required": ["_comment", "name", "full_name", "owner", "private", "html_url", "description", "fork", "url", "languages_url", "pulls_url", "created_at", "updated_at", "pushed_at", "homepage", "size", "stargazers_count", "language", "mirror_url", "archived", "license", "default_branch", "contributors", "pulls_authors", "languages", "fetched_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_comment" : "DO NOT EDIT MANUALLY - See ../../../README.md", "name" : "rlmlogs", "full_name" : "RajaSrinivasan/rlmlogs", "owner" : "RajaSrinivasan", "private" : false, "html_url" : "https://github.com/RajaSrinivasan/rlmlogs", "description" : null, "fork" : false, "url" : "https://api.github.com/repos/RajaSrinivasan/rlmlogs", "languages_url" : "https://api.github.com/repos/RajaSrinivasan/rlmlogs/languages", "pulls_url" : "https://api.github.com/repos/RajaSrinivasan/rlmlogs/pulls{/number}", "created_at" : "2018-07-22T10:03:58Z", "updated_at" : "2018-08-28T18:28:23Z", "pushed_at" : "2018-08-28T18:28:22Z", "homepage" : null, "size" : 12835, "stargazers_count" : 1, "language" : "Go", "mirror_url" : null, "archived" : false, "license" : null, "default_branch" : "master", "contributors" : {"mmgoodnow" : 2, "RajaAbiomedSrinivasan" : 4, "RajaSrinivasan" : 19}, "pulls_authors" : ["mmgoodnow"], "languages" : {"Go" : {"bytes" : 33078, "color" : "#375eab"}, "Shell" : {"bytes" : 300, "color" : "#89e051"}}, "fetched_at" : "2018-09-11T15:15:58.710Z"}
json_instruct
{"type": "object", "properties": {"_comment": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "string"}, "private": {"type": "boolean"}, "html_url": {"type": "string"}, "description": {"type": "null"}, "fork": {"type": "boolean"}, "url": {"type": "string"}, "languages_url": {"type": "string"}, "pulls_url": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "homepage": {"type": "null"}, "size": {"type": "integer"}, "stargazers_count": {"type": "integer"}, "language": {"type": "string"}, "mirror_url": {"type": "null"}, "archived": {"type": "boolean"}, "license": {"type": "null"}, "default_branch": {"type": "string"}, "contributors": {"type": "object", "properties": {"mmgoodnow": {"type": "integer"}, "RajaAbiomedSrinivasan": {"type": "integer"}, "RajaSrinivasan": {"type": "integer"}}, "required": ["mmgoodnow", "RajaAbiomedSrinivasan", "RajaSrinivasan"]}, "pulls_authors": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "object", "properties": {"Go": {"type": "object", "properties": {"bytes": {"type": "integer"}, "color": {"type": "string"}}, "required": ["bytes", "color"]}, "Shell": {"type": "object", "properties": {"bytes": {"type": "integer"}, "color": {"type": "string"}}, "required": ["bytes", "color"]}}, "required": ["Go", "Shell"]}, "fetched_at": {"type": "string"}}, "required": ["_comment", "name", "full_name", "owner", "private", "html_url", "description", "fork", "url", "languages_url", "pulls_url", "created_at", "updated_at", "pushed_at", "homepage", "size", "stargazers_count", "language", "mirror_url", "archived", "license", "default_branch", "contributors", "pulls_authors", "languages", "fetched_at"], "$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#"}
["graft", "jschan-spdy", "jschan-ws"]
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": {"private_registry_create": {"type": "string"}, "private_registry_create_region": {"type": "string"}, "private_registry_create_name_cluster": {"type": "string"}, "private_registry_create_choose_plan": {"type": "string"}, "private_registry_create_button": {"type": "string"}}, "required": ["private_registry_create", "private_registry_create_region", "private_registry_create_name_cluster", "private_registry_create_choose_plan", "private_registry_create_button"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private_registry_create" : "Crea un Registry privato", "private_registry_create_region" : "Seleziona una localizzazione", "private_registry_create_name_cluster" : "Nome del cluster", "private_registry_create_choose_plan" : "Scegli la tua offerta", "private_registry_create_button" : "Crea"}
json_instruct
{"type": "object", "properties": {"private_registry_create": {"type": "string"}, "private_registry_create_region": {"type": "string"}, "private_registry_create_name_cluster": {"type": "string"}, "private_registry_create_choose_plan": {"type": "string"}, "private_registry_create_button": {"type": "string"}}, "required": ["private_registry_create", "private_registry_create_region", "private_registry_create_name_cluster", "private_registry_create_choose_plan", "private_registry_create_button"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "number"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "rect", "offset", "originalSize"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"__type__" : "cc.SpriteFrame", "content" : {"name" : "share_gift_active", "texture" : "77Kr6QaGtPS4SChiXW1OTF", "rect" : [6, 0, 117, 116], "offset" : [-0.5, 18], "originalSize" : [130, 152]}}
json_instruct
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "number"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "rect", "offset", "originalSize"]}}, "required": ["__type__", "content"], "$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"}}, "val_acc": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "val_acc", "val_loss", "acc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"loss" : [14.483568609110515, 14.519986049906413, 14.519986020406087, 14.519986057535807, 14.519986104329426, 14.519986010233561, 14.519986060078939, 14.519986077372232, 14.51998605295817, 14.519986006164551, 14.51998606821696, 14.51998604329427, 14.519986037190755, 14.51998606109619, 14.51998606821696, 14.51998606821696, 14.519986066182454, 14.519986059570313, 14.51998609008789, 14.519986061604818], "val_acc" : [0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009, 0.1009], "val_loss" : [14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891, 14.491779449462891], "acc" : [0.09903333333730698, 0.09914999999602636, 0.09915, 0.09915, 0.09914999999205272, 0.09914999999602636, 0.09915000000397364, 0.09915000000397364, 0.09915, 0.09915, 0.09915000000794728, 0.09914999999205272, 0.09914999999801317, 0.09915000000397364, 0.09915, 0.09914999999205272, 0.09915000000397364, 0.09914999999205272, 0.09914999999801317, 0.09914999999602636]}
json_instruct
{"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "val_acc": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "val_acc", "val_loss", "acc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"restartable": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "watch": {"type": "array", "items": {"type": "string"}}, "execMap": {"type": "object", "properties": {"ts": {"type": "string"}}, "required": ["ts"]}, "env": {"type": "object", "properties": {"TS_NODE_PROJECT": {"type": "string"}, "NODE_ENV": {"type": "string"}, "USE_ENGINE": {"type": "string"}, "USE_PORT": {"type": "integer"}}, "required": ["TS_NODE_PROJECT", "NODE_ENV", "USE_ENGINE", "USE_PORT"]}, "ext": {"type": "string"}}, "required": ["restartable", "ignore", "watch", "execMap", "env", "ext"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"restartable" : "rs", "ignore" : [".git", "node_modules/", "dist/", "coverage/"], "watch" : ["server/", "client/", "nuxt.config.js", "config/"], "execMap" : {"ts" : "node -r ts-node/register -r tsconfig-paths/register"}, "env" : {"TS_NODE_PROJECT" : "server/tsconfig.json", "NODE_ENV" : "development", "USE_ENGINE" : "express", "USE_PORT" : 4000}, "ext" : "json, ts, js, yaml"}
json_instruct
{"type": "object", "properties": {"restartable": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "watch": {"type": "array", "items": {"type": "string"}}, "execMap": {"type": "object", "properties": {"ts": {"type": "string"}}, "required": ["ts"]}, "env": {"type": "object", "properties": {"TS_NODE_PROJECT": {"type": "string"}, "NODE_ENV": {"type": "string"}, "USE_ENGINE": {"type": "string"}, "USE_PORT": {"type": "integer"}}, "required": ["TS_NODE_PROJECT", "NODE_ENV", "USE_ENGINE", "USE_PORT"]}, "ext": {"type": "string"}}, "required": ["restartable", "ignore", "watch", "execMap", "env", "ext"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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" : ["Preheat oven to 350 degrees F (175 degrees C). Grease the bottoms only of 12 muffin cups, or line with baking cups. Sift together the flour, cinnamon, baking soda, baking powder, and salt; set aside.", "Beat the eggs and sugar until frothy and lightened in color. Stir in the oil, vanilla extract, and grated carrot; fold in the flour mixture. Pour the batter into the prepared muffin tins.", "Bake in preheated oven until toothpick inserted in center comes out clean, 15 to 20 minutes. Remove to cool on wire racks.", "Meanwhile, prepare the icing by beating together the cream cheese, butter, vanilla, and confectioners' sugar until fluffy. Frost the cooled muffins and chill until ready to serve."], "ingredients" : ["1 1/3 cups all-purpose flour", "1 1/2 teaspoons ground cinnamon", "1 1/2 teaspoons baking soda", "1 1/4 teaspoons baking powder", "1/2 teaspoon salt", "3 eggs", "1 cup white sugar", "3/4 cup vegetable oil", "1 teaspoon vanilla extract", "2 cups grated carrot", "1/4 cup cream cheese, softened", "2 tablespoons butter, softened", "1 teaspoon vanilla extract", "1 1/2 cups sifted confectioners' sugar"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Fluffy Carrot Muffins with Cream Cheese Frosting", "url" : "http://allrecipes.com/recipe/143264/fluffy-carrot-muffins-with-cream-chee/"}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"1,4-beta-D-xylan xylanohydrolase B": {"type": "string"}, "Xylanase B": {"type": "string"}, "1,4-beta-D-xylan xylanohydrolase A": {"type": "string"}, "Xylanase A": {"type": "string"}, "P80717": {"type": "string"}, "XYNB_DICB4": {"type": "string"}, "Endo-1,4-beta-xylanase B": {"type": "string"}, "P80718": {"type": "string"}, "XYNA_DICB4": {"type": "string"}, "Endo-1,4-beta-xylanase A": {"type": "string"}}, "required": ["1,4-beta-D-xylan xylanohydrolase B", "Xylanase B", "1,4-beta-D-xylan xylanohydrolase A", "Xylanase A", "P80717", "XYNB_DICB4", "Endo-1,4-beta-xylanase B", "P80718", "XYNA_DICB4", "Endo-1,4-beta-xylanase A"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"1,4-beta-D-xylan xylanohydrolase B" : "P80717", "Xylanase B" : "P80717", "1,4-beta-D-xylan xylanohydrolase A" : "P80718", "Xylanase A" : "P80718", "P80717" : "P80717", "XYNB_DICB4" : "P80717", "Endo-1,4-beta-xylanase B" : "P80717", "P80718" : "P80718", "XYNA_DICB4" : "P80718", "Endo-1,4-beta-xylanase A" : "P80718"}
json_instruct
{"type": "object", "properties": {"1,4-beta-D-xylan xylanohydrolase B": {"type": "string"}, "Xylanase B": {"type": "string"}, "1,4-beta-D-xylan xylanohydrolase A": {"type": "string"}, "Xylanase A": {"type": "string"}, "P80717": {"type": "string"}, "XYNB_DICB4": {"type": "string"}, "Endo-1,4-beta-xylanase B": {"type": "string"}, "P80718": {"type": "string"}, "XYNA_DICB4": {"type": "string"}, "Endo-1,4-beta-xylanase A": {"type": "string"}}, "required": ["1,4-beta-D-xylan xylanohydrolase B", "Xylanase B", "1,4-beta-D-xylan xylanohydrolase A", "Xylanase A", "P80717", "XYNB_DICB4", "Endo-1,4-beta-xylanase B", "P80718", "XYNA_DICB4", "Endo-1,4-beta-xylanase A"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"assessment" : [{"name" : "Midsemester Exam", "weight" : 25}, {"name" : "1. Descriptive Statistics", "weight" : 4}, {"name" : "2. Probability", "weight" : 4}, {"name" : "3. Normal and Sampling Distributions", "weight" : 4}, {"name" : "4. Confidence Intervals", "weight" : 4}, {"name" : "5. Hypothesis Testing", "weight" : 4}, {"name" : "6. Simple Linear Regression", "weight" : 4}, {"name" : "Final exam. TBA.", "weight" : 55}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geography": {"type": "string"}, "geometry": {"type": "string"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "null"}, "entry-date": {"type": "string"}}, "required": ["geography", "geometry", "organisation", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.78032, 51.62487], [-0.780074, 51.624803], [-0.780243, 51.624478], [-0.779792, 51.624398], [-0.779804, 51.624365], [-0.780202, 51.624435], [-0.780268, 51.624398], [-0.780847, 51.623217], [-0.781105, 51.623265], [-0.78092, 51.623637], [-0.780961, 51.62365], [-0.78096, 51.623704], [-0.781365, 51.623765], [-0.781353, 51.623801], [-0.780955, 51.623732], [-0.780908, 51.623786], [-0.780855, 51.623781], [-0.78032, 51.62487]]]]}, "properties" : {"geography" : "development-policy-area:LPD21N", "geometry" : "MULTIPOLYGON (((-0.780320 51.624870,-0.780074 51.624803,-0.780243 51.624478,-0.779792 51.624398,-0.779804 51.624365,-0.780202 51.624435,-0.780268 51.624398,-0.780847 51.623217,-0.781105 51.623265,-0.780920 51.623637,-0.780961 51.623650,-0.780960 51.623704,-0.781365 51.623765,-0.781353 51.623801,-0.780955 51.623732,-0.780908 51.623786,-0.780855 51.623781,-0.780320 51.624870)))", "organisation" : "local-authority-eng:BUC", "name" : "Garages between Chiltern Avenue and Rutland Avenue High Wycombe", "slug" : "/development-policy-area/local-authority-eng/BUC/LPD21N", "entity" : null, "entry-date" : "2021-01-08"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geography": {"type": "string"}, "geometry": {"type": "string"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "null"}, "entry-date": {"type": "string"}}, "required": ["geography", "geometry", "organisation", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "number"}}, "scores_total": {"type": "number"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "0x09532c00afb0b075cc2758cf8a52dc7a817a82d79e2de11c30e07fc5f376118d", "title" : "Set the bonds discount price to not go below the backing price. ", "body" : "", "choices" : ["For", "Against"], "start" : 1639330500, "end" : 1639346400, "type" : "single-choice", "scores" : [489.10523787, 0], "scores_total" : 489.10523787, "scores_state" : "final", "scores_updated" : 1639346414, "snapshot" : "13416643", "state" : "closed", "author" : "0x01A5d334001648A5f156Bf8C414823900bddbb10", "space" : {"id" : "radaofi.eth", "name" : "RaDAO"}, "votes" : 1, "votes_data" : [{"id" : "0x0b1966786ef0e3a86901df453c473d584568b98bcbbcb4c2954df13c594453b4", "voter" : "0x01A5d334001648A5f156Bf8C414823900bddbb10", "created" : 1639330550, "choice" : 1, "space" : {"id" : "radaofi.eth"}}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "number"}}, "scores_total": {"type": "number"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}