input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {"type": "string"}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"countries" : ["United States", "Mauritius", "Saudi Arabia", "China"], "topics" : [], "section_title" : "Cooperation with UN Bodies:", "enb_start_date" : "14-Jun-02", "enb_short_title" : "SB-16", "subtype" : "", "actors" : ["European Union", "Group of 77"], "sentences" : ["Chair Thorgeirsson introduced the draft conclusions (FCCC/SBSTA/2002/CRP.4).", "The US said he preferred deferring consideration of the methodological aspects related to emissions from international transport from SB-17 to SB-18.", "SAUDI ARABIA, supported by MAURITIUS for the G-77/CHINA, said Parties should respect the 'gentleman\u0092s agreement' with ICAO, and should only take up methodological issues further if ICAO considers that SBSTA has the expertise to do so.", "The EU disagreed with this position.", "Chair Thorgeirsson recalled a COP-5 decision (18/CP.5) requesting SBSTA to continue its work on methodological issues relating to fuel use in international transport.", "The G-77/CHINA suggested adding a paragraph in which SBSTA would bring to the attention of ICAO and IMO the fact that non-Annex I Parties do not have greenhouse gas reduction targets.", "SBSTA was suspended for informal discussions with a view to reaching consensus on the draft conclusions. Upon reconvening, the US read proposed text replacing the disputed paragraph that sets the timeframe for consideration of the matter for SB-18.", "SAUDI ARABIA disagreed with the timeframe and suggested SB-20.", "Discussion on the issue was deferred until Friday."], "enb_url" : "http://www.iisd.ca/vol12/enb12199e.html", "enb_long_title" : "Sixteenth Sessions of the Subsidiary Bodies", "type" : "", "id" : "enb12199e_11", "enb_end_date" : "14-Jun-02"}
json_instruct
{"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {"type": "string"}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}}, "required": ["id", "category"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "evilslaying_bows", "originalId" : 363315, "rarity" : 3, "name" : "Das B\u00f6se zerschlagende Sehne", "description" : "Die sorgf\u00e4ltig verzierten und in einer Ahornschachtel verpackten Zeremonialb\u00f6gen k\u00f6nnen an den St\u00e4nden des Festes gekauft werden und werden oft als Tischdekoration verwendet.\\nEs hei\u00dft, dass solche Artefakte b\u00f6se Geister abwehren k\u00f6nnen, die Ger\u00fcchte dar\u00fcber sind nicht mehr vorhanden. Die meisten Menschen glauben fest an die Macht der Ogosho und brauchen nat\u00fcrlich nicht den psychologischen Trost anderer Mythen und Legenden, da sie diese Objekte lediglich als sch\u00f6ne Dekorationsobjekte und Andenken an Feste betrachten. Aber die Legende, die sich hinter diesem Artefakt verbirgt, k\u00f6nnte etwas mit einem alten Bekannten der Ogosho zu tun haben ...", "load" : 72, "energy" : 60, "exp" : 60, "category" : [{"id" : 11002, "category" : "Beh\u00e4lter"}], "recipe" : [{"id" : "maple_wood", "name" : "Ahornholz", "amount" : 4}, {"id" : "fabric", "name" : "Stoff", "amount" : 4}, {"id" : "white_iron_chunk", "name" : "Brocken wei\u00dfes Eisen", "amount" : 4}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}}, "required": ["id", "category"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : [[[128.0, 26.166666666666668], [128.0, 26.25], [128.125, 26.25], [128.125, 26.166666666666668], [128.0, 26.166666666666668]]]}, "properties" : {"code" : 392820, "url" : "http://madefor.github.io/0410/api/v1/392820.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/392820.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#"}
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"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "development": {"type": "string"}, "production": {"type": "string"}, "start": {"type": "string"}}, "required": ["serve", "development", "production", "start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"tailwindcss": {"type": "string"}}, "required": ["tailwindcss"]}, "devDependencies": {"type": "object", "properties": {"@fullhuman/postcss-purgecss": {"type": "string"}, "autoprefixer": {"type": "string"}, "concurrently": {"type": "string"}, "cross-env": {"type": "string"}, "cssnano": {"type": "string"}, "live-server": {"type": "string"}, "postcss-cli": {"type": "string"}}, "required": ["@fullhuman/postcss-purgecss", "autoprefixer", "concurrently", "cross-env", "cssnano", "live-server", "postcss-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "3b", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"serve" : "cross-env NODE_ENV=development concurrently \"postcss src/styles.css -o public/styles.css --watch\" \"live-server ./public\"", "development" : "cross-env NODE_ENV=development postcss src/styles.css -o public/styles.css", "production" : "cross-env NODE_ENV=production postcss src/styles.css -o public/styles.css", "start" : "npm run serve"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"tailwindcss" : "^1.5.1"}, "devDependencies" : {"@fullhuman/postcss-purgecss" : "^1.2.0", "autoprefixer" : "^9.8.5", "concurrently" : "^4.1.0", "cross-env" : "^5.2.0", "cssnano" : "^4.1.10", "live-server" : "^1.2.1", "postcss-cli" : "^7.1.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "development": {"type": "string"}, "production": {"type": "string"}, "start": {"type": "string"}}, "required": ["serve", "development", "production", "start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"tailwindcss": {"type": "string"}}, "required": ["tailwindcss"]}, "devDependencies": {"type": "object", "properties": {"@fullhuman/postcss-purgecss": {"type": "string"}, "autoprefixer": {"type": "string"}, "concurrently": {"type": "string"}, "cross-env": {"type": "string"}, "cssnano": {"type": "string"}, "live-server": {"type": "string"}, "postcss-cli": {"type": "string"}}, "required": ["@fullhuman/postcss-purgecss", "autoprefixer", "concurrently", "cross-env", "cssnano", "live-server", "postcss-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"source": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"no_of_users": {"type": "integer"}}, "required": ["no_of_users"]}}, "required": ["type", "config"]}, "sink": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {}, "required": []}}, "required": ["type", "config"]}, "metadata_server": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"api_endpoint": {"type": "string"}, "auth_provider_type": {"type": "string"}}, "required": ["api_endpoint", "auth_provider_type"]}}, "required": ["type", "config"]}}, "required": ["source", "sink", "metadata_server"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source" : {"type" : "sample-users", "config" : {"no_of_users" : 500}}, "sink" : {"type" : "metadata-rest-users", "config" : {}}, "metadata_server" : {"type" : "metadata-server", "config" : {"api_endpoint" : "http://localhost:8585/api", "auth_provider_type" : "no-auth"}}}
json_instruct
{"type": "object", "properties": {"source": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"no_of_users": {"type": "integer"}}, "required": ["no_of_users"]}}, "required": ["type", "config"]}, "sink": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {}, "required": []}}, "required": ["type", "config"]}, "metadata_server": {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"api_endpoint": {"type": "string"}, "auth_provider_type": {"type": "string"}}, "required": ["api_endpoint", "auth_provider_type"]}}, "required": ["type", "config"]}}, "required": ["source", "sink", "metadata_server"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"stac_version": {"type": "string"}, "stac_extensions": {"type": "array", "items": {}}, "id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "extent": {"type": "object", "properties": {"spatial": {"type": "object", "properties": {"bbox": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["bbox"]}, "temporal": {"type": "object", "properties": {"interval": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["interval"]}}, "required": ["spatial", "temporal"]}, "providers": {"type": "array", "items": {}}, "license": {"type": "string"}, "summaries": {"type": "object", "properties": {}, "required": []}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}, "required": ["rel", "href"]}}}, "required": ["stac_version", "stac_extensions", "id", "title", "description", "keywords", "extent", "providers", "license", "summaries", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stac_version" : "1.0.0-beta.2", "stac_extensions" : [], "id" : "cmip5", "title" : "CMIP5", "description" : "CMIP5 collection", "keywords" : ["cmip5", "climate", "forecast"], "extent" : {"spatial" : {"bbox" : [[-180, -90, 180, 90]]}, "temporal" : {"interval" : [["1950-01-01T00:00:00", "2100-12-31T23:59:59"]]}}, "providers" : [], "license" : "n/a", "summaries" : {}, "links" : [{"rel" : "self", "href" : "https://stac-dev.crim.ca/collections/cmip5"}, {"rel" : "child", "href" : "https://stac-dev.crim.ca/collections/cmip5/items"}, {"rel" : "collection", "href" : "https://stac-dev.crim.ca/collections/cmip5"}, {"rel" : "parent", "href" : "https://stac-dev.crim.ca/collections"}, {"rel" : "root", "href" : "https://stac-dev.crim.ca"}]}
json_instruct
{"type": "object", "properties": {"stac_version": {"type": "string"}, "stac_extensions": {"type": "array", "items": {}}, "id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "extent": {"type": "object", "properties": {"spatial": {"type": "object", "properties": {"bbox": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["bbox"]}, "temporal": {"type": "object", "properties": {"interval": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["interval"]}}, "required": ["spatial", "temporal"]}, "providers": {"type": "array", "items": {}}, "license": {"type": "string"}, "summaries": {"type": "object", "properties": {}, "required": []}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}, "required": ["rel", "href"]}}}, "required": ["stac_version", "stac_extensions", "id", "title", "description", "keywords", "extent", "providers", "license", "summaries", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use": {"type": "string"}}, "required": ["deprecated", "authority-code", "identifier", "about", "prefLabel", "start.use"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"deprecated" : "false", "authority-code" : "OML", "identifier" : "OML", "about" : "http://publications.europa.eu/resource/authority/language/OML", "prefLabel" : {"@lang" : "oml", "#text" : "ombo"}, "start.use" : "1950-05-09"}
json_instruct
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use": {"type": "string"}}, "required": ["deprecated", "authority-code", "identifier", "about", "prefLabel", "start.use"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"video": {"type": "string"}, "preview": {"type": "string"}, "ps_var_name": {"type": "string"}}, "required": ["video", "preview", "ps_var_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"video" : "http://vladimirz.asuscomm.com/vrt1/boevoy03.mp4", "preview" : "//shevkunenko.ru/img/fedorova/boevoy03.png", "ps_var_name" : "start"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"video": {"type": "string"}, "preview": {"type": "string"}, "ps_var_name": {"type": "string"}}, "required": ["video", "preview", "ps_var_name"]}, "$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"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"bennywang": {"type": "string"}}, "required": ["bennywang"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "requires_arc": {"type": "boolean"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "license", "summary", "homepage", "authors", "source", "requires_arc", "platforms", "source_files", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "WBUtil", "version" : "0.0.1", "license" : "MIT", "summary" : "A lib help ViewControler trans message and about lifecircle management on iOS.", "homepage" : "https://github.com/Benny-Wang-inBeijing/WBUtil", "authors" : {"bennywang" : "blockwang@sina.cn"}, "source" : {"git" : "https://github.com/Benny-Wang-inBeijing/WBUtil.git", "tag" : "0.0.1"}, "requires_arc" : true, "platforms" : {"ios" : "8.0"}, "source_files" : "WBUtil/**/*.{m,h,mm,hpp,cpp,c}", "frameworks" : ["QuartzCore", "Accelerate", "WebKit", "JavaScriptCore", "UIKit", "Foundation"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"bennywang": {"type": "string"}}, "required": ["bennywang"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "requires_arc": {"type": "boolean"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "license", "summary", "homepage", "authors", "source", "requires_arc", "platforms", "source_files", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pl_cbflag": {"type": "string"}, "pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_imgflag": {"type": "string"}, "pl_massj": {"type": "string"}, "pl_masse": {"type": "string"}, "pl_facility": {"type": "string"}, "st_teff": {"type": "string"}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "pl_astflag": {"type": "string"}, "pl_pnum": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "st_age": {"type": "string"}, "hd_name": {"type": "string"}, "pl_hostname": {"type": "string"}, "st_mass": {"type": "string"}, "pl_tranflag": {"type": "string"}, "pl_rade": {"type": "string"}, "pl_radj": {"type": "string"}, "pl_name": {"type": "string"}, "pl_rvflag": {"type": "string"}, "pl_ratdor": {"type": "string"}, "pl_orbeccen": {"type": "string"}, "rowupdate": {"type": "string"}, "st_dist": {"type": "string"}, "pl_telescope": {"type": "string"}, "pl_edelink": {"type": "string"}, "pl_omflag": {"type": "string"}, "pl_orbper": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_cbflag", "pl_disc", "pl_pelink", "st_rad", "pl_imgflag", "pl_massj", "pl_masse", "pl_facility", "st_teff", "pl_dens", "pl_eqt", "pl_astflag", "pl_pnum", "st_optmag", "ra", "pl_discmethod", "st_age", "hd_name", "pl_hostname", "st_mass", "pl_tranflag", "pl_rade", "pl_radj", "pl_name", "pl_rvflag", "pl_ratdor", "pl_orbeccen", "rowupdate", "st_dist", "pl_telescope", "pl_edelink", "pl_omflag", "pl_orbper", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pl_cbflag" : "0", "pl_disc" : "2014", "pl_pelink" : "http://exoplanet.eu/catalog/hat-p-49_b/", "st_rad" : "1.83", "pl_imgflag" : "0", "pl_massj" : "1.73000", "pl_masse" : "549.82300", "pl_facility" : "HATNet", "st_teff" : "6820.00", "pl_dens" : "0.75000", "pl_eqt" : "2131", "pl_astflag" : "0", "pl_pnum" : "1", "st_optmag" : "10.326", "ra" : "305.441397", "pl_discmethod" : "Transit", "st_age" : "1.500", "hd_name" : "HD 340099", "pl_hostname" : "HAT-P-49", "st_mass" : "1.54", "pl_tranflag" : "1", "pl_rade" : "15.838", "pl_radj" : "1.413", "pl_name" : "HAT-P-49 b", "pl_rvflag" : "1", "pl_ratdor" : "5.130000", "pl_orbeccen" : "0.000000", "rowupdate" : "2014-05-14", "st_dist" : "322.00", "pl_telescope" : "Canon 200mm f/1.8L", "pl_edelink" : "http://exoplanets.org/detail/HAT-P-49_b", "pl_omflag" : "0", "pl_orbper" : "2.69154800", "dec" : "26.692652"}
json_instruct
{"type": "object", "properties": {"pl_cbflag": {"type": "string"}, "pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_imgflag": {"type": "string"}, "pl_massj": {"type": "string"}, "pl_masse": {"type": "string"}, "pl_facility": {"type": "string"}, "st_teff": {"type": "string"}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "pl_astflag": {"type": "string"}, "pl_pnum": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "st_age": {"type": "string"}, "hd_name": {"type": "string"}, "pl_hostname": {"type": "string"}, "st_mass": {"type": "string"}, "pl_tranflag": {"type": "string"}, "pl_rade": {"type": "string"}, "pl_radj": {"type": "string"}, "pl_name": {"type": "string"}, "pl_rvflag": {"type": "string"}, "pl_ratdor": {"type": "string"}, "pl_orbeccen": {"type": "string"}, "rowupdate": {"type": "string"}, "st_dist": {"type": "string"}, "pl_telescope": {"type": "string"}, "pl_edelink": {"type": "string"}, "pl_omflag": {"type": "string"}, "pl_orbper": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_cbflag", "pl_disc", "pl_pelink", "st_rad", "pl_imgflag", "pl_massj", "pl_masse", "pl_facility", "st_teff", "pl_dens", "pl_eqt", "pl_astflag", "pl_pnum", "st_optmag", "ra", "pl_discmethod", "st_age", "hd_name", "pl_hostname", "st_mass", "pl_tranflag", "pl_rade", "pl_radj", "pl_name", "pl_rvflag", "pl_ratdor", "pl_orbeccen", "rowupdate", "st_dist", "pl_telescope", "pl_edelink", "pl_omflag", "pl_orbper", "dec"], "$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#"}
[[2000, 6], [2004, 7], [2005, 5], [2006, 5], [2011, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "passed": {"type": "boolean"}, "pending": {"type": "boolean"}, "os": {"type": "string"}, "instanceId": {"type": "integer"}, "browser": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "message": {"type": "string"}, "trace": {"type": "string"}, "browserLogs": {"type": "array", "items": {}}, "screenShotFile": {"type": "string"}, "timestamp": {"type": "integer"}, "duration": {"type": "integer"}}, "required": ["description", "passed", "pending", "os", "instanceId", "browser", "message", "trace", "browserLogs", "screenShotFile", "timestamp", "duration"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "App should navigate to the register page when the register button is clicked|Login tests", "passed" : true, "pending" : false, "os" : "Windows", "instanceId" : 7472, "browser" : {"name" : "chrome", "version" : "96.0.4664.45"}, "message" : "Passed.", "trace" : "", "browserLogs" : [], "screenShotFile" : "00af00f2-00b3-000a-006e-00d400b000ee.png", "timestamp" : 1637892417795, "duration" : 721}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "passed": {"type": "boolean"}, "pending": {"type": "boolean"}, "os": {"type": "string"}, "instanceId": {"type": "integer"}, "browser": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "message": {"type": "string"}, "trace": {"type": "string"}, "browserLogs": {"type": "array", "items": {}}, "screenShotFile": {"type": "string"}, "timestamp": {"type": "integer"}, "duration": {"type": "integer"}}, "required": ["description", "passed", "pending", "os", "instanceId", "browser", "message", "trace", "browserLogs", "screenShotFile", "timestamp", "duration"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"pk": {"type": "integer"}, "model": {"type": "string"}, "fields": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["pk", "model", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"pk" : 1, "model" : "filter.filter", "fields" : {"name" : "Servidores", "description" : "Servidores"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"pk": {"type": "integer"}, "model": {"type": "string"}, "fields": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["pk", "model", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "eslint-plugin-react-prefer-function-component": {"type": "string"}}, "required": ["eslint", "eslint-plugin-react", "eslint-plugin-react-prefer-function-component"]}}, "required": ["version", "description", "name", "scripts", "author", "license", "main", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.0.0", "description" : "", "name" : "test", "scripts" : {"lint" : "eslint *.jsx"}, "author" : "Tate Thurston <tatethurston@gmail.com>", "license" : "ISC", "main" : "index.js", "dependencies" : {}, "devDependencies" : {"eslint" : "^7.24.0", "eslint-plugin-react" : "^7.23.2", "eslint-plugin-react-prefer-function-component" : "*"}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "eslint-plugin-react-prefer-function-component": {"type": "string"}}, "required": ["eslint", "eslint-plugin-react", "eslint-plugin-react-prefer-function-component"]}}, "required": ["version", "description", "name", "scripts", "author", "license", "main", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"enquirer": {"type": "string"}}, "required": ["enquirer"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "mock-fs": {"type": "string"}}, "required": ["jest", "mock-fs"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"svelte-undraw": {"type": "string"}}, "required": ["svelte-undraw"]}, "type": {"type": "string"}, "exports": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "scripts", "bin", "type", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "svelte-undraw", "version" : "0.0.10", "description" : "Load undraw illustrations and generate a svelte component from it.", "main" : "index.cjs", "repository" : {"type" : "git", "url" : "git+https://github.com/HendrikRoth/svelte-undraw.git"}, "keywords" : ["svelte", "undraw"], "author" : "Hendrik Roth <hi@hendrikroth.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/HendrikRoth/svelte-undraw/issues"}, "homepage" : "https://github.com/HendrikRoth/svelte-undraw#readme", "dependencies" : {"enquirer" : "^2.3.6"}, "devDependencies" : {"jest" : "^26.6.1", "mock-fs" : "^4.13.0"}, "scripts" : {"test" : "jest test.js"}, "bin" : {"svelte-undraw" : "./index.cjs"}, "type" : "commonjs", "exports" : "./index.cjs"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"enquirer": {"type": "string"}}, "required": ["enquirer"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "mock-fs": {"type": "string"}}, "required": ["jest", "mock-fs"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"svelte-undraw": {"type": "string"}}, "required": ["svelte-undraw"]}, "type": {"type": "string"}, "exports": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "scripts", "bin", "type", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Kewanee", "state_name" : "Missouri", "state_abbrv" : "MO", "lat" : "36.6726", "long" : "-89.5639"}
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": {"appName": {"type": "string"}, "feedUrl": {"type": "string"}, "consumerKey": {"type": "string"}, "consumerSecret": {"type": "string"}, "accessToken": {"type": "string"}, "accessTokenSecret": {"type": "string"}, "tags": {"type": "string"}}, "required": ["appName", "feedUrl", "consumerKey", "consumerSecret", "accessToken", "accessTokenSecret", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appName" : "Planet Elm Bot", "feedUrl" : "https://live-planet-elm.pantheon.io/feeds.xml", "consumerKey" : "x", "consumerSecret" : "x", "accessToken" : "x", "accessTokenSecret" : "x", "tags" : "#elmlang"}
json_instruct
{"type": "object", "properties": {"appName": {"type": "string"}, "feedUrl": {"type": "string"}, "consumerKey": {"type": "string"}, "consumerSecret": {"type": "string"}, "accessToken": {"type": "string"}, "accessTokenSecret": {"type": "string"}, "tags": {"type": "string"}}, "required": ["appName", "feedUrl", "consumerKey", "consumerSecret", "accessToken", "accessTokenSecret", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "new": {"type": "string"}, "pub": {"type": "string"}}, "required": ["install", "new", "pub"]}, "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"}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ghostv", "version" : "1.0.0", "description" : "frontend framework", "scripts" : {"install" : "lerna bootstrap", "new" : "lerna create", "pub" : "lerna publish"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ghosv/ghostv.git"}, "keywords" : ["frontend", "framework"], "author" : "ddosakura", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/ghosv/ghostv/issues"}, "homepage" : "https://github.com/ghosv/ghostv#readme", "devDependencies" : {"lerna" : "^3.16.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "new": {"type": "string"}, "pub": {"type": "string"}}, "required": ["install", "new", "pub"]}, "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"}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"compileOnSave": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"importHelpers": {"type": "boolean"}, "outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "declaration": {"type": "boolean"}, "moduleResolution": {"type": "string"}, "emitDecoratorMetadata": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "target": {"type": "string"}, "newLine": {"type": "string"}, "typeRoots": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "array", "items": {"type": "string"}}, "baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@app/*": {"type": "array", "items": {"type": "string"}}, "@environments/*": {"type": "array", "items": {"type": "string"}}, "@cpt/*": {"type": "array", "items": {"type": "string"}}, "@login/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@app/*", "@environments/*", "@cpt/*", "@login/*"]}}, "required": ["importHelpers", "outDir", "sourceMap", "declaration", "moduleResolution", "emitDecoratorMetadata", "experimentalDecorators", "target", "newLine", "typeRoots", "lib", "baseUrl", "paths"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["compileOnSave", "compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compileOnSave" : false, "compilerOptions" : {"importHelpers" : true, "outDir" : "./dist/out-tsc", "sourceMap" : true, "declaration" : false, "moduleResolution" : "node", "emitDecoratorMetadata" : true, "experimentalDecorators" : true, "target" : "es5", "newLine" : "LF", "typeRoots" : ["node_modules/@types"], "lib" : ["es2018", "dom"], "baseUrl" : "./src", "paths" : {"@app/*" : ["./app/*"], "@environments/*" : ["./environments/*"], "@cpt/*" : ["./app/modules/cpt/*"], "@login/*" : ["./app/modules/login/*"]}}, "include" : ["src/**/*", "node_modules/angular-font-awesome/angular-font-awesome.ts", "node_modules/angular-font-awesome/index.ts", "node_modules/angular-font-awesome/lib/angular-font-awesome.component.ts"]}
json_instruct
{"type": "object", "properties": {"compileOnSave": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"importHelpers": {"type": "boolean"}, "outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "declaration": {"type": "boolean"}, "moduleResolution": {"type": "string"}, "emitDecoratorMetadata": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "target": {"type": "string"}, "newLine": {"type": "string"}, "typeRoots": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "array", "items": {"type": "string"}}, "baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@app/*": {"type": "array", "items": {"type": "string"}}, "@environments/*": {"type": "array", "items": {"type": "string"}}, "@cpt/*": {"type": "array", "items": {"type": "string"}}, "@login/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@app/*", "@environments/*", "@cpt/*", "@login/*"]}}, "required": ["importHelpers", "outDir", "sourceMap", "declaration", "moduleResolution", "emitDecoratorMetadata", "experimentalDecorators", "target", "newLine", "typeRoots", "lib", "baseUrl", "paths"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["compileOnSave", "compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["icing", "ice hockey", "iced", "ice cube", "iceberg", "hysterectomy", "hypocritical", "hypocrisy", "hypnosis", "hypertension", "hyperactive", "hyper", "hymn", "anthem", "carol", "hygiene", "cleanliness", "hydrocarbon", "hydraulic", "husky", "hoarse", "hurtle", "hurdler", "huntsman", "hunger strike", "hunched", "humidity", "human resources", "humanism", "hulk", "huff", "HRT", "HQ", "housing project", "housing estate", "housing benefit", "housing association", "housework", "housewife", "house-to-house", "House of Representatives", "housekeeping", "housekeeper", "householder", "house arrest", "hourly", "hot spot", "hotly", "hotline", "hotelier", "hot dog", "hostilities", "hostess", "hospitalize", "hospitality", "hospitable", "hospice", "horticultural", "horseshoe", "horse racing", "horseman", "dragoon", "equestrian", "horoscope", "horny", "hormonal", "hopper", "hoped-for", "hoover", "hoop", "hooliganism", "hooker", "hoof", "hooded", "honeymoon", "Hon.", "homophobic", "homophobia", "homogeneous", "akin", "homicide", "bloodshed", "carnage", "holocaust", "genocide", "hometown", "homestead", "farmhouse", "home-made", "homely", "comforting", "home-grown", "homecoming", "homage", "holly", "holler", "holistic", "holidaymaker", "hog", "hoe", "hobble", "hob", "HMS", "hive", "hitter", "hit list", "hitherto", "hippie", "hip-hop", "graffiti", "hinterland", "hilly", "hilltop", "hillside", "hijacker", "hijack", "high-up", "high technology", "high-rise", "high-profile", "high-powered", "high point", "Highness", "highlands", "high-flying", "High Commissioner", "High Commission", "high command", "high-class", "hi-fi", "hierarchical", "hiccup", "heyday", "herring", "herpes", "hernia", "hermit", "hermetic", "heresy", "hereditary", "ancestral", "herbicide", "herbal", "herbaceous", "hepatitis", "henceforth", "hemisphere", "hem", "helpline", "helm"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x706e3e9370c9fed0d17b1a71b12a7c10fabda0b8", "tool" : "securify", "start" : 1563775279.2630348, "end" : 1563775287.5267944, "duration" : 8.26375961303711, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "description", "author"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"site" : {"siteMetadata" : {"title" : "TailwindCSS Converter", "description" : "Easily convert CSS to Tailwind with this online converter. Paste in your Css and the tool takes care of the rest!", "author" : "@StevenJin"}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "description", "author"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$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": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"colors": {"type": "string"}, "delete": {"type": "string"}, "js-yaml": {"type": "string"}, "nightmare": {"type": "string"}, "node-cmd": {"type": "string"}, "prompt": {"type": "string"}, "ssh2-sftp-client": {"type": "string"}}, "required": ["colors", "delete", "js-yaml", "nightmare", "node-cmd", "prompt", "ssh2-sftp-client"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ssl-cert-auto", "version" : "0.0.1", "description" : "Autofill cert renewal", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "loksland", "license" : "MIT", "dependencies" : {"colors" : "^1.3.2", "delete" : "^1.1.0", "js-yaml" : "^3.12.0", "nightmare" : "^3.0.1", "node-cmd" : "^3.0.0", "prompt" : "^1.0.0", "ssh2-sftp-client" : "^3.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"colors": {"type": "string"}, "delete": {"type": "string"}, "js-yaml": {"type": "string"}, "nightmare": {"type": "string"}, "node-cmd": {"type": "string"}, "prompt": {"type": "string"}, "ssh2-sftp-client": {"type": "string"}}, "required": ["colors", "delete", "js-yaml", "nightmare", "node-cmd", "prompt", "ssh2-sftp-client"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "ghcn": {"type": "string"}, "wban": {"type": "string"}, "usaf": {"type": "null"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "string"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "48887", "name" : {"en" : "Phan Thiet"}, "country" : "VN", "region" : "BT", "identifiers" : {"national" : null, "wmo" : "48887", "ghcn" : "VMM00048887", "wban" : "41067", "usaf" : null, "mosmix" : null, "icao" : "VVPT", "iata" : "PHH"}, "location" : {"latitude" : 10.9333, "longitude" : 108.1, "elevation" : 8}, "timezone" : "Asia/Ho_Chi_Minh", "history" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "ghcn": {"type": "string"}, "wban": {"type": "string"}, "usaf": {"type": "null"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "string"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$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"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_version", "copyright", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Barnard 228: The Dark Wolf Nebula in Lupus", "explanation" : "These dark markings on the sky can just be found in silhouette against a rich, luminous background of stars. Seen toward the southern constellation of Lupus the Wolf, the dusty, obscuring clouds are part of the Lupus Molecular Cloud some 500 light-years distant. Packs of low mass stars are forming within them, from collapsing cores only visible at long infrared wavelengths. Still, colorful stars in Lupus add to this pretty galactic skyscape. It spans about 8 degrees, not far from the central Milky Way.", "date" : "2018-07-26", "hdurl" : "https://apod.nasa.gov/apod/image/1807/B228_2018-07-07Santos2048.jpg", "service_version" : "v1", "copyright" : "Gabriel Rodrigues Santos", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/1807/B228_2018-07-07Santos1100.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_version", "copyright", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 9990502, "stations" : ["9990502"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"blurb": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {}}}, "required": ["blurb", "authors", "contributors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"blurb" : "Haxe supports bitwise operators like AND, OR, XOR and shifting.", "authors" : ["midyHamdoun"], "contributors" : []}
json_instruct
{"type": "object", "properties": {"blurb": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {}}}, "required": ["blurb", "authors", "contributors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-x5rx-8ccg-vqfm", "modified" : "2022-05-03T03:06:06Z", "published" : "2022-05-03T03:06:06Z", "aliases" : ["CVE-1999-1286"], "details" : "addnetpr in SGI IRIX 6.2 and earlier allows local users to modify arbitrary files and possibly gain root access via a symlink attack on a temporary file.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-1999-1286"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/1433"}, {"type" : "WEB", "url" : "http://marc.info/?l=bugtraq&m=87602167420927&w=2"}, {"type" : "WEB", "url" : "http://www.osvdb.org/8560"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/330"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : [[[151.0, 25.916666666666668], [151.0, 26.0], [151.125, 26.0], [151.125, 25.916666666666668], [151.0, 25.916666666666668]]]}, "properties" : {"code" : 385170, "url" : "http://madefor.github.io/0410/api/v1/385170.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/385170.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": {"2545": {"type": "string"}, "2543": {"type": "string"}}, "required": ["2545", "2543"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"2545" : "2546", "2543" : "2544"}
json_instruct
{"type": "object", "properties": {"2545": {"type": "string"}, "2543": {"type": "string"}}, "required": ["2545", "2543"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {"type": "string"}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"commentStamp" : "<historical>", "super" : "Canvas", "category" : "Graphics-Canvas", "classinstvars" : [], "pools" : [], "classvars" : ["TranslucentPatterns"], "instvars" : ["origin", "clipRect", "form", "port"], "name" : "FormCanvas", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {"type": "string"}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"label": {"type": "string"}, "send": {"type": "string"}, "receive": {"type": "string"}}, "required": ["label", "send", "receive"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"label" : "Postkarte", "send" : "zu", "receive" : "von"}
json_instruct
{"type": "object", "properties": {"label": {"type": "string"}, "send": {"type": "string"}, "receive": {"type": "string"}}, "required": ["label", "send", "receive"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"query": {"type": "string"}, "display_query": {"type": "string"}}, "required": ["query", "display_query"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"query" : "520\u6587\u6848", "display_query" : "520 \u6587\u6848"}, {"query" : "\u8d5b\u683c\u5927\u53a6", "display_query" : "\u8d5b\u683c\u5927\u53a6\u6643\u52a8\u539f\u56e0\u521d\u6b65\u67e5\u660e"}, {"query" : "\u5e01\u5708\u5d29\u76d8", "display_query" : "\u865a\u62df\u8d27\u5e01\u5168\u7ebf\u66b4\u8dcc"}, {"query" : "\u7aa5\u63a2", "display_query" : "\u7aa5\u63a2\u5927\u7ed3\u5c40"}, {"query" : "\u7cbe\u7075\u8033", "display_query" : "\u7cbe\u7075\u8033 \u6574\u5bb9"}, {"query" : "\u4e00\u4eba\u4e4b\u4e0b", "display_query" : "\u4e00\u4eba\u4e4b\u4e0b 527 \u8bdd"}, {"query" : "\u5251\u98ce\u4f20\u5947", "display_query" : "\u5251\u98ce\u4f20\u5947\u4f5c\u8005\u4e09\u6d66\u901d\u4e16"}, {"query" : "\u4e91\u5357\u5730\u9707", "display_query" : "\u4e91\u5357\u5927\u7406\u6f3e\u6fde 6.4 \u7ea7\u5730\u9707"}, {"query" : "\u4ee5\u8272\u5217\u54c8\u9a6c\u65af", "display_query" : "\u54c8\u9a6c\u65af\u4e0e\u4ee5\u8272\u5217\u5ba3\u5e03\u505c\u706b"}, {"query" : "\u767d\u7389\u5170\u5956", "display_query" : "\u7b2c 27 \u5c4a\u767d\u7389\u5170\u5956\u5165\u56f4\u540d\u5355"}, {"query" : "\u753b\u6c5f\u6e56\u4e4b\u4e0d\u826f\u4eba\u7b2c\u56db\u5b63", "display_query" : "\u300a\u753b\u6c5f\u6e56\u4e4b\u4e0d\u826f\u4eba\u300b\u7b2c\u56db\u5b63\u7b2c 5 \u96c6"}, {"query" : "\u77f3\u539f\u91cc\u7f8e", "display_query" : "\u65e5\u5a92\u66dd\u77f3\u539f\u91cc\u7f8e\u6216\u9000\u5708\u4ece\u653f"}, {"query" : "\u65b0\u57a3\u7ed3\u8863\u7ed3\u5a5a", "display_query" : "\u65b0\u57a3\u7ed3\u8863\u548c\u661f\u91ce\u6e90\u7ed3\u5a5a"}, {"query" : "\u738b\u5f66\u9716", "display_query" : "\u738b\u5f66\u9716\u7ed3\u5a5a"}, {"query" : "\u7279\u6717\u666e", "display_query" : "\u7279\u6717\u666e\u96c6\u56e2\u88ab\u5211\u4e8b\u8c03\u67e5"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"query": {"type": "string"}, "display_query": {"type": "string"}}, "required": ["query", "display_query"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"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": "array", "items": {"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" : 404377635, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "40a6d2f4313219f2fdd2b02bb075fe89", "wof:id" : 404377635, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.05001121661548, 49.31865241256005, -0.97899780321734, 49.36246352835263], "geometry" : {"coordinates" : [[[-1.00576413080466, 49.31865241256005], [-1.00846241139779, 49.32502534419557], [-1.02534075328782, 49.32303250651221], [-1.02794540891, 49.34298124551466], [-1.02939195197913, 49.34615520810343], [-1.05001121661548, 49.35434908984565], [-1.04614261422477, 49.35825001791912], [-1.03364124577324, 49.35327683032421], [-1.01924310433482, 49.35680801664697], [-1.01801221453002, 49.36010712851732], [-0.99118672811129, 49.36246352835263], [-0.98622615592962, 49.36175430745357], [-0.97899780321734, 49.34755623657709], [-0.98338923794814, 49.34163322305429], [-0.99891300094205, 49.34216414196329], [-1.0014667667263, 49.33921737552926], [-0.99967185343292, 49.31927750348263], [-1.00576413080466, 49.31865241256005]]], "type" : "Polygon"}}
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": "array", "items": {"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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "age": {"type": "integer"}}, "required": ["name", "age"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "some name", "age" : 1}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "age": {"type": "integer"}}, "required": ["name", "age"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ID": {"type": "integer"}, "CommodityCode": {"type": "string"}, "Description": {"type": "string"}, "Price": {"type": "number"}, "ProductCode": {"type": "string"}, "UnitOfMeasure": {"type": "string"}}, "required": ["ID", "CommodityCode", "Description", "Price", "ProductCode", "UnitOfMeasure"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ID" : 12345, "CommodityCode" : "CODE", "Description" : "Product description", "Price" : 10.45, "ProductCode" : "PRODUCT_CODE", "UnitOfMeasure" : "EA"}
json_instruct
{"type": "object", "properties": {"ID": {"type": "integer"}, "CommodityCode": {"type": "string"}, "Description": {"type": "string"}, "Price": {"type": "number"}, "ProductCode": {"type": "string"}, "UnitOfMeasure": {"type": "string"}}, "required": ["ID", "CommodityCode", "Description", "Price", "ProductCode", "UnitOfMeasure"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pci_project_new_config_create_project_title": {"type": "string"}, "pci_project_new_config_create_project_info": {"type": "string"}, "pci_project_new_config_create_project_info_link": {"type": "string"}}, "required": ["pci_project_new_config_create_project_title", "pci_project_new_config_create_project_info", "pci_project_new_config_create_project_info_link"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pci_project_new_config_create_project_title" : "Experiencing issues creating your project?", "pci_project_new_config_create_project_info" : "Contact us via the dedicated form, and list the following topics: \u2018Technical advice\u2019 and \u2018Public Cloud (project)\u2019 as Product. This will make your request easier for our advisors to handle.", "pci_project_new_config_create_project_info_link" : "Contact us"}
json_instruct
{"type": "object", "properties": {"pci_project_new_config_create_project_title": {"type": "string"}, "pci_project_new_config_create_project_info": {"type": "string"}, "pci_project_new_config_create_project_info_link": {"type": "string"}}, "required": ["pci_project_new_config_create_project_title", "pci_project_new_config_create_project_info", "pci_project_new_config_create_project_info_link"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"powered=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "powered=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["powered=false", "powered=true"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"powered=false" : {"model" : "wildnature:block/redwood_pressure_plate"}, "powered=true" : {"model" : "wildnature:block/redwood_pressure_plate_down"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"powered=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "powered=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["powered=false", "powered=true"]}}, "required": ["variants"], "$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"}, "dependencies": {"type": "object", "properties": {"imap": {"type": "string"}, "mailparser": {"type": "string"}, "async": {"type": "string"}}, "required": ["imap", "mailparser", "async"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "dependencies", "repository", "homepage", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mail-listener2021", "version" : "0.3.2", "description" : "Mail listener library for node.js. Get notification when new email arrived.", "dependencies" : {"imap" : "~0.8.14", "mailparser" : "~0.4.6", "async" : "^0.9.0"}, "repository" : {"type" : "git", "url" : "git://github.com/rezox1/mail-listener2021.git"}, "homepage" : "https://github.com/rezox1/mail-listener2021", "keywords" : ["mail", "job", "imap", "mail listener", "email", "email parser"], "author" : {"name" : "Dmitry Patray", "email" : "testikmoy@gmail.com"}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"imap": {"type": "string"}, "mailparser": {"type": "string"}, "async": {"type": "string"}}, "required": ["imap", "mailparser", "async"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "dependencies", "repository", "homepage", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "emojionearea": {"type": "string"}, "express": {"type": "string"}, "jwt-simple": {"type": "string"}, "moment": {"type": "string"}, "mongoose": {"type": "string"}, "multer": {"type": "string"}, "nodemailer-promise": {"type": "string"}, "smtp-server": {"type": "string"}, "socket.io": {"type": "string"}, "debug": {"type": "string"}, "http-errors": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["body-parser", "cookie-parser", "emojionearea", "express", "jwt-simple", "moment", "mongoose", "multer", "nodemailer-promise", "smtp-server", "socket.io", "debug", "http-errors", "morgan"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "webchatpoi", "version" : "2.0.0Beta", "description" : "", "main" : "index.js", "scripts" : {"start" : "node ./bin/www"}, "author" : "", "license" : "MIT", "dependencies" : {"body-parser" : "^1.18.2", "cookie-parser" : "^1.4.3", "emojionearea" : "^3.4.1", "express" : "^4.16.4", "jwt-simple" : "^0.5.1", "moment" : "^2.22.0", "mongoose" : "^5.0.12", "multer" : "^1.3.0", "nodemailer-promise" : "^2.0.0", "smtp-server" : "^3.4.2", "socket.io" : "^2.1.0", "debug" : "~2.6.9", "http-errors" : "~1.6.2", "morgan" : "~1.9.0"}, "devDependencies" : {"eslint" : "^5.14.0", "eslint-config-airbnb-base" : "^13.1.0", "eslint-plugin-import" : "^2.16.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "emojionearea": {"type": "string"}, "express": {"type": "string"}, "jwt-simple": {"type": "string"}, "moment": {"type": "string"}, "mongoose": {"type": "string"}, "multer": {"type": "string"}, "nodemailer-promise": {"type": "string"}, "smtp-server": {"type": "string"}, "socket.io": {"type": "string"}, "debug": {"type": "string"}, "http-errors": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["body-parser", "cookie-parser", "emojionearea", "express", "jwt-simple", "moment", "mongoose", "multer", "nodemailer-promise", "smtp-server", "socket.io", "debug", "http-errors", "morgan"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "string"}, "lvl1": {"type": "string"}, "lvl2": {"type": "string"}, "lvl3": {"type": "string"}, "lvl4": {"type": "string"}, "lvl5": {"type": "string"}, "lvl6": {"type": "string"}, "text": {"type": "string"}}, "required": ["lvl0", "lvl1", "lvl2", "lvl3", "lvl4", "lvl5", "lvl6", "text"]}, "conversation_id": {"type": "array", "items": {"type": "string"}}, "nb_hits": {"type": "integer"}}, "required": ["index_name", "start_urls", "stop_urls", "selectors", "conversation_id", "nb_hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index_name" : "streamnative", "start_urls" : ["https://streamnative.io/docs"], "stop_urls" : [], "selectors" : {"lvl0" : ".content-container h1.doc-markdown-title", "lvl1" : ".content-container h1:not(.doc-markdown-title)", "lvl2" : ".content-container h2", "lvl3" : ".content-container h3", "lvl4" : ".content-container h4", "lvl5" : ".content-container h5", "lvl6" : ".content-container h6", "text" : ".content-container p, .content-container li"}, "conversation_id" : ["1123029347"], "nb_hits" : 3872}
json_instruct
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "string"}, "lvl1": {"type": "string"}, "lvl2": {"type": "string"}, "lvl3": {"type": "string"}, "lvl4": {"type": "string"}, "lvl5": {"type": "string"}, "lvl6": {"type": "string"}, "text": {"type": "string"}}, "required": ["lvl0", "lvl1", "lvl2", "lvl3", "lvl4", "lvl5", "lvl6", "text"]}, "conversation_id": {"type": "array", "items": {"type": "string"}}, "nb_hits": {"type": "integer"}}, "required": ["index_name", "start_urls", "stop_urls", "selectors", "conversation_id", "nb_hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "modifications": {"type": "array", "items": {"type": "object", "properties": {"os": {"type": "string"}, "channel": {"type": "string"}, "sources": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}}, "required": ["title", "link"]}}}, "required": ["os", "channel", "sources"]}}}, "required": ["id", "modifications"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "android_mobile", "modifications" : [{"os" : "android", "channel" : "stable", "sources" : [{"title" : "github", "link" : "https://github.com/anilibria/anilibria-app/releases/download/2.4.8/AniLibria_v2.4.8.apk"}]}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "modifications": {"type": "array", "items": {"type": "object", "properties": {"os": {"type": "string"}, "channel": {"type": "string"}, "sources": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}}, "required": ["title", "link"]}}}, "required": ["os", "channel", "sources"]}}}, "required": ["id", "modifications"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "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": "array", "items": {"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" : 101897661, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "5b7181cf3023f90cd52a5196e0878072", "wof:id" : 101897661, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.42320609065564, 42.57157159532818, 2.43050785966074, 42.58333536792668], "geometry" : {"coordinates" : [[[2.42781708665257, 42.58333536792668], [2.42827293227322, 42.57974366339346], [2.42948263666284, 42.57983434317447], [2.43050785966074, 42.57175294092161], [2.42808877597923, 42.57157159532818], [2.4274051207679, 42.57695918602371], [2.42619547654806, 42.57686848210022], [2.42608150005407, 42.57776640914153], [2.42487184121626, 42.57767568920048], [2.42464383867991, 42.57947153741407], [2.42343414734222, 42.57938079987571], [2.42320609065564, 42.58117664131623], [2.42441581775904, 42.58126738201349], [2.42418777845086, 42.5830632229991], [2.42781708665257, 42.58333536792668]]], "type" : "Polygon"}}
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": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200820076764000, "key" : "transformer-remark-markdown-html-cf8106b1580945377be4518575d48db8--", "val" : "<p><strong>The Otto Austria team has reached to us to train their employees on using digital analytics</strong>. </p>\n<p>We have been running multiple workshops at Otto head offices. After the workshops, we have been working on auditing event tracking and their incredibly high conversion rates. We have been in charge of providing long term analytics support. </p>"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["../../protos/google/cloud/dialogflow/v2beta1/agent.proto", "../../protos/google/cloud/dialogflow/v2beta1/audio_config.proto", "../../protos/google/cloud/dialogflow/v2beta1/context.proto", "../../protos/google/cloud/dialogflow/v2beta1/document.proto", "../../protos/google/cloud/dialogflow/v2beta1/entity_type.proto", "../../protos/google/cloud/dialogflow/v2beta1/environment.proto", "../../protos/google/cloud/dialogflow/v2beta1/gcs.proto", "../../protos/google/cloud/dialogflow/v2beta1/intent.proto", "../../protos/google/cloud/dialogflow/v2beta1/knowledge_base.proto", "../../protos/google/cloud/dialogflow/v2beta1/session.proto", "../../protos/google/cloud/dialogflow/v2beta1/session_entity_type.proto", "../../protos/google/cloud/dialogflow/v2beta1/validation_result.proto", "../../protos/google/cloud/dialogflow/v2beta1/webhook.proto"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"key" : "G", "suffix" : "7sus2#5/E", "positions" : [{"frets" : "0010x1", "fingers" : "001002"}, {"frets" : "x75865", "fingers" : "031421", "barres" : "5", "capo" : "true"}, {"frets" : "ccdcxd", "fingers" : "112103", "barres" : "12", "capo" : "true"}, {"frets" : "cadaad", "fingers" : "213114", "barres" : "10", "capo" : "true"}, {"frets" : "cadaab", "fingers" : "314112", "barres" : "10", "capo" : "true"}, {"frets" : "xjhkih", "fingers" : "031421", "barres" : "17", "capo" : "true"}]}
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AzureAd": {"type": "object", "properties": {"clientId": {"type": "string"}, "metadataAddress": {"type": "string"}, "AuthorizationUrl": {"type": "string"}, "tokenUrl": {"type": "string"}, "apiScope": {"type": "string"}}, "required": ["clientId", "metadataAddress", "AuthorizationUrl", "tokenUrl", "apiScope"]}, "AllowedHosts": {"type": "string"}}, "required": ["Logging", "AzureAd", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "AzureAd" : {"clientId" : "df82e571-43a4-4608-a698-0c0bf3559898", "metadataAddress" : "https://login.microsoftonline.com/c36a9303-decc-483b-91ac-b515ea8541d4/v2.0/.well-known/openid-configuration", "AuthorizationUrl" : "https://login.microsoftonline.com/c36a9303-decc-483b-91ac-b515ea8541d4/oauth2/v2.0/authorize", "tokenUrl" : "https://login.microsoftonline.com/c36a9303-decc-483b-91ac-b515ea8541d4/oauth2/v2.0/token", "apiScope" : "api://df82e571-43a4-4608-a698-0c0bf3559898/user_impersonation"}, "AllowedHosts" : "*"}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AzureAd": {"type": "object", "properties": {"clientId": {"type": "string"}, "metadataAddress": {"type": "string"}, "AuthorizationUrl": {"type": "string"}, "tokenUrl": {"type": "string"}, "apiScope": {"type": "string"}}, "required": ["clientId", "metadataAddress", "AuthorizationUrl", "tokenUrl", "apiScope"]}, "AllowedHosts": {"type": "string"}}, "required": ["Logging", "AzureAd", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"date" : "2022-03-27", "total" : 9928, "delta" : 46, "version" : "0.4.2"}, {"date" : "2022-04-01", "total" : 10040, "delta" : 112, "version" : "0.4.2"}, {"date" : "2022-04-02", "total" : 10046, "delta" : 6, "version" : "0.4.2"}, {"date" : "2022-04-08", "total" : 10179, "delta" : 133, "version" : "0.4.2"}, {"date" : "2022-04-10", "total" : 10230, "delta" : 51, "version" : "0.4.2"}, {"date" : "2022-04-12", "total" : 10262, "delta" : 32, "version" : "0.4.2"}, {"date" : "2022-04-13", "total" : 10305, "delta" : 43, "version" : "0.4.2"}, {"date" : "2022-04-29", "total" : 10617, "delta" : 312, "version" : "0.4.2"}, {"date" : "2022-04-30", "total" : 10643, "delta" : 26, "version" : "0.4.2"}, {"date" : "2022-05-03", "total" : 10705, "delta" : 62, "version" : "0.4.2"}, {"date" : "2022-05-10", "total" : 10890, "delta" : 185, "version" : "0.4.2"}, {"date" : "2022-05-13", "total" : 10964, "delta" : 74, "version" : "0.4.2"}, {"date" : "2022-05-14", "total" : 10973, "delta" : 9, "version" : "0.4.2"}, {"date" : "2022-05-17", "total" : 11023, "delta" : 50, "version" : "0.4.2"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"a_offset_x": {"type": "number"}, "a_offset_y": {"type": "number"}, "a_offset_z": {"type": "number"}, "scale_a_x": {"type": "number"}, "scale_a_y": {"type": "number"}, "scale_a_z": {"type": "number"}, "g": {"type": "number"}}, "required": ["a_offset_x", "a_offset_y", "a_offset_z", "scale_a_x", "scale_a_y", "scale_a_z", "g"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"a_offset_x" : 0.0, "a_offset_y" : 0.0, "a_offset_z" : 0.0, "scale_a_x" : 1.0, "scale_a_y" : 1.0, "scale_a_z" : 1.0, "g" : 9.80665}
json_instruct
{"type": "object", "properties": {"a_offset_x": {"type": "number"}, "a_offset_y": {"type": "number"}, "a_offset_z": {"type": "number"}, "scale_a_x": {"type": "number"}, "scale_a_y": {"type": "number"}, "scale_a_z": {"type": "number"}, "g": {"type": "number"}}, "required": ["a_offset_x", "a_offset_y", "a_offset_z", "scale_a_x", "scale_a_y", "scale_a_z", "g"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"ltpm": {"type": "string"}}, "required": ["ltpm"]}, "preferGlobal": {"type": "boolean"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build-lt": {"type": "string"}, "build-lib": {"type": "string"}}, "required": ["test", "build", "build-lt", "build-lib"]}, "devDependencies": {"type": "object", "properties": {"@types/npm": {"type": "string"}, "@types/tar": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/npm", "@types/tar", "typescript"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "commander": {"type": "string"}, "tar": {"type": "string"}}, "required": ["chalk", "commander", "tar"]}}, "required": ["name", "version", "license", "description", "main", "bin", "preferGlobal", "author", "repository", "bugs", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lt-pm", "version" : "3.1.0", "license" : "MIT", "description" : "This package manage all plugins and template into Lortom CMS", "main" : "index.js", "bin" : {"ltpm" : "lt.js"}, "preferGlobal" : true, "author" : {"name" : "Hernan Ariel De Luca", "email" : "hadeluca@gmail.com"}, "repository" : {"type" : "git", "url" : "https://github.com/Hertox82/lt-pm.git"}, "bugs" : {"url" : "https://github.com/Hertox82/lt-pm/issues"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "tsc", "build-lt" : "tsc src/lt.ts -t es5 -d --sourceMap", "build-lib" : "tsc src/index.ts -t es5 -d --sourceMap"}, "devDependencies" : {"@types/npm" : "^2.0.29", "@types/tar" : "^4.0.0", "typescript" : "~2.9.2"}, "dependencies" : {"chalk" : "^2.3.0", "commander" : "^2.12.2", "tar" : "~4.4.13"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"ltpm": {"type": "string"}}, "required": ["ltpm"]}, "preferGlobal": {"type": "boolean"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build-lt": {"type": "string"}, "build-lib": {"type": "string"}}, "required": ["test", "build", "build-lt", "build-lib"]}, "devDependencies": {"type": "object", "properties": {"@types/npm": {"type": "string"}, "@types/tar": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/npm", "@types/tar", "typescript"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "commander": {"type": "string"}, "tar": {"type": "string"}}, "required": ["chalk", "commander", "tar"]}}, "required": ["name", "version", "license", "description", "main", "bin", "preferGlobal", "author", "repository", "bugs", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"namespace": {"type": "string"}, "paths": {"type": "object", "properties": {"explore": {"type": "string"}}, "required": ["explore"]}}, "required": ["namespace", "paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"namespace" : "gitlab", "paths" : {"explore" : "explore/:type"}}
json_instruct
{"type": "object", "properties": {"namespace": {"type": "string"}, "paths": {"type": "object", "properties": {"explore": {"type": "string"}}, "required": ["explore"]}}, "required": ["namespace", "paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "string"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "string"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}}, "required": ["id", "card_title", "house", "card_type", "front_image", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "8c0d7048-3704-491d-8a59-71e0e6fec563", "card_title" : "Lobo dos Maquis", "house" : "Untamed", "card_type" : "Creature", "front_image" : "https://cdn.keyforgegame.com/media/card_front/pt/452_393_PWV48WXFQ4QV_pt.png", "card_text" : "Combativo.\rJogar: Prepare todas as outras criaturas Lobo.", "traits" : "Fera \u2022 Lobo", "amber" : 0, "power" : "2", "armor" : null, "rarity" : "Rare", "flavor_text" : "\u201cIngram, abaixa isso! Estamos cercados!\u201d \r\u2013\u202fTenente Khrkhar", "card_number" : "393", "expansion" : 452, "is_maverick" : false, "is_anomaly" : false}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "string"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "string"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}}, "required": ["id", "card_title", "house", "card_type", "front_image", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d274-125", "text" : "f\nMSB POLICY LETTER //?\nDecerjtaor 28, lF\u00a3l\nGentlemen?\nI thought you would get some inspiration out of this exchange of corres\u00ac\npondence between Dick Rider and various staff members of Th\u00a9 Cooper Union* It is\nfunny what a little thing can do.\nThis will be the shortest Policy Letter on record. I have been busy on\nthe \"thinking5* side the last few weeks and now comes January, a month of action.\nThe schedule looks something like this:\nJanuary engineering group meeting in Chicago to discuss tape\nmaking, tape duplicating, and tape playing standards. The group will meet with\nrepresentatives of Minnesota Mining, Magnecorder, and possibly others. And then\nwe'll move that night to tlrbana to look over the set-up here and make the specific\nrecomasrd&tlons mentioned above.\nI will stay in Chicago January h for a meeting with Siegel, Harley, and\nProhst, on promotion plans for the coming Ford programs.\nThe night of the 4th, all of us move to Ames, Iowa, for a meeting of the\nCommittee of Five, which will hear some tapes of Ford shows and view some Lines\nof the shows WOI is producing under the Ford grant.\nJanuary 7\u2014finds us in St. Louis for the Mayor's Conference on TV.\nJanuary 8\u20141 plan to visit Marguerite Fleming's installation in the\nSt. Louis Public Schools.\nThen comes a week of planning, followed by the Planning Group Committee\nmeeting in Lafayette on January 17, 18, and 19.\nShortly thereafter I expect to leave for Washington for some visits with\npeoples there and to attend the annual meeting of the American Council on Education.\nA hurried return from. Washington to Urbana for a series of meetings here\naround the first of February. Plans are not complete on these as yet so will have\nto give you the details later.\nThey are progressing well here at Illinois j reports I get from Wisconsin,\nCleveland, Columbus, Ames, Washington, and New York indicate that everybody is\nwell and busy.\nI trust the next report will have more meat in it.\nJim Miles"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["439", "alaska airlines", "anchorage", "united states", "deadhorse", "united states", "0"], ["439", "alaska airlines", "fairbanks", "united states", "deadhorse", "united states", "0"], ["439", "alaska airlines", "deadhorse", "united states", "anchorage", "united states", "0"], ["439", "alaska airlines", "deadhorse", "united states", "barrow", "united states", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3602181002", "district_id" : "3602181", "name" : "PASIR KUPA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"24585": {"type": "string"}}, "required": ["24585"]}, "timeto": {"type": "object", "properties": {"24585": {"type": "number"}}, "required": ["24585"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 24587, "title" : ["[Behind The Masque, Workroom]"], "description" : ["Shelves line the walls of this small area of the wagon, laden with jars of brightly gleaming gemstones, vases of colorful feathers, and spools of satin ribbons in a variety of hues. Overhead hangs several glass-shaded lanterns, filling the room with a warm, amber light, while piles of silken pillows ring the edge of the space, all centered around a single, tufted violet cushion. Near the cushion sits a tiered sewing box and several trays of odd and intriguing adornments."], "paths" : ["Obvious exits: south"], "location" : "River's Rest", "wayto" : {"24585" : "south"}, "timeto" : {"24585" : 0.2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"24585": {"type": "string"}}, "required": ["24585"]}, "timeto": {"type": "object", "properties": {"24585": {"type": "number"}}, "required": ["24585"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "commendatory", "definition" : "1. Serving to commend; containing praise or commendation; commending; praising. \"Commendatory verses.\" Pope. 2. Holding a benefice in commendam; as, a commendatory bishop. Burke. Commendatory prayer (Book of Common Prayer), a prayer read over the dying. \"The commendatory prayer was said for him, and, as it ended, he [William III.] died.\" Bp. Burnet.\n\nA commendation; eulogy. [R.] \"Commendatories to our affection.\" Sharp."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"algorithm__learning_rate": {"type": "number"}, "algorithm__learning_rate__max_depth": {"type": "number"}, "algorithm__learning_rate__n_estimators": {"type": "number"}, "algorithm__learning_rate__strategy": {"type": "number"}, "algorithm__max_depth": {"type": "number"}, "algorithm__max_depth__n_estimators": {"type": "number"}, "algorithm__max_depth__strategy": {"type": "number"}, "algorithm__n_estimators": {"type": "number"}, "algorithm__n_estimators__strategy": {"type": "number"}, "algorithm__strategy": {"type": "number"}, "learning_rate__max_depth": {"type": "number"}, "learning_rate__max_depth__n_estimators": {"type": "number"}, "learning_rate__max_depth__strategy": {"type": "number"}, "learning_rate__n_estimators": {"type": "number"}, "learning_rate__n_estimators__strategy": {"type": "number"}, "learning_rate__strategy": {"type": "number"}, "max_depth__n_estimators": {"type": "number"}, "max_depth__n_estimators__strategy": {"type": "number"}, "max_depth__strategy": {"type": "number"}, "n_estimators__strategy": {"type": "number"}}, "required": ["algorithm__learning_rate", "algorithm__learning_rate__max_depth", "algorithm__learning_rate__n_estimators", "algorithm__learning_rate__strategy", "algorithm__max_depth", "algorithm__max_depth__n_estimators", "algorithm__max_depth__strategy", "algorithm__n_estimators", "algorithm__n_estimators__strategy", "algorithm__strategy", "learning_rate__max_depth", "learning_rate__max_depth__n_estimators", "learning_rate__max_depth__strategy", "learning_rate__n_estimators", "learning_rate__n_estimators__strategy", "learning_rate__strategy", "max_depth__n_estimators", "max_depth__n_estimators__strategy", "max_depth__strategy", "n_estimators__strategy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"algorithm__learning_rate" : 0.009645406836762384, "algorithm__learning_rate__max_depth" : 0.039426700820104854, "algorithm__learning_rate__n_estimators" : 0.0017899403859820487, "algorithm__learning_rate__strategy" : 0.000674039106178353, "algorithm__max_depth" : 0.2502685828801576, "algorithm__max_depth__n_estimators" : 0.00869280729327434, "algorithm__max_depth__strategy" : 0.0038985742047948076, "algorithm__n_estimators" : 0.0011313791052483674, "algorithm__n_estimators__strategy" : 0.00015111533105263133, "algorithm__strategy" : 0.0003122234527690713, "learning_rate__max_depth" : 0.08316819887091392, "learning_rate__max_depth__n_estimators" : 0.013148082333930243, "learning_rate__max_depth__strategy" : 0.011178654746651893, "learning_rate__n_estimators" : 0.014291541925618753, "learning_rate__n_estimators__strategy" : 0.0014965824095149105, "learning_rate__strategy" : 0.0022628334207782327, "max_depth__n_estimators" : 0.012212009253958343, "max_depth__n_estimators__strategy" : 0.0021270591303444715, "max_depth__strategy" : 0.0029929315030550207, "n_estimators__strategy" : 0.000583948763023564}
json_instruct
{"type": "object", "properties": {"algorithm__learning_rate": {"type": "number"}, "algorithm__learning_rate__max_depth": {"type": "number"}, "algorithm__learning_rate__n_estimators": {"type": "number"}, "algorithm__learning_rate__strategy": {"type": "number"}, "algorithm__max_depth": {"type": "number"}, "algorithm__max_depth__n_estimators": {"type": "number"}, "algorithm__max_depth__strategy": {"type": "number"}, "algorithm__n_estimators": {"type": "number"}, "algorithm__n_estimators__strategy": {"type": "number"}, "algorithm__strategy": {"type": "number"}, "learning_rate__max_depth": {"type": "number"}, "learning_rate__max_depth__n_estimators": {"type": "number"}, "learning_rate__max_depth__strategy": {"type": "number"}, "learning_rate__n_estimators": {"type": "number"}, "learning_rate__n_estimators__strategy": {"type": "number"}, "learning_rate__strategy": {"type": "number"}, "max_depth__n_estimators": {"type": "number"}, "max_depth__n_estimators__strategy": {"type": "number"}, "max_depth__strategy": {"type": "number"}, "n_estimators__strategy": {"type": "number"}}, "required": ["algorithm__learning_rate", "algorithm__learning_rate__max_depth", "algorithm__learning_rate__n_estimators", "algorithm__learning_rate__strategy", "algorithm__max_depth", "algorithm__max_depth__n_estimators", "algorithm__max_depth__strategy", "algorithm__n_estimators", "algorithm__n_estimators__strategy", "algorithm__strategy", "learning_rate__max_depth", "learning_rate__max_depth__n_estimators", "learning_rate__max_depth__strategy", "learning_rate__n_estimators", "learning_rate__n_estimators__strategy", "learning_rate__strategy", "max_depth__n_estimators", "max_depth__n_estimators__strategy", "max_depth__strategy", "n_estimators__strategy"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["name", "description", "main", "authors", "license", "keywords", "homepage", "moduleType", "ignore", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "s2-geometry", "description" : "A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (used by Ingress, Pokemon GO)", "main" : "src/s2geometry.js", "authors" : ["AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)"], "license" : "ISC", "keywords" : ["s2", "geometry", "s2geometry", "Niantic", "Ingress", "Pokemon", "GO", "PokemonGO", "cellid", "s2cell", "s2cellid", "latitude", "longitude", "lat", "lng"], "homepage" : "https://github.com/coolaj86/s2-geometry-javascript", "moduleType" : ["globals", "node"], "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "version" : "1.2.8"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["name", "description", "main", "authors", "license", "keywords", "homepage", "moduleType", "ignore", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "cells": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "data"]}}}, "required": ["title", "cells"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u7279\u522b\u7684\u6570\u636e\u5e93admin\u4e0elocal", "cells" : [{"type" : "text", "data" : "<p style=\"color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); margin: 0px 0px 5px; padding: 0px; word-wrap: break-word; line-height: 1.7; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-variant-ligatures: normal; orphans: 2; widows: 2;\">\u6709\u4e00\u4e9b\u6570\u636e\u5e93\u540d\u662f\u4fdd\u7559\u7684\uff0c\u53ef\u4ee5\u76f4\u63a5\u8bbf\u95ee\u8fd9\u4e9b\u6709\u7279\u6b8a\u4f5c\u7528\u7684\u6570\u636e\u5e93\u3002</p><ul style=\"color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); margin: 10px 0px; padding: 0px 0px 0px 30px; list-style-position: outside; list-style-image: none; line-height: 1.7; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-variant-ligatures: normal; orphans: 2; widows: 2;\"><li style=\"margin: 0px; padding: 0px;\"><strong style=\"margin: 0px; padding: 0px;\">admin</strong>\uff1a \u4ece\u6743\u9650\u7684\u89d2\u5ea6\u6765\u770b\uff0c\u8fd9\u662f\"root\"\u6570\u636e\u5e93\u3002\u8981\u662f\u5c06\u4e00\u4e2a\u7528\u6237\u6dfb\u52a0\u5230\u8fd9\u4e2a\u6570\u636e\u5e93\uff0c\u8fd9\u4e2a\u7528\u6237\u81ea\u52a8\u7ee7\u627f\u6240\u6709\u6570\u636e\u5e93\u7684\u6743\u9650\u3002\u4e00\u4e9b\u7279\u5b9a\u7684\u670d\u52a1\u5668\u7aef\u547d\u4ee4\u4e5f\u53ea\u80fd\u4ece\u8fd9\u4e2a\u6570\u636e\u5e93\u8fd0\u884c\uff0c\u6bd4\u5982\u5217\u51fa\u6240\u6709\u7684\u6570\u636e\u5e93\u6216\u8005\u5173\u95ed\u670d\u52a1\u5668\u3002</li><li style=\"margin: 0px; padding: 0px;\"><strong style=\"margin: 0px; padding: 0px;\">local:</strong>&nbsp;\u8fd9\u4e2a\u6570\u636e\u6c38\u8fdc\u4e0d\u4f1a\u88ab\u590d\u5236\uff0c\u53ef\u4ee5\u7528\u6765\u5b58\u50a8\u9650\u4e8e\u672c\u5730\u5355\u53f0\u670d\u52a1\u5668\u7684\u4efb\u610f\u96c6\u5408</li><li style=\"margin: 0px; padding: 0px;\"><strong style=\"margin: 0px; padding: 0px;\">config</strong>: \u5f53Mongo\u7528\u4e8e\u5206\u7247\u8bbe\u7f6e\u65f6\uff0cconfig\u6570\u636e\u5e93\u5728\u5185\u90e8\u4f7f\u7528\uff0c\u7528\u4e8e\u4fdd\u5b58\u5206\u7247\u7684\u76f8\u5173\u4fe1\u606f\u3002</li></ul>"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "cells": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "data"]}}}, "required": ["title", "cells"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"github-username": {"type": "string"}, "favourite-emoji": {"type": "string"}, "favourite-music": {"type": "string"}, "favourite-color": {"type": "string"}}, "required": ["github-username", "favourite-emoji", "favourite-music", "favourite-color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"github-username" : "cruiz24", "favourite-emoji" : "\ud83c\udf08", "favourite-music" : "https://m.soundcloud.com/kaymhmd8/frank-sinatra-and-nancy-sinatra-something-stupid", "favourite-color" : "#f6044f"}
json_instruct
{"type": "object", "properties": {"github-username": {"type": "string"}, "favourite-emoji": {"type": "string"}, "favourite-music": {"type": "string"}, "favourite-color": {"type": "string"}}, "required": ["github-username", "favourite-emoji", "favourite-music", "favourite-color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"stack_size": {"type": "integer"}, "durability": {"type": "object", "properties": {"amount": {"type": "integer"}, "repair_item": {"type": "string"}, "equipment": {"type": "string"}}, "required": ["amount", "repair_item", "equipment"]}, "attribute_modifiers": {"type": "array", "items": {"type": "object", "properties": {"attribute": {"type": "string"}, "slot": {"type": "string"}, "amount": {"type": "integer"}, "operation": {"type": "string"}}, "required": ["attribute", "slot", "amount", "operation"]}}, "functions": {"type": "array", "items": {"type": "object", "properties": {"function": {"type": "string"}, "texture": {"type": "string"}, "default": {"type": "integer"}, "overwrite_nbt": {"type": "string"}}, "required": ["function", "texture", "default", "overwrite_nbt"]}}}, "required": ["stack_size", "durability", "attribute_modifiers", "functions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stack_size" : 1, "durability" : {"amount" : 66, "repair_item" : "minecraft:leather", "equipment" : "armor"}, "attribute_modifiers" : [{"attribute" : "generic.armor", "slot" : "feet", "amount" : 1, "operation" : "add"}], "functions" : [{"function" : "minecraft:color", "texture" : "layer0", "default" : 9788987, "overwrite_nbt" : "display.Color"}]}
json_instruct
{"type": "object", "properties": {"stack_size": {"type": "integer"}, "durability": {"type": "object", "properties": {"amount": {"type": "integer"}, "repair_item": {"type": "string"}, "equipment": {"type": "string"}}, "required": ["amount", "repair_item", "equipment"]}, "attribute_modifiers": {"type": "array", "items": {"type": "object", "properties": {"attribute": {"type": "string"}, "slot": {"type": "string"}, "amount": {"type": "integer"}, "operation": {"type": "string"}}, "required": ["attribute", "slot", "amount", "operation"]}}, "functions": {"type": "array", "items": {"type": "object", "properties": {"function": {"type": "string"}, "texture": {"type": "string"}, "default": {"type": "integer"}, "overwrite_nbt": {"type": "string"}}, "required": ["function", "texture", "default", "overwrite_nbt"]}}}, "required": ["stack_size", "durability", "attribute_modifiers", "functions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u9999\u80a0", "\u9999\u80a0", "\u814a\u80a0"], "key" : "sausage"}, {"value" : ["\u51b7\u8336\u80a0", "\u51b7\u8336\u80a0\u3014\u897f\u83dc\u540d", "\u7779\u80a0"], "key" : "cold sausage"}, {"value" : ["\u9999\u80a0\u4e09\u660e\u6cbb", "\u80a0\u5b50\u4e09\u660e\u6cbb", "\u814a\u80a0\u4e09\u660e\u6cbb"], "key" : "sausage sandwich"}], "query" : "sausage", "translation" : ["\u9999\u80a0"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=sausage"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=sausage"}, "basic" : {"us-phonetic" : "'s\u0254s\u026ad\u0292", "phonetic" : "'s\u0252s\u026ad\u0292", "uk-phonetic" : "'s\u0252s\u026ad\u0292", "explains" : ["n. \u9999\u80a0\uff1b\u814a\u80a0\uff1b\u88c5\u9999\u80a0\u7684\u788e\u8089"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"latest_users": {"type": "string"}, "top_posters": {"type": "string"}, "most_reputation": {"type": "string"}, "most_flags": {"type": "string"}, "search": {"type": "string"}, "enter_username": {"type": "string"}, "load_more": {"type": "string"}, "users-found-search-took": {"type": "string"}, "filter-by": {"type": "string"}, "online-only": {"type": "string"}, "invite": {"type": "string"}, "invitation-email-sent": {"type": "string"}, "user_list": {"type": "string"}, "recent_topics": {"type": "string"}, "popular_topics": {"type": "string"}, "unread_topics": {"type": "string"}, "categories": {"type": "string"}, "tags": {"type": "string"}, "no-users-found": {"type": "string"}}, "required": ["latest_users", "top_posters", "most_reputation", "most_flags", "search", "enter_username", "load_more", "users-found-search-took", "filter-by", "online-only", "invite", "invitation-email-sent", "user_list", "recent_topics", "popular_topics", "unread_topics", "categories", "tags", "no-users-found"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_users" : "En Yeni Kullan\u0131c\u0131lar", "top_posters" : "En Fazla G\u00f6nderim Yapanlar", "most_reputation" : "En Sayg\u0131n", "most_flags" : "En Fazla Bayrak", "search" : "Ara", "enter_username" : "Aramak i\u00e7in bir kullan\u0131c\u0131 ad\u0131 girin", "load_more" : "Daha Fazla Y\u00fckle", "users-found-search-took" : "%1 kullan\u0131c\u0131(lar) bulundu! Arama %2 saniye s\u00fcrd\u00fc.", "filter-by" : "\u015eu \u015fekilde filtrele", "online-only" : "Sadece \u00e7evrimi\u00e7i", "invite" : "Davet et", "invitation-email-sent" : "%1'e bir davet e-postas\u0131 g\u00f6nderildi", "user_list" : "Kullan\u0131c\u0131 Listesi", "recent_topics" : "G\u00fcncel Ba\u015fl\u0131klar", "popular_topics" : "Pop\u00fcler Ba\u015fl\u0131klar", "unread_topics" : "Okunmam\u0131\u015f Ba\u015fl\u0131klar", "categories" : "Kategoriler", "tags" : "Etiketler", "no-users-found" : "Kullan\u0131c\u0131 bulunamad\u0131!"}
json_instruct
{"type": "object", "properties": {"latest_users": {"type": "string"}, "top_posters": {"type": "string"}, "most_reputation": {"type": "string"}, "most_flags": {"type": "string"}, "search": {"type": "string"}, "enter_username": {"type": "string"}, "load_more": {"type": "string"}, "users-found-search-took": {"type": "string"}, "filter-by": {"type": "string"}, "online-only": {"type": "string"}, "invite": {"type": "string"}, "invitation-email-sent": {"type": "string"}, "user_list": {"type": "string"}, "recent_topics": {"type": "string"}, "popular_topics": {"type": "string"}, "unread_topics": {"type": "string"}, "categories": {"type": "string"}, "tags": {"type": "string"}, "no-users-found": {"type": "string"}}, "required": ["latest_users", "top_posters", "most_reputation", "most_flags", "search", "enter_username", "load_more", "users-found-search-took", "filter-by", "online-only", "invite", "invitation-email-sent", "user_list", "recent_topics", "popular_topics", "unread_topics", "categories", "tags", "no-users-found"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : [{"model" : "block/oak_leaves"}, {"model" : "block/oak_leaves", "y" : 90}, {"model" : "block/oak_leaves", "y" : 180}, {"model" : "block/oak_leaves", "y" : 270}, {"model" : "block/oak_leaves", "z" : 90}, {"model" : "block/oak_leaves", "x" : 90}]}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "server": {"type": "string"}, "develop": {"type": "string"}}, "required": ["build", "server", "develop"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-assemble": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-string-replace": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "node-static": {"type": "string"}}, "required": ["grunt", "grunt-assemble", "grunt-contrib-clean", "grunt-contrib-copy", "grunt-contrib-watch", "grunt-string-replace", "load-grunt-tasks", "node-static"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "documentation", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"build" : "grunt build", "server" : "node server.js", "develop" : "grunt develop"}, "repository" : {"type" : "git", "url" : "git+https://github.com/reportportal/documentation.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/reportportal/documentation/issues"}, "homepage" : "https://github.com/reportportal/documentation#readme", "devDependencies" : {"grunt" : "1.3.0", "grunt-assemble" : "0.5.0", "grunt-contrib-clean" : "2.0.0", "grunt-contrib-copy" : "1.0.0", "grunt-contrib-watch" : "latest", "grunt-string-replace" : "1.3.1", "load-grunt-tasks" : "5.1.0", "node-static" : "^0.7.11"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "server": {"type": "string"}, "develop": {"type": "string"}}, "required": ["build", "server", "develop"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-assemble": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-string-replace": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "node-static": {"type": "string"}}, "required": ["grunt", "grunt-assemble", "grunt-contrib-clean", "grunt-contrib-copy", "grunt-contrib-watch", "grunt-string-replace", "load-grunt-tasks", "node-static"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "postUpdateOptions": {"type": "array", "items": {"type": "string"}}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"matchPaths": {"type": "array", "items": {"type": "string"}}, "groupName": {"type": "string"}}, "required": ["matchPaths", "groupName"]}}}, "required": ["extends", "postUpdateOptions", "packageRules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : ["config:base"], "postUpdateOptions" : ["gomodTidy"], "packageRules" : [{"matchPaths" : ["go/**"], "groupName" : "Go templates"}]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "postUpdateOptions": {"type": "array", "items": {"type": "string"}}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"matchPaths": {"type": "array", "items": {"type": "string"}}, "groupName": {"type": "string"}}, "required": ["matchPaths", "groupName"]}}}, "required": ["extends", "postUpdateOptions", "packageRules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["hello", "comments", "variables", "strings", "string_formatting", "module_docstrings", "string_escaping", "calling_functions", "numbers", "math_module", "from_import", "help", "basic_conversions", "equality_operators", "tuples", "lists", "slicing", "dictionaries", "if_elif_else", "nonzero", "functions", "sending_starargs", "receiving_starargs", "default_args", "starstar_args", "docstrings", "doctests", "exercise_functions1", "exercise_functions2", "exercise_functions3", "main_function", "recursion", "exercise_recursion1", "exercise_recursion2", "while_loops", "for_loops", "exercise_forloops1", "exercise_forloops2", "files", "list_dir", "with_tracker_intro", "raising_exceptions", "generators", "generators2", "generators3", "type_conversion", "iterables", "exceptions", "generator_smoothing", "function_objects", "mutable_closures", "comprehensions", "tracker_chart", "regular_expressions", "tracker_chart_labels", "tracker_histogram", "tracker_sorting", "argv_flags", "classes_intro", "class_keyword", "classes_special", "classes_self", "classes_dict", "what_next"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"da432a54dd9591795056f16054bf2cbe84a164e48b7dfc9c9ff9ef2d1636ddaa\"", "Last-Modified" : "Thu, 03 Dec 2020 22:43:38 GMT", "base" : {"repo" : {"name" : "azure-keyvault-keys-feedstock"}}, "closed_at" : "2020-12-03T22:43:37Z", "created_at" : "2020-12-03T22:02:34Z", "draft" : false, "head" : {"ref" : "4.3.1_hedd050"}, "html_url" : "https://github.com/conda-forge/azure-keyvault-keys-feedstock/pull/2", "id" : 532146108, "labels" : [], "mergeable" : true, "mergeable_state" : "clean", "merged" : false, "merged_at" : null, "number" : 2, "state" : "closed", "updated_at" : "2020-12-03T22:43:38Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "description", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "beer_Nine_Men_Ale", "brewery" : "Cooperstown Brewing Company", "name" : "Nine Men Ale", "abv" : "4.3", "description" : "\"Nine Man\" is a golden ale, brewed from English pale and crystal malts, and with torrified wheat. It is bittered with Cascade and Cluster hops and finished with Cascade hops. \"Nine Man Ale\" was first brewed as a summer seasonal beer in 1996. It was kegged the first season but not bottled until the opening of the baseball season in April 1997.", "category" : "North American Ale", "style" : "Golden or Blonde Ale", "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "description", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "Tiphsach", "long" : "<i>Meaning:</i> \"Tiphsach\", a place in Mesopotamia.<br/><i>Usage:</i> Tipsah.<br/><i>Source:</i> from \"H6452\"; \"ford\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"IsEncrypted": {"type": "boolean"}, "Values": {"type": "object", "properties": {"AzureWebJobsStorage": {"type": "string"}, "FUNCTIONS_WORKER_RUNTIME": {"type": "string"}, "FrequencyUpdateFlexKidsScheduleTimer": {"type": "string"}, "WriteToDiskEnabled": {"type": "boolean"}, "WriteToDiskPath": {"type": "string"}}, "required": ["AzureWebJobsStorage", "FUNCTIONS_WORKER_RUNTIME", "FrequencyUpdateFlexKidsScheduleTimer", "WriteToDiskEnabled", "WriteToDiskPath"]}}, "required": ["IsEncrypted", "Values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsEncrypted" : false, "Values" : {"AzureWebJobsStorage" : "UseDevelopmentStorage=true", "FUNCTIONS_WORKER_RUNTIME" : "dotnet", "FrequencyUpdateFlexKidsScheduleTimer" : "0 */1 * * * *", "WriteToDiskEnabled" : true, "WriteToDiskPath" : "C:/temp/flexkids2020/"}}
json_instruct
{"type": "object", "properties": {"IsEncrypted": {"type": "boolean"}, "Values": {"type": "object", "properties": {"AzureWebJobsStorage": {"type": "string"}, "FUNCTIONS_WORKER_RUNTIME": {"type": "string"}, "FrequencyUpdateFlexKidsScheduleTimer": {"type": "string"}, "WriteToDiskEnabled": {"type": "boolean"}, "WriteToDiskPath": {"type": "string"}}, "required": ["AzureWebJobsStorage", "FUNCTIONS_WORKER_RUNTIME", "FrequencyUpdateFlexKidsScheduleTimer", "WriteToDiskEnabled", "WriteToDiskPath"]}}, "required": ["IsEncrypted", "Values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Line an 8x8 or 9x9 inch square pan with waxed paper.", "In a medium saucepan, combine butter, sugar, salt and half and half. Heat until boiling, stirring occasionally. Boil for 5 minutes, stirring enough to keep from scorching. Remove from heat and stir in the marshmallows, and cherry chips. Press the mixture into the prepared pan.", "In the microwave or in a metal bowl over a pan of simmering water, melt chocolate chips, and peanut butter together stirring frequently until smooth. Spread over the mixture in the pan. Refrigerate for 2 hours before cutting into squares."], "ingredients" : ["2 tablespoons butter", "1 cup white sugar", "1/4 teaspoon salt", "1/3 cup half-and-half cream", "1 cup miniature marshmallows", "1 cup cherry baking chips", "1 cup semisweet chocolate chips", "1/2 cup peanut butter", "1 cup roasted Spanish peanuts"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Cherry Mash Bars", "url" : "http://allrecipes.com/recipe/25791/cherry-mash-bars/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1987, 7], [1988, 9], [1989, 8], [1990, 5], [1991, 9], [1992, 7], [1993, 9], [1994, 11], [1995, 11], [1996, 20], [1997, 10], [1998, 19], [1999, 14], [2000, 17], [2001, 19], [2002, 13], [2003, 12], [2004, 13], [2005, 14], [2006, 8], [2007, 9], [2008, 5], [2009, 9], [2010, 7], [2011, 6], [2012, 6], [2014, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "dependencies": {"type": "object", "properties": {"alexa-sdk": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["alexa-sdk", "node-fetch"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "COSIPlace", "version" : "1.0.0", "description" : "Lambda function for COSI Place", "main" : "index.js", "dependencies" : {"alexa-sdk" : "^1.0.25", "node-fetch" : "^2.6.1"}, "devDependencies" : {}, "scripts" : {}, "keywords" : [], "author" : "Benjamin Lannon", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"alexa-sdk": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["alexa-sdk", "node-fetch"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"css/all.css": {"type": "string"}, "js/all.js": {"type": "string"}}, "required": ["css/all.css", "js/all.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css/all.css" : "css/all-4036aba553.css", "js/all.js" : "js/all-e28e851a75.js"}
json_instruct
{"type": "object", "properties": {"css/all.css": {"type": "string"}, "js/all.js": {"type": "string"}}, "required": ["css/all.css", "js/all.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Hit Navigator", "src" : "http://navigator-rg.dynalias.org:8005/hit-navigator.mp3?t=1526283977"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"app": {"type": "object", "properties": {"name": {"type": "null"}, "site": {"type": "object", "properties": {"code": {"type": "null"}}, "required": ["code"]}, "room": {"type": "object", "properties": {"code": {"type": "null"}}, "required": ["code"]}, "features": {"type": "object", "properties": {"touch": {"type": "boolean"}}, "required": ["touch"]}}, "required": ["name", "site", "room", "features"]}, "api": {"type": "object", "properties": {"token": {"type": "null"}, "url": {"type": "string"}, "headers": {"type": "object", "properties": {"x-api-version": {"type": "string"}}, "required": ["x-api-version"]}}, "required": ["token", "url", "headers"]}, "ajax": {"type": "object", "properties": {"contentType": {"type": "string"}, "dataType": {"type": "string"}, "timeout": {"type": "integer"}, "cache": {"type": "boolean"}, "async": {"type": "boolean"}}, "required": ["contentType", "dataType", "timeout", "cache", "async"]}, "user": {"type": "object", "properties": {"id": {"type": "null"}, "nickname": {"type": "null"}, "token": {"type": "null"}, "roles": {"type": "array", "items": {}}}, "required": ["id", "nickname", "token", "roles"]}, "pollInterval": {"type": "integer"}, "socketUrl": {"type": "string"}, "debug": {"type": "boolean"}}, "required": ["app", "api", "ajax", "user", "pollInterval", "socketUrl", "debug"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"app" : {"name" : null, "site" : {"code" : null}, "room" : {"code" : null}, "features" : {"touch" : false}}, "api" : {"token" : null, "url" : "http://a1-dv01-bng-02.cloudapp.net", "headers" : {"x-api-version" : "2.1"}}, "ajax" : {"contentType" : "application/json; charset=utf-8", "dataType" : "json", "timeout" : 10000, "cache" : true, "async" : true}, "user" : {"id" : null, "nickname" : null, "token" : null, "roles" : []}, "pollInterval" : 25000, "socketUrl" : "", "debug" : false}
json_instruct
{"type": "object", "properties": {"app": {"type": "object", "properties": {"name": {"type": "null"}, "site": {"type": "object", "properties": {"code": {"type": "null"}}, "required": ["code"]}, "room": {"type": "object", "properties": {"code": {"type": "null"}}, "required": ["code"]}, "features": {"type": "object", "properties": {"touch": {"type": "boolean"}}, "required": ["touch"]}}, "required": ["name", "site", "room", "features"]}, "api": {"type": "object", "properties": {"token": {"type": "null"}, "url": {"type": "string"}, "headers": {"type": "object", "properties": {"x-api-version": {"type": "string"}}, "required": ["x-api-version"]}}, "required": ["token", "url", "headers"]}, "ajax": {"type": "object", "properties": {"contentType": {"type": "string"}, "dataType": {"type": "string"}, "timeout": {"type": "integer"}, "cache": {"type": "boolean"}, "async": {"type": "boolean"}}, "required": ["contentType", "dataType", "timeout", "cache", "async"]}, "user": {"type": "object", "properties": {"id": {"type": "null"}, "nickname": {"type": "null"}, "token": {"type": "null"}, "roles": {"type": "array", "items": {}}}, "required": ["id", "nickname", "token", "roles"]}, "pollInterval": {"type": "integer"}, "socketUrl": {"type": "string"}, "debug": {"type": "boolean"}}, "required": ["app", "api", "ajax", "user", "pollInterval", "socketUrl", "debug"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "It's old and weathered, but it could still float."}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "manca", "definition" : "See Mancus."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cam/image_array" : "5551_cam-image_array_.jpg", "user/throttle" : 0.8, "timestamp" : "2019-02-17 21:52:29.810948", "user/angle" : 1.0, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Curve DAO Token", "symbol" : "CRV", "type" : "OPTIMISM", "decimals" : 18, "description" : "-", "website" : "-", "explorer" : "https://optimistic.etherscan.io/address/0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53", "status" : "active", "id" : "0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"spec_dir": {"type": "string"}, "spec_files": {"type": "array", "items": {"type": "string"}}, "helpers": {"type": "array", "items": {"type": "string"}}, "random": {"type": "boolean"}}, "required": ["spec_dir", "spec_files", "helpers", "random"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"spec_dir" : "./dist/spec", "spec_files" : ["*Spec.js"], "helpers" : ["support/helpers/test.js"], "random" : false}
json_instruct
{"type": "object", "properties": {"spec_dir": {"type": "string"}, "spec_files": {"type": "array", "items": {"type": "string"}}, "helpers": {"type": "array", "items": {"type": "string"}}, "random": {"type": "boolean"}}, "required": ["spec_dir", "spec_files", "helpers", "random"], "$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"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "mainfile": {"type": "string"}, "author": {"type": "null"}, "lastversion": {"type": "string"}, "homepage": {"type": "null"}, "description": {"type": "string"}, "github": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "mainfile", "author", "lastversion", "homepage", "description", "github"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "requirejs-mustache", "assets" : [{"files" : ["stache.js", "stache.min.js"], "version" : "0.0.2", "mainfile" : "stache.min.js"}], "versions" : ["0.0.2"], "zip" : "requirejs-mustache.zip", "mainfile" : "stache.min.js", "author" : null, "lastversion" : "0.0.2", "homepage" : null, "description" : "A RequireJS/AMD loader plugin for Mustache.js micro-templates", "github" : "https://github.com/jfparadis/requirejs-mustache"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "mainfile": {"type": "string"}, "author": {"type": "null"}, "lastversion": {"type": "string"}, "homepage": {"type": "null"}, "description": {"type": "string"}, "github": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "mainfile", "author", "lastversion", "homepage", "description", "github"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3202130001, "parent" : 3202130, "name" : "BANTARPANJANG", "latitude" : null, "longitude" : null, "postal" : [43371, 43171], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["dns", "node-watchdog", "redisd"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "chris-kruining/utilities": {"type": "string"}, "laminas/laminas-router": {"type": "string"}, "laminas/laminas-mvc": {"type": "string"}}, "required": ["php", "chris-kruining/utilities", "laminas/laminas-router", "laminas/laminas-mvc"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"CPB\\Extensions\\Laminas\\": {"type": "string"}}, "required": ["CPB\\Extensions\\Laminas\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "chris-kruining/zf3-extensions", "type" : "RouteStack", "description" : "this is an expansion on the TreeRouteStack class that the zendframework/zend-router provides", "keywords" : ["RouteStack", "PHP"], "homepage" : "https://github.com/chris-kruining/zf3-extensions", "license" : "MIT", "authors" : [{"name" : "Chris Kruining", "email" : "chris@kruining.eu", "homepage" : "https://github.com/chris-kruining", "role" : "Developer"}], "require" : {"php" : ">=7.4", "chris-kruining/utilities" : "master", "laminas/laminas-router" : "^3", "laminas/laminas-mvc" : "^3"}, "autoload" : {"psr-4" : {"CPB\\Extensions\\Laminas\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "chris-kruining/utilities": {"type": "string"}, "laminas/laminas-router": {"type": "string"}, "laminas/laminas-mvc": {"type": "string"}}, "required": ["php", "chris-kruining/utilities", "laminas/laminas-router", "laminas/laminas-mvc"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"CPB\\Extensions\\Laminas\\": {"type": "string"}}, "required": ["CPB\\Extensions\\Laminas\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"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" : 101882753, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "f4faa9518cb400193c320cb018dc909a", "wof:id" : 101882753, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.82954711501321, 48.73063590758045, 5.84447634219498, 48.73692127039027], "geometry" : {"coordinates" : [[[5.84017955988423, 48.73692127039027], [5.84025461150782, 48.7360233626128], [5.84432639533384, 48.73617551091121], [5.84447634219498, 48.73437968784049], [5.84311912710444, 48.73432899038374], [5.84319411975923, 48.73343107930407], [5.84183693154193, 48.73338036636477], [5.84206196203837, 48.73068663389466], [5.8407048493907, 48.73063590758045], [5.84062981829737, 48.73153381774875], [5.83520129554802, 48.73133074292775], [5.83512616363788, 48.73222864847997], [5.83105472504911, 48.73207616558204], [5.83097951666542, 48.73297406756825], [5.82962235117611, 48.73292320580913], [5.82954711501321, 48.73382110634032], [5.83361869211694, 48.7339736451795], [5.83369385522928, 48.73307574148038], [5.83912256267394, 48.73327889087898], [5.83882227930013, 48.73687052016328], [5.84017955988423, 48.73692127039027]]], "type" : "Polygon"}}
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": "array", "items": {"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": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "sass": {"type": "string"}, "local-sass": {"type": "string"}, "server": {"type": "string"}}, "required": ["test", "sass", "local-sass", "server"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"live-server": {"type": "string"}, "node-sass": {"type": "string"}}, "required": ["live-server", "node-sass"]}, "dependencies": {"type": "object", "properties": {"npm": {"type": "string"}, "run": {"type": "string"}}, "required": ["npm", "run"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "fancy.css", "version" : "1.0.0", "description" : "just a simple css library ", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "sass" : "node_modules/node-sass/bin/node-sass src/scss/main.scss ./src/fancy.css -w --recursive", "local-sass" : "node_modules/node-sass/bin/node-sass src/themes/fancy-theme/main.scss ./src/fancy-theme.css -w --recursive", "server" : "./node_modules/live-server/live-server.js src/ --no-browser"}, "repository" : {"type" : "git", "url" : "git+https://github.com/igornfaustino/fancy.css.git"}, "author" : "igornfaustino", "license" : "MIT", "bugs" : {"url" : "https://github.com/igornfaustino/fancy.css/issues"}, "homepage" : "https://github.com/igornfaustino/fancy.css#readme", "devDependencies" : {"live-server" : "^1.2.1", "node-sass" : "^4.9.3"}, "dependencies" : {"npm" : "^6.4.1", "run" : "^1.4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "sass": {"type": "string"}, "local-sass": {"type": "string"}, "server": {"type": "string"}}, "required": ["test", "sass", "local-sass", "server"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"live-server": {"type": "string"}, "node-sass": {"type": "string"}}, "required": ["live-server", "node-sass"]}, "dependencies": {"type": "object", "properties": {"npm": {"type": "string"}, "run": {"type": "string"}}, "required": ["npm", "run"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"85333d3aa3f891b420d6c2d8fab36dec2db6a7c41b78c299b5f7615642e7afe1\"", "Last-Modified" : "Wed, 14 Oct 2020 00:18:09 GMT", "base" : {"repo" : {"name" : "r-ff-feedstock"}}, "closed_at" : "2020-10-14T00:18:07Z", "created_at" : "2020-10-13T23:53:58Z", "draft" : false, "head" : {"ref" : "4.0.4_hc483ae"}, "html_url" : "https://github.com/conda-forge/r-ff-feedstock/pull/9", "id" : 502998419, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2020-10-14T00:18:06Z", "number" : 9, "state" : "closed", "updated_at" : "2020-10-14T00:18:09Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "OF TACITUS. 181 select friends. The conjuncture was alarm- ing, and to choose among difficulties was all that was left.\" If he proceeded on his\" way to <span class=\"place\" data-place-id=\"423025\" >Rome</span>, the homage intended for\" a prince now no more, would have no\" merit with his successor; and to remain\" a hostage in the custody of Otho, or Vi-\" tellius, would, most probably, be his\" lot. On the other hand, if he returnedM to <span class=\"place\" data-place-id=\"981527\" >Judaea</span>, that cold indifference would\" give umbrage to the conqueror; and yet,\" while the issue of the war Mas still un-\" certain, the conduct of a young man\" would admit of alleviating circumstances\" in the opinion of the prince whom\" Vespasian should think proper to join.\" Above all, it was possible that Ves-\" pasian might declare himself a can-\" didate: in that case, petty offences\" would be of little consequence, when all\" were to be involved in a general war.\" II. After balancing the motives on every side, and fluctuating for some time between opposite passions, hope, at length, prevailed, and <span class=\"place\" data-place-id=\"197553\" >Titus</span> returned to Judeea. A change so sudden was by some impu-", "image" : "http://books.google.com/books?id=2X5KAAAAYAAJ&pg=PA179&img=1&zoom=3&hl=en&sig=ACfU3U0jc8vgVvryXGb3_m3LvDzgeXgxOA&ci=0%2C0%2C1000%2C2000&edge=0"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"__inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "pluginId": {"type": "string"}, "pluginName": {"type": "string"}}, "required": ["name", "label", "description", "type", "pluginId", "pluginName"]}}}, "required": ["__inputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"__inputs" : [{"name" : "DS_PROMETHEUS", "label" : "prometheus", "description" : "", "type" : "datasource", "pluginId" : "prometheus", "pluginName" : "Prometheus"}]}
json_instruct
{"type": "object", "properties": {"__inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "pluginId": {"type": "string"}, "pluginName": {"type": "string"}}, "required": ["name", "label", "description", "type", "pluginId", "pluginName"]}}}, "required": ["__inputs"], "$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"}, "season": {"type": "string"}, "episode": {"type": "string"}}, "required": ["title", "season", "episode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Extra History", "season" : "5", "episode" : "1"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "season": {"type": "string"}, "episode": {"type": "string"}}, "required": ["title", "season", "episode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-hvmc-jwv7-mpp7", "modified" : "2022-05-05T00:29:02Z", "published" : "2022-05-05T00:29:02Z", "aliases" : ["CVE-2013-1889"], "details" : "mod_ruid2 before 0.9.8 improperly handles file descriptors which allows remote attackers to bypass security using a CGI script to break out of the chroot.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2013-1889"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/83035"}, {"type" : "WEB", "url" : "https://security-tracker.debian.org/tracker/CVE-2013-1889"}, {"type" : "WEB", "url" : "https://sourceforge.net/p/mod-ruid/mailman/mod-ruid-announce/thread/514C503E.4020109@users.sourceforge.net/"}, {"type" : "WEB", "url" : "http://www.openwall.com/lists/oss-security/2013/03/23/1"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"streams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "json_schema": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"array_number": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["type", "items"]}, "array_float": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "airbyte_type": {"type": "string"}}, "required": ["type", "airbyte_type"]}}, "required": ["type", "items"]}, "array_integer": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "airbyte_type": {"type": "string"}}, "required": ["type", "airbyte_type"]}}, "required": ["type", "items"]}, "array_big_integer": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "airbyte_type": {"type": "string"}}, "required": ["type", "airbyte_type"]}}, "required": ["type", "items"]}}, "required": ["array_number", "array_float", "array_integer", "array_big_integer"]}}, "required": ["properties"]}}, "required": ["name", "json_schema"]}}}, "required": ["streams"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"streams" : [{"name" : "array_test_1", "json_schema" : {"properties" : {"array_number" : {"type" : ["array"], "items" : {"type" : "number"}}, "array_float" : {"type" : ["array"], "items" : {"type" : "number", "airbyte_type" : "float"}}, "array_integer" : {"type" : ["array"], "items" : {"type" : "number", "airbyte_type" : "integer"}}, "array_big_integer" : {"type" : ["array"], "items" : {"type" : "number", "airbyte_type" : "big_integer"}}}}}]}
json_instruct
{"type": "object", "properties": {"streams": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "json_schema": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"array_number": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["type", "items"]}, "array_float": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "airbyte_type": {"type": "string"}}, "required": ["type", "airbyte_type"]}}, "required": ["type", "items"]}, "array_integer": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "airbyte_type": {"type": "string"}}, "required": ["type", "airbyte_type"]}}, "required": ["type", "items"]}, "array_big_integer": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "airbyte_type": {"type": "string"}}, "required": ["type", "airbyte_type"]}}, "required": ["type", "items"]}}, "required": ["array_number", "array_float", "array_integer", "array_big_integer"]}}, "required": ["properties"]}}, "required": ["name", "json_schema"]}}}, "required": ["streams"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "types": {"type": "array", "items": {"type": "string"}}, "composite": {"type": "boolean"}, "esModuleInterop": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "strict": {"type": "boolean"}, "forceConsistentCasingInFileNames": {"type": "boolean"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "resolveJsonModule": {"type": "boolean"}, "isolatedModules": {"type": "boolean"}, "jsx": {"type": "string"}, "baseUrl": {"type": "string"}, "rootDir": {"type": "string"}}, "required": ["target", "lib", "types", "composite", "esModuleInterop", "allowSyntheticDefaultImports", "strict", "forceConsistentCasingInFileNames", "module", "moduleResolution", "resolveJsonModule", "isolatedModules", "jsx", "baseUrl", "rootDir"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["compilerOptions", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"target" : "ESNext", "lib" : ["DOM", "DOM.Iterable", "ESNext"], "types" : ["vite/client", "jest", "node"], "composite" : true, "esModuleInterop" : true, "allowSyntheticDefaultImports" : true, "strict" : true, "forceConsistentCasingInFileNames" : true, "module" : "ESNext", "moduleResolution" : "Node", "resolveJsonModule" : true, "isolatedModules" : true, "jsx" : "react", "baseUrl" : ".", "rootDir" : ".."}, "references" : [{"path" : "../ui-extensions-server-kit"}, {"path" : "../shopify-cli-extensions-test-utils"}]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "types": {"type": "array", "items": {"type": "string"}}, "composite": {"type": "boolean"}, "esModuleInterop": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "strict": {"type": "boolean"}, "forceConsistentCasingInFileNames": {"type": "boolean"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "resolveJsonModule": {"type": "boolean"}, "isolatedModules": {"type": "boolean"}, "jsx": {"type": "string"}, "baseUrl": {"type": "string"}, "rootDir": {"type": "string"}}, "required": ["target", "lib", "types", "composite", "esModuleInterop", "allowSyntheticDefaultImports", "strict", "forceConsistentCasingInFileNames", "module", "moduleResolution", "resolveJsonModule", "isolatedModules", "jsx", "baseUrl", "rootDir"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["compilerOptions", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"track" : "typescript", "exercise" : "circular-buffer", "id" : "2b8b9a882c3e4e93be0e2220e7399911", "url" : "https://exercism.org/tracks/typescript/exercises/circular-buffer", "handle" : "ErikSchierboom", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "430521117001", "text" : "\u9f50\u5408\u5c45\u59d4\u4f1a"}, {"id" : "430521117201", "text" : "\u5c27\u5858\u6751\u59d4\u4f1a"}, {"id" : "430521117210", "text" : "\u8336\u56ed\u6751\u59d4\u4f1a"}, {"id" : "430521117211", "text" : "\u5929\u72ee\u5cad\u6751\u59d4\u4f1a"}, {"id" : "430521117213", "text" : "\u4e58\u68a7\u6751\u59d4\u4f1a"}, {"id" : "430521117215", "text" : "\u9ad8\u5bb6\u94fa\u6751\u59d4\u4f1a"}, {"id" : "430521117218", "text" : "\u53cc\u6cc9\u94fa\u6751\u59d4\u4f1a"}, {"id" : "430521117231", "text" : "\u575d\u4e0a\u6751\u59d4\u4f1a"}, {"id" : "430521117234", "text" : "\u6960\u6728\u5cad\u6751\u59d4\u4f1a"}, {"id" : "430521117239", "text" : "\u53e4\u5858\u6751"}, {"id" : "430521117244", "text" : "\u91d1\u9f99\u5c71\u6751\u59d4\u4f1a"}, {"id" : "430521117248", "text" : "\u4ef0\u5c71\u6bbf\u6751\u59d4\u4f1a"}, {"id" : "430521117251", "text" : "\u89c2\u97f3\u9601\u6751\u59d4\u4f1a"}, {"id" : "430521117252", "text" : "\u7530\u56ed\u6751"}, {"id" : "430521117253", "text" : "\u65b0\u8c6a\u91cc\u6751"}, {"id" : "430521117254", "text" : "\u9a6c\u738b\u51b2\u6751"}, {"id" : "430521117255", "text" : "\u7f57\u6c5f\u8fb9\u6751"}, {"id" : "430521117256", "text" : "\u9ec4\u9f99\u6865\u6751"}, {"id" : "430521117257", "text" : "\u83b2\u4e2d\u6751"}, {"id" : "430521117258", "text" : "\u9f99\u56ed\u6751"}, {"id" : "430521117259", "text" : "\u7389\u4eac\u6751"}, {"id" : "430521117260", "text" : "\u57ce\u5317\u65b0\u6751"}, {"id" : "430521117261", "text" : "\u56e2\u7ed3\u6751"}, {"id" : "430521117262", "text" : "\u5927\u548c\u5858\u6751"}]
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": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "2001", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Nusa Jaya"}, {"id" : "2002", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Nusa Ambu"}, {"id" : "2003", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Loleba"}, {"id" : "2004", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Waijoi"}, {"id" : "2005", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Pintatu"}, {"id" : "2006", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Minamin"}, {"id" : "2007", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Saramaake"}, {"id" : "2008", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Fayaul"}, {"id" : "2009", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Bina Gara"}, {"id" : "2010", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Wasile"}, {"id" : "2011", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Tomares"}, {"id" : "2012", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Tabanalow"}, {"id" : "2013", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Saolat"}, {"id" : "2014", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Nanas"}, {"id" : "2015", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Talaga Jaya"}, {"id" : "2016", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Sondo-Sondo"}, {"id" : "2017", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Ino Jaya"}, {"id" : "2018", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Ake Jawi"}, {"id" : "2019", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Ekor"}, {"id" : "2020", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Ekorino"}, {"id" : "2021", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Jiko Moi"}, {"id" : "2022", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Tanure"}, {"id" : "2023", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Yawal"}, {"id" : "2024", "provinceId" : "82", "regencyId" : "06", "districtId" : "04", "name" : "Bukutio"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Looker": {"type": "object", "properties": {"domain": {"type": "string"}, "tfa": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "tfa", "documentation", "keywords"]}}, "required": ["Looker"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Looker" : {"domain" : "looker.com", "tfa" : ["totp"], "documentation" : "https://www.looker.com/docs/admin/security/two-factor-authentication", "keywords" : ["developer"]}}
json_instruct
{"type": "object", "properties": {"Looker": {"type": "object", "properties": {"domain": {"type": "string"}, "tfa": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "tfa", "documentation", "keywords"]}}, "required": ["Looker"], "$schema": "http://json-schema.org/draft-07/schema#"}