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": "stri...
{"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 concl...
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": {...
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": {"typ...
{"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 verwende...
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": {"ty...
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"}...
{"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....
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": "ob...
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"}...
{"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.cs...
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": "st...
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"]}...
{"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"},...
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", "ite...
{"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"]]}}, "provi...
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": {"spat...
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"...
{"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":...
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-0...
[{"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": {"typ...
{"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-inB...
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...
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"}, "p...
{"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_op...
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": "strin...
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": "st...
{"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" :...
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", "...
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",...
[{"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...
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...
{"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-fu...
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"}, "depen...
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"}}, "...
{"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@he...
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", ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long...
{"place_name" : "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"}, ...
{"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", "consumerKe...
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": "...
{"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",...
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"...
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":...
{"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" : ...
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"}, "emitDecoratorMet...
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", "humidi...
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", "star...
{"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.or...
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": {...
{"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"]}}, "requir...
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"]...
{"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" : "...
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"}, "depen...
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":...
{"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}, ...
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"}, "gh...
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"...
{"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 ligh...
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", "explanat...
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...
{"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"...
{"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 temp...
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": "a...
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"}}}}}, "r...
{"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.co...
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": "ob...
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": ...
{"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":...
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"}, {"quer...
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":...
{"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.362463528352...
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": ["...
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...
{"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", "UnitOfMea...
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"}}, "req...
{"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 eas...
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_conf...
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": {"ty...
{"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", ...
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": "stri...
{"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"},...
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"]}, "rep...
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"]}, "autho...
{"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", "momen...
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"}, "dep...
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": "strin...
{"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-contain...
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...
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": "objec...
{"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...
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"}, "...
{"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...
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": ["...
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 w...
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", "...
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"]...
{"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" :...
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": "h...
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": ["Defa...
{"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-configurat...
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"...
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-s...
[{"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" : "...
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"}}, "r...
{"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", "sca...
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"}}, "req...
{"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",...
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"}, "au...
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"...
{"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 \u...
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"...
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...
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", ...
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"...
{"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 r...
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"...
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 pra...
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"}, "a...
{"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_estimator...
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...
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", "it...
{"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", ...
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":...
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", ...
{"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;...
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", "...
{"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/draf...
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", "equip...
{"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, "overwr...
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": ...
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": "strin...
{"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\u...
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"}}, "errorCod...
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"}, "lo...
{"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-fou...
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": "stri...
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": "ht...
{"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": ...
{"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", "b...
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", "serve...
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": {"matchPat...
{"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...
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_stara...
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": ...
{"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_he...
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": "stri...
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"...
{"_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 ...
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",...
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": {"t...
{"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"}, "WriteToDisk...
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", "i...
{"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...
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"}}, "r...
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...
{"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"]}, "dev...
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"}},...
{"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...
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", "pro...
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/th...
{"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://...
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...
{"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": ...
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_...
{"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...
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": "strin...
{"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/AM...
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...
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"...
{"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", "n...
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": "strin...
{"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" :...
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": {...
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": ...
{"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...
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": ["...
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": "st...
{"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/bi...
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"}}...
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"]}, "c...
{"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_...
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": "stri...
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 ...
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": "st...
{"__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", "labe...
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"}, "seve...
{"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...
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": "a...
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": {"...
{"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...
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": {"ty...
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"}...
{"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" : "Nod...
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"}, "allowSyntheticDe...
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"}}, "requ...
{"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_reques...
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\...
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", ...
[{"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", "pr...
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.or...
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": "st...
{"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"]}...