input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "fasta_seqs": {"type": "object", "properties": {"A": {"type": "integer"}, "B": {"type": "integer"}}, "required": ["A", "B"]}, "citation_authors": {"type": "string"}, "deposition_date": {"type": "strin...
{"_id" : "176L", "fasta_seqs" : {"A" : 6, "B" : 6}, "citation_authors" : "Zhang, X.J., Wozniak, J.A., Matthews, B.W.", "deposition_date" : "1995-03-24", "expMethod" : "X-RAY DIFFRACTION", "keywords" : "HYDROLASE (O-GLYCOSYL)", "last_modification_date" : "2017-11-29", "nr_atoms" : 2615, "nr_entities" : 1, "nr_residues" ...
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "fasta_seqs": {"type": "object", "properties": {"A": {"type": "integer"}, "B": {"type": "integer"}}, "required": ["A", "B"]}, "citation_authors": {"type": "string"}, "deposition_date": {"type": "string"}, "expMethod": {"type": "string"}, "keywords": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "in...
[{"id" : 66546, "Name" : "Barclayville", "state_id" : 3045, "state_code" : "GK", "state_name" : "Grand Kru County", "country_id" : 123, "country_code" : "LR", "country_name" : "Liberia", "latitude" : "4.67443000", "longitude" : "-8.23306000", "wikiDataId" : "Q807963"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}, "oauth2ClientId": {"type": "string"}, "projectId": {"type": "string"}, "uniqueId": {"type": "string"}}, "required": ["description", ...
{"description" : "Service Acccount BigQuery Data Transfer", "email" : "bq-data-transfer-kettle@kubernetes-public.iam.gserviceaccount.com", "name" : "projects/kubernetes-public/serviceAccounts/bq-data-transfer-kettle@kubernetes-public.iam.gserviceaccount.com", "oauth2ClientId" : "104254428371262564125", "projectId" : "k...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}, "oauth2ClientId": {"type": "string"}, "projectId": {"type": "string"}, "uniqueId": {"type": "string"}}, "required": ["description", "email", "name", "oauth2ClientId", "projectId", "uniqueId"], "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": ...
{"artist_id" : "ARVA31Y1187B9BA2F4", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Theodore Unit", "duration" : 141.322, "num_songs" : 1, "song_id" : "SOEJWVK12A58A795D5", "title" : "Gatz (Featuring Ghostface Killah & Trife)", "year" : 0}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper...
{"hash" : "0xf109ea1036f9c779f5baa5b8568896d571ef5cdff5e381fc6f5c78e5bb31f050", "parentHash" : "0x44915cae76ac866d1a82a007ebec69ca31f507368355f9457a034671d2a3f4bd", "number" : 26758, "timestamp" : 1438598310, "nonce" : "0x62c3ebf5783b7ddc", "difficulty" : 1123430830994, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc...
[{"year" : 1990, "sex" : "M", "n" : 6, "prop" : 2.79e-06}, {"year" : 1992, "sex" : "M", "n" : 6, "prop" : 2.86e-06}, {"year" : 1995, "sex" : "M", "n" : 6, "prop" : 2.98e-06}, {"year" : 1996, "sex" : "M", "n" : 5, "prop" : 2.5e-06}, {"year" : 1997, "sex" : "M", "n" : 8, "prop" : 4.01e-06}, {"year" : 1998, "sex" : "M", "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "There's not much sand left in the top half..."}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "str...
{"name" : "prototool", "pkg_version" : "1.10.0", "rebuild" : 0, "bottles" : {"arm64_big_sur" : {"url" : "https://ghcr.io/v2/linuxbrew/core/prototool/blobs/sha256:ce505a3c8ebc53f48ffee3f5a174073364f462538f4c94458b54dc3e15669106"}, "big_sur" : {"url" : "https://ghcr.io/v2/linuxbrew/core/prototool/blobs/sha256:c667e52b752...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array",...
{"uuid" : "2291bbac-4846-4d94-862c-e8d4a3740b7a", "name" : "Default Suite", "children" : ["46b0c760-bc36-4000-9482-c5ccdc11d01f"], "befores" : [], "afters" : [], "links" : [], "start" : 1609143941198, "stop" : 1609143959181}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"...
{"edges" : [[3, 15], [22, 3], [7, 6], [20, 7], [10, 3], [3, 10], [3, 15], [3, 9], [9, 3], [3, 22], [22, 3], [3, 15], [8, 2], [3, 15], [3, 10], [3, 15], [13, 17], [3, 9], [15, 3], [3, 12], [3, 10], [3, 9], [3, 10], [9, 3], [3, 10], [15, 3], [22, 3], [22, 3], [12, 3], [3, 9], [7, 1], [10, 3], [0, 16], [3, 15], [15, 3], [...
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1602130", "regency_id" : "1602", "name" : "PAMPANGAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/sche...
[{"code" : "041", "name" : "\u5b89\u7965", "name_kana" : "\uff71\uff9d\uff7c\uff96\uff73"}, {"code" : "068", "name" : "\u5b89\u57ce\u4e2d", "name_kana" : "\uff71\uff9d\uff7c\uff9e\uff96\uff73\uff85\uff76"}, {"code" : "076", "name" : "\u5b89\u57ce\u897f", "name_kana" : "\uff71\uff9d\uff7c\uff9e\uff96\uff73\uff86\uff7c"}...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "data": {"type": "object", "properties": {"post": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}}, "required"...
{"hash" : "915668d94f7e69f340122b281a27ed2d17a3557f", "data" : {"post" : {"id" : "40", "title" : "enim quo cumque", "content" : "ut voluptatum aliquid illo tenetur nemo sequi quo facilis\nipsum rem optio mollitia quas\nvoluptatem eum voluptas qui\nunde omnis voluptatem iure quasi maxime voluptas nam"}}, "context" : {}}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "data": {"type": "object", "properties": {"post": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}}, "required": ["id", "title", "content"]}}, "required": ["post"]}, "context": {"type": "o...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "vanillaextension:block/polished_basalt_wall_inventory"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "arra...
{"rustc" : 12964410163570521870, "features" : "[]", "target" : 12036403337363869303, "profile" : 14672114853574311971, "path" : 11832711826762384586, "deps" : [], "local" : [{"Precalculated" : "0.1.3"}], "rustflags" : [], "edition" : "Edition2015"}
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"Precalculated": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "...
{"name" : "zzy-deliberate-practice", "version" : "1.0.32", "description" : "> TODO: description", "author" : "pandaCure <zzyamor@163.com>", "homepage" : "https://github.com/pandaCure/product-math-practice#readme", "license" : "ISC", "main" : "cjs/index.js", "module" : "esm/index.js", "esnext" : "esnext/index.js", "typi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "esnext": {"type": "string"}, "typings": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"$schema": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "commitMessagePrefix": {"type": "string"}, "reviewers": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema...
{"$schema" : "https://docs.renovatebot.com/renovate-schema.json", "extends" : ["config:base"], "commitMessagePrefix" : "chore: ", "reviewers" : ["menzerath"]}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "commitMessagePrefix": {"type": "string"}, "reviewers": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "extends", "commitMessagePrefix", "reviewers"], "$schema": "http://...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : " DS Arms \"3 prong trident\" 7.62x51 Flash hider for SA-58", "ShortName" : "3 prong trident", "Description" : "Flash hider produced by DS Arms for SA-58 rifle."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "gurgeons", "definition" : "Coarse meal. [Obs.]\n\nSee Grudgeons."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "version": {"t...
{"homepage" : "https://docs.microsoft.com/en-us/sysinternals/", "description" : "This is a kernel-mode driver that demonstrates keyboard input filtering just above the keyboard class driver in order to turn caps-locks into control keys.", "license" : {"identifier" : "Freeware", "url" : "https://docs.microsoft.com/en-us...
json_instruct
{"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "version": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["430981401201", "\u5927\u7801\u5934\u6751", "220", "0"], ["430981401502", "\u4e94\u82b1\u6d32\u7ba1\u7406\u533a", "220", "0"], ["430981401503", "\u5f90\u5bb6\u5cad\u7ba1\u7406\u533a", "220", "0"], ["430981401504", "\u8f66\u5b50\u6b67\u7ba1\u7406\u533a", "123", "0"], ["430981401505", "\u6c38\u80dc\u7ba1\u7406\u533a", ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"@most/adapter": {"type": "string"}, "@mos...
{"author" : "Matthias Seemann <seemann@visisoft.de> (https://github.com/semmel/)", "bugs" : {"url" : "https://github.com/semmel/on-screen-keyboard-detector/issues"}, "dependencies" : {"@most/adapter" : "^1.0.0", "@most/core" : "^1.5.0", "@most/dom-event" : "^2.2.0", "@most/scheduler" : "^1.2.3", "ramda" : "^0.27.0"}, "...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"@most/adapter": {"type": "string"}, "@most/core": {"type": "string"}, "@most/dom-event": {"type": "string"}, "@mo...
Please provide a valid JSON object following this schema: {"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": "s...
{"id" : 26102, "title" : ["[Hendoran Outpost, Kitchen]"], "description" : ["The kitchen is a place of constant movement as the Hendoran cooks and staff continues a dance of constant clean up and preparation for the meals to feed their armed counterparts. Rich and savory smells flow from various boiling pots and severa...
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": {"26103"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["410325210200", "\u6728\u690d\u8857\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["410325210201", "\u5f20\u69d0\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["410325210202", "\u5e73\u5730\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["410325210203", "\u6768\u5bb6\u5cad\u6751\u6751\u6c11\u59d4\u5458\u4f1a"...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "dependencies": {"type": "object", "propertie...
{"name" : "dd_gulp", "version" : "1.0.0", "scripts" : {"postinstall" : "find node_modules/ -name '*.info' -type f -delete"}, "dependencies" : {}, "devDependencies" : {"breakpoint-sass" : "^2.7.0", "browser-sync" : "^2.18.1", "compass-mixins" : "^0.12.10", "gulp" : "^3.9.1", "gulp-autoprefixer" : "^3.1.1", "gulp-plumber...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "propert...
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": {"start": {"type": "string"}, "start:dev": {"type"...
{"name" : "api", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "npx tsc --project ./ && node app.js", "start:dev" : "nodemon app.ts", "test" : "jest"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"bcrypt" : "^5.0.1", "cors" : "^2.8.5", "dotenv" : "^10.0.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"}, "start:dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "start...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int...
{"nom" : "Miramas", "dpt" : "Bouches-du-Rh\u00f4ne", "inscrits" : 16509, "abs" : 4675, "votants" : 11834, "blancs" : 962, "nuls" : 444, "exp" : 10428, "res" : [{"panneau" : "2", "voix" : 5659}, {"panneau" : "1", "voix" : 4769}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "430223102003", "text" : "\u6c5f\u5317\u793e\u533a"}, {"id" : "430223102004", "text" : "\u4e1c\u7530\u793e\u533a"}, {"id" : "430223102202", "text" : "\u9152\u57e0\u6c5f\u6751"}, {"id" : "430223102203", "text" : "\u767d\u77f3\u51b2\u6751"}, {"id" : "430223102219", "text" : "\u67d8\u53cc\u6751"}, {"id" : "430223...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema...
{"name" : "Token 51LU", "symbol" : "51LUr", "decimals" : 6, "address" : "51LUrHzwFKaaj9zstUWyQx1fT4fSLG5ou9f9Bqojiam9", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, ...
{"id" : 14075, "children" : [{"id" : 12213, "name" : "Horney, Karen -- and Freud"}, {"id" : 12214, "name" : "Horney, Karen -- and Ibsen"}, {"id" : 12215, "name" : "Horney, Karen -- inner conflicts in theory of"}, {"id" : 12216, "name" : "Horney, Karen -- interpersonal strategies in theory of"}, {"id" : 12217, "name" : ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema....
Create a JSON structure that matches this 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...
{"id" : 101890309, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "3ce3d52e307a3c8ad0f5d06f894e4622", "wof:id" : 101890309, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.09502, 46.70849, 0.09502, 46.70849], "geometry" : {"coordinates"...
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": [...
{"name" : "twall-functions", "description" : "Cloud Functions for Twall", "version" : "2.0.0", "author" : {"name" : "Fran\u00e7ois GRUCHALA", "email" : "francois@gdglille.org"}, "scripts" : {"lint" : "tslint --project tsconfig.json", "build" : "tsc", "serve" : "npm run build && firebase serve --only functions", "shell"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "scripts": {"type": "object", "properties": {"lint": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "number"}}, "modul...
{"acadYear" : "2019/2020", "description" : "Creating, implementing, and delivering programmes, policies, and services effectively increasingly requires the involvement of a highly diverse set of \u00e2\u0080\u0093 supportive as well as adversarial \u00e2\u0080\u0093 stakeholders. This module will address\nquestions suc...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "number"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "strin...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "folder": {"type": "string"}, "items": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}}, "required": ["name", "folder", "items", "icon"], "$schema": "http://jso...
{"name" : "HONKAI3-NEWYEAR-2019", "folder" : "https://cdn.jsdelivr.net/gh/hotarugali/Emoji@HONKAI3-NEWYEAR-2019/image/HONKAI3-NEWYEAR-2019", "items" : ["HONKAI3-NEWYEAR-2019_1.gif", "HONKAI3-NEWYEAR-2019_2.gif", "HONKAI3-NEWYEAR-2019_3.jpg", "HONKAI3-NEWYEAR-2019_4.jpg", "HONKAI3-NEWYEAR-2019_5.gif", "HONKAI3-NEWYEAR-2...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "folder": {"type": "string"}, "items": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}}, "required": ["name", "folder", "items", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"error...
{"contract" : "0x5697611721e7d48f38d0cb47d4fe4d0fee336f0a", "tool" : "oyente", "start" : 1563580251.9655674, "end" : 1563580268.2332559, "duration" : 16.267688512802124, "analysis" : [{"errors" : [], "file" : "/unique_chucks/21/0x5697611721e7d48f38d0cb47d4fe4d0fee336f0a.sol", "name" : "LifeSet_008", "evm_code_coverage"...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"GeniusSweetTooth": {"type": "array", "items": {"type": "string"}}}, "required": ["GeniusSweetTooth"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"GeniusSweetTooth" : ["TheSmartGuy", "TheProfessor", "AbsentMindedProfessor", "MadScientist", "SweetTooth", "TrademarkFavoriteFood", "TruthInTelevision", "IsItSomethingYouEat", "BigEater", "TheDitz", "MustHaveCaffeine", "CastFromCalories", "DonutMessWithACop", "GeniusDitz", "NamedAfterSomeoneFamous", "LawyerFriendlyCa...
json_instruct
{"type": "object", "properties": {"GeniusSweetTooth": {"type": "array", "items": {"type": "string"}}}, "required": ["GeniusSweetTooth"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {...
{"id" : 81344637, "ot" : 3, "alias" : 0, "setcode" : 0, "type" : 33, "atk" : 400, "def" : 2000, "level" : 3, "race" : 8, "attribute" : 32, "category" : 262272, "name" : "Basilius, Familiar of the Evil Eye", "desc" : "If you control an \"Evil Eye\" monster, you can Special Summon this card (from your hand). You can only...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "int...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{".js" : "8198f42d3be3808553a94a2cfbc0e7e26ee10926.js"}
json_instruct
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-...
{"word" : "Jowl", "definitions" : ["The lower part of a person's or animal's cheek, especially when it is fleshy or drooping.", "The cheek of a pig used as meat.", "The loose fleshy part of the neck of certain animals, such as the dewlap of cattle or the wattle of birds."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahN...
{"id" : 5791, "surahNumber" : "080", "ayatNumber" : "033", "arabic" : "\u0641\u064e\u0625\u0650\u0630\u064e\u0627 \u062c\u064e\u0627\u0621\u064e\u062a\u0650 \u0627\u0644\u0635\u0651\u064e\u0627\u062e\u0651\u064e\u0629\u064f", "english" : "Then, when there comes As-Sakhkhah (the Day of Resurrection's second blowing of T...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http...
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#"}
[[1993, 6], [1995, 9], [1996, 5], [1998, 5]]
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": {"website": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "id": {"type": "string"}, "director": {"type": "string"}, "phone": {"typ...
{"website" : "www.grundschule-am-priesterweg.de", "school_type" : "Grundschule", "fax" : "0331 2897501", "name" : "Grundschule \"Am Priesterweg\" ", "address" : "Oskar-Me\u00dfter-Stra\u00dfe 4-6 14480 Potsdam", "id" : "BB-105466", "director" : "Frau Eichelbaum", "phone" : "0331 2897500", "provider" : "Kreisfreie St...
json_instruct
{"type": "object", "properties": {"website": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "id": {"type": "string"}, "director": {"type": "string"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "email": {"type...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"...
{"categories" : ["Uncategorized"], "desc" : "\n", "details" : {"authors" : "Dave Hoover, Adewale Oshineye", "format" : "pdf", "isbn-10" : "0596518382", "isbn-13" : "978-0596518387", "pages" : "168 pages", "publication date" : "October 25, 2009", "publisher" : "O'Reilly Media", "size" : "3.00Mb"}, "img" : "http://23.95....
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "enmap": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}}, "required": ["dis...
{"name" : "NextBus", "dependencies" : {"discord.js" : "^11.4.2", "enmap" : "^4.7.1", "request" : "^2.88.0", "request-promise" : "^4.2.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "enmap": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}}, "required": ["discord.js", "enmap", "request", "request-promise"]}}, "requ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "s...
{"name" : "buffers", "displayName" : "buffers", "description" : "test", "version" : "0.1.7", "publisher" : "circledev", "license" : "UNLICENSED", "homepage" : "https://github.com/actarian/buffers/blob/master/README.md", "devDependencies" : {"@types/mocha" : "^2.2.42", "@types/node" : "^7.0.43", "uglify-js" : "^3.3.16",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"index_patterns": {"type": "array", "items": {"type": "string"}}, "composed_of": {"type": "array", "items": {"type": "string"}}}, "required": ["index_patterns", "composed_of"], "$schema": "http://json-schema.org/dr...
{"index_patterns" : ["log4j2-elasticsearch-hc-springboot-es-7-*"], "composed_of" : ["log4j2-elasticsearch-hc-springboot-es-7-test-settings", "log4j2-elasticsearch-hc-springboot-es-7-test-settings-ilm", "log4j2-elasticsearch-hc-springboot-es-7-test-mappings"]}
json_instruct
{"type": "object", "properties": {"index_patterns": {"type": "array", "items": {"type": "string"}}, "composed_of": {"type": "array", "items": {"type": "string"}}}, "required": ["index_patterns", "composed_of"], "$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"}, "picture": {"type": "string"}, "ircnick": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "picture", "ircnick", "descrip...
{"name" : "Elisa", "picture" : "https://scontent-arn2-1.xx.fbcdn.net/v/t1.0-9/14519645_10210679738973891_8163908462881522698_n.jpg?oh=485cbe54ce497f96cff5ba314667833f&oe=58687B23", "ircnick" : "elisanur", "description" : "IT student", "homepage" : "https://www.cs.helsinki.fi/u/elisanur/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "picture": {"type": "string"}, "ircnick": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "picture", "ircnick", "description", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keyw...
{"name" : "batch-stream", "version" : "1.0.0", "description" : "Support batching of objects in a stream. Useful for scenarios like dataload", "main" : "src/index.js", "scripts" : {"test" : "nyc mocha test/**/*.spec.js"}, "keywords" : ["stream", "batch", "csv", "records", "xml"], "author" : "chet20r", "license" : "MIT",...
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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author...
Please provide a valid JSON object following this schema: {"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"...
{"variants" : {"powered=false" : {"model" : "embellishcraft:block/smooth_jade_pressure_plate"}, "powered=true" : {"model" : "embellishcraft:block/smooth_jade_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": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"biomes/surface_detached/precursorsurface.biome": {"type": "array", "items": {"type": "string"}}, "biomes...
[{"DeniedAlternatives" : [], "Files" : {"biomes/surface_detached/precursorsurface.biome" : ["/friendlyName"], "biomes/underground_detached/precursorunderground.biome" : ["/friendlyName"]}, "Texts" : {"Chs" : "\u5148\u9a71\u5e9f\u589f", "Eng" : "Precursor Ruins"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"biomes/surface_detached/precursorsurface.biome": {"type": "array", "items": {"type": "string"}}, "biomes/underground_detached/precursorunderground.biome": {"type...
Generate sample JSON data that conforms to the following 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": "n...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.375, 30.833333333333332], [137.375, 30.916666666666668], [137.5, 30.916666666666668], [137.5, 30.833333333333332], [137.375, 30.833333333333332]]]}, "properties" : {"code" : 463723, "url" : "http://madefor.github.io/0410/api/v1/463723.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": "ob...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "WHICH WE FIND IN OURSELVES ARISING FROM A CONSIDERATION OF THEIR VERY BEING OR HAPPINESS.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/3857.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$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"}, "tier": {"type": "integer"}, "cooldown": {"type": "integer"}, "slots": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "tier", "cooldown", "slots", "type"], "$sche...
{"name" : "ice_minion", "tier" : 10, "cooldown" : 8, "slots" : 15, "type" : "minion"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "tier": {"type": "integer"}, "cooldown": {"type": "integer"}, "slots": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "tier", "cooldown", "slots", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "gherkin", "definition" : "1. (Bot.) A kind of small, prickly cucumber, much used for pickles. 2. (Zo\u00f6l.) See Sea gherkin."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}}, "required": ["test"...
{"name" : "update-hooks", "version" : "0.1.0", "description" : "A webserver that watch project versions and trigger webhooks on updates", "main" : "index.js", "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "https://github.com/Filirom1/update-hooks.git"}, "keywords" : ["uscan", "anitya", "watch"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "me...
{"ast" : null, "code" : "/**\n * THIS FILE IS AUTO-GENERATED\n * DON'T MAKE CHANGES HERE\n */\nimport { bignumberDependencies } from './dependenciesBignumber.generated.js';\nimport { matrixDependencies } from './dependenciesMatrix.generated.js';\nimport { largerDependencies } from './dependenciesLarger.generated.js';\n...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "woolenet", "definition" : "A thin, light fabric of wool. [Written also woollenet, woolenette, and woollenette.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"...
{"name" : "pucene/doctrine-bundle", "description" : "Integrates pucene in symfony with a doctrine storage layer.", "authors" : [{"name" : "Pucene Community", "homepage" : "https://github.com/pucene/PuceneDoctrineBundle/contributors"}], "keywords" : ["symfony", "bundle", "doctrine", "lucene", "indexing"], "type" : "symf...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "keywords": {"type": "array", "items": {"type": "strin...
Following the schema specification below, generate a valid JSON instance: {"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" : "9415074006", "district_id" : "9415074", "name" : "AOU"}
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": {"uuid": {"type": "string"}, "parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "...
{"uuid" : "d05d0df5-4519-4492-9ff6-13f1a2654287", "parent" : "7f1cee20-eafb-4fdd-a091-4385b95e4721", "pid" : 9642, "argv" : ["/home/travis/.nvm/versions/node/v10.16.0/bin/node", "/home/travis/build/commitizen/cz-cli/node_modules/.bin/npm", "init", "--force", "--yes"], "execArgv" : [], "cwd" : "/home/travis/build/commit...
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "ppid": {"type": "integer"}, "root": {"type"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "dependencies": {"type": "object",...
{"name" : "jgarabedian.github.io", "version" : "1.0.2", "description" : "Showcase Jacks side projects so he can get a new job", "scripts" : {"build" : "babel assets/js -d lib"}, "dependencies" : {"@simonwep/pickr" : "^1.4.5"}, "devDependencies" : {"@babel/cli" : "^7.7.0", "@babel/core" : "^7.7.2", "@babel/preset-env" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "dependencies": {"type": "object", "properties": {"@simonwep/pickr": {"type": "string"}}, "re...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"...
{"userId" : 2216, "cartId" : "f3aa0a2c-b1ca-4df2-8e6d-1ad67e9ebb36", "preferredProducts" : [912, 2514, 2032, 3664, 748, 2702, 2720, 3985, 3781], "productReviews" : [{"productId" : 2795, "reviewText" : "one of my hobbies is web-browsing. and when i'm browsing the web this works great.", "reviewDate" : "2017-02-22T09:33:...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type"...
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.046237946, "width" : 0.056488037, "ymin" : 0.28570938, "height" : 0.07061008}, "relativeKeypoints" : [{"y" : 0.29959488, "x" : 0.049591064}, {"y" : 0.34708786, "x" : 0.089767456}, {"y" : 0.35050204, "x" : 0.08379364}, {"y" : 0.346077, "x" : 0.07782745}, {"y" : 0.33...
json_instruct
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "s...
{"name" : "Gemeinschaftsgrundsch.Grauthoff/Elbracht Grundschulverbund der Stadt Schlo\u00df Holte-Stukenbrock, Primarstufe", "id" : "NRW-193720", "address" : "Falkenstra\u00dfe 27, 33758 Schlo\u00df Holte-Stukenbrock", "school_type" : "Grundschule", "fax" : "05207 889275", "phone" : "05207 2092", "website" : "", "ema...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ...
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": {"start": {"type": "string"}, "server": {"type": "...
{"name" : "smashcb", "version" : "1.0.0", "description" : "Webapp to facilitate Crew Battles in Super Smash Bros", "main" : "server.js", "scripts" : {"start" : "node server.js", "server" : "nodemon server.js", "client" : "npm start --prefix client", "dev" : "npm run server & npm run client", "heroku-postbuild" : "NPM_C...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "server": {"type": "string"}, "client": {"type": "string"}, "dev": {"type": "string"}, "he...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "num...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[148.5, 41.916666666666664], [148.5, 42.0], [148.625, 42.0], [148.625, 41.916666666666664], [148.5, 41.916666666666664]]]}, "properties" : {"code" : 624874, "url" : "http://madefor.github.io/0410/api/v1/624874.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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "main": {"type": "string"}, "files": {"type": "array", "it...
{"name" : "@poi/plugin-puppet", "version" : "0.1.6", "publishConfig" : {"access" : "public"}, "main" : "lib/index.js", "files" : ["lib"], "devDependencies" : {"tape" : "^4.9.1"}, "dependencies" : {"chalk" : "^2.4.1", "chrome-location" : "^1.2.1", "express" : "^4.16.4", "fast-glob" : "^3.0.4", "mocha" : "^5.2.0", "puppe...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type":...
{"author" : {"id" : "t2_m0jj7", "name" : "Slo333"}, "date" : {"day" : 1556582400, "full" : 1556651586, "month" : 1554076800, "week" : 1556409600}, "id" : "t3_bj7a5n", "picture" : {"filesize" : 88891, "fullUrl" : "https://preview.redd.it/tf941mrptav21.jpg?auto=webp&s=6654d91bcc52f88b817947cbbd3b14e44fafa244", "hash" : "...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"amount": {"type": "integer"}}, "required": ["amount"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"amount" : 2980}
json_instruct
{"type": "object", "properties": {"amount": {"type": "integer"}}, "required": ["amount"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "number"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"},...
{"upper_left_x" : 1282.3969982308618, "upper_left_y" : 44.09538634990454, "bottom_right_x" : 1670.8602194602731, "bottom_right_y" : 615.9995731598711, "time" : 1480345176411, "is_final" : false, "event_type" : "zoom", "op_order" : 37, "id" : 37}
json_instruct
{"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "number"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"t...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron-prebuilt": {"type": "string"}}, "required": ["electron-prebuilt"]}}, "require...
{"name" : "electron-template", "version" : "0.1.0", "main" : "main.js", "devDependencies" : {"electron-prebuilt" : "^0.27.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron-prebuilt": {"type": "string"}}, "required": ["electron-prebuilt"]}}, "required": ["name", "version", "main", "devDependencies"], "$schem...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "...
{"name" : "@dmhendricks/jquery-waituntilexists", "description" : "jQuery plugin that runs handler function once specified element is inserted into the DOM.", "author" : "Daniel M. Hendricks", "version" : "1.0.0", "license" : "MIT", "main" : "jquery.waitUntilExists.min.js", "keywords" : ["jquery", "element", "exists", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "contributo...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, ...
{"actors" : [], "countries" : ["New Zealand", "India", "Austria", "Uganda", "Singapore"], "enb_end_date" : "23-Apr-09", "enb_long_title" : "Thirtieth Session of the IPCC", "enb_short_title" : "IPCC-30", "enb_start_date" : "21-Apr-09", "enb_url" : "http://www.iisd.ca/vol12/enb12408e.html", "id" : "enb12408e_18", "sectio...
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"source": {"type": "string"}, "date": {"type": "string"}, "title": {"type": "string"}}, "required": ["source", "date", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source" : "https://www.indeed.com", "date" : "15-SEP-2018", "title" : "Job Postings Containing Specific Programming Languages"}
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "date": {"type": "string"}, "title": {"type": "string"}}, "required": ["source", "date", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"instance": {"type": "object", "properties": {"jqueryexampleJs": {"type": "string"}}, "required": ["jqueryexampleJs"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["instance", ...
{"instance" : {"jqueryexampleJs" : ""}, "class" : {}}
json_instruct
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"jqueryexampleJs": {"type": "string"}}, "required": ["jqueryexampleJs"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["instance", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "NAZDAR", "frequency" : 0, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"vue.js": {"type": "string"}, "vue.min.js": {"type": "string"}}, "required": ["vue.js", "vue.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vue.js" : "sha512-dzzxFIIuQR1fzWk62ZFAGzYWKYvv0GYyqGQkeC0hau2KQlhrAHAcenHrnT5RSmJg/74f4WPXTj5c9wAAjrv8Bg==", "vue.min.js" : "sha512-juS/uDYTudzs9onjyl8zAF3l2/ff8g40wd6kMyrS2d0AtLakvF1IZpxYn54r1rq8Ltmj0Q4h4rwuROyrdXHyJg=="}
json_instruct
{"type": "object", "properties": {"vue.js": {"type": "string"}, "vue.min.js": {"type": "string"}}, "required": ["vue.js", "vue.min.js"], "$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"}, "platform": {"type": "string"}, "version": {"type": "string"}, "wabVersion": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "copyright": {"type...
{"name" : "CADExport", "platform" : "HTML", "version" : "1.0.0", "wabVersion" : "1.0", "author" : "EE with the help of ESRI edraw widget", "description" : "Enhanced CAD Export widget for WebApp Builder for Arcgis.", "copyright" : "\u00a9 MAGIS NC", "license" : "http://www.apache.org/licenses/LICENSE-2.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "platform": {"type": "string"}, "version": {"type": "string"}, "wabVersion": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "copyright": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "platform"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["title", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Screenshot_2019-10-24_14-48-35.png", "description" : "Screenshot.", "comments" : []}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["title", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "st...
{"vendor" : "zulu", "filename" : "zulu8.58.0.13-ca-jdk8.0.312-macosx_x64.zip", "release_type" : "ga", "version" : "8.58.0.13", "java_version" : "8.0.312", "jvm_impl" : "hotspot", "os" : "macosx", "architecture" : "x86_64", "file_type" : "zip", "image_type" : "jdk", "features" : [], "url" : "https://static.azul.com/zulu...
json_instruct
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "toolchainFile": {"type": "string"}}, "required": ["name", "toolchainFile"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "GCC Arm Embedded", "toolchainFile" : "${workspaceFolder}/tools/arm-none-eabi-gcc.cmake"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "toolchainFile": {"type": "string"}}, "required": ["name", "toolchainFile"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "vainglory, empty pride", "long" : "vainglory, empty pride."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "automerge": {"type": "boolean"}, "automergeType": {"type": "string"}, "packageRules": {"type": "array", "items": {"type": "object", "...
{"$schema" : "https://docs.renovatebot.com/renovate-schema.json", "extends" : ["github>capraconsulting/renovate-config:library"], "automerge" : true, "automergeType" : "branch", "packageRules" : [{"description" : "Create release for package updates that is part of the bundled code", "packageNames" : ["aws-sdk", "axios"...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "automerge": {"type": "boolean"}, "automergeType": {"type": "string"}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "packageNames...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typescript": {"type": "object", "properties": {"definition": {"type": "string"}}, "required": ...
{"name" : "react-datadeps", "version" : "1.0.28", "description" : "Declarative data dependencies for react components", "main" : "dist/index.js", "typescript" : {"definition" : "dist/index.d.ts"}, "types" : "dist/index.d.ts", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typescript": {"type": "object", "properties": {"definition": {"type": "string"}}, "required": ["definition"]}, "types": {"type": "string"}, "scripts": {"type": "ob...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "classnames": {"type": "string"}, "immutable": {"type": "st...
{"name" : "my-ele", "version" : "0.1.0", "private" : true, "dependencies" : {"axios" : "^0.18.0", "classnames" : "^2.2.5", "immutable" : "^3.8.2", "react" : "^16.2.0", "react-css-modules" : "^4.7.1", "react-dom" : "^16.2.0", "react-redux" : "^5.0.7", "react-router" : "^4.2.0", "react-router-config" : "^1.0.0-beta.4", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "classnames": {"type": "string"}, "immutable": {"type": "string"}, "react": {"type": "string"}, "react-css-modules":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"isValid": {"type": "boolean"}, "score": {"type": "integer"}, "bonusObtained": {"type": "array", "items": {}}, "error": {"type": "object", "properties": {"dstEdge": {"type": "object", "properties": {"src": {"type": "o...
{"isValid" : false, "score" : 100000000, "bonusObtained" : [], "error" : {"dstEdge" : {"src" : {"x" : 150, "y" : 43}, "dst" : {"x" : 98, "y" : 7}}, "message" : "Edge 5 is not in the hole. (2 edges are outside in total)"}}
json_instruct
{"type": "object", "properties": {"isValid": {"type": "boolean"}, "score": {"type": "integer"}, "bonusObtained": {"type": "array", "items": {}}, "error": {"type": "object", "properties": {"dstEdge": {"type": "object", "properties": {"src": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}...
{"actors" : [], "countries" : ["Peru"], "enb_end_date" : "04-Dec-14", "enb_long_title" : "Lima Climate Change Conference - December 2014", "enb_short_title" : "COP 20", "enb_start_date" : "04-Dec-14", "enb_url" : "http://www.iisd.ca/vol12/enb12611e.html", "id" : "enb12611e_1", "section_title" : "Dates and Venues of Fut...
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"c" : 1480055, "d" : "55M", "md" : false}, {"c" : 1480056, "d" : "56M", "md" : true}, {"c" : 1480057, "d" : "57M", "md" : false}, {"c" : 1480058, "d" : "58M", "md" : false}, {"c" : 1480059, "d" : "59M", "md" : false}, {"c" : 1480060, "d" : "60M", "md" : false}, {"c" : 1480061, "d" : "61M", "md" : true}, {"c" : 148006...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"adapter.js": {"type": "string"}, "adapter.min.js": {"type": "string"}, "adapter_no_edge.js": {"type": "string"}, "adapter_no_edge.min.js": {"type": "string"}, "adapter_no_edge_no_global.js": {"type": "string"}, "adapter_no_...
{"adapter.js" : "sha512-j6UFS3n+ktZt5LR5Jsj1wnIHhyxkJNsCmX8XcQahKzIK9ksl5klUx67+jt7QVObc9LRv25rom/WKDH8Hp49Rdw==", "adapter.min.js" : "sha512-YcrGbN0reuDNZSxBRlMqwZOFhSMlIkuEfGMxIFbpE10n7QnLNAHt4RubXLzFDF/P9a/KOlMMWlHQUR1KKWbdqQ==", "adapter_no_edge.js" : "sha512-gN5H4A/ke4augmxnql9Kno2tyQQb1o7QpobXJ3FShbrT83uo2jDZrzMh...
json_instruct
{"type": "object", "properties": {"adapter.js": {"type": "string"}, "adapter.min.js": {"type": "string"}, "adapter_no_edge.js": {"type": "string"}, "adapter_no_edge.min.js": {"type": "string"}, "adapter_no_edge_no_global.js": {"type": "string"}, "adapter_no_edge_no_global.min.js": {"type": "string"}, "adapter_no_global...
Create an example JSON object that satisfies this 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" : "5371010001", "district_id" : "5371010", "name" : "NAIONI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"gd32vf103_usart.h": {"type": "string"}, "gd32vf103_eclic.h": {"type": "string"}, "gd32vf103_it.h": {"type": "string"}, "gd32vf103.h": {"type": "string"}...
{"files.associations" : {"gd32vf103_usart.h" : "c", "gd32vf103_eclic.h" : "c", "gd32vf103_it.h" : "c", "gd32vf103.h" : "c"}}
json_instruct
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"gd32vf103_usart.h": {"type": "string"}, "gd32vf103_eclic.h": {"type": "string"}, "gd32vf103_it.h": {"type": "string"}, "gd32vf103.h": {"type": "string"}}, "required": ["gd32vf103_usart.h", "gd32vf103_eclic.h", "gd32vf103_it.h", "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "pro...
{"name" : "yildiz-kafka-connect", "version" : "1.7.1", "description" : "Kafka connect connector for Yildiz Graph Database", "main" : "index.js", "scripts" : {}, "repository" : {"type" : "git", "url" : "git+https://github.com/nodefluent/yildiz-kafka-connect.git"}, "keywords" : ["kafka", "kafka-connect", "connect", "conn...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string...
Construct a JSON document that adheres to this schema specification: {"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" : 101880957, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "157cb9b90a6b79d3750f4d07096dd312", "wof:id" : 101880957, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.158099456738, 48.77389469667406, 3.16783398886184, 48.77959872591254],...
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extends": {"type": "string"}, "compileOnSave": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"inlineSourceMap": {"type": "boolean"}, "inlineSources": {"type": "boolean"}, "declarat...
{"extends" : "../tsconfig.base.json", "compileOnSave" : true, "compilerOptions" : {"inlineSourceMap" : true, "inlineSources" : true, "declaration" : true, "outFile" : "../built/cdp.ui.listview-all.js"}, "files" : ["scripts/CDP/UI/listview/Interfaces.ts", "scripts/CDP/UI/listview/Config.ts", "scripts/CDP/UI/listview/Uti...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compileOnSave": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"inlineSourceMap": {"type": "boolean"}, "inlineSources": {"type": "boolean"}, "declaration": {"type": "boolean"}, "outFile": {"type": "string"}}, "required": ["inli...
Generate a valid JSON object that conforms to the following schema: {"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"}, "tr...
{"web" : [{"value" : ["\u5ba1\u67e5\u5236\u5ea6", "\u5ba1\u67e5", "\u7535\u68c0\u5236\u5ea6"], "key" : "censorship"}, {"value" : ["\u4f26\u7406\u5ba1\u67e5", "\u4f26\u7406\u5ba1\u67e5"], "key" : "Ethic censorship"}, {"value" : ["\u5fb7\u56fd\u7eb3\u7cb9\u7684\u5ba1\u67e5", "\u5386\u53f2\u4e0a\u7684\u4eca\u5929\u5fb7\u5...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, ...
{"asset" : {"format" : "jpg", "id" : "7607da7d32f9c4f632cb703b94c57e56", "name" : "00000397.jpg", "path" : "file:C:/Users/trevo/PycharmProjects/TrainYourOwnYOLO-branch/Data/Source_Images/Training_Images/00000397.jpg", "size" : {"width" : 1600, "height" : 1167}, "state" : 2, "type" : 1}, "regions" : [{"id" : "uWrJGdYZJ"...
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "heig...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "email": {"type": "strin...
{"symbol" : "WTCC", "address" : "0x7A0E227B009E27Fa68ffAb9Ff8DBCFCCA6FB571B", "overview" : {"en" : "WTCC is a kind of community stable token with convenient payment developed by world chain team. Its purpose is to improve the efficiency of international trade.", "zh" : "WTCC\u662fWorld Chain\u56e2\u961f\u5f00\u53d1\u76...
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "email": {"type": "string"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "stat...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required"...
{"name" : "Tracker", "version" : "0.0.0", "description" : "A Combat Tracker built on top of Atom Electron", "author" : "Anthony Porthouse <anthony@porthou.se>", "main" : "main.js", "dependencies" : {}, "devDependencies" : {"electron-compile" : "^0.9.2", "electron-prebuilt" : "^0.33.1", "eslint" : "^1.2.1", "gulp" : "^3...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"electron-c...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/s...
[{"name" : "GU\ufffdR\ufffdN", "frequency" : 41, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"gender": {"type": "string"}, "name": {"type": "object", "properties": {"title": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["title", "first", "last"]}, "email": {"type": "strin...
{"gender" : "male", "name" : {"title" : "Monsieur", "first" : "Cyrill", "last" : "Laurent"}, "email" : "cyrill.laurent@example.com", "login" : {"username" : "goldenkoala329", "uuid" : "Ca91J6l8Rbu4hUclQhUBOA==", "isloggedin" : true}, "picture" : {"large" : "https://randomuser.me/api/portraits/men/61.jpg", "medium" : "h...
json_instruct
{"type": "object", "properties": {"gender": {"type": "string"}, "name": {"type": "object", "properties": {"title": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["title", "first", "last"]}, "email": {"type": "string"}, "login": {"type": "object", "properties": {"username": {"...