input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 81943, "cartId" : "54722356-3abd-421e-a898-0cfea4aa0ef4", "preferredProducts" : [4217, 3355, 1420, 1166], "productReviews" : [{"productId" : 352, "reviewText" : "My co-worker Nile has one of these. He says it looks crooked.", "reviewDate" : "2016-05-29T20:23:00.8551619+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"tracker_broadcast": {"type": "object", "properties": {"type": {"type": "string"}, "dropshadow": {"type": "boolean"}, "margin": {"type": "string"}, "content": {"type": "array", "items": {"type": "object", "properties": {"type":...
{"tracker_broadcast" : {"type" : "array", "dropshadow" : true, "margin" : "10", "content" : [{"type" : "array", "orientation" : "vertical", "margin" : "0,0", "content" : [{"type" : "array", "orientation" : "horizontal", "margin" : "0,0", "content" : [{"type" : "group", "header" : "Items", "dock" : "top", "content" : {"...
json_instruct
{"type": "object", "properties": {"tracker_broadcast": {"type": "object", "properties": {"type": {"type": "string"}, "dropshadow": {"type": "boolean"}, "margin": {"type": "string"}, "content": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "orientation": {"type": "string"}, "ma...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"abstract": {"type": "string"}, "affiliations": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "...
{"abstract" : "The emergence of the pandemic around the world owing to COVID-19 is putting the world into a big threat. Many factors may be involved in the transmission of this deadly disease but not much-supporting data are available. Till now no proper evidences has been reported supporting that temperature changes c...
json_instruct
{"type": "object", "properties": {"abstract": {"type": "string"}, "affiliations": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "titl...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "li...
{"version" : "0.0.8", "name" : "emotionloop/visualcaptcha", "description" : "PHP library for visualCaptcha. Still requires you to have the front-end companion.", "keywords" : ["captcha", "visualCaptcha", "security"], "homepage" : "http://visualcaptcha.net", "type" : "library", "license" : "MIT", "authors" : [{"name" : ...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"t...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "elements": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "visibility": {"type": "string"}, "wid...
{"$schema" : "http://www.lavishsoft.com/schema/lgui2Package.json", "elements" : [{"type" : "window", "name" : "sixtySixtySixtyTwenty.window", "title" : "Sixty Sixty - Sixty - Twenty", "visibility" : "hidden", "width" : 200, "height" : 100, "content" : "Made by Svpernova09"}]}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "elements": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "visibility": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "c...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"block": {"type": "object", "properties": {"number": {"type": "string"}, "hash": {"type": "string"}}, "required": ["number", "hash"]}, "section": {"type": "string"}, "method": {"type": "string"}, "events": {"type": "array", "it...
{"block" : {"number" : "4", "hash" : "0x721696bd55f5038b79eef0549cae9242dbbe5e4539f0ab82609adc14cc2fc2f7"}, "section" : "", "method" : "", "events" : [], "transactionVersion" : 1, "specVersion" : 1, "hash" : "0x6718af5482fdffb1f9d73338a06372ce96743315701673a300351c4cbbf4fa48", "from" : "5GxDBrTuFgCAN49xrpRFWJiA969R2Ny5...
json_instruct
{"type": "object", "properties": {"block": {"type": "object", "properties": {"number": {"type": "string"}, "hash": {"type": "string"}}, "required": ["number", "hash"]}, "section": {"type": "string"}, "method": {"type": "string"}, "events": {"type": "array", "items": {}}, "transactionVersion": {"type": "integer"}, "spec...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"emmet.cjs.js": {"type": "string"}, "emmet.es.js": {"type": "string"}}, "required": ["emmet.cjs.js", "emmet.es.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"emmet.cjs.js" : "sha512-HWJOD66b+QHv3ep0XWFOLoFiV8PmiCELvUq+qoveCcerm5Vg8qKtik11FDvIXgNT1MWJv/Kaav/OGQW+6/xejQ==", "emmet.es.js" : "sha512-ZRGHbkwRKMDwFefxmimCFu/+aIK86+Jf9AJNtzVvNTk/DUFcCdFr4ffJIwokxk4+MBh0RApFRGsK2eJCxBG98w=="}
json_instruct
{"type": "object", "properties": {"emmet.cjs.js": {"type": "string"}, "emmet.es.js": {"type": "string"}}, "required": ["emmet.cjs.js", "emmet.es.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"__class__": {"type": "string"}, "category": {"type": "string"}, "filename": {"type": "string"}, "element": {"type": "string"}, "line": {"type": "integer"}}, "required": ["__class__", "category", "filename", "element...
{"__class__" : "CatMetadataXmlEmptyElement", "category" : "CatMetadataXmlEmptyElement", "filename" : "metadata.xml", "element" : "longdescription", "line" : 4}
json_instruct
{"type": "object", "properties": {"__class__": {"type": "string"}, "category": {"type": "string"}, "filename": {"type": "string"}, "element": {"type": "string"}, "line": {"type": "integer"}}, "required": ["__class__", "category", "filename", "element", "line"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Urdaneta, Victoria, Oriental Mindoro, MIMAROPA (Region IV-B), PH", "locale" : "ph.mimaropa-region-iv-b.oriental-mindoro.victoria.urdaneta", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "13...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "r...
{"lastUpdated" : 1655019279666, "username" : "Gymnopedie 17", "scores" : [{"xp" : 29719, "rank" : 318, "cardId" : 196}, {"xp" : 23379, "rank" : 294, "cardId" : 307}, {"xp" : 31245, "rank" : 139, "cardId" : 148}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
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" : 404368323, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "4097322cc65513a5d3d0a0d2bb505e61", "wof:id" : 404368323, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.04554921793034, 48.177823978902, 0.12113538830326, 48.22676119102331],...
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": ["...
The schema below describes a JSON structure. Generate a valid example: {"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" : "6411030005", "district_id" : "6411030", "name" : "MAMAHAK ULU"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "is_in_staging": {"type": "boolean"}, "is_partition": {"type": "boolean"}, "type": {"type": "string"}, "mode": {"type": "strin...
[{"name" : "id_uf", "description" : "ID Unidade da Federa\u00e7\u00e3o - IBGE", "is_in_staging" : true, "is_partition" : false, "type" : "STRING", "mode" : "NULLABLE"}, {"name" : "sigla", "description" : "Sigla da Unidade da Federa\u00e7\u00e3o", "is_in_staging" : true, "is_partition" : false, "type" : "STRING", "mode"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "is_in_staging": {"type": "boolean"}, "is_partition": {"type": "boolean"}, "type": {"type": "string"}, "mode": {"type": "string"}}, "required": ["name", "description", "is_in_staging", "is_partiti...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"url": {"type": "string"}, "paths": {"type": "object", "properties": {"input": {"type": "array", "items": {"type": "string"}}, "output": {"type": "array", "items": {"type": "string"}}, "output_json": {"type": "array", "items": ...
{"url" : "http://www.skyscrapercenter.com/compare-data/submit?type%5B%5D=building&status%5B%5D=COM&status%5B%5D=UC&status%5B%5D=UCT&status%5B%5D=STO&base_region=0&base_country=0&base_city={}&base_height_range={}&base_company=All&base_min_year=1900&base_max_year=9999&comp_region=0&comp_country=0&comp_city=0&comp_height_...
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "paths": {"type": "object", "properties": {"input": {"type": "array", "items": {"type": "string"}}, "output": {"type": "array", "items": {"type": "string"}}, "output_json": {"type": "array", "items": {"type": "string"}}, "output_txt": {"type": "array", "items...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"gla": {"type": "string"}, "1,4-alpha-D-glucan glucohydrolase": {"type": "string"}, "Glucan 1,4-alpha-glucosidase": {"type": "string"}, "1,4-alpha-D-glucan glucanohydrolase": {"type": "string"}, "P22832": {"type": "string"}, "A...
{"gla" : "P22832", "1,4-alpha-D-glucan glucohydrolase" : "P22832", "Glucan 1,4-alpha-glucosidase" : "P22832", "1,4-alpha-D-glucan glucanohydrolase" : "P30292", "P22832" : "P22832", "AMYG_ASPSH" : "P22832", "Glucoamylase" : "P22832", "glaA" : "P22832", "P30292" : "P30292", "AMY_ASPSH" : "P30292", "Alpha-amylase" : "P302...
json_instruct
{"type": "object", "properties": {"gla": {"type": "string"}, "1,4-alpha-D-glucan glucohydrolase": {"type": "string"}, "Glucan 1,4-alpha-glucosidase": {"type": "string"}, "1,4-alpha-D-glucan glucanohydrolase": {"type": "string"}, "P22832": {"type": "string"}, "AMYG_ASPSH": {"type": "string"}, "Glucoamylase": {"type": "s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "l...
{"author" : "Pha\u0323m Trung Ki\u00ean", "description" : "My favorite config for eslint", "files" : ["eslint*.js", "index.js", "LICENSE", "README.md"], "homepage" : "https://github.com/shhlkien/eslint-config-pk", "keywords" : ["eslint", "eslintconfig", "format", "hint", "javascript", "js", "jshint", "lint", "style"], ...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object",...
{"translation-revision-date" : "2019-08-13 03:01:14+0000", "generator" : "GlotPress/2.4.0-alpha", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=1; plural=0;", "lang" : "zh_CN"}, "Select at least one category to display its products." : ["\u9009\u62e9\u81f3...
json_instruct
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d645-50", "text" : "March 31, 1961\nHarold E. Hill\nAdministrative Vice President\nDuPont Circle Office Building\n13^6 Connecticut Avenue, N.W.\nWashington 6, D. C.\nDear Harold:\nThanks for your March 28th note. Last week arrangements\nwere made for Senator Bricker to contact the two Ohio\nmembers of the Hous...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "adults": {"type": "integer"}, "children": {"type": "integer"}, "price": {"type": "integer"}, "images": {"type": "array", "items": {"type": "string"}}, "thumbnai...
[{"name" : "\u8c6a\u83ef\u96d9\u4eba\u623f (Deluxe Double)", "adults" : 2, "children" : 0, "price" : 1000, "images" : ["//pix6.agoda.net/hotelImages/734/734980/734980_15042312520027048773.jpg?s=1024x768"], "thumbnailsList" : [{"src" : "//pix6.agoda.net/hotelImages/734/734980/734980_15042312520027048773.jpg?s=100x75", "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "adults": {"type": "integer"}, "children": {"type": "integer"}, "price": {"type": "integer"}, "images": {"type": "array", "items": {"type": "string"}}, "thumbnailsList": {"type": "array", "items": {"type": "object", "properties": {...
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" : ["Preheat the oven's broiler and coat a baking sheet or broiling pan with olive oil.", "Rinse the fish and pat dry. Place on the greased pan, and brush with olive oil or coat with olive oil cooking spray. Squeeze the juice from the lemon wedges over the entire fillet, and season generously with salt fir...
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...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["feathers-action-reducer"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/a/ad/Spined_Rebound.png/revision/latest?cb=20210808161235", "sha1" : "068933b1649416d43b703411acc1567bb333a4b0"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"best": {"type": "object", "properties": {"X": {"type": "integer"}, "Y": {"type": "integer"}, "Z": {"type": "integer"}, "label": {"type": "integer"}, "score": {"type": "number"}, "xcenter": {"type": "integer"}, "xma...
{"best" : {"X" : -70, "Y" : 82, "Z" : 408, "label" : 1, "score" : 1.0, "xcenter" : 89, "xmax" : 0.5166015625, "xmin" : 0.081298828125, "ycenter" : 78, "ymax" : 0.5146484375, "ymin" : 0.009521484375}, "faces" : [{"X" : -70, "Y" : 82, "Z" : 408, "label" : 1, "score" : 1.0, "xcenter" : 89, "xmax" : 0.5166015625, "xmin" : ...
json_instruct
{"type": "object", "properties": {"best": {"type": "object", "properties": {"X": {"type": "integer"}, "Y": {"type": "integer"}, "Z": {"type": "integer"}, "label": {"type": "integer"}, "score": {"type": "number"}, "xcenter": {"type": "integer"}, "xmax": {"type": "number"}, "xmin": {"type": "number"}, "ycenter": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"require": {"type": "...
{"name" : "cafe-puppeteer", "version" : "1.0.0", "description" : "", "main" : "index.js", "exports" : {"." : {"require" : "./index.js", "default" : "./module.mjs"}, "./package.json" : "./package.json"}, "scripts" : {}, "keywords" : [], "author" : "Aron Soos", "license" : "MIT", "devDependencies" : {"puppeteer" : "^13.1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"require": {"type": "string"}, "default": {"type": "string"}}, "required": ["req...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bitwise": {"type": "object",...
{"name" : "wdc2_js", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"bitwise" : {"version" : "1.5.2", "resolved" : "https://registry.npmjs.org/bitwise/-/bitwise-1.5.2.tgz", "integrity" : "sha512-ud35crmZQTO6jAhCxmpDO8cMgu8h72wBxwd+0fzFKETX8Iz0BkB7PkBNabAWgq3DZm1rSr1LKobUucBneo0hxA=="}}...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bitwise": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"workbench.colorTheme": {"type": "string"}}, "required": ["workbench.colorTheme"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"workbench.colorTheme" : "Replicant"}
json_instruct
{"type": "object", "properties": {"workbench.colorTheme": {"type": "string"}}, "required": ["workbench.colorTheme"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type":...
{"body" : "Hi Kyle,\n\n\nBetween your toflt and total put the following:\n\n\n... | toflt | rcalc -if -of -e '$1=$1;cond=1e-6-$1' | total -if ...\n\n\n-Greg\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2010-June/006991.html).</sup>", "att...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "...
{"id" : "http://data.doremus.org/performance/c94db939-3a2e-3ba5-bdc5-321f1fe9438b", "expression" : [{"composer" : "http://data.doremus.org/artist/0c6af080-58a6-3777-ba6e-becbb00069b9", "id" : "http://data.doremus.org/expression/28140a84-a1e3-3859-98a6-ce53490e1bdc"}, {"composer" : "http://data.doremus.org/artist/2ac752...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1995, 7], [1999, 5], [2005, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"strings": {"type": "array", "items": {"type": "string"}}, "backtick": {"type": "string"}, "tilde": {"type": "string"}, "indent": {"type": "string"}}, "required": ["strings", "backtick", "tilde", "indent"], "$schema...
{"strings" : ["Hello,", "World!", "repetitio est mater studiorum"], "backtick" : "Hello,\nWorld!", "tilde" : "Hello,\nWorld!", "indent" : "Hello,\nWorld!"}
json_instruct
{"type": "object", "properties": {"strings": {"type": "array", "items": {"type": "string"}}, "backtick": {"type": "string"}, "tilde": {"type": "string"}, "indent": {"type": "string"}}, "required": ["strings", "backtick", "tilde", "indent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": ...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-80.201605, 26.105942], [-80.19757, 26.10604], [-80.197585, 26.106879], [-80.185861, 26.107181], [-80.185653, 26.092143], [-80.201178, 26.091635], [-80.201605, 26.105942]]]}, "type" : "Feature", "properties" : {"cartodb_i...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "home...
{"latest_version" : ["0.2.0"], "meta" : {"description" : "Web app to configure and monitor Xbus", "homepage" : "http://xbus.io"}, "versions" : {"0.1.1" : {"sha256" : "02b079c15af81494da8de6c8853dca543cf5bb77517f838ecdebaf178ab8f285", "url" : "https://files.pythonhosted.org/packages/38/30/9f7818a491257a8e5f667f040ae6a42...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.1.1": {"type": "obj...
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_7lr1m6k2", "name" : "Stumblefoot_"}, "date" : {"day" : 1601251200, "full" : 1601333411, "month" : 1598918400, "week" : 1601164800}, "id" : "t3_j1mv6i", "picture" : {"filesize" : 101552, "fullUrl" : "https://preview.redd.it/j0sn95nuwyp51.jpg?auto=webp&s=b4f506d349b334c4bcdbee58f8275d619f54b110", ...
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"}},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "...
{"id" : "2016", "provinceId" : "33", "regencyId" : "23", "districtId" : "08", "name" : "Sunggingsari"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ServiceBus": {"type": "object", "properties": {"Hostname": {"type": "string"}, "Topic": {"type": "string"}, "Subscription": {"type": "string"}, "TenantId": {"type": "string"}}, "required": ["Hostname", "Topic", "Subscriptio...
{"ServiceBus" : {"Hostname" : "myservicebus.servicebus.windows.net", "Topic" : "topic1", "Subscription" : "MessageBusExample", "TenantId" : "12345-12345-12345-12345-12345-12345"}}
json_instruct
{"type": "object", "properties": {"ServiceBus": {"type": "object", "properties": {"Hostname": {"type": "string"}, "Topic": {"type": "string"}, "Subscription": {"type": "string"}, "TenantId": {"type": "string"}}, "required": ["Hostname", "Topic", "Subscription", "TenantId"]}}, "required": ["ServiceBus"], "$schema": "htt...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "Ad...
{"IsRecentlyVerified" : false, "ID" : 134537, "UUID" : "5C0FBD03-792C-405D-A349-85DC55CF9485", "DataProviderID" : 1, "OperatorID" : 3276, "UsageTypeID" : 4, "AddressInfo" : {"ID" : 134883, "Title" : "Barrio La Maruca", "AddressLine1" : "Barrio La Maruca", "Town" : "Asturias", "StateOrProvince" : "Asturias", "Postcode" ...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "T...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name":...
{"name" : "rezouce/codeception-mailcatcher", "description" : "Allow to use Mailcatcher with Codeception", "minimum-stability" : "stable", "license" : "MIT", "authors" : [{"name" : "Rezouce", "email" : "contact@rezouce.net"}], "autoload" : {"psr-4" : {"Codeception\\Module\\" : "src"}}, "require-dev" : {"codeception/code...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", ...
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": {"pub": {"type": "string"}, "beta": {"type": "string"}}, "req...
{"name" : "@alilc/lowcode-template-plugin", "version" : "1.0.2", "description" : "Ali lowCode engine plugin template", "main" : "index.js", "scripts" : {"pub" : "npm publish", "beta" : "npm publish --tag beta"}, "repository" : {"type" : "git", "url" : "git@gitlab.alibaba-inc.com:guanghong.wsj/lowcode-tools.git", "direc...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"pub": {"type": "string"}, "beta": {"type": "string"}}, "required": ["pub", "beta"]}, "repository": {"type": "object", ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"...
{"id" : 3941, "title" : "Ticket #3941: if executable invalid exe, job gets rerun forever on windows", "description" : "<blockquote>\nIf the executable for windows is not in exe format, the starter knows this and disconnects. Shadow does not know why it disconnected and will reschedule the job forever.\n\n<p>With a bogu...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "stri...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "damage": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "rarity", "damage", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bow", "rarity" : "common", "damage" : 30, "type" : "bow"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "damage": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "rarity", "damage", "type"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "pr...
{"name" : "apriori", "version" : "1.0.0", "main" : "main.js", "scripts" : {"start" : "./node_modules/.bin/electron ."}, "dependencies" : {"bootstrap" : "git+https://github.com/cipiasentini/dependencia2.git", "jquery" : "^3.5.1", "zerorpc" : "git+https://github.com/cipiasentini/dependencia1.git"}, "devDependencies" : {"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require-dev": {"type": "object", "properties": {"guzzlehttp/psr7": {"type": "string"}}, "required": ["guzzlehttp/psr7"]}, "license": {"type": "string"}, "autoload": ...
{"name" : "organit/google", "description" : "google Login - Mail - Drive and more... ", "require-dev" : {"guzzlehttp/psr7" : "^1.3.1"}, "license" : "MIT", "autoload" : {"psr-4" : {"Organit\\Google\\" : "src/"}}, "authors" : [{"name" : "Thibault Van Campenhoudt", "email" : "info@organitr.fr"}], "minimum-stability" : "de...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require-dev": {"type": "object", "properties": {"guzzlehttp/psr7": {"type": "string"}}, "required": ["guzzlehttp/psr7"]}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "obje...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}}, "required": ["name", "email", "password"]}, "$schema": "http://json-schema.org/draft-07/schema#"} ...
[{"name" : "Admin", "email" : "admin@test.com", "password" : "1234"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}}, "required": ["name", "email", "password"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string...
{"body" : "Wow, Rob. Your friend has some awesome photos, there!\n\n\nThe stitching algorithm I developed can mostly work around parallax \nerrors in the input images, so a pano head isn't really necessary. \nI'm a fairly haphazard photographer myself, and rarely find myself at \nthe top of some mountain with a fu...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...
Create a JSON structure that matches this schema definition: {"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" : "o-ads-embed", "version" : "3.0.3", "description" : "Facilitate communication between advertising creatives in iframes and the main o-ads library via post message ", "main" : "main.js", "repository" : {"type" : "git", "url" : "https://github.com/Financial-Times/o-ads-embed.git"}, "scripts" : {"prepare" : "npx...
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"]}, "scripts": {"type": "object", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "re...
{"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Acquisition", "type" : "object", "allOf" : [{"$ref" : "../definitions/acquisition.json#/definitions/acquisition-input"}], "required" : ["label", "session"], "example" : {"label" : "example-acquisition", "session" : "57e45328466d8e000e33a85b", "public" :...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": {"type": "array", "items": {"type": "string"}}, "example": {"ty...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url"...
{"authors" : [{"author" : "Hiroyuki Kumata"}, {"author" : "Shigehito Miyagi"}, {"author" : "Keigo Murakami"}, {"author" : "Atsushi Fujio"}, {"author" : "Yasuyuki Hara"}, {"author" : "Chikashi Nakanishi"}, {"author" : "Naoki Kawagishi"}, {"author" : "Hironobu Sasano"}, {"author" : "Takashi Kamei"}, {"author" : "Noriaki ...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["r-rcpparmadillo"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "userId": {"type": "integer"}, "name": {"type": "string"}, "userKey": {"type": "string"}, "email": {"type": "string"}, "created": {"type": "string"}, "extraKeys": {"type": "array", "items"...
{"id" : "4e6ea1ecbe6918312e40cbe0c4ddee2c", "userId" : 100010709, "name" : "Offirmo Net", "userKey" : "4e6ea1ecbe6918312e40cbe0c4ddee2c", "email" : "offirmo.net@gmail.com", "created" : "2015-05-12T11:34:42.000Z", "extraKeys" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "userId": {"type": "integer"}, "name": {"type": "string"}, "userKey": {"type": "string"}, "email": {"type": "string"}, "created": {"type": "string"}, "extraKeys": {"type": "array", "items": {}}}, "required": ["id", "userId", "name", "userKey", "email", "create...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"900743769": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900743770": {"type": "object", "properties": {"n...
{"900743769" : {"nama" : "TPS 1", "dapil" : [7401, 17402, 2740504]}, "900743770" : {"nama" : "TPS 2", "dapil" : [7401, 17402, 2740504]}}
json_instruct
{"type": "object", "properties": {"900743769": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900743770": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
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"}, "start": {"type": "string"}},...
{"name" : "line-liff-v2-starter", "version" : "1.0.0", "description" : "This is a small web application that demonstrates the basic functionality of the [LINE Front-end Framework (LIFF)](https://developers.line.biz/en/docs/liff/overview/).", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "repository": {"type": "objec...
The schema below describes a JSON structure. Generate a valid example: {"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:i...
{"id" : 404404949, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "e4e6b2d57aedf07da46fb1c84bbef634", "wof:id" : 404404949, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.20948492361557, 44.4032645690198, 0.26608517481342, 44.43650127974984]...
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": ["...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"0": {"type": "string"}}, "required": ["0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/generated", "textures" : {"0" : "wodinos:items/Dart"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"0": {"type": "string"}}, "required": ["0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"all": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"...
{"name" : "csshx", "pkg_version" : "0.74", "rebuild" : 0, "bottles" : {"all" : {"url" : "https://ghcr.io/v2/homebrew/core/csshx/blobs/sha256:d073f3e8d11762fe8b72a3110d88a031b8f19c671f400827b68bba2adfb8b4ae"}}, "dependencies" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"all": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["all"]}, "dependencies": {"type": "array"...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "The annual report of the Trustees of the Massachusetts Hospital School at Canton 1925/1926", "author" : "Massachusetts. Hospital School, Canton.", "id" : "000061084"}, {"title" : "Chirurgia degli organi di movimento v.10 1926", "author" : "", "id" : "000548675"}, {"title" : "Foot troubles by Bernarr Macfad...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id...
{"id" : 101852987, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "f6b4f3a73920bcdb40966c83e2e46860", "wof:id" : 101852987, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-4.74275, 51.79784, -4.74275, 51.79784], "geometry" : {"coordinate...
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": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"cbp": {"type": "object", "properties": {"black": {"type": "object", "properties": {"value": {"type": "string"}, "attributes": {"type": "object", "properties": {"use": {"type": "string"}}, "required": ["use"]}}, "r...
{"cbp" : {"black" : {"value" : "#000000", "attributes" : {"use" : "color"}}}}
json_instruct
{"type": "object", "properties": {"cbp": {"type": "object", "properties": {"black": {"type": "object", "properties": {"value": {"type": "string"}, "attributes": {"type": "object", "properties": {"use": {"type": "string"}}, "required": ["use"]}}, "required": ["value", "attributes"]}}, "required": ["black"]}}, "required"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "notes": {"type": "array", "items": {"type": "string"}}, "architecture": {"type": "object", "propert...
{"version" : "3.0", "description" : "\u9762\u5411\u5168\u573a\u666f\u591a\u8bbe\u5907\uff0c\u63d0\u4f9b\u4e00\u7ad9\u5f0f\u7684\u5206\u5e03\u5f0f\u5e94\u7528\u5f00\u53d1\u5e73\u53f0\uff0c\u652f\u6301\u5206\u5e03\u5f0f\u591a\u7aef\u5f00\u53d1\u3001\u5206\u5e03\u5f0f\u591a\u7aef\u8c03\u6d4b\u3001\u591a\u7aef\u6a21\u62df\...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "notes": {"type": "array", "items": {"type": "string"}}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2dc0e80f4db42073e104ca66ad70a51c98a7d44e"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type":...
{"elapsed" : "0.798", "endpoint-url" : "https://www.great-yarmouth.gov.uk/media/4930/Great-Yarmouth-Brownfield-Register-2019/csv/great_yarmouth_brownfieldregister_2019_FINAL_Version.csv", "entry-date" : "2021-03-06T00:10:42.705350", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection...
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "Cookie": {"type": "string"},...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[39, 74], [44, 73], [47, 54], [49, 58], [53, 66], [53, 78], [53, 82], [58, 93], [59, 68], [60, 66], [61, 74], [61, 81], [64, 74], [67, 58], [68, 139], [69, 36], [70, 53], [73, 37], [73, 62], [75, 53], [76, 144], [77, 165], [78, 50], [79, 43], [80, 115], [80, 160], [82, 102], [83, 61], [84, 58], [84, 77],...
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, ...
{"name" : "beeldvoerders/laravel-reset", "description" : "This reset package lets you take a snapshot of your laravel application and periodic reset to that snapshot", "keywords" : ["Laravel", "Beeldvoerders", "Reset", "Snapshot"], "homepage" : "https://www.beeldvoerders.nl", "license" : "MIT", "type" : "library", "aut...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "...
{"localities" : ["Haverhill, IA"], "state" : "IA", "postal_code" : "50120", "locality" : "Haverhill, IA", "lat" : 41.933734, "region" : {"fips" : "19", "abbr" : "IA", "name" : "Iowa"}, "city" : "Haverhill", "type" : "STANDARD", "lng" : -92.982857, "counties" : [{"fips" : "127", "name" : "Marshall County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Generate a valid JSON object that conforms to the following 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" : 9991211, "stations" : ["9991211"]}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total":...
{"champ" : 104, "item" : 3924, "kills" : "5.739130434782608", "deaths" : "6.3478260869565215", "assists" : "5.6521739130434785", "gold" : "9908.608695652174", "cs" : "127.52173913043478", "total" : "23", "wins" : "13", "losses" : "10"}
json_instruct
{"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"SourceUser": {"type": "object", "properties": {"Id": {"type": "string"}, "Domain": {"type": "string"}, "Login": {"type": "string"}, "Roles": {"type": "string"}, "IPAddress": {"type": "string"}, "UserScore": {"type": ...
{"SourceUser" : {"Id" : "555", "Domain" : "joeykim.tv", "Login" : "missselena", "Roles" : "Member, Model", "IPAddress" : "2.2.2.2", "UserScore" : 100}, "Body" : {"IsPing" : false, "LiveSessionId" : 9, "ProductId" : 100, "Title" : "Selena does Spain", "Description" : "joeys friend Selena plays on visit with joey", "Tags...
json_instruct
{"type": "object", "properties": {"SourceUser": {"type": "object", "properties": {"Id": {"type": "string"}, "Domain": {"type": "string"}, "Login": {"type": "string"}, "Roles": {"type": "string"}, "IPAddress": {"type": "string"}, "UserScore": {"type": "integer"}}, "required": ["Id", "Domain", "Login", "Roles", "IPAddres...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exc...
{"id" : "SOC332H5F20199", "code" : "SOC332H5F", "name" : "Race and Ethnicity in Canada", "description" : "This course deals with the social construction of racial and ethnic categories in the Canadian context, as well as with how Canadian institutions have used racial and ethnic categories to generate inequality and ex...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c...
Following the schema specification below, generate a valid 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": ["t...
{"name" : "elevationmap", "version" : "0.0.0", "description" : "", "main" : "main.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"@turf/turf" : "^5.1.6", "react-tooltip" : "^3.10.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "WHICH IN SUBSTANCES WE CANNOT KNOW, BUT BY KNOWING THAT SUCH HAVE EXISTED.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/14714.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "i...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Hinatad, Catarman, Northern Samar, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.northern-samar.catarman.hinatad", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_i...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"DeliveryChannels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "s3BucketName": {"type": "str...
{"status_code" : 200, "data" : {"DeliveryChannels" : [{"name" : "default", "s3BucketName" : "config-bucket-644160558196", "snsTopicARN" : "arn:aws:sns:us-east-1:644160558196:config-topic"}], "ResponseMetadata" : {}}}
json_instruct
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"DeliveryChannels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "s3BucketName": {"type": "string"}, "snsTopicARN": {"type": "string"}}, "required": ["name", "s3Buc...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"0-17": {"type": "string"}, "18-44": {"type": "string"}, "45-64": {"type": "string"}, "65-74": {"type": "string"}, "75+": {"type": "string"}}, "required": ["0-17", "18-44", "45-64", "65-74", "75+"], "$schema": "http://json-schema...
{"0-17" : "12", "18-44" : "742", "45-64" : "4289", "65-74" : "4737", "75+" : "9366"}
json_instruct
{"type": "object", "properties": {"0-17": {"type": "string"}, "18-44": {"type": "string"}, "45-64": {"type": "string"}, "65-74": {"type": "string"}, "75+": {"type": "string"}}, "required": ["0-17", "18-44", "45-64", "65-74", "75+"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}}, "required": ["0", "1", "2", "3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"0" : "other", "1" : "flood", "2" : "fire", "3" : "heatwave"}
json_instruct
{"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}}, "required": ["0", "1", "2", "3"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07...
[{"package" : "perl-sanger-cgp-allelecount", "downloads" : 17400, "count" : 7480}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"1957.HK": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry":...
{"1957.HK" : {"short_name" : "MBV INTL", "long_name" : "MBV International Limited", "summary" : "MBV International Limited, an investment holding company, engages in sourcing, wholesaling, supplying, and marketing imprintable apparel and gift products in Malaysia and Singapore. It provides a portfolio of imprintable ap...
json_instruct
{"type": "object", "properties": {"1957.HK": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "DeleteOperation"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"method": {"type": "object", "properties": {"name": {"type": "string"}, "uri": {"type": "string"}}, "required": ["name", "uri"]}, "all_stores": {"type": "boolean"}, "all_stores_must_succeed": {"type": "boolean"}}, ...
{"method" : {"name" : "web-download", "uri" : "https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-ppc64le-disk.img"}, "all_stores" : true, "all_stores_must_succeed" : true}
json_instruct
{"type": "object", "properties": {"method": {"type": "object", "properties": {"name": {"type": "string"}, "uri": {"type": "string"}}, "required": ["name", "uri"]}, "all_stores": {"type": "boolean"}, "all_stores_must_succeed": {"type": "boolean"}}, "required": ["method", "all_stores", "all_stores_must_succeed"], "$schem...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"zenvia whats...
{"name" : "node-red-contrib-zenvia", "version" : "0.0.1", "description" : "A Node-RED node to work with Zenvia products.", "main" : "index.js", "node-red" : {"nodes" : {"zenvia whatsapp" : "nodes/zenvia-whatsapp.js", "zenvia credentials" : "nodes/zenvia-credentials.js"}}, "scripts" : {"test" : "echo \"Error: no test sp...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"zenvia whatsapp": {"type": "string"}, "zenvia credentials": {"type": "stri...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[2163462013, 2163489912, 2163503954, 2163517996, 2163532038, 2163546080, 2163560315, 2163560693, 2163561071, 2163575530, 2163576132, 2163576734, 2163590985, 2163591379]
json_instruct
{"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": {"inner": {"type": "object", "properties": {"attr1": {"type": "string"}}, "required": ["attr1"]}, "attr2": {"type": "string"}}, "required": ["inner", "attr2"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inner" : {"attr1" : "1 \ud83c\udf89"}, "attr2" : "2"}
json_instruct
{"type": "object", "properties": {"inner": {"type": "object", "properties": {"attr1": {"type": "string"}}, "required": ["attr1"]}, "attr2": {"type": "string"}}, "required": ["inner", "attr2"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "action": {"type": "string"}, "comment": {"type": "string"}, "name": {"type": "string"}, "registry": {"type": "string"}, "result": {...
{"@id" : "#sdo_eg_md_13", "@type" : ["mf:ManifestEntry", "rdft:TestMicrodataEval"], "action" : "sdo_eg_md_13.html", "comment" : "Web Schemas TF: Schema.org tests: test 13 (format md)", "name" : "Test 0028", "registry" : "http://www.w3.org/ns/md", "result" : "sdo_eg_md_13.ttl"}
json_instruct
{"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "action": {"type": "string"}, "comment": {"type": "string"}, "name": {"type": "string"}, "registry": {"type": "string"}, "result": {"type": "string"}}, "required": ["@id", "@type", "action", "comment", ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id...
{"id" : 850, "group" : "21232102", "joblink" : true, "name" : "Steinmetz/in und Steinbildhauer/in - Steinmetzarbeiten", "potential" : 80, "skills" : [{"id" : 60368, "skill" : "Bruchsteinhauen", "replaceable" : true}, {"id" : 60371, "skill" : "Natursteinbearbeitung", "replaceable" : true}, {"id" : 60375, "skill" : "Stei...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replacea...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"loadingoverlay.js": {"type": "string"}, "loadingoverlay.min.js": {"type": "string"}}, "required": ["loadingoverlay.js", "loadingoverlay.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"loadingoverlay.js" : "sha512-CWpNXqFn5Mod3TL9cXyUDjkfHqLbvPnvF9yNoFZYXd1Jv2cPJeqNjBLfcaL5yEoRd3hq/jdEkAghaTKdk/tMHQ==", "loadingoverlay.min.js" : "sha512-nNw3Q8Vq0e5Q04+Swzc/b8E2LE7INYd7ypZeIfG2MFlTLC7caxWzWqT0NyO7kP31LLDH4JS6tVx2nbAdyo+JFg=="}
json_instruct
{"type": "object", "properties": {"loadingoverlay.js": {"type": "string"}, "loadingoverlay.min.js": {"type": "string"}}, "required": ["loadingoverlay.js", "loadingoverlay.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"...
{"name" : "SHOPX", "type" : "ERC20", "symbol" : "SHOPX", "decimals" : 18, "website" : "https://shopx.co/", "description" : "SHOPX is an NFT-as-a-Service (NaaS) that allows businesses to create branded e-commerce NFTs, driving sales and customer engagement in Web3.", "explorer" : "https://etherscan.io/token/0x7bef710a57...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "links": {"ty...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"apollo-server-express": {"type": "string"}, "body-parser": {...
{"name" : "example", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "dependencies" : {"apollo-server-express" : "^1.1.0", "body-parser" : "^1.17.2", "express" : "^4.15.4", "graphql" : "^0.10.5", "graphql-tools" : "^1.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"apollo-server-express": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "graphq...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "path", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Capital goods", "path" : "Capital goods", "value" : 29.201}, {"name" : "Consumer goods", "path" : "Consumer goods", "value" : 24.043}, {"name" : "Intermediate goods", "path" : "Intermediate goods", "value" : 0.383}, {"name" : "Mach and Elec", "path" : "Mach and Elec", "value" : 29.201}, {"name" : "Miscellan...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "path", "value"]}, "$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"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "57939fb20e11aa1e66fecf538a2c74a3f95c6ad4"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"startdate": {"type": "string"}, "fullstartdate": {"type": "string"}, "enddate": {"type": "string"}, "url": {"type": "string"}, "urlbase": {"type...
{"images" : [{"startdate" : "20200415", "fullstartdate" : "202004150700", "enddate" : "20200416", "url" : "/th?id=OHR.FataMorgana_EN-US6912310006_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp", "urlbase" : "/th?id=OHR.FataMorgana_EN-US6912310006", "copyright" : "Artist Laura Buckley with her mixed-media sculpture 'Fata...
json_instruct
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"startdate": {"type": "string"}, "fullstartdate": {"type": "string"}, "enddate": {"type": "string"}, "url": {"type": "string"}, "urlbase": {"type": "string"}, "copyright": {"type": "string"}, "copyrightlink": {"type...
Please provide a valid JSON object following this schema: {"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" : "Cl\u00e9 du bureau du d\u00e9partement logistique du OLI", "ShortName" : "Bureau log.", "Description" : "Cl\u00e9 du bureau du d\u00e9partement logistique du OLI situ\u00e9 dans le centre commercial ULTRA."}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "intege...
[{"id" : 13431, "idParent" : 13430, "namaWilayah" : "KOTO BARU SIMALANGGANG", "tingkatWilayah" : 4, "idPro" : 12920, "idKab" : 13416, "idKec" : 13430, "idKel" : 13431, "namaPro" : "SUMATERA BARAT", "namaKab" : "LIMA PULUH KOTA", "namaKec" : "PAYAKUMBUH", "namaKel" : "KOTO BARU SIMALANGGANG", "kodeWilayah" : "13.07.03.2...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec": {"type": "integer"}, "idKel": {"type": "integer"}, "nama...
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"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "mongoose": {"type": "stri...
{"name" : "proxy-indicadores", "version" : "0.0.1", "description" : "Proxy entre servicios de de BCH y App", "main" : "server.js", "dependencies" : {"express" : "~3.x", "mongoose" : "latest", "needle" : "^0.11.0", "request" : "latest", "requestify" : "^0.1.17"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "mongoose": {"type": "string"}, "needle": {"type": "string"}, "request": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-71.025151, 42.117445], [-71.002029, 42.126506], [-70.997742, 42.107723], [-71.004628, 42.106602], [-71.014548, 42.110057], [-71.022566, 42.109264], [-71.023087, 42.108401], [-71.025151, 42.117445]]]}, "type" : "Feature",...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "svelte": {"type": "string"}, "svelte.root": {"type": "string"}, "module": {"type": "string"}, "main": {"type": "string"}, "scripts":...
{"name" : "@vouge/vouge-svelte", "description" : "Vouge-svelte is Web UI Library, focus on the newest CSS trends, based on Svelte.", "version" : "0.0.3", "svelte" : "src/index.js", "svelte.root" : "src", "module" : "index.mjs", "main" : "index.js", "scripts" : {"build" : "rollup -c", "autobuild" : "rollup -c -w", "prep...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "svelte": {"type": "string"}, "svelte.root": {"type": "string"}, "module": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"description": {"type": "string"}, "packOptions": {"type": "object", "properties": {"ignore": {"type": "array", "items": {}}}, "required": ["ignore"]}, "compileType": {"type": "string"}, "libVersion": {"type": "strin...
{"description" : "\u9879\u76ee\u914d\u7f6e\u6587\u4ef6", "packOptions" : {"ignore" : []}, "compileType" : "miniprogram", "libVersion" : "2.4.0", "projectname" : "demo", "scripts" : {"beforeCompile" : "npm run compile", "beforePreview" : "npm run compile", "beforeUpload" : "npm run compile"}}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "packOptions": {"type": "object", "properties": {"ignore": {"type": "array", "items": {}}}, "required": ["ignore"]}, "compileType": {"type": "string"}, "libVersion": {"type": "string"}, "projectname": {"type": "string"}, "scripts": {"type": "object", ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "m...
{"ast" : null, "code" : "var __jsx = React.createElement;\nimport React from 'react';\nimport AppTheme from \"../../../src/modules/components/AppTheme\";\nimport Paperbase from \"../../../src/pages/premium-themes/paperbase/Paperbase\";\n\nvar _ref = __jsx(AppTheme, {\n title: \"Paperbase theme - Material-UI\",\n desc...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ThisOrThat", "displayName" : "ThisOrThat"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"z-row": {"type": "string"}, "z-col": {"type": "string"}}, "required": ["z-row", "z-col"]}}, "required": ["nav...
{"navigationBarTitleText" : "layout \u6805\u683c\u5e03\u5c40", "usingComponents" : {"z-row" : "../../dist/z-row/index", "z-col" : "../../dist/z-col/index"}}
json_instruct
{"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"z-row": {"type": "string"}, "z-col": {"type": "string"}}, "required": ["z-row", "z-col"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json-schema.org/...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [...
{"name" : "arrays-to-csv", "version" : "2.0.0", "description" : "NPM package to write CSV files/String from Array", "main" : "src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/alvarotellezrobalo/arrays-to-csv.git"}, "keyw...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"wire-plugin": {"type": "array", "items": {"type": "object", "properties": {"target": {"type": "string"}, "source": {"type": "string"}}, "required": ["target", "source"]}}}, "required": ["wire-plugin"], "$schema": "http://json-sc...
{"wire-plugin" : [{"target" : "\\Spryker\\Zed\\CartCode\\CartCodeDependencyProvider::getCartCodePlugins", "source" : "\\Spryker\\Zed\\GiftCard\\Communication\\Plugin\\CartCode\\GiftCardCartCodePlugin"}]}
json_instruct
{"type": "object", "properties": {"wire-plugin": {"type": "array", "items": {"type": "object", "properties": {"target": {"type": "string"}, "source": {"type": "string"}}, "required": ["target", "source"]}}}, "required": ["wire-plugin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "grammar": {"type": "string"}, "extensions": {"type": "array", "items": {"type": "string"}}, "mimetypes": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "object", "properties": {"...
{"id" : "json", "grammar" : "source.json", "extensions" : [".json", ".bowerrc", ".jshintrc", ".jscsrc", ".eslintrc", ".babelrc", ".webmanifest"], "mimetypes" : ["application/json", "application/manifest+json"], "comments" : {"lineComment" : "//", "blockComment" : ["/*", "*/"]}, "brackets" : [["{", "}"], ["[", "]"]], "a...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "grammar": {"type": "string"}, "extensions": {"type": "array", "items": {"type": "string"}}, "mimetypes": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "object", "properties": {"lineComment": {"type": "string"}, "blockComment": {"type": ...