input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"react-bootstrap.js": {"type": "string"}, "react-bootstrap.min.js": {"type": "string"}}, "required": ["react-bootstrap.js", "react-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"react-bootstrap.js" : "sha256-QAfekQpP7vJMxT9wFxz5oE8cqRO8PWINBxJ8sEUVjq8=", "react-bootstrap.min.js" : "sha256-CROam3wVH6EjwQ6jh1h9qFpfNURP4RhlKY5mIg33rPA="}
json_instruct
{"type": "object", "properties": {"react-bootstrap.js": {"type": "string"}, "react-bootstrap.min.js": {"type": "string"}}, "required": ["react-bootstrap.js", "react-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edges" : [[1, 7], [2, 3], [0, 5], [6, 4]], "features" : {"0" : "1", "1" : "1", "2" : "1", "3" : "1", "4" : "1", "5" : "1", "6" : "1", "7" : "1"}}
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "SHOCK WAVE \u30b7\u30e7\u30c3\u30af \u30a6\u30a7\u30a4\u30d6 \u7206\u5f3e\u51e6\u7406\u73ed", "other_nominate" : []}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "siteswap", "version" : "0.1.0", "description" : "*siteswap* is a JavaScript library for parsing, validating, analysing and manipulating siteswaps, a succinct notation for juggling patterns.", "main" : "index.js", "directories" : {"test" : "tests"}, "scripts" : {"test" : "node tests/tests.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/varkor/siteswap.git"}, "keywords" : ["siteswap", "validator", "parser", "juggling"], "author" : "varkor <npm@varkor.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/varkor/siteswap/issues"}, "homepage" : "https://github.com/varkor/siteswap#readme", "engines" : {"node" : ">=6.5.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2d39f97caa62d7bc5e6568d12335bb2019573a70"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.1.1"], "meta" : {"description" : "Plone utility for importing your ATVocabularyManager vocabularies from CSV sources (with LinguaPlone support)", "homepage" : "http://github.com/RedTurtle/collective.csv2atvocabularymanager", "license" : "GPL"}, "versions" : {"0.1.0" : {"sha256" : "e29a47046399f08a689faf83965708033df54e07eddaca96ccb7617577ee4db0", "url" : "https://files.pythonhosted.org/packages/e9/da/386d661513968a91eb96e3f0edb23ec0574a89c9e18bcfd4cac47b9ff9e3/collective.csv2atvocabularymanager-0.1.0.zip"}, "0.1.1" : {"sha256" : "ed760d8f7119f80e81fd04f25e7cf333f51e41b73cedfa5902146ec216f9fc1f", "url" : "https://files.pythonhosted.org/packages/11/27/7aff3a43a242d6771a69d7b8daac4d24f937f79dd76096c9323d30d18153/collective.csv2atvocabularymanager-0.1.1.zip"}}}
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.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "vanillaextension:block/carved_pumpkin_fence_inventory"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Combine all the ingredients except the nutmeg in a cocktail shaker and shake vigorously. Strain into a tall glass. Grate a little nutmeg on top."], "ingredients" : ["2 to 3 ounces brandy or light rum", "1 whole egg", "1 tablespoon superfine sugar", "1 cup milk", "1/2 cup crushed ice", "Nutmeg"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Milk/Cream", "Rum", "Alcoholic", "Dairy", "Egg", "Christmas", "Spirit", "Brandy", "Winter", "Christmas Eve", "House & Garden", "Drink"], "title" : "Basic Eggnog", "url" : "http://www.epicurious.com/recipes/food/views/basic-eggnog-200323"}
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": {"type": "string"}}, "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": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}}, "required": ["grunt"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "homepage", "author", "repository", "bugs", "licenses", "main", "engines", "scripts", "devDependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Halo.extras", "description" : "Collection of plugins and utilities for Halo, a client-side MVC framework.", "version" : "0.1.0", "homepage" : "https://github.com/Ensighten/Halo.extras", "author" : {"name" : "Ensighten", "email" : "support@ensighten.com", "url" : "https://www.ensighten.com/"}, "repository" : {"type" : "git", "url" : "git://github.com/Ensighten/Halo.extras.git"}, "bugs" : {"url" : "https://github.com/Ensighten/Halo.extras/issues"}, "licenses" : [{"type" : "MIT", "url" : "https://github.com/Ensighten/Halo.extras/blob/master/LICENSE-MIT"}], "main" : "lib/Halo.extras", "engines" : {"node" : ">= 0.6.0"}, "scripts" : {"test" : "grunt test"}, "devDependencies" : {"grunt" : "~0.3.17"}, "keywords" : ["halo", "extra", "extras", "mvc", "plugin", "widget"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}}, "required": ["grunt"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "homepage", "author", "repository", "bugs", "licenses", "main", "engines", "scripts", "devDependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Lenexa", "state_name" : "Kansas", "state_abbrv" : "KS", "lat" : "38.9536", "long" : "-94.7336"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scopedRegistries": {"type": "array", "items": {}}}, "required": ["name", "version", "displayName", "description", "unity", "author", "dependencies", "scopedRegistries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "com.ixxy.unitysymmetry", "version" : "1.0.0", "displayName" : "Unity Symmetry", "description" : "Symmetry Groups in Unity.", "unity" : "2019.4", "author" : {"name" : "Andy Baker", "email" : "andy@ixxy.co.uk", "url" : "http://www.polyhydra.org.uk"}, "dependencies" : {}, "scopedRegistries" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scopedRegistries": {"type": "array", "items": {}}}, "required": ["name", "version", "displayName", "description", "unity", "author", "dependencies", "scopedRegistries"], "$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"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Jagathala", "lsg_code" : "252602", "district" : "The Nilgiris", "state" : "Tamil Nadu", "no_of_wards" : 15, "wards" : [{"ward_no" : "3", "ward_name" : "Jagathala (TP) - Ward No.3", "ward_id" : "50609"}, {"ward_no" : "5", "ward_name" : "Jagathala (TP) - Ward No.5", "ward_id" : "50611"}, {"ward_no" : "14", "ward_name" : "Jagathala (TP) - Ward No.14", "ward_id" : "50620"}, {"ward_no" : "13", "ward_name" : "Jagathala (TP) - Ward No.13", "ward_id" : "50619"}, {"ward_no" : "8", "ward_name" : "Jagathala (TP) - Ward No.8", "ward_id" : "50614"}, {"ward_no" : "10", "ward_name" : "Jagathala (TP) - Ward No.10", "ward_id" : "50616"}, {"ward_no" : "6", "ward_name" : "Jagathala (TP) - Ward No.6", "ward_id" : "50612"}, {"ward_no" : "7", "ward_name" : "Jagathala (TP) - Ward No.7", "ward_id" : "50613"}, {"ward_no" : "12", "ward_name" : "Jagathala (TP) - Ward No.12", "ward_id" : "50618"}, {"ward_no" : "2", "ward_name" : "Jagathala (TP) - Ward No.2", "ward_id" : "50608"}, {"ward_no" : "11", "ward_name" : "Jagathala (TP) - Ward No.11", "ward_id" : "50617"}, {"ward_no" : "4", "ward_name" : "Jagathala (TP) - Ward No.4", "ward_id" : "50610"}, {"ward_no" : "1", "ward_name" : "Jagathala (TP) - Ward No.1", "ward_id" : "50607"}, {"ward_no" : "15", "ward_name" : "Jagathala (TP) - Ward No.15", "ward_id" : "50621"}, {"ward_no" : "9", "ward_name" : "Jagathala (TP) - Ward No.9", "ward_id" : "50615"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[140.25, 42.833333333333336], [140.25, 42.916666666666664], [140.375, 42.916666666666664], [140.375, 42.833333333333336], [140.25, 42.833333333333336]]]}, "properties" : {"code" : 644022, "url" : "http://madefor.github.io/0410/api/v1/644022.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/644022.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "summary": {"type": "string"}, "metadata_version": {"type": "string"}, "test_requires": {"type": "array", "items": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}}, "generator": {"type": "string"}, "extras": {"type": "array", "items": {}}, "run_requires": {"type": "array", "items": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "project_urls": {"type": "object", "properties": {"Home": {"type": "string"}}, "required": ["Home"]}, "document_names": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["contacts", "project_urls", "document_names"]}}, "required": ["python.details"]}, "version": {"type": "string"}, "license": {"type": "string"}, "classifiers": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "summary", "metadata_version", "test_requires", "generator", "extras", "run_requires", "extensions", "version", "license", "classifiers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "kodi-json", "summary" : "Python module for controlling kodi over HTTP Json API", "metadata_version" : "2.0", "test_requires" : [{"requires" : ["pytest", "pytest-cov", "responses"]}], "generator" : "bdist_wheel (0.24.0)", "extras" : [], "run_requires" : [{"requires" : ["requests"]}], "extensions" : {"python.details" : {"contacts" : [{"name" : "Jean-Christophe Saad-Dupuy", "email" : "jc.saaddupuy@fsfe.org", "role" : "author"}], "project_urls" : {"Home" : "https://github.com/jcsaaddupuy/python-kodijson"}, "document_names" : {"description" : "DESCRIPTION.rst"}}}, "version" : "1.0.0", "license" : "WTFPL", "classifiers" : ["Development Status :: 4 - Beta", "Topic :: Utilities", "Topic :: Multimedia", "Intended Audience :: Developers", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "summary": {"type": "string"}, "metadata_version": {"type": "string"}, "test_requires": {"type": "array", "items": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}}, "generator": {"type": "string"}, "extras": {"type": "array", "items": {}}, "run_requires": {"type": "array", "items": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "project_urls": {"type": "object", "properties": {"Home": {"type": "string"}}, "required": ["Home"]}, "document_names": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["contacts", "project_urls", "document_names"]}}, "required": ["python.details"]}, "version": {"type": "string"}, "license": {"type": "string"}, "classifiers": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "summary", "metadata_version", "test_requires", "generator", "extras", "run_requires", "extensions", "version", "license", "classifiers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this 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" : "Mid-semester theory exam", "weight" : 20}, {"name" : "Group Oral Presentation", "weight" : 20}, {"name" : "Group lab book", "weight" : 10}, {"name" : "Final Written Manuscript", "weight" : 40}, {"name" : "Your reviews of other students' manuscripts", "weight" : 10}]}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"bound_cidr_list": {"type": "array", "items": {}}, "secret_id_ttl": {"type": "string"}, "secret_id_num_uses": {"type": "integer"}, "token_num_uses": {"type": "integer"}, "token_ttl": {"type": "string"}, "token_max_ttl": {"type": "string"}, "policies": {"type": "array", "items": {"type": "string"}}}, "required": ["bound_cidr_list", "secret_id_ttl", "secret_id_num_uses", "token_num_uses", "token_ttl", "token_max_ttl", "policies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bound_cidr_list" : [], "secret_id_ttl" : "1h", "secret_id_num_uses" : 10, "token_num_uses" : 20, "token_ttl" : "6m", "token_max_ttl" : "30m", "policies" : ["default", "todo_bootstrapToken", "todo_acl"]}
json_instruct
{"type": "object", "properties": {"bound_cidr_list": {"type": "array", "items": {}}, "secret_id_ttl": {"type": "string"}, "secret_id_num_uses": {"type": "integer"}, "token_num_uses": {"type": "integer"}, "token_ttl": {"type": "string"}, "token_max_ttl": {"type": "string"}, "policies": {"type": "array", "items": {"type": "string"}}}, "required": ["bound_cidr_list", "secret_id_ttl", "secret_id_num_uses", "token_num_uses", "token_ttl", "token_max_ttl", "policies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@/*"]}}, "required": ["baseUrl", "paths"]}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"baseUrl" : ".", "paths" : {"@/*" : ["client/*"]}}, "exclude" : [".git", ".husky", "node_modules", "out", "build", "public", "server/public"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@/*"]}}, "required": ["baseUrl", "paths"]}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["internal", "resolver_asn", "resolver_net", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"probe_id" : 23208, "resolvers" : [{"internal" : "10.0.1.1", "resolver_asn" : 3352, "resolver_net" : "80.58.0.0/16", "ipv6_cap" : true}]}
json_instruct
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["internal", "resolver_asn", "resolver_net", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x48605bd40de46899846d536e67f6610c04715268", "tool" : "honeybadger", "start" : 1565829641.8304188, "end" : 1565829694.6748312, "duration" : 52.844412326812744, "analysis" : [{"errors" : [], "file" : "/unique_chucks/18/0x48605bd40de46899846d536e67f6610c04715268.sol", "name" : "MegaCoin"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edges" : [[17, 12], [5, 27], [27, 6], [3, 15], [5, 27], [6, 27], [27, 6], [27, 6], [26, 1], [27, 5], [21, 19], [5, 27], [22, 27], [18, 4], [27, 19], [27, 22], [10, 19], [5, 27], [22, 27], [22, 27], [27, 22], [27, 19], [6, 27], [27, 19], [27, 5], [27, 5], [19, 27], [6, 27], [20, 14], [27, 22], [27, 19], [9, 7], [24, 0], [27, 5], [5, 27], [5, 27], [27, 22], [6, 27], [27, 22], [19, 27], [19, 27], [27, 22], [6, 27], [27, 6], [11, 19], [19, 27], [5, 27], [3, 25], [23, 28], [27, 6], [19, 27], [19, 27], [19, 27], [2, 8], [13, 16], [27, 5], [27, 6], [6, 27]], "features" : {"0" : "1", "1" : "1", "2" : "1", "3" : "2", "4" : "1", "5" : "12", "6" : "12", "7" : "1", "8" : "1", "9" : "1", "10" : "1", "11" : "1", "12" : "1", "13" : "1", "14" : "1", "15" : "1", "16" : "1", "17" : "1", "18" : "1", "19" : "14", "20" : "1", "21" : "1", "22" : "9", "23" : "1", "24" : "1", "25" : "1", "26" : "1", "27" : "44", "28" : "1"}}
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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/sand_red_half"}}}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "text": {"type": "string"}}, "required": ["uuid", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"uuid" : "d290f1ee-6c54-4b01-90e6-d701748f0851", "text" : "Take a hair cut"}, {"uuid" : "h53ssd1e-yas8-6nqd-wj5c-6uf017231232", "text" : "Commit changes a minute after midnight"}, {"uuid" : "5d9a3414-7a5a-4bc9-9fd0-f6917d209b6b ", "text" : "Take Aiara home quiz"}, {"uuid" : "6bc99595-49cb-40d0-b81e-ab73aba6293b", "text" : "Buy Grocery"}, {"uuid" : "a2c81fee-6daf-4208-a904-35dc172af64c", "text" : "Meet a friend at coffee shop"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "text": {"type": "string"}}, "required": ["uuid", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"base": {"type": "string"}, "copyright": {"type": "string"}, "email": {"type": "string"}, "favicon": {"type": "string"}, "homelink": {"type": "string"}, "icons": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "jscripts": {"type": "array", "items": {}}, "meta": {"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}}, "required": ["author", "description", "keywords"]}, "nextlink": {"type": "string"}, "prevlink": {"type": "string"}, "qlink": {"type": "string"}, "styles": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "updog": {"type": "string"}}, "required": ["base", "copyright", "email", "favicon", "homelink", "icons", "jscripts", "meta", "nextlink", "prevlink", "qlink", "styles", "title", "updog"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"base" : "https://monomyth.neocities.org/", "copyright" : "\u00a9 Jen Blair and Sam Kennerly 2019.", "email" : "jenblair@gmail.com samkennerly@gmail.com", "favicon" : "favicon.jpg", "homelink" : "The Dude with a Thousand Faces", "icons" : [["GitHub", "media/icons/github.svg", "https://github.com/jenblair/monomyth"], ["Neocities", "media/icons/neocities.svg", "https://neocities.org/site/monomyth"], ["Twitter", "media/icons/twitter.svg", "https://twitter.com/fakejenblair"]], "jscripts" : [], "meta" : {"author" : "Jen Blair, Sam Kennerly", "description" : "In bowling and comparative mythology, the monomyth is a template for tales and lore about a hero who goes on an adventure, runs into some things, and then comes home.", "keywords" : "monomyth, narratology, folklore, screenplay, hero, bowling, dude"}, "nextlink" : "next", "prevlink" : "last", "qlink" : "Built by a Quarto.", "styles" : ["style.css"], "title" : "The Dude with a Thousand Faces.", "updog" : "top"}
json_instruct
{"type": "object", "properties": {"base": {"type": "string"}, "copyright": {"type": "string"}, "email": {"type": "string"}, "favicon": {"type": "string"}, "homelink": {"type": "string"}, "icons": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "jscripts": {"type": "array", "items": {}}, "meta": {"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}}, "required": ["author", "description", "keywords"]}, "nextlink": {"type": "string"}, "prevlink": {"type": "string"}, "qlink": {"type": "string"}, "styles": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "updog": {"type": "string"}}, "required": ["base", "copyright", "email", "favicon", "homelink", "icons", "jscripts", "meta", "nextlink", "prevlink", "qlink", "styles", "title", "updog"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"es6-promise.js": {"type": "string"}, "es6-promise.min.js": {"type": "string"}}, "required": ["es6-promise.js", "es6-promise.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"es6-promise.js" : "sha512-1rXoZNIiieJ6qJaNNCNZ9dbePbFwa4LTKI4qm4hW9jebynmxKAF1TLuv+R8jodF/3t9UsV7rqGFMEsAzAZIUDg==", "es6-promise.min.js" : "sha512-dbPlu+wyDcOgds5c1JGsO5N6AvnUmcrxbfWvAxFz+ckqz6Pf+qkR5bKw+YCjk0Yy5tbw6LdWqmjvUDUvTdRWdA=="}
json_instruct
{"type": "object", "properties": {"es6-promise.js": {"type": "string"}, "es6-promise.min.js": {"type": "string"}}, "required": ["es6-promise.js", "es6-promise.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"totalMarks": {"type": "object", "properties": {"lessThanEqualTo": {"type": "boolean"}}, "required": ["lessThanEqualTo"]}, "practicalExamMarks": {"type": "object", "properties": {"fieldName": {"type": "string"}, "conditionalExpression": {"type": "string"}}, "required": ["fieldName", "conditionalExpression"]}, "otherMarks": {"type": "object", "properties": {"fieldName": {"type": "string"}, "message": {"type": "string"}}, "required": ["fieldName", "message"]}}, "required": ["totalMarks", "practicalExamMarks", "otherMarks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"totalMarks" : {"lessThanEqualTo" : true}, "practicalExamMarks" : {"fieldName" : "'totalMarks'", "conditionalExpression" : "'x => x.totalMarks == 100'"}, "otherMarks" : {"fieldName" : "'totalMarks'", "message" : "'Please enter number less than 100.'"}}
json_instruct
{"type": "object", "properties": {"totalMarks": {"type": "object", "properties": {"lessThanEqualTo": {"type": "boolean"}}, "required": ["lessThanEqualTo"]}, "practicalExamMarks": {"type": "object", "properties": {"fieldName": {"type": "string"}, "conditionalExpression": {"type": "string"}}, "required": ["fieldName", "conditionalExpression"]}, "otherMarks": {"type": "object", "properties": {"fieldName": {"type": "string"}, "message": {"type": "string"}}, "required": ["fieldName", "message"]}}, "required": ["totalMarks", "practicalExamMarks", "otherMarks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 200, "data" : {"totalSubs" : 341, "subsInEachSource" : {"feedly" : 156, "inoreader" : 120, "feedsPub" : 65}, "failedSources" : {}}, "lastModified" : 1618791473251}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/stylinity-widget": {"type": "object", "properties": {"1": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "integer"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "dist", "source", "homepage", "require", "type"]}, "dev-trunk": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "time": {"type": "string"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "time", "dist", "source", "homepage", "require", "type"]}}, "required": ["1", "dev-trunk"]}}, "required": ["wpackagist-plugin/stylinity-widget"]}}, "required": ["packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"packages" : {"wpackagist-plugin/stylinity-widget" : {"1" : {"name" : "wpackagist-plugin/stylinity-widget", "version" : 1, "version_normalized" : "1.0.0.0", "uid" : 339551, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/stylinity-widget.zip?timestamp=1472495501"}, "source" : {"type" : "svn", "url" : "https://plugins.svn.wordpress.org/stylinity-widget/", "reference" : "trunk"}, "homepage" : "https://wordpress.org/plugins/stylinity-widget/", "require" : {"composer/installers" : "~1.0"}, "type" : "wordpress-plugin"}, "dev-trunk" : {"name" : "wpackagist-plugin/stylinity-widget", "version" : "dev-trunk", "version_normalized" : "9999999-dev", "uid" : 339552, "time" : "2016-08-29 18:31:41", "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/stylinity-widget.zip?timestamp=1472495501"}, "source" : {"type" : "svn", "url" : "https://plugins.svn.wordpress.org/stylinity-widget/", "reference" : "trunk"}, "homepage" : "https://wordpress.org/plugins/stylinity-widget/", "require" : {"composer/installers" : "~1.0"}, "type" : "wordpress-plugin"}}}}
json_instruct
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/stylinity-widget": {"type": "object", "properties": {"1": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "integer"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "dist", "source", "homepage", "require", "type"]}, "dev-trunk": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "time": {"type": "string"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "time", "dist", "source", "homepage", "require", "type"]}}, "required": ["1", "dev-trunk"]}}, "required": ["wpackagist-plugin/stylinity-widget"]}}, "required": ["packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-90.068644, 35.153149], [-90.051773, 35.153132], [-90.052803, 35.150735], [-90.048321, 35.149495], [-90.051986, 35.139189], [-90.054995, 35.134674], [-90.05462, 35.132739], [-90.062657, 35.132851], [-90.062514, 35.134602], [-90.060915, 35.136788], [-90.065133, 35.138206], [-90.064612, 35.140621], [-90.066482, 35.151074], [-90.068644, 35.153149]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 59919}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Expectation Propagation for t-Exponential Family Using q-Algebra.", "fields" : ["natural exponential family", "expectation propagation", "location scale family", "additive function", "parametric family"], "abstract" : "Exponential family distributions are highly useful in machine learning since their calculation can be performed efficiently through natural parameters. The exponential family has recently been extended to the t-exponential family, which contains Student-t distributions as family members and thus allows us to handle noisy data well. However, since the t-exponential family is defined by the deformed exponential, an efficient learning algorithm for the t-exponential family such as expectation propagation (EP) cannot be derived in the same way as the ordinary exponential family. In this paper, we borrow the mathematical tools of q-algebra from statistical physics and show that the pseudo additivity of distributions allows us to perform calculation of t-exponential family distributions through natural parameters. We then develop an expectation propagation (EP) algorithm for the t-exponential family, which provides a deterministic approximation to the posterior or predictive distribution with simple moment matching. We finally apply the proposed EP algorithm to the Bayes point machine and Student-t process classification, and demonstrate their performance numerically.", "citation" : "Not cited", "year" : "2017", "departments" : ["University of Tokyo", "University of Tokyo", "University of Tokyo"], "conf" : "nips", "authors" : ["Futoshi Futami.....http://dblp.org/pers/hd/f/Futami:Futoshi", "Issei Sato.....http://dblp.org/pers/hd/s/Sato:Issei", "Masashi Sugiyama.....http://dblp.org/pers/hd/s/Sugiyama:Masashi"], "pages" : 10}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "metodos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "", "code" : "", "ldc" : [], "metodos" : [{"nombre" : "getDoc", "description" : ""}, {"nombre" : "next", "description" : ""}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "metodos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "title_en": {"type": "string"}, "title_jp": {"type": "string"}, "picture": {"type": "string"}, "synopsis": {"type": "string"}, "type": {"type": "string"}, "episodes": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "released": {"type": "string"}, "characters": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "title_en", "title_jp", "picture", "synopsis", "type", "episodes", "tags", "released", "characters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 11933, "title" : "Oda Nobuna no Yabou", "title_en" : "The Ambition of Oda Nobuna", "title_jp" : "\u7e54\u7530\u4fe1\u5948\u306e\u91ce\u671b", "picture" : "http://cdn.myanimelist.net/images/anime/11/39249.jpg", "synopsis" : "The historical romantic comedy follows 17-year-old high schooler Sagara Yoshiharu who one day time-travels to the Sengoku period, where all the major Samurai lords are cute girls. Yoshiharu meets Oda Nobuna, the female counterpart of Oda Nobunaga, and begins to serve her as a substitute of Kinoshita Tokichiro, who was killed. ", "type" : "TV", "episodes" : 12, "tags" : ["comedy", "historical", "romance"], "released" : "2012-07-09T03:00:00.000Z", "characters" : [59819, 59817, 68059, 59959, 68061, 66021, 70667, 68041, 66019, 68073, 68039, 68043, 68045, 59903, 63469, 68069, 68055, 66029, 59905, 68459, 66023, 66027, 68077, 68903, 68051, 59897, 68063, 69343, 69345, 59965, 68037, 68461, 68049, 68897, 68075, 68081, 59957, 59901, 63471, 66033, 68465, 63467, 63473, 68071, 68057, 59899, 68053, 68463, 68079, 68901, 59963, 66031, 68899, 68047, 66025, 68067, 68065, 67695]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "title_en": {"type": "string"}, "title_jp": {"type": "string"}, "picture": {"type": "string"}, "synopsis": {"type": "string"}, "type": {"type": "string"}, "episodes": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "released": {"type": "string"}, "characters": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "title_en", "title_jp", "picture", "synopsis", "type", "episodes", "tags", "released", "characters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "LOMBOK BARAT", "originalFilename" : "FOTO FATHUL ARIFIN.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 255697, "noUrut" : 1, "nama" : "FATHUL ARIFIN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LOMBOK BARAT", "originalFilename" : "ZULFUADI.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 157760, "noUrut" : 2, "nama" : "ZUL FUADI, SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LOMBOK BARAT", "originalFilename" : "DSC_0488.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 159227, "noUrut" : 3, "nama" : "FAOZIAH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LOMBOK BARAT", "originalFilename" : "IMG_8196_e.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 256245, "noUrut" : 4, "nama" : "HUSAEN AHMAD", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LOMBOK BARAT", "originalFilename" : "DSC_0426.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 159383, "noUrut" : 5, "nama" : "FITRIANI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LOMBOK BARAT", "originalFilename" : "FOTO.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 157686, "noUrut" : 6, "nama" : "DIAN HUSWATUN HASANAH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LOMBOK BARAT", "originalFilename" : "TURMUZI.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 160161, "noUrut" : 7, "nama" : "TURMUZI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LOMBOK BARAT", "originalFilename" : "tantowi.jpeg", "namaPartai" : "PARTAI BERKARYA", "id" : 161349, "noUrut" : 8, "nama" : "THANTOWI ANSHORI, ST.", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "typescript:main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "build:cjs": {"type": "string"}, "build:mjs": {"type": "string"}, "rename:mjs": {"type": "string"}, "build": {"type": "string"}}, "required": ["lint", "build:cjs", "build:mjs", "rename:mjs", "build"]}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"whatwg-fetch": {"type": "string"}}, "required": ["whatwg-fetch"]}, "devDependencies": {"type": "object", "properties": {"tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["tslint", "typescript"]}}, "required": ["name", "version", "description", "author", "license", "main", "types", "typescript:main", "module", "scripts", "directories", "files", "homepage", "bugs", "repository", "keywords", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@whirler/client", "version" : "0.0.4", "description" : "A library support development single endpoint api (client).", "author" : "Jout V Hu (Giao Ho)", "license" : "MIT", "main" : "lib/index.js", "types" : "./lib/index.d.ts", "typescript:main" : "./lib/index.ts", "module" : "./lib/index.mjs", "scripts" : {"lint" : "tslint -c ./config/tslint.json --project ./config/tsconfig.json", "build:cjs" : "tsc --project ./config/tsconfig.json", "build:mjs" : "tsc --project config/tsconfig.mjs.json", "rename:mjs" : "node config/rename.mjs.js", "build" : "npm run build:mjs && npm run rename:mjs && npm run build:cjs"}, "directories" : {"lib" : "./lib"}, "files" : ["lib", "README.md", "LICENSE"], "homepage" : "https://github.com/joutvhu/whirler-client", "bugs" : {"url" : "https://github.com/joutvhu/whirler-client/issues"}, "repository" : {"type" : "git", "url" : "http://github.com/joutvhu/whirler-client.git"}, "keywords" : ["whirler", "whirler-client", "whirler client", "whirler client js", "single endpoint", "api", "method"], "engines" : {"node" : ">= 8.x"}, "dependencies" : {"whatwg-fetch" : "^3.0.0"}, "devDependencies" : {"tslint" : "^5.14.0", "typescript" : "^3.4.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "typescript:main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "build:cjs": {"type": "string"}, "build:mjs": {"type": "string"}, "rename:mjs": {"type": "string"}, "build": {"type": "string"}}, "required": ["lint", "build:cjs", "build:mjs", "rename:mjs", "build"]}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"whatwg-fetch": {"type": "string"}}, "required": ["whatwg-fetch"]}, "devDependencies": {"type": "object", "properties": {"tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["tslint", "typescript"]}}, "required": ["name", "version", "description", "author", "license", "main", "types", "typescript:main", "module", "scripts", "directories", "files", "homepage", "bugs", "repository", "keywords", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Hi Lars,\n\n\nIf you don't use a material or set of materials for an object, then \nincluding the unused material is a waste of space. Thus, including a \nwhole material library with each object, which uses at most a few of \nthese materials, is a huge tax on memory during rendering. Don't do \nit. Find another way, even if it's less convenient.\n\n\nMy earlier suggestion was to include the colorpict in each object \nfile as needed to move coordinates around with your geometry, and \nalias'ing the material the colorpict is applied to. That way, you \nduplicate only what is needed for correct rendering, and can still \nuse a library. The alias also takes up space, but not as much as a \nwhole library of materials. It is about the same as putting just the \nmaterials used in each geometry file. Giving each alias a unique \nname also avoids the generation of excess id's with the -ae option \nyou are currently experiencing. Each unique modifier name generates \nas many id's as there are appearances in your scene. (Instancing a \nmesh or octree counts as a single appearance, where xform'ing counts \nfor multiple appearances.)\n\n\nIf you can avoid duplicating your entire material library with each \nobject, this should solve all your problems.\n\n\n-Greg\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2005-July/002825.html).</sup>", "attachments" : [], "created_by_name" : "Greg Ward", "created_at" : "July 11, 2005 at 08:09PM", "created_by" : "Greg_Ward", "parent_id" : "radiance-general_002804", "id" : "radiance-general_002825"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_r21ra", "name" : "Johnnybravo3817"}, "date" : {"day" : 1631232000, "full" : 1631248083, "month" : 1630454400, "week" : 1630800000}, "id" : "t3_pldzvv", "picture" : {"filesize" : 35272, "fullUrl" : "https://preview.redd.it/s55et5pislm71.jpg?width=4032&format=pjpg&auto=webp&s=aeb7dd2003747d0c9bc70aaacad0ba0366a3bfd7", "hash" : "82c3d65a63", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQEC/8QAJxAAAQMDAgQHAAAAAAAAAAAAAQIDBAUREgAxBhMhcRQiQWGRstH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABoRAAICAwAAAAAAAAAAAAAAAAERAAIDBSH/2gAMAwEAAhEDEQA/AJwzWKjHY5Eqmy1upcISt5oozSALbA9e/wA6TY4orD8vkChLdj36uNqKMRe1/OLHt7aLiwoTbYxiNbDcq/dYn02EpvHw+NvVLrgP20hrEOKUDjsS3P/Z", "url" : "https://preview.redd.it/s55et5pislm71.jpg?width=640&crop=smart&auto=webp&s=08dd043071f4b46680d669fa4c015398daed077c", "width" : 640}, "score" : {"comments" : 3, "downs" : 0, "ratio" : 1, "ups" : 6, "value" : 6}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Trying some new concrete textures. Recipe is last picture. C+C welcome.", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/pldzvv/trying_some_new_concrete_textures_recipe_is_last/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$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"}, "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": {"canvas": {"type": "string"}, "cleverbot.io": {"type": "string"}, "color-convert": {"type": "string"}, "cowsay": {"type": "string"}, "discord.js": {"type": "string"}, "insult": {"type": "string"}, "js-yaml": {"type": "string"}, "klasa": {"type": "string"}, "klasa-dashboard-hooks": {"type": "string"}, "klasa-member-gateway": {"type": "string"}, "moment": {"type": "string"}, "pg": {"type": "string"}, "ping": {"type": "string"}}, "required": ["canvas", "cleverbot.io", "color-convert", "cowsay", "discord.js", "insult", "js-yaml", "klasa", "klasa-dashboard-hooks", "klasa-member-gateway", "moment", "pg", "ping"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nibirubot", "version" : "1.2.0", "description" : "A multipurpose bot for Discord, featuring logging, moderation, econ, image manipulation, etc", "main" : "nibiru.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/sydneyrain/nibirubot-iii.git"}, "author" : "Sydney McKinley", "license" : "MIT", "bugs" : {"url" : "https://github.com/sydneyrain/nibirubot-iii/issues"}, "homepage" : "https://github.com/sydneyrain/nibirubot-iii#readme", "dependencies" : {"canvas" : "^2.4.1", "cleverbot.io" : "^1.0.4", "color-convert" : "^2.0.0", "cowsay" : "^1.4.0", "discord.js" : "git+https://github.com/discordjs/discord.js.git", "insult" : "0.0.3", "js-yaml" : "^3.13.0", "klasa" : "github:dirigeants/klasa", "klasa-dashboard-hooks" : "git+https://github.com/dirigeants/klasa-dashboard-hooks.git", "klasa-member-gateway" : "git+https://github.com/dirigeants/klasa-member-gateway.git", "moment" : "^2.24.0", "pg" : "^7.9.0", "ping" : "^0.2.2"}, "devDependencies" : {"eslint" : "^5.15.3"}}
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": {"canvas": {"type": "string"}, "cleverbot.io": {"type": "string"}, "color-convert": {"type": "string"}, "cowsay": {"type": "string"}, "discord.js": {"type": "string"}, "insult": {"type": "string"}, "js-yaml": {"type": "string"}, "klasa": {"type": "string"}, "klasa-dashboard-hooks": {"type": "string"}, "klasa-member-gateway": {"type": "string"}, "moment": {"type": "string"}, "pg": {"type": "string"}, "ping": {"type": "string"}}, "required": ["canvas", "cleverbot.io", "color-convert", "cowsay", "discord.js", "insult", "js-yaml", "klasa", "klasa-dashboard-hooks", "klasa-member-gateway", "moment", "pg", "ping"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following 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" : 516, "hash" : 1992135328, "artDyeHash" : 1992135328, "redacted" : false, "dyeManifestHash" : 1982937248, "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "domains": {"type": "array", "items": {"type": "string"}}, "iot_class": {"type": "string"}, "homeassistant": {"type": "string"}}, "required": ["name", "domains", "iot_class", "homeassistant"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Emporia Vue", "domains" : ["sensor", "switch"], "iot_class" : "Cloud Polling", "homeassistant" : "2021.9.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "domains": {"type": "array", "items": {"type": "string"}}, "iot_class": {"type": "string"}, "homeassistant": {"type": "string"}}, "required": ["name", "domains", "iot_class", "homeassistant"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "'use strict';\n\nvar $ = require('../internals/export');\n\nvar IS_PURE = require('../internals/is-pure');\n\nvar $upsert = require('../internals/map-upsert'); // `WeakMap.prototype.upsert` method\n// https://github.com/thumbsupep/proposal-upsert\n\n\n$({\n target: 'WeakMap',\n proto: true,\n real: true,\n forced: IS_PURE\n}, {\n upsert: $upsert\n});", "map" : null, "metadata" : {}, "sourceType" : "script"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"arXiv": {"type": "string"}, "title": {"type": "string"}, "pdf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "s2id": {"type": "string"}, "posterSession": {"type": "string"}, "citations": {"type": "integer"}, "twitter": {"type": "object", "properties": {"retweets": {"type": "integer"}, "likes": {"type": "integer"}, "replies": {"type": "integer"}, "ids": {"type": "array", "items": {"type": "string"}}}, "required": ["retweets", "likes", "replies", "ids"]}}, "required": ["arXiv", "title", "pdf", "authors", "abstract", "s2id", "posterSession", "citations", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"arXiv" : "http://arxiv.org/abs/2102.12867", "title" : "FASA: Feature Augmentation and Sampling Adaptation for Long-Tailed Instance Segmentation", "pdf" : "https://openaccess.thecvf.com/content/ICCV2021/papers/Zang_FASA_Feature_Augmentation_and_Sampling_Adaptation_for_Long-Tailed_Instance_Segmentation_ICCV_2021_paper.pdf", "authors" : ["Yuhang Zang", "Chen Huang", "Chen Change Loy"], "abstract" : "Recent methods for long-tailed instance segmentation still struggle on rare object classes with few training data. We propose a simple yet effective method, Feature Augmentation and Sampling Adaptation (FASA), that addresses the data scarcity issue by augmenting the feature space especially for rare classes. Both the Feature Augmentation (FA) and feature sampling components are adaptive to the actual training status -- FA is informed by the feature mean and variance of observed real samples from past iterations, and we sample the generated virtual features in a loss-adapted manner to avoid over-fitting. FASA does not require any elaborate loss design, and removes the need for inter-class transfer learning that often involves large cost and manually-defined head/tail class groups. We show FASA is a fast, generic method that can be easily plugged into standard or long-tailed segmentation frameworks, with consistent performance gains and little added cost. FASA is also applicable to other tasks like long-tailed classification with state-of-the-art performance.", "s2id" : "240a14fab0f26a861d750287fcafdaf35d15b51c", "posterSession" : "ICCV", "citations" : 3, "twitter" : {"retweets" : 0, "likes" : 0, "replies" : 0, "ids" : ["1365746803421958151"]}}
json_instruct
{"type": "object", "properties": {"arXiv": {"type": "string"}, "title": {"type": "string"}, "pdf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "s2id": {"type": "string"}, "posterSession": {"type": "string"}, "citations": {"type": "integer"}, "twitter": {"type": "object", "properties": {"retweets": {"type": "integer"}, "likes": {"type": "integer"}, "replies": {"type": "integer"}, "ids": {"type": "array", "items": {"type": "string"}}}, "required": ["retweets", "likes", "replies", "ids"]}}, "required": ["arXiv", "title", "pdf", "authors", "abstract", "s2id", "posterSession", "citations", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"group_id": {"type": "string"}, "function_id": {"type": "string"}, "value_str": {"type": "string"}, "throughput": {"type": "null"}, "full_id": {"type": "string"}, "directory_name": {"type": "string"}, "title": {"type": "string"}}, "required": ["group_id", "function_id", "value_str", "throughput", "full_id", "directory_name", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"group_id" : "f32", "function_id" : "Simpson's 1/3", "value_str" : "60", "throughput" : null, "full_id" : "f32/Simpson's 1/3/60", "directory_name" : "f32/Simpson's 1_3/60", "title" : "f32/Simpson's 1/3/60"}
json_instruct
{"type": "object", "properties": {"group_id": {"type": "string"}, "function_id": {"type": "string"}, "value_str": {"type": "string"}, "throughput": {"type": "null"}, "full_id": {"type": "string"}, "directory_name": {"type": "string"}, "title": {"type": "string"}}, "required": ["group_id", "function_id", "value_str", "throughput", "full_id", "directory_name", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"total": {"type": "integer"}, "subtotal": {"type": "integer"}, "tax": {"type": "integer"}, "shipping": {"type": "integer"}, "tip": {"type": "integer"}, "cashAmount": {"type": "integer"}, "pointsAmount": {"type": "integer"}, "totalPoints": {"type": "integer"}, "currencyCode": {"type": "string"}, "merchantOrderId": {"type": "string"}, "orderDescription": {"type": "string"}, "metadata": {"type": "null"}, "status": {"type": "string"}, "settlementType": {"type": "null"}, "lastProcessingAttempt": {"type": "null"}, "customerId": {"type": "null"}, "paymentId": {"type": "null"}, "addressId": {"type": "null"}, "shippingAddressId": {"type": "null"}, "shippingMethodId": {"type": "null"}, "merchantId": {"type": "string"}, "orderLineItems": {"type": "null"}, "transactions": {"type": "null"}, "storeId": {"type": "null"}, "hash": {"type": "string"}, "externalId": {"type": "string"}, "paymentMethod": {"type": "object", "properties": {"cardBrand": {"type": "string"}, "last4CardNumber": {"type": "string"}, "expMonth": {"type": "integer"}, "expYear": {"type": "integer"}}, "required": ["cardBrand", "last4CardNumber", "expMonth", "expYear"]}}, "required": ["total", "subtotal", "tax", "shipping", "tip", "cashAmount", "pointsAmount", "totalPoints", "currencyCode", "merchantOrderId", "orderDescription", "metadata", "status", "settlementType", "lastProcessingAttempt", "customerId", "paymentId", "addressId", "shippingAddressId", "shippingMethodId", "merchantId", "orderLineItems", "transactions", "storeId", "hash", "externalId", "paymentMethod"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"total" : 123, "subtotal" : 123, "tax" : 0, "shipping" : 0, "tip" : 0, "cashAmount" : 123, "pointsAmount" : 0, "totalPoints" : 0, "currencyCode" : "USD", "merchantOrderId" : "101", "orderDescription" : "This is a pre-existing order", "metadata" : null, "status" : "PENDING", "settlementType" : null, "lastProcessingAttempt" : null, "customerId" : null, "paymentId" : null, "addressId" : null, "shippingAddressId" : null, "shippingMethodId" : null, "merchantId" : "testMerchantId", "orderLineItems" : null, "transactions" : null, "storeId" : null, "hash" : "6f21517dc558cdce2958a7c9606d4e5b6f51863ad0a3fbc4f11ad1ee49842772", "externalId" : "123testOrderId", "paymentMethod" : {"cardBrand" : "Visa", "last4CardNumber" : "3434", "expMonth" : 12, "expYear" : 24}}
json_instruct
{"type": "object", "properties": {"total": {"type": "integer"}, "subtotal": {"type": "integer"}, "tax": {"type": "integer"}, "shipping": {"type": "integer"}, "tip": {"type": "integer"}, "cashAmount": {"type": "integer"}, "pointsAmount": {"type": "integer"}, "totalPoints": {"type": "integer"}, "currencyCode": {"type": "string"}, "merchantOrderId": {"type": "string"}, "orderDescription": {"type": "string"}, "metadata": {"type": "null"}, "status": {"type": "string"}, "settlementType": {"type": "null"}, "lastProcessingAttempt": {"type": "null"}, "customerId": {"type": "null"}, "paymentId": {"type": "null"}, "addressId": {"type": "null"}, "shippingAddressId": {"type": "null"}, "shippingMethodId": {"type": "null"}, "merchantId": {"type": "string"}, "orderLineItems": {"type": "null"}, "transactions": {"type": "null"}, "storeId": {"type": "null"}, "hash": {"type": "string"}, "externalId": {"type": "string"}, "paymentMethod": {"type": "object", "properties": {"cardBrand": {"type": "string"}, "last4CardNumber": {"type": "string"}, "expMonth": {"type": "integer"}, "expYear": {"type": "integer"}}, "required": ["cardBrand", "last4CardNumber", "expMonth", "expYear"]}}, "required": ["total", "subtotal", "tax", "shipping", "tip", "cashAmount", "pointsAmount", "totalPoints", "currencyCode", "merchantOrderId", "orderDescription", "metadata", "status", "settlementType", "lastProcessingAttempt", "customerId", "paymentId", "addressId", "shippingAddressId", "shippingMethodId", "merchantId", "orderLineItems", "transactions", "storeId", "hash", "externalId", "paymentMethod"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "satshop.146.185.130.88.nip.io", "min_cert_id" : 1040680361, "min_entry_timestamp" : "2018-12-19T02:57:15.979", "not_before" : "2018-12-19T01:57:15", "not_after" : "2019-03-19T01:57:15"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"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": {"gml_id": {"type": "string"}, "stname": {"type": "string"}, "dtname": {"type": "string"}, "gpname": {"type": "string"}, "ipname": {"type": "string"}, "stcensus": {"type": "integer"}, "dtcensus": {"type": "string"}, "gpcode": {"type": "string"}, "ipcode": {"type": "string"}, "villname": {"type": "string"}, "vlgcd2011": {"type": "string"}, "vlgcd2001": {"type": "string"}, "wc1": {"type": "null"}, "wc2": {"type": "null"}, "wc3": {"type": "string"}, "control": {"type": "null"}, "area": {"type": "number"}}, "required": ["gml_id", "stname", "dtname", "gpname", "ipname", "stcensus", "dtcensus", "gpcode", "ipcode", "villname", "vlgcd2011", "vlgcd2001", "wc1", "wc2", "wc3", "control", "area"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"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" : "wc3_TCsample140_simpDP_vlgcd2011_559779", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"gml_id" : "Maharashtra_village.36453", "stname" : "Maharashtra", "dtname" : "Beed", "gpname" : "Dipewadgaon", "ipname" : "Kaij", "stcensus" : 27, "dtcensus" : "523", "gpcode" : "171550", "ipcode" : "04222", "villname" : "Depewadgaon", "vlgcd2011" : "559779", "vlgcd2001" : "03464600", "wc1" : null, "wc2" : null, "wc3" : "y", "control" : null, "area" : 6.05}, "geometry" : {"type" : "Polygon", "coordinates" : [[[76.27170689700006, 18.697205576000044], [76.27125567600007, 18.68725226400005], [76.26921333900003, 18.673406089000025], [76.26920749500005, 18.670048319000045], [76.25946468100005, 18.669466899000042], [76.25857153400005, 18.67130849800003], [76.25069517700007, 18.67369296000004], [76.24802007100004, 18.68960265800007], [76.25270134400006, 18.691216405000034], [76.25223937700008, 18.69311569200005], [76.26238543200003, 18.695775312000023], [76.26713846100006, 18.698639574000026], [76.27073619400005, 18.697036702000048], [76.27170689700006, 18.697205576000044]]]}}]}
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": {"gml_id": {"type": "string"}, "stname": {"type": "string"}, "dtname": {"type": "string"}, "gpname": {"type": "string"}, "ipname": {"type": "string"}, "stcensus": {"type": "integer"}, "dtcensus": {"type": "string"}, "gpcode": {"type": "string"}, "ipcode": {"type": "string"}, "villname": {"type": "string"}, "vlgcd2011": {"type": "string"}, "vlgcd2001": {"type": "string"}, "wc1": {"type": "null"}, "wc2": {"type": "null"}, "wc3": {"type": "string"}, "control": {"type": "null"}, "area": {"type": "number"}}, "required": ["gml_id", "stname", "dtname", "gpname", "ipname", "stcensus", "dtcensus", "gpcode", "ipcode", "villname", "vlgcd2011", "vlgcd2001", "wc1", "wc2", "wc3", "control", "area"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"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#"}
Please provide a valid JSON object following 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" : "0x6c5d0f809fcd6225e00053abee3af1c6de13a230", "tool" : "slither", "start" : 1563654324.0296087, "end" : 1563654327.491471, "duration" : 3.461862325668335, "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"shader": {"type": "object", "properties": {"id": {"type": "string"}, "fragmentFile": {"type": "string"}, "vertexFile": {"type": "string"}, "uniforms": {"type": "array", "items": {"type": "string"}}, "setShader": {"type": "string"}}, "required": ["id", "fragmentFile", "vertexFile", "uniforms", "setShader"]}}, "required": ["shader"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"shader" : {"id" : "xbrz4x", "fragmentFile" : "res/shaders/xbrz4x.frag", "vertexFile" : "res/shaders/xbrz4x.vert", "uniforms" : ["fade", "gamma", "textureSize"], "setShader" : "game"}}
json_instruct
{"type": "object", "properties": {"shader": {"type": "object", "properties": {"id": {"type": "string"}, "fragmentFile": {"type": "string"}, "vertexFile": {"type": "string"}, "uniforms": {"type": "array", "items": {"type": "string"}}, "setShader": {"type": "string"}}, "required": ["id", "fragmentFile", "vertexFile", "uniforms", "setShader"]}}, "required": ["shader"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"gitRevision": {"type": "string"}, "theme": {"type": "string"}, "out": {"type": "string"}, "excludeExternals": {"type": "boolean"}, "excludePrivate": {"type": "boolean"}}, "required": ["gitRevision", "theme", "out", "excludeExternals", "excludePrivate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"gitRevision" : "master", "theme" : "minimal", "out" : "docs/", "excludeExternals" : true, "excludePrivate" : true}
json_instruct
{"type": "object", "properties": {"gitRevision": {"type": "string"}, "theme": {"type": "string"}, "out": {"type": "string"}, "excludeExternals": {"type": "boolean"}, "excludePrivate": {"type": "boolean"}}, "required": ["gitRevision", "theme", "out", "excludeExternals", "excludePrivate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main" : "LoginComponent.js"}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"templmd5" : "0f5f718e7703eaa46b1a36127cb4199f", "number" : "174", "title" : "Raccolta fondi Associazione Pepitosa in carrozza per supportare struttura per minori con disabilit\u00e0 a Chortkiv in Ucraina ", "BACKCOLOR" : "white", "FRONTCOLOR" : "black", "filemd5" : "aa94ea524588e26fd83d0828c262460d"}
json_instruct
{"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"venn.js": {"type": "string"}, "venn.min.js": {"type": "string"}}, "required": ["venn.js", "venn.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"venn.js" : "sha512-emQnKEFrI2dDSLTCDk8a753u081GCaLajD2ddlCHZ55ogFNRR8FAxSC7g2ABV99yZP9MbmtwIZAVpBSdKYvIIw==", "venn.min.js" : "sha512-2ag19aWMkSV0zzCkkYQB2sbxhYmTXbppeAHlc4JTZ3THrdlugDZezOCzj7OZMhF9UpXxdmVAITl/C3IXrqsShA=="}
json_instruct
{"type": "object", "properties": {"venn.js": {"type": "string"}, "venn.min.js": {"type": "string"}}, "required": ["venn.js", "venn.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "P": {"type": "string"}}, "required": ["1", "3", "4", "P"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"1" : "Good Till Cancel (GTC)", "3" : "Immediate or Cancel (IOC)", "4" : "Fill or Kill (FOK)", "P" : "Post-Only"}
json_instruct
{"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "P": {"type": "string"}}, "required": ["1", "3", "4", "P"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "OLIVEIRA DOS BREJINHOS", "Description" : "OLIVEIRA DOS BREJINHOS / BA"}, "geometry" : {"type" : "LineString", "coordinates" : [[-42.3531133124294, -12.4575207750637], [-42.483282573032284, -12.540438781224735], [-42.53299048392364, -12.546820213082299], [-42.58943558318554, -12.509855656013656], [-42.639253553108965, -12.500800860771049], [-42.771702596897285, -12.557651131594412], [-42.825397850830086, -12.56979548387443], [-42.888625884277076, -12.541645431291554], [-42.93910582627279, -12.504284857759956], [-42.927820933589146, -12.448220938845225], [-42.970524552066365, -12.37597146061438], [-42.97233545481737, -12.332485987738094], [-42.96371491521114, -12.268722388227616], [-42.99063437417698, -12.193851988778192], [-43.06360035037585, -12.139949239665611], [-43.05857236132539, -12.094512513141922], [-43.136552736019894, -12.019485022815502], [-42.872899568260436, -11.964039009192902], [-42.8135363740044, -11.941049857364987], [-42.75667660723957, -11.98527183003091], [-42.77679203572381, -12.034091693676658], [-42.73145814937408, -12.099645747153488], [-42.66908112099691, -12.062068624067706], [-42.629199753166006, -12.080343703299206], [-42.61471706194283, -12.162206767828025], [-42.577915918884514, -12.196257596111138], [-42.5613559583108, -12.258395429105747], [-42.37836893297981, -12.234392241308853], [-42.332656805267334, -12.38440005791631], [-42.36174297116116, -12.419741369268706], [-42.3531133124294, -12.4575207750637]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"DHYG 500": {"type": "array", "items": {}}, "DHYG 501": {"type": "array", "items": {}}, "DHYG 502": {"type": "array", "items": {}}, "DHYG 503": {"type": "array", "items": {}}, "DHYG 594": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "DHYG 595": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["DHYG 500", "DHYG 501", "DHYG 502", "DHYG 503", "DHYG 594", "DHYG 595"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DHYG 500" : [], "DHYG 501" : [], "DHYG 502" : [], "DHYG 503" : [], "DHYG 594" : [[" graduate program admission"]], "DHYG 595" : [["D HYG 494", "D HYG 594"]]}
json_instruct
{"type": "object", "properties": {"DHYG 500": {"type": "array", "items": {}}, "DHYG 501": {"type": "array", "items": {}}, "DHYG 502": {"type": "array", "items": {}}, "DHYG 503": {"type": "array", "items": {}}, "DHYG 594": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "DHYG 595": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["DHYG 500", "DHYG 501", "DHYG 502", "DHYG 503", "DHYG 594", "DHYG 595"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 39839, "cartId" : "30f862a7-5da2-4d65-bf68-7e1c78c3bf3f", "preferredProducts" : [4113, 173, 3471, 4404, 4603, 576, 3360, 1339], "productReviews" : [{"productId" : 963, "reviewText" : "i use it occasionally when i'm in my outhouse.", "reviewDate" : "2019-08-14T04:40:18.0750882+03:00"}, {"productId" : 2039, "reviewText" : "I saw one of these in Haiti and I bought one.", "reviewDate" : "2017-12-13T13:14:23.4960968+02:00"}, {"productId" : 1461, "reviewText" : "The box this comes in is 3 yard by 6 light-year and weights 15 gram!!!", "reviewDate" : "2018-07-12T19:12:50.1696407+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"instance": {"type": "object", "properties": {"interfaceToken:": {"type": "string"}, "rightBrace": {"type": "string"}, "interfaceToken": {"type": "string"}, "initialize": {"type": "string"}, "modifiers:": {"type": "string"}, "rightBrace:": {"type": "string"}, "name": {"type": "string"}, "name:": {"type": "string"}, "compositeNodeVariables": {"type": "string"}, "tokenVariables": {"type": "string"}, "leftBrace:": {"type": "string"}, "declarations": {"type": "string"}, "modifiers": {"type": "string"}, "leftBrace": {"type": "string"}, "acceptVisitor:": {"type": "string"}, "ignoredTokenVariables": {"type": "string"}, "declarations:": {"type": "string"}, "atToken": {"type": "string"}, "atToken:": {"type": "string"}}, "required": ["interfaceToken:", "rightBrace", "interfaceToken", "initialize", "modifiers:", "rightBrace:", "name", "name:", "compositeNodeVariables", "tokenVariables", "leftBrace:", "declarations", "modifiers", "leftBrace", "acceptVisitor:", "ignoredTokenVariables", "declarations:", "atToken", "atToken:"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["instance", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"instance" : {"interfaceToken:" : "ThierryGoubier 5/3/2017 19:39", "rightBrace" : "ThierryGoubier 5/3/2017 19:39", "interfaceToken" : "ThierryGoubier 5/3/2017 19:39", "initialize" : "ThierryGoubier 5/3/2017 19:39", "modifiers:" : "ThierryGoubier 5/3/2017 19:38", "rightBrace:" : "ThierryGoubier 5/3/2017 19:39", "name" : "ThierryGoubier 5/3/2017 19:39", "name:" : "ThierryGoubier 5/3/2017 19:39", "compositeNodeVariables" : "ThierryGoubier 5/3/2017 19:39", "tokenVariables" : "ThierryGoubier 5/3/2017 19:39", "leftBrace:" : "ThierryGoubier 5/3/2017 19:39", "declarations" : "ThierryGoubier 5/3/2017 19:39", "modifiers" : "ThierryGoubier 5/3/2017 19:38", "leftBrace" : "ThierryGoubier 5/3/2017 19:39", "acceptVisitor:" : "ThierryGoubier 5/3/2017 19:41", "ignoredTokenVariables" : "ThierryGoubier 5/3/2017 19:39", "declarations:" : "ThierryGoubier 5/3/2017 19:39", "atToken" : "ThierryGoubier 5/3/2017 19:39", "atToken:" : "ThierryGoubier 5/3/2017 19:39"}, "class" : {}}
json_instruct
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"interfaceToken:": {"type": "string"}, "rightBrace": {"type": "string"}, "interfaceToken": {"type": "string"}, "initialize": {"type": "string"}, "modifiers:": {"type": "string"}, "rightBrace:": {"type": "string"}, "name": {"type": "string"}, "name:": {"type": "string"}, "compositeNodeVariables": {"type": "string"}, "tokenVariables": {"type": "string"}, "leftBrace:": {"type": "string"}, "declarations": {"type": "string"}, "modifiers": {"type": "string"}, "leftBrace": {"type": "string"}, "acceptVisitor:": {"type": "string"}, "ignoredTokenVariables": {"type": "string"}, "declarations:": {"type": "string"}, "atToken": {"type": "string"}, "atToken:": {"type": "string"}}, "required": ["interfaceToken:", "rightBrace", "interfaceToken", "initialize", "modifiers:", "rightBrace:", "name", "name:", "compositeNodeVariables", "tokenVariables", "leftBrace:", "declarations", "modifiers", "leftBrace", "acceptVisitor:", "ignoredTokenVariables", "declarations:", "atToken", "atToken:"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["instance", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "r"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "lakahemaw", "h" : [{"d" : [{"f" : "\u8b8a\u5f97\u4efd\u91cf\u5f88\u8f15\uff0c\u8b8a\u5f97\u8f15\u9b06\u3001\u5bb9\u6613\u3002", "e" : ["\ufff9`Malalad~`a~`'~ `cangra~ `to~ `'inorong~ `saka~ `la~`kahemaw~ `sato~ `ko~ `rakat~ `nangra~ `a~ `minokay~.\ufffa\ufffb\u4ed6\u5011\u5206\u64d4\u91cd\u91cf\u6240\u4ee5\u56de\u53bb\u6642\u5c31\u986f\u5f97\u8f15\u9b06\u4e9b\u3002"], "r" : ["`mala~`ka~`h~`ma~`w~"]}]}], "stem" : "kahemaw"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "r"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"BOT_TOKEN": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["BOT_TOKEN", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"BOT_TOKEN" : "Token", "prefix" : "@"}
json_instruct
{"type": "object", "properties": {"BOT_TOKEN": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["BOT_TOKEN", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"abstract": {"type": "string"}, "affiliations": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "title": {"type": "string"}, "funding": {"type": "array", "items": {"type": "object", "properties": {"award-group": {"type": "array", "items": {"type": "object", "properties": {"funding-source": {"type": "string"}}, "required": ["funding-source"]}}, "funding-statement": {"type": "string"}}, "required": ["award-group", "funding-statement"]}}}, "required": ["abstract", "affiliations", "author", "date", "doi", "identifiers", "title", "funding"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"abstract" : "Anthropization of natural habitats including climate change along with overpopulation and global travel have been contributing to emerging infectious diseases outbreaks. The recent COVID-19 outbreak in Wuhan, highlights such threats to human health, social stability and global trade and economy. We used species distribution modelling and environmental data from satellite imagery to model Blueprint Priority Diseases occurrences. We constructed classical regression and Support Vector Machine models based on environmental predictor variables such as landscape, tree cover loss, climatic covariates. Models were evaluated and a weighed mean was used to map the predictive risk of disease emergence. We mapped the predictive risk for filovirus, Nipah, Rift Valley Fever and coronavirus diseases. Elevation, tree cover loss and climatic covariates were found to significant factors influencing disease emergence. We also showed the relevance of disease biogeography and in the identification potential hotspots for Disease X in regions in Uganda and China.", "affiliations" : ["University of Guyane as part of her ongoing PhD thesis"], "author" : "Rodolphe Ellie Gozlan; Soushieta Jagadesh; Mathieu Nacher; Marine Combe", "date" : 2020, "doi" : "10.1101/2020.03.27.20044156", "identifiers" : {"url" : "http://medrxiv.org/cgi/content/short/2020.03.27.20044156"}, "title" : "In search for the hotspots of Disease X: A biogeographic approach to mapping the predictive risk of WHO s Blueprint Priority Diseases", "funding" : [{"award-group" : [{"funding-source" : "Soushieta Jagadesh"}, {"funding-source" : "University of Guyane"}], "funding-statement" : "Soushieta Jagadesh receives funding from the University of Guyane as part of her ongoing PhD thesis"}]}
json_instruct
{"type": "object", "properties": {"abstract": {"type": "string"}, "affiliations": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "title": {"type": "string"}, "funding": {"type": "array", "items": {"type": "object", "properties": {"award-group": {"type": "array", "items": {"type": "object", "properties": {"funding-source": {"type": "string"}}, "required": ["funding-source"]}}, "funding-statement": {"type": "string"}}, "required": ["award-group", "funding-statement"]}}}, "required": ["abstract", "affiliations", "author", "date", "doi", "identifiers", "title", "funding"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"vega": {"type": "string"}, "angular": {"type": "string"}}, "required": ["vega", "angular"]}}, "required": ["name", "main", "version", "authors", "description", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vl-gallery", "main" : "gallery.js", "version" : "0.0.0", "authors" : ["Dominik Moritz <domoritz@gmail.com>"], "description" : "Vega-lite gallery", "license" : "BSD-3-Clause", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"vega" : "^1.0.0", "angular" : "^1.4.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"vega": {"type": "string"}, "angular": {"type": "string"}}, "required": ["vega", "angular"]}}, "required": ["name", "main", "version", "authors", "description", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "code_type_vote": {"type": "string"}, "libelle_type_vote": {"type": "string"}, "demandeur": {"type": "string"}, "libelle": {"type": "string"}, "nb_votants": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "code_type_vote", "libelle_type_vote", "demandeur", "libelle", "nb_votants", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "VTANR5L15V1884", "code_type_vote" : "SPO", "libelle_type_vote" : "scrutin public ordinaire", "demandeur" : "Pr\u00e9sident du groupe \"Les R\u00e9publicains\"", "libelle" : "l'amendement n\u00b0 101 de M. Dumont \u00e0 l'article 9 du projet de loi pour la conservation et la restauration de la cath\u00e9drale Notre-Dame de Paris et instituant une souscription nationale \u00e0 cet effet (premi\u00e8re lecture).", "nb_votants" : "46", "date" : "2019-05-10"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code_type_vote": {"type": "string"}, "libelle_type_vote": {"type": "string"}, "demandeur": {"type": "string"}, "libelle": {"type": "string"}, "nb_votants": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "code_type_vote", "libelle_type_vote", "demandeur", "libelle", "nb_votants", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "testwatch": {"type": "string"}, "lint": {"type": "string"}, "deploy": {"type": "string"}, "cron-deploy": {"type": "string"}}, "required": ["start", "test", "testwatch", "lint", "deploy", "cron-deploy"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-watch": {"type": "string"}, "mocha": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-plugin-prettier", "eslint-watch", "mocha", "prettier"]}, "dependencies": {"type": "object", "properties": {"@google-cloud/debug-agent": {"type": "string"}, "@pheasantplucker/failables": {"type": "string"}, "@pheasantplucker/gc-cloudstorage": {"type": "string"}, "@pheasantplucker/gc-datastore": {"type": "string"}, "@pheasantplucker/http": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "nanomatch": {"type": "string"}, "ramda": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@google-cloud/debug-agent", "@pheasantplucker/failables", "@pheasantplucker/gc-cloudstorage", "@pheasantplucker/gc-datastore", "@pheasantplucker/http", "body-parser", "express", "nanomatch", "ramda", "request", "request-promise", "uuid"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sitemap", "version" : "0.0.1", "description" : "", "main" : "./start.js", "scripts" : {"start" : "node start.js", "test" : "mocha ./src/*.test.js", "testwatch" : "mocha --watch ./src/*.test.js", "lint" : "esw .eslintrc.js src/ lib/ tests/ -w --fix --ignore-pattern !.eslintrc.js", "deploy" : "gcloud app deploy", "cron-deploy" : "gcloud app deploy cron.yaml"}, "author" : "", "license" : "ISC", "devDependencies" : {"eslint" : "^4.17.0", "eslint-plugin-prettier" : "^2.6.0", "eslint-watch" : "^3.1.3", "mocha" : "^5.1.1", "prettier" : "^1.13.5"}, "dependencies" : {"@google-cloud/debug-agent" : "^2.5.1", "@pheasantplucker/failables" : "^2.0.8", "@pheasantplucker/gc-cloudstorage" : "^1.0.4", "@pheasantplucker/gc-datastore" : "^1.0.6", "@pheasantplucker/http" : "^1.0.2", "body-parser" : "^1.18.3", "express" : "^4.16.3", "nanomatch" : "^1.2.9", "ramda" : "^0.25.0", "request" : "^2.86.0", "request-promise" : "^4.2.2", "uuid" : "^3.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "testwatch": {"type": "string"}, "lint": {"type": "string"}, "deploy": {"type": "string"}, "cron-deploy": {"type": "string"}}, "required": ["start", "test", "testwatch", "lint", "deploy", "cron-deploy"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-watch": {"type": "string"}, "mocha": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-plugin-prettier", "eslint-watch", "mocha", "prettier"]}, "dependencies": {"type": "object", "properties": {"@google-cloud/debug-agent": {"type": "string"}, "@pheasantplucker/failables": {"type": "string"}, "@pheasantplucker/gc-cloudstorage": {"type": "string"}, "@pheasantplucker/gc-datastore": {"type": "string"}, "@pheasantplucker/http": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "nanomatch": {"type": "string"}, "ramda": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@google-cloud/debug-agent", "@pheasantplucker/failables", "@pheasantplucker/gc-cloudstorage", "@pheasantplucker/gc-datastore", "@pheasantplucker/http", "body-parser", "express", "nanomatch", "ramda", "request", "request-promise", "uuid"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "string"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "number"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"FIELD1" : 396, "key" : "Kepler-1517_b", "star_name" : "Kepler-1517", "planet_letter" : "b", "discovery_method" : "Transit", "pl_pnum" : 1, "orbital_period" : 5.54608367, "semi_major" : "NA", "orbital_eccentricity" : "NA", "star_temp" : 7010, "star_radius" : 1.95, "planet_temp" : "NA", "radius" : 9.76, "discovery_year" : 2016, "light_years" : 2834.29564}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "string"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "number"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"mix_id": {"type": "integer"}, "mix_sid": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "slug": {"type": "string"}, "url": {"type": "null"}, "image_url": {"type": "null"}, "description": {"type": "null"}, "flavors": {"type": "object", "properties": {"count": {"type": "integer"}, "url": {"type": "string"}}, "required": ["count", "url"]}}, "required": ["mix_id", "mix_sid", "id", "name", "abbreviation", "created_at", "updated_at", "slug", "url", "image_url", "description", "flavors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mix_id" : 2158922566840, "mix_sid" : "rjsmr5x4", "id" : 50, "name" : "IDE Flavors", "abbreviation" : "IDE", "created_at" : "2017-09-04T08:31:30.000-04:00", "updated_at" : "2020-12-13T02:50:02.000-05:00", "slug" : "ide-ide-flavors", "url" : null, "image_url" : null, "description" : null, "flavors" : {"count" : 83, "url" : "/api/v2/vendors/50/flavors"}}
json_instruct
{"type": "object", "properties": {"mix_id": {"type": "integer"}, "mix_sid": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "slug": {"type": "string"}, "url": {"type": "null"}, "image_url": {"type": "null"}, "description": {"type": "null"}, "flavors": {"type": "object", "properties": {"count": {"type": "integer"}, "url": {"type": "string"}}, "required": ["count", "url"]}}, "required": ["mix_id", "mix_sid", "id", "name", "abbreviation", "created_at", "updated_at", "slug", "url", "image_url", "description", "flavors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 57}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : "FEMALE", "MIN_VALUE" : 0, "P10_VALUE" : 25, "P25_VALUE" : 27, "MEDIAN_VALUE" : 33, "P75_VALUE" : 37, "P90_VALUE" : 41, "MAX_VALUE" : 53}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1995, 10], [1996, 6], [2007, 9], [2008, 9], [2009, 12], [2010, 14], [2011, 10], [2012, 9], [2013, 9]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"*.chs": {"type": "string"}, "cstddef": {"type": "string"}, "__functional_03": {"type": "string"}, "functional": {"type": "string"}, "__locale": {"type": "string"}, "immintrin.h": {"type": "string"}, "mmintrin.h": {"type": "string"}}, "required": ["*.chs", "cstddef", "__functional_03", "functional", "__locale", "immintrin.h", "mmintrin.h"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files.associations" : {"*.chs" : "haskell", "cstddef" : "c", "__functional_03" : "c", "functional" : "c", "__locale" : "c", "immintrin.h" : "c", "mmintrin.h" : "c"}}
json_instruct
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"*.chs": {"type": "string"}, "cstddef": {"type": "string"}, "__functional_03": {"type": "string"}, "functional": {"type": "string"}, "__locale": {"type": "string"}, "immintrin.h": {"type": "string"}, "mmintrin.h": {"type": "string"}}, "required": ["*.chs", "cstddef", "__functional_03", "functional", "__locale", "immintrin.h", "mmintrin.h"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "website": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {"type": "string"}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "fax", "phone", "full_time_school", "email", "website", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Sekundarschule Bad Schmiedeberg", "id" : "ST-68", "address" : "Torgauer Stra\u00dfe 32 a 06905 Bad Schmiedeberg", "fax" : "034925/70270", "phone" : "034925/70275", "full_time_school" : false, "email" : "kontakt@sks-badschmiedeberg.bildung-lsa.de", "website" : "http://www.sks-badschmiedeberg.bildung-lsa.de", "programs" : {"programs" : ["Schule ohne Rassismus - Schule mit Courage"]}, "state" : "ST", "lon" : 12.74236, "lat" : 51.691077}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "website": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {"type": "string"}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "fax", "phone", "full_time_school", "email", "website", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-76.638104, 42.000738], [-76.5321, 41.999879], [-76.531651, 41.997796], [-76.530509, 41.997629], [-76.528699, 41.990793], [-76.536786, 41.991045], [-76.534625, 41.983432], [-76.532901, 41.983391], [-76.532986, 41.980725], [-76.529084, 41.980517], [-76.529735, 41.971474], [-76.53068, 41.971385], [-76.528408, 41.966317], [-76.539321, 41.965264], [-76.524243, 41.95712], [-76.517489, 41.950525], [-76.516483, 41.94812], [-76.516559, 41.944596], [-76.517981, 41.939766], [-76.5196, 41.93802], [-76.522243, 41.931527], [-76.515472, 41.92227], [-76.513975, 41.928401], [-76.506015, 41.935133], [-76.50472, 41.937125], [-76.506716, 41.942243], [-76.508427, 41.944038], [-76.512609, 41.945862], [-76.513997, 41.948026], [-76.516686, 41.962815], [-76.515492, 41.9668], [-76.511764, 41.972468], [-76.510423, 41.977585], [-76.507256, 41.98186], [-76.50645, 41.986866], [-76.507861, 41.988157], [-76.508153, 41.99004], [-76.505443, 41.990071], [-76.507092, 41.990918], [-76.504673, 41.992788], [-76.510374, 41.994498], [-76.519352, 41.995068], [-76.519143, 41.996812], [-76.522367, 41.998049], [-76.523374, 41.999705], [-76.473407, 41.999147], [-76.476352, 41.993713], [-76.482342, 41.991945], [-76.47895, 41.91148], [-76.497595, 41.910602], [-76.513545, 41.927527], [-76.514223, 41.922814], [-76.516947, 41.916955], [-76.516403, 41.910134], [-76.633706, 41.906947], [-76.638104, 42.000738]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 54432}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "duration", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "\u0427\u0435\u043c \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0441\u0442\u043e\u0442\u0430 \u0438 \u043b\u0451\u0433\u043a\u043e\u0441\u0442\u044c \u0440\u0435\u0448\u0435\u043d\u0438\u044f. \u0427\u0442\u043e \u043f\u043e\u0440\u043e\u0436\u0434\u0430\u0435\u0442 \u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0432 \u0440\u0435\u0448\u0435\u043d\u0438\u044f\u0445? \u041a\u0443\u0434\u0430 \u0434\u0432\u0438\u0436\u0435\u0442\u0441\u044f \u0432\u0441\u044f \u044d\u0442\u0430 \u043f\u043b\u0430\u043d\u0435\u0442\u0430? \u042d\u0442\u043e \u0440\u0430\u0441\u0441\u043a\u0430\u0437 \u043d\u0435 \u0434\u043b\u044f \u0441\u043b\u0430\u0431\u043e\u043d\u0435\u0440\u0432\u043d\u044b\u0445, \u0431\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c \u0438 \u0434\u0435\u0442\u044f\u043c \u0432\u0445\u043e\u0434 \u0432\u043e\u0441\u043f\u0440\u0435\u0449\u00eb\u043d.", "duration" : 2688, "recorded" : "2012-10-20", "speakers" : ["Vsevolod Solovyov"], "thumbnail_url" : "https://i.ytimg.com/vi/-3j2IgQvqs0/hqdefault.jpg", "title" : "Managing complexity", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=-3j2IgQvqs0"}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "duration", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "3309222001", "id_kecamatan" : "330922", "name" : "Ngablak"}, {"id" : "3309222002", "id_kecamatan" : "330922", "name" : "Kedungpilang"}, {"id" : "3309222003", "id_kecamatan" : "330922", "name" : "Kalinanas"}, {"id" : "3309222004", "id_kecamatan" : "330922", "name" : "Gilirejo"}, {"id" : "3309222005", "id_kecamatan" : "330922", "name" : "Jatilawang"}, {"id" : "3309222006", "id_kecamatan" : "330922", "name" : "Garangan"}, {"id" : "3309222007", "id_kecamatan" : "330922", "name" : "Bercak"}, {"id" : "3309222008", "id_kecamatan" : "330922", "name" : "Bengle"}, {"id" : "3309222009", "id_kecamatan" : "330922", "name" : "Gunungsari"}, {"id" : "3309222010", "id_kecamatan" : "330922", "name" : "Repaking"}]}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ember-cli-mapbox-gl-js", "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["alaskanativecraft:cooked_venison"]}
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "budget", "version" : "1.0.0", "description" : "Repositorio que lleva registros de los montos utilizados por cada meetup, detalles de en qu\u00e9 fueron gastados e integrado con TravisCI.", "main" : "index.js", "scripts" : {"test" : "node index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/banodejs/budget.git"}, "keywords" : [], "author" : "", "license" : "MIT", "bugs" : {"url" : "https://github.com/banodejs/budget/issues"}, "homepage" : "https://github.com/banodejs/budget#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "prod": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["dev", "prod", "eslint"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "dotenv": {"type": "string"}, "telebot": {"type": "string"}}, "required": ["axios", "dotenv", "telebot"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["eslint", "nodemon"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "devDependencies", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bitcoin-butler", "version" : "1.0.0", "description" : "A telegram bot that notifies when your transaction has reaced n numbers of confirmation's written in NodeJS", "main" : "index.js", "scripts" : {"dev" : "NODE_APP_VERSION=$(git describe --tags --always)$(git diff --exit-code --quiet || echo --dirty) nodemon src/index.js", "prod" : "NODE_APP_VERSION=$(git describe --tags --always)$(git diff --exit-code --quiet || echo --dirty) node src/index.js", "eslint" : "./node_modules/.bin/eslint **/*.js"}, "dependencies" : {"axios" : "^0.21.1", "dotenv" : "^8.2.0", "telebot" : "^1.4.1"}, "devDependencies" : {"eslint" : "^7.3.1", "nodemon" : "^2.0.4"}, "repository" : {"type" : "git", "url" : "https://github.com/kinothUI/bitcoin-butler.git"}, "keywords" : ["bot", "bitcoin", "bitcoin butler", "telegram", "telegram bot", "telegram bitcoin bot", "transaction", "bitcoin transaction", "bitcoin transaction bot"], "author" : "kinothUI <crypt0@runbox.at>", "license" : "MIT", "bugs" : {"url" : "https://github.com/kinothUI/bitcoin-butler/issues"}, "homepage" : "https://github.com/kinothUI/bitcoin-butler"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "prod": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["dev", "prod", "eslint"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "dotenv": {"type": "string"}, "telebot": {"type": "string"}}, "required": ["axios", "dotenv", "telebot"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["eslint", "nodemon"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "devDependencies", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "FHDLA4", "lang" : "de", "description" : null, "name" : "Herkunftsflughafen", "type" : "Merkmal"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "\u3010\u5c0f\u5b9d\u5bfb\u82b1\u3011\u9ad8\u4ef7\u7ea6\u5916\u56f4\u6781\u54c1\u5927\u80f8\uff0c\u7f51\u7ea2\u8138\u8fd9\u80f8\u771f\u5c11\u89c1\u82b1\u5f0f\u556a\u556a\u72c2\u8349", "size" : 177823122, "link" : "https://streamtape.com/e/l40VadZyJPtORX", "created_at" : "2022\u5e7403\u670813\u65e5 09:46:06", "downloads" : 0, "linkid" : "l40VadZyJPtORX", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "\u3010\u5c0f\u5b9d\u5bfb\u82b1\u3011\u9ad8\u4ef7\u7ea6\u5916\u56f4\u6781\u54c1\u5927\u80f8\uff0c\u7f51\u7ea2\u8138\u8fd9\u80f8\u771f\u5c11\u89c1\u82b1\u5f0f\u556a\u556a\u72c2\u8349", "thumbUrl" : "https://thumb.tapecontent.net/thumb/l40VadZyJPtORX/xvA48abB9LSkRQJ.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "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" : "0x483bcd6327f46405b8bec55c49a1655a93eda3e655454aa870b325e743d31c8a", "parentHash" : "0x67e1f13856defaf5accec0405c30c9b1bc9cd7cdd849804259faddb2ca706f62", "number" : 115334, "timestamp" : 1440055435, "nonce" : "0x57a8eb360434b8f4", "difficulty" : 4553902342957, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xa50ec0D39fa913E62f1Bae7074E6F36caA71855b", "extraData" : "0xd783010001844765746887676f312e342e32856c696e7578", "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "shittymoviedetails", "hour" : "01", "avg" : 27.666666666666668}, {"subreddit" : "shittymoviedetails", "hour" : "02", "avg" : 709.1818181818181}, {"subreddit" : "shittymoviedetails", "hour" : "03", "avg" : 11.875}, {"subreddit" : "shittymoviedetails", "hour" : "04", "avg" : 68.4}, {"subreddit" : "shittymoviedetails", "hour" : "05", "avg" : 248.8181818181818}, {"subreddit" : "shittymoviedetails", "hour" : "06", "avg" : 323.26666666666665}, {"subreddit" : "shittymoviedetails", "hour" : "07", "avg" : 18.692307692307693}, {"subreddit" : "shittymoviedetails", "hour" : "08", "avg" : 556.0}, {"subreddit" : "shittymoviedetails", "hour" : "09", "avg" : 591.2222222222222}, {"subreddit" : "shittymoviedetails", "hour" : "10", "avg" : 17.5}, {"subreddit" : "shittymoviedetails", "hour" : "11", "avg" : 698.2}, {"subreddit" : "shittymoviedetails", "hour" : "12", "avg" : 1593.142857142857}, {"subreddit" : "shittymoviedetails", "hour" : "13", "avg" : 635.1}, {"subreddit" : "shittymoviedetails", "hour" : "14", "avg" : 1348.0}, {"subreddit" : "shittymoviedetails", "hour" : "15", "avg" : 722.3846153846154}, {"subreddit" : "shittymoviedetails", "hour" : "16", "avg" : 556.7}, {"subreddit" : "shittymoviedetails", "hour" : "17", "avg" : 139.2}, {"subreddit" : "shittymoviedetails", "hour" : "18", "avg" : 30.6}, {"subreddit" : "shittymoviedetails", "hour" : "19", "avg" : 346.25}, {"subreddit" : "shittymoviedetails", "hour" : "20", "avg" : 30.23076923076923}, {"subreddit" : "shittymoviedetails", "hour" : "21", "avg" : 44.0}, {"subreddit" : "shittymoviedetails", "hour" : "22", "avg" : 400.375}, {"subreddit" : "shittymoviedetails", "hour" : "23", "avg" : 115.1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "MultiPolygon", "coordinates" : [[[[-94.16175336099995, 36.084574543000016], [-94.16163183499997, 36.08912361100004], [-94.15826983099996, 36.08910503700002], [-94.15826983099996, 36.08864515800007], [-94.15880859899993, 36.08862612200004], [-94.15887165499996, 36.085686298000034], [-94.15853258199994, 36.085686298000034], [-94.15826489299994, 36.085608965000056], [-94.15826983099996, 36.08444129300005], [-94.16175336099995, 36.084574543000016]]]], "properties" : {"id" : "usa-ar-fayetteville-woodland-neighborhood", "type" : "neighborhood", "name" : "Woodland", "code" : "267507"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 1)": {"type": "string"}, "(1, 1, 1)": {"type": "string"}, "(2, 0, 1)": {"type": "string"}, "(2, 1, 1)": {"type": "string"}, "(2, 2, 1)": {"type": "string"}, "(2, 3, 1)": {"type": "string"}, "(2, 4, 1)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string"}, "(3, 2, 1)": {"type": "string"}, "(4, 0, 1)": {"type": "string"}, "(4, 1, 1)": {"type": "string"}, "(4, 2, 1)": {"type": "string"}, "(4, 3, 1)": {"type": "string"}, "(4, 4, 1)": {"type": "string"}, "(4, 5, 1)": {"type": "string"}, "(5, 0, 1)": {"type": "string"}, "(5, 1, 1)": {"type": "string"}, "(5, 2, 1)": {"type": "string"}, "(5, 3, 1)": {"type": "string"}, "(5, 4, 1)": {"type": "string"}, "(5, 5, 1)": {"type": "string"}, "(5, 6, 1)": {"type": "string"}, "(5, 7, 1)": {"type": "string"}, "(5, 8, 1)": {"type": "string"}, "(5, 9, 1)": {"type": "string"}, "(6, 0, 1)": {"type": "string"}, "(6, 1, 1)": {"type": "string"}}, "required": ["(0, 0, 2)", "(1, 0, 1)", "(1, 1, 1)", "(2, 0, 1)", "(2, 1, 1)", "(2, 2, 1)", "(2, 3, 1)", "(2, 4, 1)", "(3, 0, 1)", "(3, 1, 1)", "(3, 2, 1)", "(4, 0, 1)", "(4, 1, 1)", "(4, 2, 1)", "(4, 3, 1)", "(4, 4, 1)", "(4, 5, 1)", "(5, 0, 1)", "(5, 1, 1)", "(5, 2, 1)", "(5, 3, 1)", "(5, 4, 1)", "(5, 5, 1)", "(5, 6, 1)", "(5, 7, 1)", "(5, 8, 1)", "(5, 9, 1)", "(6, 0, 1)", "(6, 1, 1)"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"(0, 0, 2)" : "Fleet Foxes", "(1, 0, 1)" : "Origin", "(1, 1, 1)" : "Seattle, Washington, US", "(2, 0, 1)" : "Genres", "(2, 1, 1)" : "Indie folk", "(2, 2, 1)" : "Americana", "(2, 3, 1)" : "baroque pop", "(2, 4, 1)" : "folk rock", "(3, 0, 1)" : "Years active", "(3, 1, 1)" : "2006-2012", "(3, 2, 1)" : "2017-present", "(4, 0, 1)" : "Labels", "(4, 1, 1)" : "Sub Pop (US)", "(4, 2, 1)" : "Bella Union (UK and Europe)", "(4, 3, 1)" : "Arts & Crafts M\u00e9xico", "(4, 4, 1)" : "Nonesuch", "(4, 5, 1)" : "Warner Bros.", "(5, 0, 1)" : "Associated acts", "(5, 1, 1)" : "Animal Collective", "(5, 2, 1)" : "Pedro the Lion", "(5, 3, 1)" : "Joanna Newsom", "(5, 4, 1)" : "Father John Misty", "(5, 5, 1)" : "The Blood Brothers", "(5, 6, 1)" : "Past Lives", "(5, 7, 1)" : "Peter Matthew Bauer", "(5, 8, 1)" : "Dolour", "(5, 9, 1)" : "Beach House", "(6, 0, 1)" : "Website", "(6, 1, 1)" : "fleetfoxes.co"}
json_instruct
{"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 1)": {"type": "string"}, "(1, 1, 1)": {"type": "string"}, "(2, 0, 1)": {"type": "string"}, "(2, 1, 1)": {"type": "string"}, "(2, 2, 1)": {"type": "string"}, "(2, 3, 1)": {"type": "string"}, "(2, 4, 1)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string"}, "(3, 2, 1)": {"type": "string"}, "(4, 0, 1)": {"type": "string"}, "(4, 1, 1)": {"type": "string"}, "(4, 2, 1)": {"type": "string"}, "(4, 3, 1)": {"type": "string"}, "(4, 4, 1)": {"type": "string"}, "(4, 5, 1)": {"type": "string"}, "(5, 0, 1)": {"type": "string"}, "(5, 1, 1)": {"type": "string"}, "(5, 2, 1)": {"type": "string"}, "(5, 3, 1)": {"type": "string"}, "(5, 4, 1)": {"type": "string"}, "(5, 5, 1)": {"type": "string"}, "(5, 6, 1)": {"type": "string"}, "(5, 7, 1)": {"type": "string"}, "(5, 8, 1)": {"type": "string"}, "(5, 9, 1)": {"type": "string"}, "(6, 0, 1)": {"type": "string"}, "(6, 1, 1)": {"type": "string"}}, "required": ["(0, 0, 2)", "(1, 0, 1)", "(1, 1, 1)", "(2, 0, 1)", "(2, 1, 1)", "(2, 2, 1)", "(2, 3, 1)", "(2, 4, 1)", "(3, 0, 1)", "(3, 1, 1)", "(3, 2, 1)", "(4, 0, 1)", "(4, 1, 1)", "(4, 2, 1)", "(4, 3, 1)", "(4, 4, 1)", "(4, 5, 1)", "(5, 0, 1)", "(5, 1, 1)", "(5, 2, 1)", "(5, 3, 1)", "(5, 4, 1)", "(5, 5, 1)", "(5, 6, 1)", "(5, 7, 1)", "(5, 8, 1)", "(5, 9, 1)", "(6, 0, 1)", "(6, 1, 1)"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bugs": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "prepublish": {"type": "string"}, "install-source": {"type": "string"}}, "required": ["dev", "build", "test", "prepublish", "install-source"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-plugin-transform-object-assign": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "jasmine": {"type": "string"}}, "required": ["babel-cli", "babel-plugin-transform-object-assign", "babel-preset-es2015", "jasmine"]}, "babel": {"type": "object", "properties": {"presets": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}}, "required": ["presets", "plugins"]}}, "required": ["name", "version", "description", "bugs", "repository", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies", "babel"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "plotly-notebook-js", "version" : "0.1.2", "description" : "Make plotly graphs in jupyter and tonicdev notebooks.", "bugs" : "https://github.com/plotly/plotly-notebook-js/issues", "repository" : "https://github.com/plotly/plotly-notebook-js.git", "main" : "./build/index.js", "scripts" : {"dev" : "npm run build -- -ws", "build" : "./node_modules/.bin/babel src -d build", "test" : "npm run build && ./node_modules/.bin/jasmine", "prepublish" : "npm run build && npm run install-source", "install-source" : "curl https://cdn.plot.ly/plotly-latest.min.js > build/plotly.min.js"}, "keywords" : ["plotly", "tonicdev", "jupyter", "notebook", "plot", "graph", "chart"], "author" : "Plotly Inc.", "license" : "MIT", "dependencies" : {}, "devDependencies" : {"babel-cli" : "^6.4.5", "babel-plugin-transform-object-assign" : "^6.3.13", "babel-preset-es2015" : "^6.3.13", "jasmine" : "^2.4.1"}, "babel" : {"presets" : ["es2015"], "plugins" : ["transform-object-assign"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bugs": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "prepublish": {"type": "string"}, "install-source": {"type": "string"}}, "required": ["dev", "build", "test", "prepublish", "install-source"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-plugin-transform-object-assign": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "jasmine": {"type": "string"}}, "required": ["babel-cli", "babel-plugin-transform-object-assign", "babel-preset-es2015", "jasmine"]}, "babel": {"type": "object", "properties": {"presets": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}}, "required": ["presets", "plugins"]}}, "required": ["name", "version", "description", "bugs", "repository", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies", "babel"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"c": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {}}, "m": {"type": "array", "items": {}}}, "required": ["c", "r", "m"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"c" : ["index"], "r" : [], "m" : []}
json_instruct
{"type": "object", "properties": {"c": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {}}, "m": {"type": "array", "items": {}}}, "required": ["c", "r", "m"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "feed": {"type": "object", "properties": {"filename": {"type": "string"}, "path": {"type": "string"}}, "required": ["filename", "path"]}, "jsonfeed": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "metagen": {"type": "object", "properties": {"generator": {"type": "string"}}, "required": ["generator"]}}, "required": ["title", "url", "description", "feed", "jsonfeed", "metagen"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Jonathan Irhodia's Blogfolio - Stargazing...", "url" : "/", "description" : "I am writing about my experiences as a naval star-gazer.", "feed" : {"filename" : "feed.xml", "path" : "/feed/feed.xml"}, "jsonfeed" : {"path" : "/feed/feed.json"}, "metagen" : {"generator" : "Jonathan Irhodia"}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "feed": {"type": "object", "properties": {"filename": {"type": "string"}, "path": {"type": "string"}}, "required": ["filename", "path"]}, "jsonfeed": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "metagen": {"type": "object", "properties": {"generator": {"type": "string"}}, "required": ["generator"]}}, "required": ["title", "url", "description", "feed", "jsonfeed", "metagen"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"bad": {"type": "string"}, "feedstock_name": {"type": "string"}, "new_version": {"type": "boolean"}, "time": {"type": "number"}}, "required": ["bad", "feedstock_name", "new_version", "time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bad" : "make_graph: 404", "feedstock_name" : "thor", "new_version" : false, "time" : 1568135308.8714623}
json_instruct
{"type": "object", "properties": {"bad": {"type": "string"}, "feedstock_name": {"type": "string"}, "new_version": {"type": "boolean"}, "time": {"type": "number"}}, "required": ["bad", "feedstock_name", "new_version", "time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101894289, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "c35a6e5410d8cca86360044c111cde09", "wof:id" : 101894289, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.80657, 45.14138, 4.80657, 45.14138], "geometry" : {"coordinates" : [4.80657, 45.14138], "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": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [317.809, 270.817, 0.868183, 323.81, 306.218, 0.843924, 274.841, 321.805, 0.806063, 284.573, 415.767, 0.761918, 292.418, 519.643, 0.775422, 372.754, 294.415, 0.738733, 402.087, 386.467, 0.538164, 427.557, 525.494, 0.665701, 359.018, 437.403, 0.646688, 331.545, 441.307, 0.649234, 353.153, 551.019, 0.820699, 362.912, 696.024, 0.723858, 388.376, 435.423, 0.606147, 378.594, 619.541, 0.686537, 325.741, 602.003, 0.534132, 302.176, 257.197, 0.915071, 323.819, 255.219, 0.889018, 276.736, 259.026, 0.836608, 345.29, 247.373, 0.653436, 312.01, 664.65, 0.472825, 319.764, 662.689, 0.48839, 315.889, 588.23, 0.472787, 370.771, 715.596, 0.253903, 355.138, 715.616, 0.333306, 362.902, 715.585, 0.484659], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"require": {"type": "object", "properties": {"steelywing/chinese": {"type": "string"}}, "required": ["steelywing/chinese"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"steelywing/chinese" : "^0.5.3"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"steelywing/chinese": {"type": "string"}}, "required": ["steelywing/chinese"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"component": {"type": "boolean"}, "usingComponents": {"type": "object", "properties": {"topic-header": {"type": "string"}, "to-vote-view": {"type": "string"}, "voted-view": {"type": "string"}, "share-comment-view": {"type": "string"}, "vote-label-view": {"type": "string"}}, "required": ["topic-header", "to-vote-view", "voted-view", "share-comment-view", "vote-label-view"]}}, "required": ["component", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"component" : true, "usingComponents" : {"topic-header" : "/components/topicheader/topic-header", "to-vote-view" : "/components/tovoteview/to-vote-view", "voted-view" : "/components/votedview/voted-view", "share-comment-view" : "/components/sharecommentview/share-comment-view", "vote-label-view" : "/components/votelabelview/vote-label-view"}}
json_instruct
{"type": "object", "properties": {"component": {"type": "boolean"}, "usingComponents": {"type": "object", "properties": {"topic-header": {"type": "string"}, "to-vote-view": {"type": "string"}, "voted-view": {"type": "string"}, "share-comment-view": {"type": "string"}, "vote-label-view": {"type": "string"}}, "required": ["topic-header", "to-vote-view", "voted-view", "share-comment-view", "vote-label-view"]}}, "required": ["component", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"sn46.70:1.1": {"type": "string"}}, "required": ["sn46.70:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sn46.70:1.1" : "ms14S5_687, msdiv251, vri27.160"}
json_instruct
{"type": "object", "properties": {"sn46.70:1.1": {"type": "string"}}, "required": ["sn46.70:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "410581101200", "text" : "\u5408\u6da7\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101201", "text" : "\u4e07\u7f8a\u5761\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101202", "text" : "\u90ed\u5bb6\u56ed\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101203", "text" : "\u6cb3\u5357\u5143\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101204", "text" : "\u4e0a\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101205", "text" : "\u738b\u5bb6\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101206", "text" : "\u5218\u5bb6\u6d3c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101207", "text" : "\u90ed\u5bb6\u5c97\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101208", "text" : "\u5e99\u5e73\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101209", "text" : "\u5c0f\u5be8\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101210", "text" : "\u6cb3\u897f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101211", "text" : "\u8336\u996d\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101212", "text" : "\u77f3\u677f\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101213", "text" : "\u8c46\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101214", "text" : "\u4e1c\u5c71\u5e95\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101215", "text" : "\u7a33\u653f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101216", "text" : "\u5927\u5357\u5c71\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101217", "text" : "\u5317\u5c0f\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101218", "text" : "\u9053\u68da\u5eb5\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101219", "text" : "\u8096\u8857\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101220", "text" : "\u516b\u8fbe\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101221", "text" : "\u5927\u4ed8\u8857\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101222", "text" : "\u5c0f\u4ed8\u8857\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101223", "text" : "\u6728\u7e82\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101224", "text" : "\u5c0f\u5c6f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101225", "text" : "\u8f9b\u5b89\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101226", "text" : "\u9a6c\u519b\u6c60\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101227", "text" : "\u5357\u5e73\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101228", "text" : "\u8def\u5bb6\u5cad\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101230", "text" : "\u4e09\u7f8a\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410581101231", "text" : "\u5881\u5761\u6751\u6c11\u59d4\u5458\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["text", "created", "type", "permalink"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "BTW, I hate the term \"eating the dogfood.\" As much as I love dogs, it says that our users are pets, not sentient human beings, our equals. It also says our software is dog food. I think as a kid, as an experiment, a few of us kids actually ate dog food. It's a vague memory, that must have some basis in reality. It makes me nauseous to think about it. And that's what I think about when I hear the term. Please, let's find another way of saying \"My software is good because I use it, and vice versa.\"", "created" : "Wed, 21 Jun 2017 10:57:32 GMT", "type" : "outline", "permalink" : "http://scripting.com/2017/06/21.html#a060632"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["text", "created", "type", "permalink"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016": {"type": "string"}, "\u0424\u043e\u0442\u043e": {"type": "string"}, "\u042f\u043a \u0436\u0438\u0432\u0435": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "analytics": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "integer"}, "i": {"type": "integer"}, "fi": {"type": "integer"}, "fh": {"type": "integer"}, "fha": {"type": "integer"}}, "required": ["y", "i", "fi", "fh", "fha"]}}, "declarationsLinks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "year": {"type": "integer"}, "provider": {"type": "string"}}, "required": ["id", "year", "provider"]}}}, "required": ["Department", "Region", "Position", "Name", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016", "\u0424\u043e\u0442\u043e", "\u042f\u043a \u0436\u0438\u0432\u0435", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456", "type", "key", "analytics", "declarationsLinks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Department" : "\u041f\u0435\u0442\u0440\u0438\u043a\u0456\u0432\u0441\u044c\u043a\u0438\u0439 \u0432\u0456\u0434\u0434\u0456\u043b \u041d\u043e\u0432\u043e\u043c\u043e\u0441\u043a\u043e\u0432\u0441\u044c\u043a\u043e\u0457 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u0457 \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0438 \u0414\u043d\u0456\u043f\u0440\u043e\u043f\u0435\u0442\u0440\u043e\u0432\u0441\u044c\u043a\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456", "Region" : "\u0414\u043d\u0456\u043f\u0440\u043e\u043f\u0435\u0442\u0440\u043e\u0432\u0441\u044c\u043a\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c", "Position" : "\u043f\u0440\u043e\u043a\u0443\u0440\u043e\u0440 \u041f\u0435\u0442\u0440\u0438\u043a\u0456\u0432\u0441\u044c\u043a\u043e\u0433\u043e \u0432\u0456\u0434\u0434\u0456\u043b\u0443 \u041d\u043e\u0432\u043e\u043c\u043e\u0441\u043a\u043e\u0432\u0441\u044c\u043a\u043e\u0457 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u0457 \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0438 \u0414\u043d\u0456\u043f\u0440\u043e\u043f\u0435\u0442\u0440\u043e\u0432\u0441\u044c\u043a\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456", "Name" : "\u0421\u0430\u043c\u043e\u0439\u043b\u044e\u043a \u0420\u0443\u0441\u043b\u0430\u043d\u0430 \u041e\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440\u0456\u0432\u043d\u0430", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015" : "https://public.nazk.gov.ua/declaration/022f8691-c9a3-4f11-b89b-442a0609f2d1", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016" : "https://public.nazk.gov.ua/declaration/59d980f8-9d8a-4b15-9ca5-0c6b6fc40350", "\u0424\u043e\u0442\u043e" : "", "\u042f\u043a \u0436\u0438\u0432\u0435" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456" : "http://www.gp.gov.ua/integrity_profile/files/4982a9542f8fb2b63e109eb9fb49d715.pdf", "type" : "prosecutor", "key" : "samoylyuk_ruslana_oleksandrivna", "analytics" : [{"y" : 2015, "i" : 74437, "fi" : 52452, "fh" : 80, "fha" : 1}, {"y" : 2016, "i" : 123233, "fi" : 12523, "fh" : 80, "fha" : 1}, {"y" : 2017, "i" : 243795, "fi" : 101617, "fc" : 1, "fh" : 80, "fha" : 1}], "declarationsLinks" : [{"id" : "nacp_022f8691-c9a3-4f11-b89b-442a0609f2d1", "year" : 2015, "provider" : "declarations.com.ua.opendata"}, {"id" : "nacp_59d980f8-9d8a-4b15-9ca5-0c6b6fc40350", "year" : 2016, "provider" : "declarations.com.ua.opendata"}, {"id" : "nacp_04ee8717-649d-4411-a331-8cd44e78f3c1", "year" : 2017, "provider" : "declarations.com.ua.opendata"}]}
json_instruct
{"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016": {"type": "string"}, "\u0424\u043e\u0442\u043e": {"type": "string"}, "\u042f\u043a \u0436\u0438\u0432\u0435": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "analytics": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "integer"}, "i": {"type": "integer"}, "fi": {"type": "integer"}, "fh": {"type": "integer"}, "fha": {"type": "integer"}}, "required": ["y", "i", "fi", "fh", "fha"]}}, "declarationsLinks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "year": {"type": "integer"}, "provider": {"type": "string"}}, "required": ["id", "year", "provider"]}}}, "required": ["Department", "Region", "Position", "Name", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016", "\u0424\u043e\u0442\u043e", "\u042f\u043a \u0436\u0438\u0432\u0435", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456", "type", "key", "analytics", "declarationsLinks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"label": {"type": "object", "properties": {"@none": {"type": "array", "items": {"type": "string"}}}, "required": ["@none"]}, "type": {"type": "string"}, "id": {"type": "string"}, "partOf": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "items": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "object", "properties": {"@none": {"type": "array", "items": {"type": "string"}}}, "required": ["@none"]}, "height": {"type": "integer"}, "width": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"motivation": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "target": {"type": "string"}, "body": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "string"}}, "required": ["height", "width", "type", "id"]}}, "required": ["motivation", "type", "id", "target", "body"]}}, "id": {"type": "string"}}, "required": ["type", "items", "id"]}}}, "required": ["label", "height", "width", "type", "id", "items"]}}, "@context": {"type": "array", "items": {"type": "string"}}}, "required": ["label", "type", "id", "partOf", "items", "@context"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"label" : {"@none" : ["Test 1 Manifest: Minimum Required Fields"]}, "type" : "Manifest", "id" : "http://iiif.io/api/presentation/2.1/example/fixtures/1/manifest.json", "partOf" : [{"id" : "http://iiif.io/api/presentation/2.1/example/fixtures/collection.json", "type" : "Collection"}], "items" : [{"label" : {"@none" : ["Test 1 Canvas: 1"]}, "height" : 1800, "width" : 1200, "type" : "Canvas", "id" : "http://iiif.io/api/presentation/2.1/example/fixtures/canvas/1/c1.json", "items" : [{"type" : "AnnotationPage", "items" : [{"motivation" : "painting", "type" : "Annotation", "id" : "https://example.org/uuid/3644c005-bf7a-48d0-9fa9-1e1757bf8df1", "target" : "http://iiif.io/api/presentation/2.1/example/fixtures/canvas/1/c1.json", "body" : {"height" : 1800, "width" : 1200, "type" : "Image", "id" : "http://iiif.io/api/presentation/2.1/example/fixtures/resources/page1-full.png"}}], "id" : "https://example.org/uuid/1dad04b3-79c6-4a97-a831-634f2ee50a26"}]}], "@context" : ["http://www.w3.org/ns/anno.jsonld", "http://iiif.io/api/presentation/3/context.json"]}
json_instruct
{"type": "object", "properties": {"label": {"type": "object", "properties": {"@none": {"type": "array", "items": {"type": "string"}}}, "required": ["@none"]}, "type": {"type": "string"}, "id": {"type": "string"}, "partOf": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "items": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "object", "properties": {"@none": {"type": "array", "items": {"type": "string"}}}, "required": ["@none"]}, "height": {"type": "integer"}, "width": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"motivation": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "target": {"type": "string"}, "body": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "string"}}, "required": ["height", "width", "type", "id"]}}, "required": ["motivation", "type", "id", "target", "body"]}}, "id": {"type": "string"}}, "required": ["type", "items", "id"]}}}, "required": ["label", "height", "width", "type", "id", "items"]}}, "@context": {"type": "array", "items": {"type": "string"}}}, "required": ["label", "type", "id", "partOf", "items", "@context"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2001, 5], [2004, 24], [2005, 17], [2006, 11], [2007, 16], [2008, 10], [2009, 10], [2010, 14], [2011, 12], [2012, 18], [2013, 9], [2014, 8]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "coverage": {"type": "string"}, "docs": {"type": "string"}, "fixtures": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "coverage", "docs", "fixtures", "lint", "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": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@stdlib/stdlib": {"type": "string"}, "assert": {"type": "string"}, "babelify": {"type": "string"}, "browserify": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "jsdoc": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "papaparse": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@stdlib/stdlib", "assert", "babelify", "browserify", "eslint", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "jsdoc", "mocha", "nyc", "papaparse"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "yem", "version" : "0.0.1", "description" : "TidyBlocks revisited", "main" : "index.js", "scripts" : {"build" : "browserify index.js -s yem -t [ babelify --presets [ @babel/preset-env ] ] > yem.min.js", "coverage" : "nyc --reporter=html --reporter=text mocha", "docs" : "jsdoc -c .jsdocrc --destination docs --readme README.md libs/*.js", "fixtures" : "fixtures/generate.js fixtures", "lint" : "eslint index.js libs/*.js", "test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/gvwilson/yem.git"}, "author" : "Greg Wilson <gvwilson@third-bit.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/gvwilson/yem/issues"}, "homepage" : "https://github.com/gvwilson/yem#readme", "dependencies" : {"@babel/core" : "^7.8.4", "@babel/preset-env" : "^7.8.4", "@stdlib/stdlib" : "0.0.90", "assert" : "^2.0.0", "babelify" : "^10.0.0", "browserify" : "^16.5.0", "eslint" : "^6.8.0", "eslint-plugin-import" : "^2.20.1", "eslint-plugin-node" : "^11.0.0", "eslint-plugin-promise" : "^4.2.1", "eslint-plugin-standard" : "^4.0.1", "jsdoc" : "^3.6.3", "mocha" : "^7.0.1", "nyc" : "^15.0.0", "papaparse" : "^5.1.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "coverage": {"type": "string"}, "docs": {"type": "string"}, "fixtures": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "coverage", "docs", "fixtures", "lint", "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": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@stdlib/stdlib": {"type": "string"}, "assert": {"type": "string"}, "babelify": {"type": "string"}, "browserify": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "jsdoc": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "papaparse": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@stdlib/stdlib", "assert", "babelify", "browserify", "eslint", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "jsdoc", "mocha", "nyc", "papaparse"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u82f1\u6587\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u82f1\u6587\u6cd5\u898f\u540d\u7a31", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u6cd5\u898f\u6027\u8cea" : "\u547d\u4ee4", "\u6cd5\u898f\u540d\u7a31" : "\u5ee3\u64ad\u96fb\u8996\u4e8b\u696d\u8ca0\u8cac\u4eba\u7ba1\u7406\u898f\u5247", "\u6cd5\u898f\u7db2\u5740" : "https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=P0050003", "\u6cd5\u898f\u985e\u5225" : "\u884c\u653f\uff1e\u570b\u5bb6\u901a\u8a0a\u50b3\u64ad\u59d4\u54e1\u6703\uff1e\u50b3\u64ad\u76ee", "\u6700\u65b0\u7570\u52d5\u65e5\u671f" : "20160130", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18" : "Y", "\u82f1\u6587\u6cd5\u898f\u540d\u7a31" : "Regulations Governing the Person in Charge of a Broadcasting Business", "\u6cbf\u9769\u5167\u5bb9" : "1.\u4e2d\u83ef\u6c11\u570b\u516d\u5341\u516d\u5e74\u516b\u6708\u516d\u65e5\u884c\u653f\u9662\u65b0\u805e\u5c40\uff0866\uff09\u5fb7\u6ce2\u5b57\u7b2c 08737 \u865f\u4ee4\r\n \u8a02\u5b9a\u767c\u5e03\r\n2.\u4e2d\u83ef\u6c11\u570b\u4e03\u5341\u4e8c\u5e74\u516d\u6708\u4e8c\u5341\u56db\u65e5\u884c\u653f\u9662\u65b0\u805e\u5c40\uff0872\uff09\u745c\u5ee3\u4e00\u5b57\u7b2c 08998\r\n \u865f\u4ee4\u4fee\u6b63\u767c\u5e03\u540d\u7a31\u53ca\u5167\u5bb9\r\n3.\u4e2d\u83ef\u6c11\u570b\u516b\u5341\u4e00\u5e74\u4e94\u6708\u516b\u65e5\u884c\u653f\u9662\u65b0\u805e\u5c40\uff0881\uff09\u5f37\u5ee3\u4e00\u5b57\u7b2c 07769 \u865f\r\n \u4ee4\u4fee\u6b63\u767c\u5e03\u7b2c 4 \u689d\u689d\u6587\r\n4.\u4e2d\u83ef\u6c11\u570b\u516b\u5341\u4e8c\u5e74\u516d\u6708\u4e8c\u5341\u516b\u65e5\u884c\u653f\u9662\u65b0\u805e\u5c40\uff0882\uff09\u5f37\u5ee3\u4e00\u5b57\u7b2c 11731\r\n \u865f\u4ee4\u4fee\u6b63\u767c\u5e03\u7b2c 11 \u689d\u689d\u6587\r\n5.\u4e2d\u83ef\u6c11\u570b\u516b\u5341\u56db\u5e74\u4e09\u6708\u4e8c\u5341\u4e8c\u65e5\u884c\u653f\u9662\u65b0\u805e\u5c40\uff0884\uff09\u5f37\u5ee3\u4e00\u5b57\u7b2c 04896\r\n \u865f\u4ee4\u4fee\u6b63\u767c\u5e03\u5168\u6587 9 \u689d\r\n6.\u4e2d\u83ef\u6c11\u570b\u516b\u5341\u4e03\u5e74\u4e8c\u6708\u5341\u516d\u65e5\u884c\u653f\u9662\u65b0\u805e\u5c40\uff0887\uff09\u5efa\u5ee3\u4e00\u5b57\u7b2c 02085\r\n \u865f\u4ee4\u4fee\u6b63\u767c\u5e03\u7b2c 4 \u689d\u689d\u6587\r\n7.\u4e2d\u83ef\u6c11\u570b\u516b\u5341\u516b\u5e74\u5341\u4e00\u6708\u5341\u4e5d\u65e5\u884c\u653f\u9662\u65b0\u805e\u5c40\uff0888\uff09\u5efa\u5ee3\u4e00\u5b57\u7b2c 18942\r\n \u865f\u4ee4\u4fee\u6b63\u767c\u5e03\u7b2c 4 \u689d\u689d\u6587\r\n8.\u4e2d\u83ef\u6c11\u570b\u4e00\u767e\u96f6\u4e8c\u5e74\u4e8c\u6708\u516d\u65e5\u570b\u5bb6\u901a\u8a0a\u50b3\u64ad\u59d4\u54e1\u6703\u901a\u50b3\u50b3\u64ad\u5b57\u7b2c 10262\r\n 002460 \u865f\u4ee4\u4fee\u6b63\u767c\u5e03\u5168\u6587 9 \u689d\uff1b\u4e26\u81ea\u767c\u5e03\u65e5\u65bd\u884c\r\n9.\u4e2d\u83ef\u6c11\u570b\u4e00\u767e\u96f6\u4e94\u5e74\u4e00\u6708\u4e09\u5341\u65e5\u570b\u5bb6\u901a\u8a0a\u50b3\u64ad\u59d4\u54e1\u6703\u901a\u50b3\u5167\u5bb9\u5b57\u7b2c 105\r\n 48001910 \u865f\u4ee4\u4fee\u6b63\u767c\u5e03\u540d\u7a31\u53ca\u5168\u6587 5 \u689d\uff1b\u4e26\u81ea\u767c\u5e03\u65e5\u65bd\u884c\r\n \uff08\u539f\u540d\u7a31\uff1a\u5ee3\u64ad\u96fb\u8996\u4e8b\u696d\u8ca0\u8cac\u4eba\u8207\u5f9e\u696d\u4eba\u54e1\u7ba1\u7406\u898f\u5247\uff1b\u65b0\u540d\u7a31\uff1a\u5ee3\u64ad\u96fb\r\n \u8996\u4e8b\u696d\u8ca0\u8cac\u4eba\u7ba1\u7406\u898f\u5247\uff09", "\u6cd5\u898f\u5167\u5bb9" : [{"\u689d\u865f" : "\u7b2c 1 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u898f\u5247\u4f9d\u5ee3\u64ad\u96fb\u8996\u6cd5\u7b2c\u5341\u4e09\u689d\u53ca\u7b2c\u4e94\u5341\u689d\u898f\u5b9a\u8a02\u5b9a\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 2 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u898f\u5247\u6240\u7a31\u5ee3\u64ad\u3001\u96fb\u8996\u4e8b\u696d\u8ca0\u8cac\u4eba\uff0c\u4fc2\u6307\u5ee3\u64ad\u3001\u96fb\u8996\u4e8b\u696d\u4e4b\u8463\u4e8b\u3001\u76e3\u5bdf\u4eba\u3001\u7e3d\u7d93\u7406\u3001\u7e3d\u81fa\u9577\u3001\u81fa\u9577\u3001\u5206\u81fa\u9577\u6216\u8207\u5176\u8077\u52d9\u76f8\u7576\u4e4b\u4eba\u3002"}, {"\u689d\u865f" : "\u7b2c 3 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u6709\u4e0b\u5217\u60c5\u4e8b\u4e4b\u4e00\u8005\uff0c\u4e0d\u5f97\u70ba\u7b2c\u4e8c\u689d\u6240\u7a31\u4e4b\u5ee3\u64ad\u3001\u96fb\u8996\u4e8b\u696d\u8ca0\u8cac\u4eba\uff1a\r\n\u4e00\u3001\u7121\u884c\u70ba\u80fd\u529b\u3001\u9650\u5236\u884c\u70ba\u80fd\u529b\u3001\u53d7\u76e3\u8b77\u5ba3\u544a\u6216\u53d7\u8f14\u52a9\u5ba3\u544a\u4e4b\u4eba\u3002\r\n\u4e8c\u3001\u66fe\u72af\u7d44\u7e54\u72af\u7f6a\u9632\u5236\u689d\u4f8b\u898f\u5b9a\u4e4b\u7f6a\uff0c\u7d93\u6709\u7f6a\u5224\u6c7a\u78ba\u5b9a\u3002\r\n\u4e09\u3001\u66fe\u4efb\u5ee3\u64ad\u3001\u96fb\u8996\u4e8b\u696d\u4e4b\u8ca0\u8cac\u4eba\uff0c\u56e0\u57f7\u884c\u5176\u8077\u52d9\u81f4\u4f7f\u4e8b\u696d\u7d93\u4f9d\u5ee3\u64ad\u96fb\u8996\u6cd5\u7b2c\u56db\u5341\u4e94\u689d\u540a\u92b7\u5ee3\u64ad\u6216\u96fb\u8996\u57f7\u7167\u8005\u3002\r\n\u56db\u3001\u66fe\u5229\u7528\u5ee3\u64ad\u3001\u96fb\u8996\u6216\u65b0\u805e\u5de5\u4f5c\u4e4b\u8077\u52d9\u95dc\u4fc2\u72af\u7f6a\uff0c\u5224\u8655\u6709\u671f\u5f92\u5211\u4ee5\u4e0a\u4e4b\u5211\u78ba\u5b9a\u8005\u3002\r\n\u4e94\u3001\u66fe\u72af\u8caa\u6c61\u7f6a\uff0c\u53d7\u5211\u4e4b\u5ba3\u544a\u78ba\u5b9a\uff0c\u5c1a\u672a\u57f7\u884c\u5b8c\u7562\uff0c\u6216\u57f7\u884c\u5b8c\u7562\u3001\u7de9\u5211\u671f\u6eff\u6216\u8d66\u514d\u5f8c\u5c1a\u672a\u903e\u4e94\u5e74\u3002\r\n\u516d\u3001\u66fe\u72af\u4fb5\u5360\u3001\u8a50\u6b3a\u6216\u80cc\u4fe1\u7f6a\uff0c\u7d93\u5ba3\u544a\u6709\u671f\u5f92\u5211\u4ee5\u4e0a\u4e4b\u5211\u78ba\u5b9a\uff0c\u5c1a\u672a\u57f7\u884c\u5b8c\u7562\uff0c\u6216\u57f7\u884c\u5b8c\u7562\u3001\u7de9\u5211\u671f\u6eff\u6216\u8d66\u514d\u5f8c\u5c1a\u672a\u903e\u4e94\u5e74\u3002\r\n\u4e03\u3001\u53d7\u7834\u7522\u5ba3\u544a\u78ba\u5b9a\uff0c\u5c1a\u672a\u5fa9\u6b0a\u8005\u3002\r\n\u516b\u3001\u65bc\u570b\u5167\u7121\u4f4f\u6240\u8005\u3002"}, {"\u689d\u865f" : "\u7b2c 4 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u5ee3\u64ad\u3001\u96fb\u8996\u4e8b\u696d\u8a2d\u6709\u7368\u7acb\u8463\u4e8b\u8005\uff0c\u81f3\u5c11\u4e00\u540d\u7368\u7acb\u8463\u4e8b\u61c9\u5177\u4e0b\u5217\u5c08\u696d\u8cc7\u683c\u689d\u4ef6\u4e4b\u4e00\uff1a\r\n\u4e00\u3001\u66fe\u64d4\u4efb\u901a\u8a0a\u3001\u50b3\u64ad\u3001\u6cd5\u5f8b\u3001\u8ca1\u91d1\u76f8\u95dc\u79d1\u7cfb\u4e4b\u516c\u79c1\u7acb\u5927\u5c08\u9662\u6821\u8b1b\u5e2b\u4ee5\u4e0a\u6216\u7814\u7a76\u6a5f\u69cb\u4e4b\u7814\u7a76\u4eba\u54e1\u4e09\u5e74\u4ee5\u4e0a\u3002\r\n\u4e8c\u3001\u5177\u6709\u901a\u8a0a\u50b3\u64ad\u5de5\u4f5c\u7d93\u9a57\u4e94\u5e74\u4ee5\u4e0a\u3002"}, {"\u689d\u865f" : "\u7b2c 5 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u898f\u5247\u81ea\u767c\u5e03\u65e5\u65bd\u884c\u3002"}]}
json_instruct
{"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u82f1\u6587\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u82f1\u6587\u6cd5\u898f\u540d\u7a31", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Hecker", "state_name" : "Illinois", "state_abbrv" : "IL", "lat" : "38.3044", "long" : "-89.9935"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"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" : 85801301, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "d7d15432b1df9273226d112affdfbbb8", "wof:id" : 85801301, "wof:repo" : "whosonfirst-data-admin-be"}, "bbox" : [4.46122, 51.31595, 4.46122, 51.31595], "geometry" : {"coordinates" : [4.46122, 51.31595], "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "CxTV", "hour" : "01", "avg" : 1.0994475138121547}, {"subreddit" : "CxTV", "hour" : "02", "avg" : 1.1016548463356974}, {"subreddit" : "CxTV", "hour" : "03", "avg" : 1.07}, {"subreddit" : "CxTV", "hour" : "04", "avg" : 1.1071428571428572}, {"subreddit" : "CxTV", "hour" : "05", "avg" : 1.0695488721804511}, {"subreddit" : "CxTV", "hour" : "06", "avg" : 1.0721442885771544}, {"subreddit" : "CxTV", "hour" : "07", "avg" : 1.0989473684210527}, {"subreddit" : "CxTV", "hour" : "08", "avg" : 1.1407624633431086}, {"subreddit" : "CxTV", "hour" : "09", "avg" : 1.084942084942085}, {"subreddit" : "CxTV", "hour" : "10", "avg" : 1.0514705882352942}, {"subreddit" : "CxTV", "hour" : "11", "avg" : 1.2202380952380953}, {"subreddit" : "CxTV", "hour" : "12", "avg" : 1.0769230769230769}, {"subreddit" : "CxTV", "hour" : "13", "avg" : 1.16}, {"subreddit" : "CxTV", "hour" : "14", "avg" : 1.1428571428571428}, {"subreddit" : "CxTV", "hour" : "15", "avg" : 1.0919540229885059}, {"subreddit" : "CxTV", "hour" : "16", "avg" : 1.1242603550295858}, {"subreddit" : "CxTV", "hour" : "17", "avg" : 1.0892018779342723}, {"subreddit" : "CxTV", "hour" : "18", "avg" : 1.1106870229007633}, {"subreddit" : "CxTV", "hour" : "19", "avg" : 1.082066869300912}, {"subreddit" : "CxTV", "hour" : "20", "avg" : 1.0804878048780489}, {"subreddit" : "CxTV", "hour" : "21", "avg" : 1.055045871559633}, {"subreddit" : "CxTV", "hour" : "22", "avg" : 1.0915254237288134}, {"subreddit" : "CxTV", "hour" : "23", "avg" : 1.1012658227848102}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "A. F. Moritz", "classification" : "", "keywords" : ["Activities", "Parenthood", "Jobs", "Working", "Living"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/175448", "region" : "Canada", "text" : ["Stiff, thick: the white hair of the broad-faced father,", "who leads his shambling son along", "cracked sidewalks, by dusty glass half hiding", "goods never sold. The son is the taller one", "but still a child: not aware of his clothes,", "of what expressions seize on his soft face.", "His gait lolls, loosely directed from some weak,", "distant center, scarcely devoted to any purpose", "but following along and looking. Thick lenses glint", "with watery blue: his small eyes, veiled", "and placid, as far off as the milky August sky.", "The father, all the time glancing at him and talking", "as man to man, seems to forget it would be better", "for this one to have been like all the rest.", "He has his son still with him, the others", "have grown up and gone away\u2014but when he dies,", "then what will happen to the boy? Even this thought", "is absorbed now in their ordinary errand,", "men\u2019s business: grateful going out through the day,", "talk with the owners, the salesmen, a mechanic", "in the scent of grease and sawdust of machined metal,", "the sifting through tools and parts that flow, spill, gleam", "like seeds, like sand\u2014looking for what fits,", "finding what will work. Afterwards to stop for food,", "then walk back home down the clear streets, when starlings,", "hunting and restless before sleep, and children", "are the loudest things, with the dark foaming", "among maples, glinting, as it comes in."], "title" : "Business", "year" : ""}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}