input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "QA", "name" : "Quantum Assets Token", "decimals" : 18, "address" : "0x4ef29f3b804c316ba8ba464a765c601fc092a2e9"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ya1.1.2:1.1": {"type": "string"}, "ya1.1.2:2.1": {"type": "string"}, "ya1.1.2:3.1": {"type": "string"}}, "required": ["ya1.1.2:1.1", "ya1.1.2:2.1", "ya1.1.2:3.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ya1.1.2:1.1" : "ms33Y1_99, msdiv49, pts-vp-pli1.3, sc1, vri117.9", "ya1.1.2:2.1" : "ms33Y1_100, sc2", "ya1.1.2:3.1" : "ms33Y1_101, sc3"}
json_instruct
{"type": "object", "properties": {"ya1.1.2:1.1": {"type": "string"}, "ya1.1.2:2.1": {"type": "string"}, "ya1.1.2:3.1": {"type": "string"}}, "required": ["ya1.1.2:1.1", "ya1.1.2:2.1", "ya1.1.2:3.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PRODUCT_NAME" : "Muffins", "MANUFACTURER" : "La-Ventures Construction", "BRANDNAME" : "La-ventures", "WEIGHT" : "240g"}
json_instruct
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"rigidBodies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imagePath": {"type": "string"}, "origin": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "polygons": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "circles": {"type": "array", "items": {}}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "vertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["type", "vertices"]}}}, "required": ["name", "imagePath", "origin", "polygons", "circles", "shapes"]}}, "dynamicObjects": {"type": "array", "items": {}}}, "required": ["rigidBodies", "dynamicObjects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rigidBodies" : [{"name" : "tsum2", "imagePath" : "tsum2_helper.png", "origin" : {"x" : 0, "y" : 0}, "polygons" : [[{"x" : 0.25, "y" : 0.15000000596046448}, {"x" : 0.699999988079071, "y" : 0.15000000596046448}, {"x" : 0.925000011920929, "y" : 0.5250000357627869}, {"x" : 0.699999988079071, "y" : 0.9000000357627869}, {"x" : 0.25, "y" : 0.9000000357627869}, {"x" : 0.02500000037252903, "y" : 0.5250000357627869}]], "circles" : [], "shapes" : [{"type" : "POLYGON", "vertices" : [{"x" : 0.25, "y" : 0.15000000596046448}, {"x" : 0.699999988079071, "y" : 0.15000000596046448}, {"x" : 0.925000011920929, "y" : 0.5250000357627869}, {"x" : 0.699999988079071, "y" : 0.9000000357627869}, {"x" : 0.25, "y" : 0.9000000357627869}, {"x" : 0.02500000037252903, "y" : 0.5250000357627869}]}]}], "dynamicObjects" : []}
json_instruct
{"type": "object", "properties": {"rigidBodies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imagePath": {"type": "string"}, "origin": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "polygons": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "circles": {"type": "array", "items": {}}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "vertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["type", "vertices"]}}}, "required": ["name", "imagePath", "origin", "polygons", "circles", "shapes"]}}, "dynamicObjects": {"type": "array", "items": {}}}, "required": ["rigidBodies", "dynamicObjects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"moduleName": {"type": "string"}, "message": {"type": "string"}, "clickHere": {"type": "string"}, "requestDetails": {"type": "string"}, "requestedBy": {"type": "string"}, "rejected": {"type": "string"}, "rejectedBy": {"type": "string"}}, "required": ["moduleName", "message", "clickHere", "requestDetails", "requestedBy", "rejected", "rejectedBy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"moduleName" : "crwdns1354:0crwdne1354:0", "message" : "crwdns1356:0crwdne1356:0", "clickHere" : "crwdns1358:0crwdne1358:0", "requestDetails" : "crwdns1360:0%%user%%crwdne1360:0", "requestedBy" : "crwdns1362:0%%user%%crwdne1362:0", "rejected" : "crwdns1364:0%%user%%crwdne1364:0", "rejectedBy" : "crwdns1366:0%%user%%crwdne1366:0"}
json_instruct
{"type": "object", "properties": {"moduleName": {"type": "string"}, "message": {"type": "string"}, "clickHere": {"type": "string"}, "requestDetails": {"type": "string"}, "requestedBy": {"type": "string"}, "rejected": {"type": "string"}, "rejectedBy": {"type": "string"}}, "required": ["moduleName", "message", "clickHere", "requestDetails", "requestedBy", "rejected", "rejectedBy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "watch": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "watch", "dev"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-native": {"type": "string"}, "react-native-google-signin": {"type": "string"}}, "required": ["react", "react-native", "react-native-google-signin"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-react-native": {"type": "string"}, "concurrently": {"type": "string"}, "fs-extra": {"type": "string"}, "minimatch": {"type": "string"}, "node-watch": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["babel-preset-react-native", "concurrently", "fs-extra", "minimatch", "node-watch", "rimraf"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "google-signin-sample-app", "version" : "0.0.1", "private" : true, "scripts" : {"start" : "node node_modules/react-native/local-cli/cli.js start", "watch" : "node ./scripts/watch-and-copy-src.js", "dev" : "concurrently 'yarn run watch' 'yarn run start' -n watcher,bundler -c blueBright.bold,green.bold"}, "dependencies" : {"react" : "16.3.1", "react-native" : "0.55.4", "react-native-google-signin" : "file:../"}, "devDependencies" : {"babel-preset-react-native" : "1.9.1", "concurrently" : "^4.0.1", "fs-extra" : "^7.0.0", "minimatch" : "^3.0.4", "node-watch" : "^0.5.8", "rimraf" : "^2.6.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "watch": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "watch", "dev"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-native": {"type": "string"}, "react-native-google-signin": {"type": "string"}}, "required": ["react", "react-native", "react-native-google-signin"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-react-native": {"type": "string"}, "concurrently": {"type": "string"}, "fs-extra": {"type": "string"}, "minimatch": {"type": "string"}, "node-watch": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["babel-preset-react-native", "concurrently", "fs-extra", "minimatch", "node-watch", "rimraf"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"goerli": {"type": "object", "properties": {"sweepReceiver": {"type": "string"}, "sweeper": {"type": "string"}}, "required": ["sweepReceiver", "sweeper"]}, "mainnet": {"type": "object", "properties": {"sweepReceiver": {"type": "string"}, "sweeper": {"type": "string"}}, "required": ["sweepReceiver", "sweeper"]}, "localhost": {"type": "object", "properties": {"sweepReceiver": {"type": "string"}, "sweeper": {"type": "string"}}, "required": ["sweepReceiver", "sweeper"]}}, "required": ["goerli", "mainnet", "localhost"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"goerli" : {"sweepReceiver" : "0xAECB788f2Da88240e78C5B9BedE63E7192ECED23", "sweeper" : "0x91C727F6E9feA86A8DC968333c16f615c5603c8a"}, "mainnet" : {"sweepReceiver" : "0x8f5906963Ae276E1631EFA8Ff1a9CaE6499EC5E3", "sweeper" : "0x8f5906963Ae276E1631EFA8Ff1a9CaE6499EC5E3"}, "localhost" : {"sweepReceiver" : "0xAECB788f2Da88240e78C5B9BedE63E7192ECED23", "sweeper" : "0x91C727F6E9feA86A8DC968333c16f615c5603c8a"}}
json_instruct
{"type": "object", "properties": {"goerli": {"type": "object", "properties": {"sweepReceiver": {"type": "string"}, "sweeper": {"type": "string"}}, "required": ["sweepReceiver", "sweeper"]}, "mainnet": {"type": "object", "properties": {"sweepReceiver": {"type": "string"}, "sweeper": {"type": "string"}}, "required": ["sweepReceiver", "sweeper"]}, "localhost": {"type": "object", "properties": {"sweepReceiver": {"type": "string"}, "sweeper": {"type": "string"}}, "required": ["sweepReceiver", "sweeper"]}}, "required": ["goerli", "mainnet", "localhost"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dailyConfirmedCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["dailyConfirmedCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dailyConfirmedCases" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 1, 1, 2, 4, 3, 5, 6, 9, 2, 8, 2, 2, 3, 2, 4, 4, 1, 1, 2, 4, 4, 3, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 3, 1, 1, 0, 1, 0, 1, 0, 2, 2, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 3, 3, 1, 3, 1, 3, 3, 6, 5, 0, 14, 13, 8, 17, 18, 6, 2, 30, 31, 37, 26, 23, 37, 23, 26, 23, 36, 27, 29, 25, 22, 45, 35, 39, 39, 22, 15, 22, 49, 35, 23, 21, 25, 18, 11, 26, 35, 19, 19, 16, 14, 31, 28, 22, 30, 17, 6, 16, 11, 33, 24, 15, 17, 17, 13, 4, 23, 16, 21, 23, 30, 27, 31, 32, 40, 35, 36, 48, 32, 20, 42, 59, 50, 34, 29, 23, 29, 38, 37, 31, 24, 14, 23, 19, 31, 30, 10, 10, 13, 8, 9, 16, 9, 4, 1, 4, 6, 6, 10, 10, 17, 5, 6, 5, 11, 4, 17, 9, 9, 2, 2, 2, 12, 3, 5, 1, 3, 4, 3, 5, 4, 2, 3, 0, 1, 1, 1, 1, 1, 2, 0, 1, 4, 3, 6, 7, 2, 1, 5, 4, 1, 5, 5, 2, 1, 2, 2, 0, 0, 7, 1, 4, 6, 3, 2, 3, 3, 3, 4, 3, 2, 3, 6, 3, 4, 3, 7, 6, 6, 4, 3, 3, 7, 8, 5, 5, 4, 15, 16, 10, 6, 7, 9, 9, 12, 14, 11, 10, 7, 11, 11, 4, 7, 15, 9, 5, 16, 12, 7, 10, 7, 5, 1, 7, 5, 4, 4, 3, 3, 4, 4, 1, 1, 1, 3, 3, 3, 2, 0, 1, 3, 2, 1, 2, 0, 2, 3, 2, 1, 2, 2, 0, 4, 2, 2, 1, 1, 0, 0, 1, 0, 3, 1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 2, 2, 0, 0, 0, 2, 1, 3, 2, 2, 3, 0, 0, 3, 4, 2, 0, 2, 2, 0, 3, 1, 1, 5, 0, 1, 4, 2, 3, 1, 3, 1, 1, 4, 2, 2, 2, 0, 0, 3, 2, 2, 1, 2, 6, 0, 2, 5, 12, 10, 12, 8, 10, 6, 14, 12, 14, 10, 12, 5, 6, 4, 15, 4, 6, 2, 4, 3, 6, 6, 12, 11, 12, 8, 9, 12, 9, 13, 6, 3, 7, 3, 1, 6, 4, 6, 2, 6, 7, 1, 8, 7, 2, 1, 2, 4, 1, 2, 0, 1, 1, 0, 1, 1, 2, 0, 4, 1, 0, 0, 0, 5, 4, 4, 4, 0, 0, 5, 17, 4, 9, 4, 0, 0, 6, 16, 7, 1, 9, 0, 0, 0, 23, 14, 9, 20, 0, 0, 10, 43, 33, 27, 5, 0, 0, 31, 68, 58, 38, 90, 0, 13, 177, 0, 75, 36, 45, 0, 30, 55, 116, 67, 64, 53, 0, 31, 48, 112, 109, 67, 68, 0, 30, 74, 111, 40, 41, 54, 0, 14, 42, 121, 28, 44, 0, 0, 38, 20]}
json_instruct
{"type": "object", "properties": {"dailyConfirmedCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["dailyConfirmedCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Daniel Beltrami": {"type": "string"}}, "required": ["Daniel Beltrami"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_versions": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "dependencies": {"type": "object", "properties": {"SnapKit": {"type": "array", "items": {"type": "string"}}}, "required": ["SnapKit"]}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "swift_versions", "source", "source_files", "public_header_files", "dependencies", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "NiceAlertView", "version" : "0.0.1", "summary" : "Nice and beautiful AlertView for your iOS project", "description" : "NiceAlertView is a Swift framework that can increase time of development and show nice custom AlertsViews", "homepage" : "https://github.com/danielbeltrami89/NiceAlertView", "license" : {"type" : "MIT", "file" : "README.md"}, "authors" : {"Daniel Beltrami" : "moraesdan89@gmail.com"}, "platforms" : {"ios" : "10.0"}, "swift_versions" : "5.0", "source" : {"git" : "https://github.com/danielbeltrami89/NiceAlertView.git", "tag" : "0.0.1"}, "source_files" : "NiceAlertView/**/*.{h,m,swift}", "public_header_files" : "NiceAlertView/**/*.h", "dependencies" : {"SnapKit" : ["~> 5.0"]}, "swift_version" : "5.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Daniel Beltrami": {"type": "string"}}, "required": ["Daniel Beltrami"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_versions": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "dependencies": {"type": "object", "properties": {"SnapKit": {"type": "array", "items": {"type": "string"}}}, "required": ["SnapKit"]}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "swift_versions", "source", "source_files", "public_header_files", "dependencies", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "page_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}}, "required": ["manifest_version", "name", "description", "version", "background", "permissions", "content_scripts", "icons", "web_accessible_resources", "page_action"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "CurrentTabCaptureExtension", "description" : "RemoteEducationSystemCurrentTabCaptureExtension", "version" : "1.1.1", "background" : {"scripts" : ["background.js"]}, "permissions" : ["activeTab", "tabs", "<all_urls>", "tabCapture"], "content_scripts" : [{"matches" : ["https://127.0.0.1:1234/*"], "js" : ["content.js"]}], "icons" : {"128" : "icon.png"}, "web_accessible_resources" : ["icon.png"], "page_action" : {"default_icon" : "icon.png"}}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "page_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}}, "required": ["manifest_version", "name", "description", "version", "background", "permissions", "content_scripts", "icons", "web_accessible_resources", "page_action"], "$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"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6302170", "regency_id" : "6302", "name" : "KELUMPANG UTARA"}
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d438-12", "text" : "WHAT TELEVISION BRINGS TO THE CLASSROQfVl - RFILM 1\nPAGE 12\nVIDEO\nAUDIO\n35. MS OF ACTCR ON LIGHT SIDE\n1 AGO 1 do beseech you\u00bb...\nThough 1 perchance am vicious in my guess.\nAs, 1 confess, it is my nature*s plague\nTo spy into abuses, oikI oft my jealousy\nShapes faults that are not\u2014that your wisdom\nyet.\nFrom one that so imperfectly conceits.\nWould take no notice, nor build yourself a\ntrouble\nOut of his scattering and unsure observance.\nIt were not for your quiet nor your good.\nNor for my manhood, honesty, or wisdom.\nTo let you know my thoughts.\n35. MS OF ACTOR ON DARK SIDE\nOTHELLOs V^hat dost thou mean?\n37. MS OF ACTOR ON LIGHT SIDE\nlAGQ Good name in man and woman, dear my\nlord.\nIs the immediate jewel of their souls.\nWho steals my purse steals trash; \u2018tis\nsomething, nothing;\n*Twas mine, *tis his, and has been slave\nto tl'iousonds."}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"base": {"type": "object", "properties": {"total": {"type": "number"}, "count": {"type": "integer"}, "avg": {"type": "number"}, "avg_hz": {"type": "number"}, "min": {"type": "number"}, "min_hz": {"type": "number"}, "max": {"type": "number"}, "max_hz": {"type": "number"}, "bench_time": {"type": "number"}}, "required": ["total", "count", "avg", "avg_hz", "min", "min_hz", "max", "max_hz", "bench_time"]}, "best": {"type": "object", "properties": {"total": {"type": "number"}, "count": {"type": "integer"}, "avg": {"type": "number"}, "avg_hz": {"type": "number"}, "min": {"type": "number"}, "min_hz": {"type": "number"}, "max": {"type": "number"}, "max_hz": {"type": "number"}, "bench_time": {"type": "number"}}, "required": ["total", "count", "avg", "avg_hz", "min", "min_hz", "max", "max_hz", "bench_time"]}}, "required": ["base", "best"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"base" : {"total" : 2.994004325000039, "count" : 348273, "avg" : 8.596716727969264e-06, "avg_hz" : 116323.47925883354, "min" : 5.606e-06, "min_hz" : 178380.30681412772, "max" : 0.014513905, "max_hz" : 68.89944504941985, "bench_time" : 3.8440457930000003}, "best" : {"total" : 2.918789804999929, "count" : 484006, "avg" : 6.1915899574044125e-06, "avg_hz" : 161509.4033809713, "min" : 3.138e-06, "min_hz" : 318674.3148502231, "max" : 0.012303123, "max_hz" : 81.28017577325693, "bench_time" : 3.8440457930000003}}
json_instruct
{"type": "object", "properties": {"base": {"type": "object", "properties": {"total": {"type": "number"}, "count": {"type": "integer"}, "avg": {"type": "number"}, "avg_hz": {"type": "number"}, "min": {"type": "number"}, "min_hz": {"type": "number"}, "max": {"type": "number"}, "max_hz": {"type": "number"}, "bench_time": {"type": "number"}}, "required": ["total", "count", "avg", "avg_hz", "min", "min_hz", "max", "max_hz", "bench_time"]}, "best": {"type": "object", "properties": {"total": {"type": "number"}, "count": {"type": "integer"}, "avg": {"type": "number"}, "avg_hz": {"type": "number"}, "min": {"type": "number"}, "min_hz": {"type": "number"}, "max": {"type": "number"}, "max_hz": {"type": "number"}, "bench_time": {"type": "number"}}, "required": ["total", "count", "avg", "avg_hz", "min", "min_hz", "max", "max_hz", "bench_time"]}}, "required": ["base", "best"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"143": {"type": "string"}, "141": {"type": "string"}}, "required": ["143", "141"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"143" : "144", "141" : "142"}
json_instruct
{"type": "object", "properties": {"143": {"type": "string"}, "141": {"type": "string"}}, "required": ["143", "141"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "bookmarks": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "label": {"type": "string"}}, "required": ["line", "column", "label"]}}}, "required": ["path", "bookmarks"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"path" : "$ROOTPATH$/test/extension.test.js", "bookmarks" : [{"line" : 45, "column" : 35, "label" : ""}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "bookmarks": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "label": {"type": "string"}}, "required": ["line", "column", "label"]}}}, "required": ["path", "bookmarks"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"$schema": {"type": "string"}, "description": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "examples": {"type": "array", "items": {"type": "object", "properties": {"user_id": {"type": "integer"}, "mail_type_id": {"type": "integer"}}, "required": ["user_id", "mail_type_id"]}}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"user_id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "email": {"type": "object", "properties": {"type": {"type": "string"}, "format": {"type": "string"}}, "required": ["type", "format"]}, "list_id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["user_id", "email", "list_id"]}}, "required": ["$schema", "description", "$id", "title", "examples", "type", "additionalProperties", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json-schema.org/draft-07/schema#", "description" : "Check if user is unsubscribed", "$id" : "POST /api/v1/users/is-unsubscribed", "title" : "Is user unsubscribed", "examples" : [{"user_id" : 1, "mail_type_id" : 1}], "type" : "object", "additionalProperties" : false, "required" : ["user_id", "email", "list_id"], "properties" : {"user_id" : {"type" : "integer"}, "email" : {"type" : "string", "format" : "email"}, "list_id" : {"type" : "integer"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "description": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "examples": {"type": "array", "items": {"type": "object", "properties": {"user_id": {"type": "integer"}, "mail_type_id": {"type": "integer"}}, "required": ["user_id", "mail_type_id"]}}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"user_id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "email": {"type": "object", "properties": {"type": {"type": "string"}, "format": {"type": "string"}}, "required": ["type", "format"]}, "list_id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["user_id", "email", "list_id"]}}, "required": ["$schema", "description", "$id", "title", "examples", "type", "additionalProperties", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "preferGlobal": {"type": "string"}, "bin": {"type": "object", "properties": {"airplop": {"type": "string"}}, "required": ["airplop"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bytes": {"type": "string"}, "express": {"type": "string"}, "ip": {"type": "string"}, "jade": {"type": "string"}}, "required": ["bytes", "express", "ip", "jade"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "preferGlobal", "bin", "engines", "keywords", "author", "license", "dependencies", "devDependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "airplop", "version" : "0.0.2", "description" : "Makes a temporary server to transfer files to wireless devices through their browsers.", "main" : "airplop.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "preferGlobal" : "true", "bin" : {"airplop" : "airplop.js"}, "engines" : {"node" : "*"}, "keywords" : ["airplop", "transfer", "file"], "author" : "zayaank", "license" : "MIT", "dependencies" : {"bytes" : "^1.0.0", "express" : "^4.12.2", "ip" : "^0.3.2", "jade" : "^1.9.2"}, "devDependencies" : {}, "repository" : {"type" : "git", "url" : "git@github.com:zayaankhatib/airplop.git"}, "bugs" : {"url" : "https://github.com/zayaankhatib/airplop/issues"}, "homepage" : "https://github.com/zayaankhatib/airplop"}
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"]}, "preferGlobal": {"type": "string"}, "bin": {"type": "object", "properties": {"airplop": {"type": "string"}}, "required": ["airplop"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bytes": {"type": "string"}, "express": {"type": "string"}, "ip": {"type": "string"}, "jade": {"type": "string"}}, "required": ["bytes", "express", "ip", "jade"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "preferGlobal", "bin", "engines", "keywords", "author", "license", "dependencies", "devDependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"3715": {"type": "string"}, "3713": {"type": "string"}}, "required": ["3715", "3713"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"3715" : "3716", "3713" : "3714"}
json_instruct
{"type": "object", "properties": {"3715": {"type": "string"}, "3713": {"type": "string"}}, "required": ["3715", "3713"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "quadricipital", "definition" : "Of or pertaining to the quadriceps."}
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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "configya": {"type": "string"}, "lodash": {"type": "string"}, "passport-http": {"type": "string"}, "passport-http-bearer": {"type": "string"}, "passport-strategy": {"type": "string"}, "when": {"type": "string"}}, "required": ["bcrypt", "configya", "lodash", "passport-http", "passport-http-bearer", "passport-strategy", "when"]}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-mocha": {"type": "string"}, "should": {"type": "string"}}, "required": ["gulp", "gulp-mocha", "should"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "autohost-auth-shell", "version" : "0.0.0", "description" : "Shell of an auth provider for autohost", "main" : "src/index.js", "scripts" : {}, "keywords" : ["autohost"], "author" : "Alex Robson", "license" : "MIT License - http://opensource.org/licenses/MIT", "dependencies" : {"bcrypt" : "~0.7.8", "configya" : "~0.0.9", "lodash" : "~2.4.1", "passport-http" : "^0.2.2", "passport-http-bearer" : "^1.0.1", "passport-strategy" : "^1.0.0", "when" : "~3.1.0"}, "devDependencies" : {"gulp" : "^3.8.7", "gulp-mocha" : "~0.4.1", "should" : "~3.3.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "configya": {"type": "string"}, "lodash": {"type": "string"}, "passport-http": {"type": "string"}, "passport-http-bearer": {"type": "string"}, "passport-strategy": {"type": "string"}, "when": {"type": "string"}}, "required": ["bcrypt", "configya", "lodash", "passport-http", "passport-http-bearer", "passport-strategy", "when"]}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-mocha": {"type": "string"}, "should": {"type": "string"}}, "required": ["gulp", "gulp-mocha", "should"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"definitions": {"type": "object", "properties": {}, "required": []}, "$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "oneOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}}, "required": ["definitions", "$schema", "$id", "title", "oneOf"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"definitions" : {}, "$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "http://melosys.nav.no/schemas/saksflyt-vedtak-fatt-post-schema.json", "title" : "The Root Schema", "oneOf" : [{"$ref" : "http://melosys.nav.no/schemas/saksflyt-vedtak-fatt-definitions.json#/definitions/eosData"}, {"$ref" : "http://melosys.nav.no/schemas/saksflyt-vedtak-fatt-definitions.json#/definitions/ftrldata"}]}
json_instruct
{"type": "object", "properties": {"definitions": {"type": "object", "properties": {}, "required": []}, "$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "oneOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}}, "required": ["definitions", "$schema", "$id", "title", "oneOf"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 1309121001, "parent" : 1309121, "name" : "TARUANG-TARUANG", "latitude" : null, "longitude" : null, "postal" : [26355], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "number"}, "url": {"type": "string"}, "imgSrc": {"type": "string"}}, "required": ["title", "description", "version", "url", "imgSrc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "El Machina", "description" : "This tool is used to return the name of the machine running the FlexSearch engine.", "version" : 1.0, "url" : "elmachina", "imgSrc" : "assets/images/material/mb-bg-fb-01.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "number"}, "url": {"type": "string"}, "imgSrc": {"type": "string"}}, "required": ["title", "description", "version", "url", "imgSrc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["IdentityUserStorage", "IdentityOperationalStorage", "DaAPI"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1918, 5], [1920, 6], [1921, 8], [1927, 5], [1972, 5], [1973, 5], [1975, 7], [1977, 5], [1980, 5], [1981, 5], [1982, 8], [1983, 5], [1984, 8], [1985, 6], [1986, 9], [1987, 8], [1988, 5], [1990, 8], [1991, 10], [1992, 17], [1993, 13], [1994, 14], [1995, 16], [1996, 15], [1997, 19], [1998, 22], [1999, 13], [2000, 12], [2001, 15], [2002, 13], [2003, 17], [2004, 15], [2005, 13], [2006, 14], [2007, 21], [2008, 25], [2009, 13], [2010, 11], [2011, 11], [2012, 10], [2013, 12], [2014, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cacache": {"type": "string"}, "fast-safe-stringify": {"type": "string"}, "ssri": {"type": "string"}, "worker-nodes": {"type": "string"}}, "required": ["cacache", "fast-safe-stringify", "ssri", "worker-nodes"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "postinstall-cache", "version" : "0.7.0", "description" : "Cache for 'postinstall' modules", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/kapouer/postinstall-cache.git"}, "author" : "J\u00e9r\u00e9my Lal <kapouer@melix.org>", "license" : "MIT", "bugs" : {"url" : "https://github.com/kapouer/postinstall-cache/issues"}, "homepage" : "https://github.com/kapouer/postinstall-cache#readme", "dependencies" : {"cacache" : "^15.0.5", "fast-safe-stringify" : "^2.0.7", "ssri" : "^8.0.0", "worker-nodes" : "^2.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cacache": {"type": "string"}, "fast-safe-stringify": {"type": "string"}, "ssri": {"type": "string"}, "worker-nodes": {"type": "string"}}, "required": ["cacache", "fast-safe-stringify", "ssri", "worker-nodes"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ts": {"type": "string"}, "updates": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "object": {"type": "object", "properties": {"message": {"type": "object", "properties": {"date": {"type": "integer"}, "from_id": {"type": "integer"}, "id": {"type": "integer"}, "out": {"type": "integer"}, "peer_id": {"type": "integer"}, "text": {"type": "string"}, "conversation_message_id": {"type": "integer"}, "fwd_messages": {"type": "array", "items": {}}, "important": {"type": "boolean"}, "random_id": {"type": "integer"}, "attachments": {"type": "array", "items": {}}, "is_hidden": {"type": "boolean"}, "expire_ttl": {"type": "integer"}}, "required": ["date", "from_id", "id", "out", "peer_id", "text", "conversation_message_id", "fwd_messages", "important", "random_id", "attachments", "is_hidden", "expire_ttl"]}, "client_info": {"type": "object", "properties": {"button_actions": {"type": "array", "items": {"type": "string"}}, "keyboard": {"type": "boolean"}, "inline_keyboard": {"type": "boolean"}, "carousel": {"type": "boolean"}, "lang_id": {"type": "integer"}}, "required": ["button_actions", "keyboard", "inline_keyboard", "carousel", "lang_id"]}}, "required": ["message", "client_info"]}, "group_id": {"type": "integer"}, "event_id": {"type": "string"}}, "required": ["type", "object", "group_id", "event_id"]}}}, "required": ["ts", "updates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ts" : "3494", "updates" : [{"type" : "message_new", "object" : {"message" : {"date" : 1623079373, "from_id" : 123, "id" : 0, "out" : 0, "peer_id" : 2000000008, "text" : "bomb", "conversation_message_id" : 20, "fwd_messages" : [], "important" : false, "random_id" : 0, "attachments" : [], "is_hidden" : false, "expire_ttl" : 15}, "client_info" : {"button_actions" : ["text", "vkpay", "open_app", "location", "open_link", "callback", "intent_subscribe", "intent_unsubscribe"], "keyboard" : true, "inline_keyboard" : true, "carousel" : true, "lang_id" : 0}}, "group_id" : 321, "event_id" : "5302d228b5bc407db1fc42d91f4376e6c31d4b1b"}]}
json_instruct
{"type": "object", "properties": {"ts": {"type": "string"}, "updates": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "object": {"type": "object", "properties": {"message": {"type": "object", "properties": {"date": {"type": "integer"}, "from_id": {"type": "integer"}, "id": {"type": "integer"}, "out": {"type": "integer"}, "peer_id": {"type": "integer"}, "text": {"type": "string"}, "conversation_message_id": {"type": "integer"}, "fwd_messages": {"type": "array", "items": {}}, "important": {"type": "boolean"}, "random_id": {"type": "integer"}, "attachments": {"type": "array", "items": {}}, "is_hidden": {"type": "boolean"}, "expire_ttl": {"type": "integer"}}, "required": ["date", "from_id", "id", "out", "peer_id", "text", "conversation_message_id", "fwd_messages", "important", "random_id", "attachments", "is_hidden", "expire_ttl"]}, "client_info": {"type": "object", "properties": {"button_actions": {"type": "array", "items": {"type": "string"}}, "keyboard": {"type": "boolean"}, "inline_keyboard": {"type": "boolean"}, "carousel": {"type": "boolean"}, "lang_id": {"type": "integer"}}, "required": ["button_actions", "keyboard", "inline_keyboard", "carousel", "lang_id"]}}, "required": ["message", "client_info"]}, "group_id": {"type": "integer"}, "event_id": {"type": "string"}}, "required": ["type", "object", "group_id", "event_id"]}}}, "required": ["ts", "updates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["ts-node", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}}, "required": ["dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"ts-node" : "^9.1.1", "typescript" : "^4.2.2"}, "devDependencies" : {"@types/node" : "^14.14.31"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["ts-node", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}}, "required": ["dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"q.js": {"type": "string"}, "q.min.js": {"type": "string"}}, "required": ["q.js", "q.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"q.js" : "sha256-64BMQv6gQOui3oyGPtq9Dv2R5eYjVe9XkbDN/oW0Mec=", "q.min.js" : "sha256-4g7xBGWStwqZZbMtS2XFTXEAaAOj0JkwRz7TrFyvSCk="}
json_instruct
{"type": "object", "properties": {"q.js": {"type": "string"}, "q.min.js": {"type": "string"}}, "required": ["q.js", "q.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"Username": {"type": "string"}, "Password": {"type": "string"}}, "required": ["Username", "Password"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Username" : "sachin@gmail.com", "Password" : "sachin"}, {"Username" : "Anuradha@gmail.com", "Password" : "asas"}, {"Username" : "Teja@gmail.com", "Password" : "asas"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Username": {"type": "string"}, "Password": {"type": "string"}}, "required": ["Username", "Password"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 19243, "cartId" : "95c33049-3cc0-4015-9e81-4890a295c360", "preferredProducts" : [3601, 2626, 4312, 1838], "productReviews" : [{"productId" : 4004, "reviewText" : "i use it usually when i'm in my alley.", "reviewDate" : "2019-11-27T23:31:03.1875921+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"bark": {"type": "boolean"}, "breed": {"type": "string"}}, "required": ["bark", "breed"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bark" : true, "breed" : "Dingo"}
json_instruct
{"type": "object", "properties": {"bark": {"type": "boolean"}, "breed": {"type": "string"}}, "required": ["bark", "breed"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"directory": {"type": "string"}, "defaultZoom": {"type": "number"}, "isPixelStage": {"type": "boolean"}, "boyfriend": {"type": "array", "items": {"type": "integer"}}, "girlfriend": {"type": "array", "items": {"type": "integer"}}, "opponent": {"type": "array", "items": {"type": "integer"}}}, "required": ["directory", "defaultZoom", "isPixelStage", "boyfriend", "girlfriend", "opponent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directory" : "", "defaultZoom" : 0.7, "isPixelStage" : false, "boyfriend" : [1330, -100], "girlfriend" : [680, -60], "opponent" : [0, 30]}
json_instruct
{"type": "object", "properties": {"directory": {"type": "string"}, "defaultZoom": {"type": "number"}, "isPixelStage": {"type": "boolean"}, "boyfriend": {"type": "array", "items": {"type": "integer"}}, "girlfriend": {"type": "array", "items": {"type": "integer"}}, "opponent": {"type": "array", "items": {"type": "integer"}}}, "required": ["directory", "defaultZoom", "isPixelStage", "boyfriend", "girlfriend", "opponent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 5, "n_trials" : 210, "objective" : "markowitz_return_on_cube", "white" : "pymoo_unsga3", "black" : "shgo_nelder_sobol", "traceback" : ["passing", "passing"], "best_val" : [4892.4238739381135, 4848.670239833088], "best_x" : [[0.22424750345011513, 0.9981334770240063, 0.9999999996378454, 0.7656389606604508, 0.46978364432345354], [0.09550804492804127, 0.27892115125331557, 0.29816163824426795, 0.2215561584839107, 0.10433686639622128]], "feval_count" : [210, 437], "n_trials_instructed" : [210, 65], "passing" : [true, true], "completed" : false, "winner" : "incomplete", "points" : null}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"component": {"type": "boolean"}, "usingComponents": {"type": "object", "properties": {"index-u-waterfall-left": {"type": "string"}, "index-u-waterfall-right": {"type": "string"}, "u-sticky": {"type": "string"}, "u-search": {"type": "string"}, "u-swiper": {"type": "string"}, "u-waterfall": {"type": "string"}, "u-lazy-load": {"type": "string"}, "u-icon": {"type": "string"}, "u-loadmore": {"type": "string"}}, "required": ["index-u-waterfall-left", "index-u-waterfall-right", "u-sticky", "u-search", "u-swiper", "u-waterfall", "u-lazy-load", "u-icon", "u-loadmore"]}}, "required": ["component", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"component" : true, "usingComponents" : {"index-u-waterfall-left" : "/pages/index/index-u-waterfall-left", "index-u-waterfall-right" : "/pages/index/index-u-waterfall-right", "u-sticky" : "/uview-ui/components/u-sticky/u-sticky", "u-search" : "/uview-ui/components/u-search/u-search", "u-swiper" : "/uview-ui/components/u-swiper/u-swiper", "u-waterfall" : "/uview-ui/components/u-waterfall/u-waterfall", "u-lazy-load" : "/uview-ui/components/u-lazy-load/u-lazy-load", "u-icon" : "/uview-ui/components/u-icon/u-icon", "u-loadmore" : "/uview-ui/components/u-loadmore/u-loadmore"}}
json_instruct
{"type": "object", "properties": {"component": {"type": "boolean"}, "usingComponents": {"type": "object", "properties": {"index-u-waterfall-left": {"type": "string"}, "index-u-waterfall-right": {"type": "string"}, "u-sticky": {"type": "string"}, "u-search": {"type": "string"}, "u-swiper": {"type": "string"}, "u-waterfall": {"type": "string"}, "u-lazy-load": {"type": "string"}, "u-icon": {"type": "string"}, "u-loadmore": {"type": "string"}}, "required": ["index-u-waterfall-left", "index-u-waterfall-right", "u-sticky", "u-search", "u-swiper", "u-waterfall", "u-lazy-load", "u-icon", "u-loadmore"]}}, "required": ["component", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Combine parmesan cheese, pepper and garlic powder. Unfold pastry sheets onto cutting board. Brush lightly with egg white; sprinkle each sheet with 1/4 of the cheese mixture. Lightly press into pastry, turn over; repeat. Cut each sheet into 12 (1-inch) strips; twist.", "Place on ungreased cookie sheet and bake in 350 degrees F (175 degrees C) oven for 15 minutes or until golden brown."], "ingredients" : ["1/2 cup Parmesan cheese", "3/4 teaspoon ground black pepper", "1/2 teaspoon garlic powder", "1 (17.5 ounce) package frozen puff pastry, thawed", "1 egg white"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Crispy Cheese Twists", "url" : "http://allrecipes.com/recipe/6663/crispy-cheese-twists/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "illuminate/support"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Citw\\Loan365\\": {"type": "string"}}, "required": ["Citw\\Loan365\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "authors", "require", "autoload", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "citw/loan365", "description" : "sreenivasan", "authors" : [{"name" : "Manikandan R", "email" : "mani@dexeldesigns.com"}], "require" : {"php" : ">=5.6.4", "illuminate/support" : "5.4.*"}, "autoload" : {"psr-4" : {"Citw\\Loan365\\" : "src/Citw/Loan365"}}, "minimum-stability" : "stable"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "illuminate/support"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Citw\\Loan365\\": {"type": "string"}}, "required": ["Citw\\Loan365\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "authors", "require", "autoload", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"fetch-npm-browserify.js": {"type": "string"}, "fetch-npm-browserify.min.js": {"type": "string"}}, "required": ["fetch-npm-browserify.js", "fetch-npm-browserify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fetch-npm-browserify.js" : "sha512-6jWgAyyK3n3lb5JYEmf5o1HgZh47vSL41ZpeJS5KyAcD8ZitLrLy1/2TIdE1dATsghUPkh3HgJDKpGSXQ7O1aA==", "fetch-npm-browserify.min.js" : "sha512-yuTHv+fpky/hlYEcViZ4N4M799Dhn9i8+eI9xRpvCTwh5T8yIL/X/f46h+moPP4dKQkU6E1ZL9CDP+cHkUBnPQ=="}
json_instruct
{"type": "object", "properties": {"fetch-npm-browserify.js": {"type": "string"}, "fetch-npm-browserify.min.js": {"type": "string"}}, "required": ["fetch-npm-browserify.js", "fetch-npm-browserify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "array", "items": {"type": "object", "properties": {"spdx": {"type": "string"}, "licenseURL": {"type": "string"}}, "required": ["spdx", "licenseURL"]}}, "SDGs": {"type": "array", "items": {"type": "object", "properties": {"SDGNumber": {"type": "integer"}, "evidenceText": {"type": "string"}, "evidenceURL": {"type": "string"}}, "required": ["SDGNumber", "evidenceText", "evidenceURL"]}}, "sectors": {"type": "array", "items": {"type": "string"}}, "type": {"type": "array", "items": {"type": "string"}}, "repositoryURL": {"type": "string"}, "organizations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "org_type": {"type": "string"}}, "required": ["name", "website", "org_type"]}}, "stage": {"type": "string"}}, "required": ["id", "name", "description", "website", "license", "SDGs", "sectors", "type", "repositoryURL", "organizations", "stage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "civicrm", "name" : "CiviCRM", "description" : "Making data-driven organizing accessible and affordable to civic groups and organizations around the world.", "website" : "https://civicrm.org/", "license" : [{"spdx" : "AGPL-3.0", "licenseURL" : "https://github.com/civicrm/civicrm-core/blob/master/LICENSE"}], "SDGs" : [{"SDGNumber" : 9, "evidenceText" : "CiviCRM is a tool for doing good, helping non-profits and associations around the world to engage with their constituents, and pool their innovation efforts together.", "evidenceURL" : "https://civicrm.org/case-studies"}, {"SDGNumber" : 16, "evidenceText" : "NDI.org uses CivICRM to promote democracy around the world as part of Demtools. They have interesting case studies on their sites about how CiviCRM was used in Ukraine or C\u00f4te d'Ivoire, for example.", "evidenceURL" : "https://dem.tools/"}, {"SDGNumber" : 17, "evidenceText" : "CiviCRM is an Open Source solution for non-profits. While technically one could argue that the technology is neutral, we all know technology isn't neutral, and we encourage collaboration between organisations 'whose fundamental objective is to make a meaningful difference in the world'.", "evidenceURL" : "https://civicrm.org/about"}], "sectors" : ["Civil society"], "type" : ["software"], "repositoryURL" : "https://github.com/civicrm/civicrm-core/", "organizations" : [{"name" : "CiviCRM LLC", "website" : "https://civicrm.org/", "org_type" : "owner"}], "stage" : "nominee"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "array", "items": {"type": "object", "properties": {"spdx": {"type": "string"}, "licenseURL": {"type": "string"}}, "required": ["spdx", "licenseURL"]}}, "SDGs": {"type": "array", "items": {"type": "object", "properties": {"SDGNumber": {"type": "integer"}, "evidenceText": {"type": "string"}, "evidenceURL": {"type": "string"}}, "required": ["SDGNumber", "evidenceText", "evidenceURL"]}}, "sectors": {"type": "array", "items": {"type": "string"}}, "type": {"type": "array", "items": {"type": "string"}}, "repositoryURL": {"type": "string"}, "organizations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "org_type": {"type": "string"}}, "required": ["name", "website", "org_type"]}}, "stage": {"type": "string"}}, "required": ["id", "name", "description", "website", "license", "SDGs", "sectors", "type", "repositoryURL", "organizations", "stage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"dev": {"type": "array", "items": {"type": "string"}}, "doc": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "array", "items": {"type": "string"}}, "man": {"type": "array", "items": {"type": "string"}}, "out": {"type": "array", "items": {"type": "string"}}}, "required": ["dev", "doc", "lib", "man", "out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dev" : ["/include/pkgconf/libpkgconf/bsdstubs.h", "/include/pkgconf/libpkgconf/iter.h", "/include/pkgconf/libpkgconf/libpkgconf-api.h", "/include/pkgconf/libpkgconf/libpkgconf.h", "/include/pkgconf/libpkgconf/stdinc.h", "/lib/pkgconfig/libpkgconf.pc", "/nix-support/propagated-build-inputs"], "doc" : ["/share/doc/pkgconf/AUTHORS", "/share/doc/pkgconf/README.md"], "lib" : ["/lib/libpkgconf.la", "/lib/libpkgconf.so", "/lib/libpkgconf.so.3", "/lib/libpkgconf.so.3.0.0"], "man" : ["/share/man/man1/pkgconf.1.gz", "/share/man/man5/pc.5.gz", "/share/man/man5/pkgconf-personality.5.gz", "/share/man/man7/pkg.m4.7.gz"], "out" : ["/bin/pkgconf", "/share/aclocal/pkg.m4"]}
json_instruct
{"type": "object", "properties": {"dev": {"type": "array", "items": {"type": "string"}}, "doc": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "array", "items": {"type": "string"}}, "man": {"type": "array", "items": {"type": "string"}}, "out": {"type": "array", "items": {"type": "string"}}}, "required": ["dev", "doc", "lib", "man", "out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following 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" : [[196, 0], [119, 7], [223, 14], [90, 19], [175, 21], [142, 31], [222, 41], [190, 48], [96, 56], [126, 61], [159, 62], [98, 68], [130, 69], [212, 70], [254, 76], [114, 92], [169, 93], [89, 93], [163, 96], [106, 96], [136, 101], [195, 107], [138, 112], [73, 113], [261, 115], [109, 115], [167, 121], [176, 122], [103, 130], [133, 133], [229, 134], [157, 143], [59, 145], [155, 150], [121, 150], [66, 152], [161, 165], [89, 173], [49, 174], [29, 174], [138, 180], [124, 190], [199, 193], [67, 198], [81, 201], [62, 203], [30, 222], [226, 228], [119, 232], [136, 233], [182, 235], [78, 236], [92, 245], [43, 250], [247, 270], [176, 277], [120, 277], [215, 299]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$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" : "jacobine", "definition" : "A Jacobin."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rmse" : [96.78386815082675]}
json_instruct
{"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$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": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "120116008001", "text" : "\u8d3b\u6210\u5c1a\u5317\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "120116008002", "text" : "\u65b0\u65b0\u5bb6\u56ed\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "120116008003", "text" : "\u8fce\u5bbe\u56ed\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "120116008004", "text" : "\u6b27\u7f8e\u5c0f\u9547\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "120116008005", "text" : "\u8d3b\u6b63\u5609\u5408\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "120116008006", "text" : "\u878d\u76db\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "120116008007", "text" : "\u84dd\u5c71\u56fd\u9645\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "120116008008", "text" : "\u6653\u9547\u5bb6\u56ed\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "120116008009", "text" : "\u9996\u521b\u56fd\u9645\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "120116008010", "text" : "\u8d3b\u9526\u53f0\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "120116008011", "text" : "\u8d3b\u6210\u8c6a\u5ead\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "120116008012", "text" : "\u8bfa\u5fb7\u540d\u82d1\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "120116008013", "text" : "\u6e24\u6d77\u56ed\u793e\u533a\u5c45\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "gametext", "lore"]}, "pulledBy": {"type": "array", "items": {"type": "string"}}, "counterpart": {"type": "string"}, "canceledBy": {"type": "array", "items": {"type": "string"}}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "pulledBy", "counterpart", "canceledBy", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 2123, "gempId" : "4_130", "side" : "Dark", "rarity" : "C", "set" : "4", "printings" : [{"set" : "4"}], "front" : {"title" : "<>Rogue Asteroid", "imageUrl" : "https://res.starwarsccg.org/cards/Dagobah-Dark/large/rogueasteroid.gif", "type" : "Effect", "subType" : "Mobile", "uniqueness" : "<>", "destiny" : "4", "gametext" : "Deploy on an asteroid sector and specify starting direction. Every move phase, moves to next adjacent asteroid sector (reversing direction as necessary). Where present, adds 2 to asteroid destiny. May be targeted by starship weapons (defense value = 3).", "lore" : "'We're gonna get pulverized if we stay out here much longer.'"}, "pulledBy" : ["Twi'lek Advisor", "We Must Accelerate Our Plans"], "counterpart" : "Rogue Asteroid", "canceledBy" : ["Closer?!", "Light Maneuvers"], "legacy" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "gametext", "lore"]}, "pulledBy": {"type": "array", "items": {"type": "string"}}, "counterpart": {"type": "string"}, "canceledBy": {"type": "array", "items": {"type": "string"}}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "pulledBy", "counterpart", "canceledBy", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " FACTORIZACI\u00d3N DE TRINOMIOS DE LA FORMA ax\u00b2+bx+c - Ejercicio 1\n\nOCLLONIZ OIT PROFE [imath] 6 x^{2}+5 x-4 [/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=gxzigePy5r8"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "role", "homepage"]}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "version": {"type": "string"}}, "required": ["repositories", "name", "type", "description", "homepage", "authors", "license", "keywords", "support", "require", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"repositories" : [{"type" : "composer", "url" : "http://composer.typo3.org/"}], "name" : "typo3-ter/bootstrap_package", "type" : "typo3-cms-extension", "description" : "Bootstrap Package delivers a full configured frontend for TYPO3 CMS 6.2, based on the Bootstrap CSS Framework.", "homepage" : "https://github.com/benjaminkott/bootstrap_package", "authors" : [{"name" : "Benjamin Kott", "email" : "info@bk2k.info", "role" : "Developer", "homepage" : "http://www.bk2k.info/"}], "license" : "MIT", "keywords" : ["TYPO3 CMS", "introduction", "sitepackage", "bootstrap", "responsive", "front-end", "web"], "support" : {"issues" : "https://github.com/benjaminkott/bootstrap_package/issues"}, "require" : {"composer/installers" : "*"}, "version" : "6.2.10-dev"}
json_instruct
{"type": "object", "properties": {"repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "role", "homepage"]}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "version": {"type": "string"}}, "required": ["repositories", "name", "type", "description", "homepage", "authors", "license", "keywords", "support", "require", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"PS-BTH": {"type": "string"}, "PS-JEM": {"type": "string"}, "PS-NGZ": {"type": "string"}}, "required": ["PS-BTH", "PS-JEM", "PS-NGZ"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PS-BTH" : "Betlemme", "PS-JEM" : "Gerusalemme", "PS-NGZ" : "Gaza Nord"}
json_instruct
{"type": "object", "properties": {"PS-BTH": {"type": "string"}, "PS-JEM": {"type": "string"}, "PS-NGZ": {"type": "string"}}, "required": ["PS-BTH", "PS-JEM", "PS-NGZ"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "C_Cpp.errorSquiggles": {"type": "string"}, "terminal.integrated.env.linux": {"type": "object", "properties": {"PATH": {"type": "string"}, "PLATFORMIO_CALLER": {"type": "string"}}, "required": ["PATH", "PLATFORMIO_CALLER"]}, "files.associations": {"type": "object", "properties": {"stm32l0xx_ll_rtc.h": {"type": "string"}, "stm32l0xx_ll_gpio.h": {"type": "string"}, "stm32l0xx_ll_rcc.h": {"type": "string"}}, "required": ["stm32l0xx_ll_rtc.h", "stm32l0xx_ll_gpio.h", "stm32l0xx_ll_rcc.h"]}}, "required": ["editor.formatOnSave", "C_Cpp.errorSquiggles", "terminal.integrated.env.linux", "files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"editor.formatOnSave" : true, "C_Cpp.errorSquiggles" : "Disabled", "terminal.integrated.env.linux" : {"PATH" : "/home/selim13/.platformio/penv/bin:/home/selim13/.platformio/penv:~/.cargo/bin:/home/selim13/opt/golang1.8/bin:/home/selim13/go/bin:/snap/bin:/home/selim13/bin:/home/selim13/.local/bin:/home/selim13/.nvm/versions/node/v10.15.3/bin:~/.cargo/bin:/home/selim13/opt/golang1.8/bin:/home/selim13/go/bin:/snap/bin:/home/selim13/bin:/home/selim13/.local/bin:/home/selim13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/selim13/.fzf/bin:/home/selim13/.gem/bin:/home/selim13/.gem/bin", "PLATFORMIO_CALLER" : "vscode"}, "files.associations" : {"stm32l0xx_ll_rtc.h" : "c", "stm32l0xx_ll_gpio.h" : "c", "stm32l0xx_ll_rcc.h" : "c"}}
json_instruct
{"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "C_Cpp.errorSquiggles": {"type": "string"}, "terminal.integrated.env.linux": {"type": "object", "properties": {"PATH": {"type": "string"}, "PLATFORMIO_CALLER": {"type": "string"}}, "required": ["PATH", "PLATFORMIO_CALLER"]}, "files.associations": {"type": "object", "properties": {"stm32l0xx_ll_rtc.h": {"type": "string"}, "stm32l0xx_ll_gpio.h": {"type": "string"}, "stm32l0xx_ll_rcc.h": {"type": "string"}}, "required": ["stm32l0xx_ll_rtc.h", "stm32l0xx_ll_gpio.h", "stm32l0xx_ll_rcc.h"]}}, "required": ["editor.formatOnSave", "C_Cpp.errorSquiggles", "terminal.integrated.env.linux", "files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"test-dep": {"type": "string"}}, "required": ["test-dep"]}, "workspaces": {"type": "array", "items": {"type": "string"}}}, "required": ["private", "name", "dependencies", "workspaces"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : true, "name" : "monorepo-root1", "dependencies" : {"test-dep" : "1.2.3"}, "workspaces" : ["packages/a/", "packages/b/"]}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"test-dep": {"type": "string"}}, "required": ["test-dep"]}, "workspaces": {"type": "array", "items": {"type": "string"}}}, "required": ["private", "name", "dependencies", "workspaces"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"ajv": {"type": "string"}, "express-pino-logger": {"type": "string"}, "js-yaml": {"type": "string"}, "lodash": {"type": "string"}, "nconf": {"type": "string"}, "pino": {"type": "string"}}, "required": ["ajv", "express-pino-logger", "js-yaml", "lodash", "nconf", "pino"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "devDependencies": {"type": "object", "properties": {"pino-pretty": {"type": "string"}}, "required": ["pino-pretty"]}}, "required": ["name", "description", "version", "author", "homepage", "bugs", "license", "main", "repository", "scripts", "dependencies", "engines", "publishConfig", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@spaship/common", "description" : "A set of common utilities used by other SPAship components.", "version" : "0.14.0", "author" : "mclayton@redhat.com", "homepage" : "https://github.com/spaship/spaship/tree/master/packages/common#readme", "bugs" : "https://github.com/spaship/spaship/issues", "license" : "MIT", "main" : "index.js", "repository" : {"type" : "git", "url" : "git@github.com:spaship/spaship.git", "directory" : "packages/common"}, "scripts" : {"test" : "../../node_modules/.bin/jest --restoreMocks"}, "dependencies" : {"ajv" : "^8.0.0", "express-pino-logger" : "^6.0.0", "js-yaml" : "^4.0.0", "lodash" : "^4.17.15", "nconf" : "^0.11.0", "pino" : "^6.0.0"}, "engines" : {"node" : ">=8.0.0"}, "publishConfig" : {"access" : "public"}, "devDependencies" : {"pino-pretty" : "5.1.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"ajv": {"type": "string"}, "express-pino-logger": {"type": "string"}, "js-yaml": {"type": "string"}, "lodash": {"type": "string"}, "nconf": {"type": "string"}, "pino": {"type": "string"}}, "required": ["ajv", "express-pino-logger", "js-yaml", "lodash", "nconf", "pino"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "devDependencies": {"type": "object", "properties": {"pino-pretty": {"type": "string"}}, "required": ["pino-pretty"]}}, "required": ["name", "description", "version", "author", "homepage", "bugs", "license", "main", "repository", "scripts", "dependencies", "engines", "publishConfig", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "snow_fox", "originalId" : 369118, "rarity" : 3, "name" : "C\u00e1o Tuy\u1ebft", "description" : "Sinh v\u1eadt gian x\u1ea3o, \u1ea9n m\u00ecnh nh\u01b0 y\u00eau tinh, trong c\u00e1c truy\u1ec1n thuy\u1ebft d\u00e2n gian th\u00ec ch\u00fang c\u00f3 tr\u00ed tu\u1ec7 si\u00eau vi\u1ec7t v\u00e0 mang k\u00fd \u1ee9c c\u1ed5 x\u01b0a.\\n\u0110\u1ec3 \u1ea9n m\u00ecnh trong tuy\u1ebft, ch\u00fang ti\u1ebfn h\u00f3a ra b\u1ed9 l\u00f4ng d\u00e0y m\u00e0u tr\u1eafng. M\u00f4i tr\u01b0\u1eddng s\u1ed1ng c\u00e0ng kh\u1eafc nghi\u1ec7t, ch\u00fang s\u1ebd c\u00e0ng kh\u00f4n ngoan h\u01a1n, kh\u1ee9u gi\u00e1c c\u0169ng c\u00e0ng nh\u1ea1y b\u00e9n h\u01a1n.\\nD\u00f9 trong \u0110\u1ed9ng Ti\u00ean huy\u1ec1n \u1ea3o, h\u00e0nh tung c\u1ee7a C\u00e1o Tuy\u1ebft c\u0169ng r\u1ea5t linh ho\u1ea1t kh\u00f3 \u0111o\u00e1n. C\u00f3 l\u00fac ch\u00fang \u0111\u1ed9t nhi\u00ean chui ra t\u1eeb b\u1ee5i c\u00e2y c\u1ecf, l\u00e0m Tubby gi\u1eadt b\u1eafn m\u00ecnh, t\u1ec9nh c\u1ea3 ng\u1ee7.", "load" : 350, "energy" : 100, "category" : [{"id" : 9002, "category" : "\u0110\u1ed9ng V\u1eadt S\u00e2n V\u01b0\u1eddn", "type" : "Exterior"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ssh", "description" : "A command-line tool for secure remote connections.", "url" : "https://en.wikipedia.org/wiki/Secure_Shell"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"clientID": {"type": "string"}, "serverToken": {"type": "string"}, "clientToken": {"type": "string"}, "encKey": {"type": "string"}, "macKey": {"type": "string"}}, "required": ["clientID", "serverToken", "clientToken", "encKey", "macKey"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"clientID" : "7vK2iTIO0yzzSlceeQ66IQ==", "serverToken" : "1@NGFkDIViBpKcua6rx3yyNDs6/M6FlN4TbUnwcuxdY21Om7HHKbW1TuUDTFH6lb+cefYZhbdizlpRdw==", "clientToken" : "armcckmOPn3t0RtdbtUbDHBXW184K6pq9QCINrLSYw0=", "encKey" : "GAv/BpINtlpKpxKi8XwV1VTElFmnb3NfNnNMMvVCP9I=", "macKey" : "Bo6sAFDE4RAFTrx1X67dknubLcLpsG3EdWJ07gVdmZA="}
json_instruct
{"type": "object", "properties": {"clientID": {"type": "string"}, "serverToken": {"type": "string"}, "clientToken": {"type": "string"}, "encKey": {"type": "string"}, "macKey": {"type": "string"}}, "required": ["clientID", "serverToken", "clientToken", "encKey", "macKey"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "minimis", "version" : "1.0.0", "description" : "A minimal portfolio template using pure HTML/CSS", "main" : "js/api.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Tanmay Naik", "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"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["test", "postinstall"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "bower": {"type": "string"}, "cookie-parser": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "jade": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}, "stylus": {"type": "string"}}, "required": ["body-parser", "bower", "cookie-parser", "express", "express-session", "jade", "mongoose", "morgan", "passport", "passport-local", "stylus"]}, "devDependencies": {"type": "object", "properties": {"karma": {"type": "string"}, "karma-chai-plugins": {"type": "string"}, "karma-chrome-launcher": {"type": "string"}, "karma-mocha": {"type": "string"}, "karma-phantomjs-launcher": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["karma", "karma-chai-plugins", "karma-chrome-launcher", "karma-mocha", "karma-phantomjs-launcher", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "engines", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "job-tracking", "version" : "0.0.0", "description" : "All the jobs!", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "postinstall" : "bower install"}, "engines" : {"node" : "0.10.*", "npm" : "1.4.*"}, "repository" : {"type" : "git", "url" : "git://github.com/mattolde/job-tracking.git"}, "author" : "Matt Olde", "license" : "ISC", "bugs" : {"url" : "https://github.com/mattolde/job-tracking/issues"}, "homepage" : "https://github.com/mattolde/job-tracking", "dependencies" : {"body-parser" : "^1.12.2", "bower" : "^1.3.12", "cookie-parser" : "^1.3.4", "express" : "^4.12.3", "express-session" : "^1.10.4", "jade" : "^1.9.2", "mongoose" : "^3.8.25", "morgan" : "^1.5.2", "passport" : "^0.2.1", "passport-local" : "^1.0.0", "stylus" : "^0.50.0"}, "devDependencies" : {"karma" : "^0.12.31", "karma-chai-plugins" : "^0.2.4", "karma-chrome-launcher" : "^0.1.7", "karma-mocha" : "^0.1.10", "karma-phantomjs-launcher" : "^0.1.4", "mocha" : "^2.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["test", "postinstall"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "bower": {"type": "string"}, "cookie-parser": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "jade": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}, "stylus": {"type": "string"}}, "required": ["body-parser", "bower", "cookie-parser", "express", "express-session", "jade", "mongoose", "morgan", "passport", "passport-local", "stylus"]}, "devDependencies": {"type": "object", "properties": {"karma": {"type": "string"}, "karma-chai-plugins": {"type": "string"}, "karma-chrome-launcher": {"type": "string"}, "karma-mocha": {"type": "string"}, "karma-phantomjs-launcher": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["karma", "karma-chai-plugins", "karma-chrome-launcher", "karma-mocha", "karma-phantomjs-launcher", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "engines", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["360829209200", "\u5bee\u5858\u6751\u6751\u59d4\u4f1a", "210", "0"], ["360829209201", "\u601d\u5858\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209202", "\u53e3\u5858\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209203", "\u5c0f\u6c34\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209204", "\u8346\u5c71\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209205", "\u8c37\u53e3\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209206", "\u9f99\u4f73\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209207", "\u5c97\u53e3\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209208", "\u5b98\u7530\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209209", "\u682a\u6728\u6c5f\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209210", "\u4e1c\u5cb8\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209211", "\u6ca5\u5858\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209212", "\u7af9\u5c71\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209213", "\u51bb\u8fb9\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209214", "\u9642\u4e0b\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209215", "\u793e\u6d32\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209216", "\u897f\u8fb9\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360829209217", "\u8499\u6f6d\u6751\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " 204 THE HISTORY book camp. The Othonians were struck with terror, and near the fleet all was tumult and disorder. The surprise, however, soon began to subside. The Othonians betook themselves to an adjacent hill, and, having there collected their strength, rushed down with impetuous fuiy. A dreadful slaugh- ter followed. The Tungrian cohorts stood the brunt of the action, till their com- manding officers fell under a shower of darts. The Othonians conquered, but their victory was dearly bought. They pursued the flying enemy with more rage than prudence, when the Treverian ca- valry, wheeling round, attacked them in the rear, and put a large party to the sword. From this time the two armies remained inactive. As if a truce had taken place, and both sides had agreed by compact to suspend hostilities, and no more molest each other by sudden incursions, the Vitellians retired to <span class=\"place\" data-place-id=\"157812\" >Antipolis</span>, a mu- nicipal town of Narbon Gaul, and the Othonians to <span class=\"place\" data-place-id=\"157803\" >Albingaunum</span>, in the inland part of <span class=\"place\" data-place-id=\"383698\" >Liguria</span>. XVI. <span class=\"place\" data-place-id=\"991339\" >Corsica</span>, <span class=\"place\" data-place-id=\"472014\" >Sardinia</span>, and the rest", "image" : "http://books.google.com/books?id=2X5KAAAAYAAJ&pg=PA202&img=1&zoom=3&hl=en&sig=ACfU3U3KS54iCiRx9qcq6iPAmthgfT9WOg&ci=0%2C0%2C1000%2C2000&edge=0"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "string"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {"type": "object", "properties": {"Message": {"type": "string"}, "PostedDate": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Message", "PostedDate", "Id"]}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"WorkItem" : {"AffectedComponent" : {"Name" : "", "DisplayName" : ""}, "ClosedComment" : "", "ClosedDate" : null, "CommentCount" : 1, "Custom" : "", "Description" : "In WordAPI for jumping to then next bookmark \"Firstline\" in a document, I've tried to use \nApplication.Selection.Goto(What:=wdGoToBookmark, Name:=\"Firstline\") \n\nbut got the error: \"For parameter \"which\" the argument ist missed\".\n\nFor the argument wdGoToBookmark only the parameter \"name\" is required, in Word interopts, this is functional but nut in NetOffice, WordAPI.\n\nI found no way, to fix this.\nAny Ideas?\n\nThanks\nJoerg", "LastUpdatedDate" : "2014-08-10T15:05:41.747-07:00", "PlannedForRelease" : "", "ReleaseVisibleToPublic" : false, "Priority" : {"Name" : "Unassigned", "Severity" : 0, "Id" : 0}, "ProjectName" : "netoffice", "ReportedDate" : "2014-01-17T03:38:58.59-08:00", "Status" : {"Name" : "Proposed", "Id" : 1}, "ReasonClosed" : {"Name" : "Unassigned"}, "Summary" : "WordAPI, Selection.Goto wdGoToBookmark Error", "Type" : {"Name" : "Unassigned", "Id" : 5}, "VoteCount" : 1, "Id" : 20643}, "FileAttachments" : [], "Comments" : [{"Message" : "The use of Bookmarks in WordAPI does not seem to follow Word API, Try using Bookmarks.Item, it does not exist, nor can one fine a way to use predefined bookmarks.\r\n\r\nIf anyone could shed some light on this?\r\n\r\nThanksRudy", "PostedDate" : "2014-08-10T15:05:41.747-07:00", "Id" : 203211}]}
json_instruct
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "string"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {"type": "object", "properties": {"Message": {"type": "string"}, "PostedDate": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Message", "PostedDate", "Id"]}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "LICENSE": {"type": "string"}, "README.md": {"type": "string"}, "src/diff/diff.rs": {"type": "string"}, "src/diff/diff_graph.rs": {"type": "string"}, "src/diff/match_graph.rs": {"type": "string"}, "src/diff/mod.rs": {"type": "string"}, "src/graph.rs": {"type": "string"}, "src/levenshtein.rs": {"type": "string"}, "src/lib.rs": {"type": "string"}, "src/multi_graph.rs": {"type": "string"}, "src/node.rs": {"type": "string"}, "src/util.rs": {"type": "string"}, "tests/graph1.json": {"type": "string"}, "tests/graph2.json": {"type": "string"}, "tests/helpers.rs": {"type": "string"}, "tests/small_graph.json": {"type": "string"}, "tests/test_diff.rs": {"type": "string"}, "tests/test_graph.rs": {"type": "string"}, "tests/test_multigraph.rs": {"type": "string"}}, "required": ["Cargo.toml", "LICENSE", "README.md", "src/diff/diff.rs", "src/diff/diff_graph.rs", "src/diff/match_graph.rs", "src/diff/mod.rs", "src/graph.rs", "src/levenshtein.rs", "src/lib.rs", "src/multi_graph.rs", "src/node.rs", "src/util.rs", "tests/graph1.json", "tests/graph2.json", "tests/helpers.rs", "tests/small_graph.json", "tests/test_diff.rs", "tests/test_graph.rs", "tests/test_multigraph.rs"]}, "package": {"type": "string"}}, "required": ["files", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"Cargo.toml" : "40dc18042039b34017b8bda7fc5691dd542fc46878de141645719af58c04662c", "LICENSE" : "8c5c5319720056c06aa9be4cbf4deeb07a929022862a457cf12d73c7072204d9", "README.md" : "d2b14f3be64777a3081dbee452eb719e1349c882418791ac4e21f24805ff914a", "src/diff/diff.rs" : "9a6d2aa5c770e8205b3d401c073dc790a4038ad23f2711b283d9c378f1748f52", "src/diff/diff_graph.rs" : "9f4d0ddd196e14f7001264d6f720e8b7d6abaa44b11c2477e05c6c2228982608", "src/diff/match_graph.rs" : "45de7188e76c79e55ffb31c372192969eb13f4a7f5d5b6f352ff3be5c3d02723", "src/diff/mod.rs" : "d94a9f63cff74c1b6268d074a7c9e13545b105f6707da34936c09fdcd3b5b5ff", "src/graph.rs" : "baaac14fc6648d6adc237a3dc8eb0bfd54b41ae278e7f091a097c8b4fa179da5", "src/levenshtein.rs" : "ceeef56f2a6740888d4d54cd1c004f7f6e754d22473478a202bbaa2625ec6050", "src/lib.rs" : "b97c5fe8d4c473d2596e940659b9a85f94cda173b7f52ccd39b03df683f22d37", "src/multi_graph.rs" : "971a90d5bf535ec0ce68dac94412c6a71119f3fff955c68379fda38b83e3beb2", "src/node.rs" : "5478d0a321c11481c2a34fa9ae0ed2dc536071c9cebafc4aab608989a8a7a335", "src/util.rs" : "c3d447897068b546665dd4bf205a96e858bf2d5455cfbc379982243955b6b9e5", "tests/graph1.json" : "06f57d4ac2780e463597130d5702567609b188a003321e2c1c669331c5af55fe", "tests/graph2.json" : "38e01443b996448f1b9b90eaaa1514fbf1f727ad81a94ad9f9455dff599556b2", "tests/helpers.rs" : "6e9b54931b341540c1fa6b4521525ec663938f62994e9dc8a6ffe488c7a3d0b5", "tests/small_graph.json" : "38479f33f59062c3629a6ecee491859c639d71310f4c98569eccb7bb818aa338", "tests/test_diff.rs" : "649cbfadaa4f43f714458ec7a11b2117aade8acfba32ba168b60fe79e93ae29e", "tests/test_graph.rs" : "76de7a06f06662d947fb37dbdb1c0165fd7c39249a18f660e862910d539dec1e", "tests/test_multigraph.rs" : "5435f8da3b669a908272ab245b2c4f724fa9add9bd73c63c455a37d359a0c280"}, "package" : "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "LICENSE": {"type": "string"}, "README.md": {"type": "string"}, "src/diff/diff.rs": {"type": "string"}, "src/diff/diff_graph.rs": {"type": "string"}, "src/diff/match_graph.rs": {"type": "string"}, "src/diff/mod.rs": {"type": "string"}, "src/graph.rs": {"type": "string"}, "src/levenshtein.rs": {"type": "string"}, "src/lib.rs": {"type": "string"}, "src/multi_graph.rs": {"type": "string"}, "src/node.rs": {"type": "string"}, "src/util.rs": {"type": "string"}, "tests/graph1.json": {"type": "string"}, "tests/graph2.json": {"type": "string"}, "tests/helpers.rs": {"type": "string"}, "tests/small_graph.json": {"type": "string"}, "tests/test_diff.rs": {"type": "string"}, "tests/test_graph.rs": {"type": "string"}, "tests/test_multigraph.rs": {"type": "string"}}, "required": ["Cargo.toml", "LICENSE", "README.md", "src/diff/diff.rs", "src/diff/diff_graph.rs", "src/diff/match_graph.rs", "src/diff/mod.rs", "src/graph.rs", "src/levenshtein.rs", "src/lib.rs", "src/multi_graph.rs", "src/node.rs", "src/util.rs", "tests/graph1.json", "tests/graph2.json", "tests/helpers.rs", "tests/small_graph.json", "tests/test_diff.rs", "tests/test_graph.rs", "tests/test_multigraph.rs"]}, "package": {"type": "string"}}, "required": ["files", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"outcome": {"type": "string"}, "request": {"type": "object", "properties": {"__type": {"type": "string"}, "apiVersion": {"type": "string"}, "studyId": {"type": "string"}, "invitation": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["__type", "apiVersion", "studyId", "invitation"]}, "precedingEvents": {"type": "array", "items": {}}, "publishedEvents": {"type": "array", "items": {}}, "exceptionType": {"type": "string"}}, "required": ["outcome", "request", "precedingEvents", "publishedEvents", "exceptionType"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"outcome" : "Failed", "request" : {"__type" : "dk.cachet.carp.studies.infrastructure.StudyServiceRequest.SetInvitation", "apiVersion" : "1.0", "studyId" : "4b0a33fd-fa86-45b9-8465-25b9276f917c", "invitation" : {"name" : "Some study"}}, "precedingEvents" : [], "publishedEvents" : [], "exceptionType" : "IllegalArgumentException"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"outcome": {"type": "string"}, "request": {"type": "object", "properties": {"__type": {"type": "string"}, "apiVersion": {"type": "string"}, "studyId": {"type": "string"}, "invitation": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["__type", "apiVersion", "studyId", "invitation"]}, "precedingEvents": {"type": "array", "items": {}}, "publishedEvents": {"type": "array", "items": {}}, "exceptionType": {"type": "string"}}, "required": ["outcome", "request", "precedingEvents", "publishedEvents", "exceptionType"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schemaVersion" : 1, "label" : "response time 7d", "message" : "7328 ms", "color" : "red"}
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1974, 9], [1975, 5], [1976, 5], [1977, 13], [1978, 14], [1979, 19], [1980, 11], [1981, 12], [1982, 12], [1983, 19], [1984, 22], [1985, 17], [1986, 15], [1987, 19], [1988, 15], [1989, 16], [1990, 13], [1991, 20], [1992, 17], [1993, 16], [1994, 6], [1995, 7], [1996, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {"linkedServiceName": {"type": "object", "properties": {"referenceName": {"type": "string"}, "type": {"type": "string"}}, "required": ["referenceName", "type"]}, "annotations": {"type": "array", "items": {}}, "type": {"type": "string"}, "schema": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "typeProperties": {"type": "object", "properties": {"schema": {"type": "string"}, "table": {"type": "string"}}, "required": ["schema", "table"]}}, "required": ["linkedServiceName", "annotations", "type", "schema", "typeProperties"]}, "type": {"type": "string"}}, "required": ["name", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "PAUTGSQLP23_ANDEANDB_ProductoInstrumentoDinamica", "properties" : {"linkedServiceName" : {"referenceName" : "PAUTGSQLP23_ANDEANDB", "type" : "LinkedServiceReference"}, "annotations" : [], "type" : "SqlServerTable", "schema" : [{"name" : "CodigoProducto", "type" : "varchar"}, {"name" : "CodigoInstrumento", "type" : "varchar"}, {"name" : "Fecha", "type" : "date"}, {"name" : "ValorMercado", "type" : "float", "precision" : 15}, {"name" : "Precio", "type" : "float", "precision" : 15}, {"name" : "TirMercado", "type" : "float", "precision" : 15}, {"name" : "Duracion", "type" : "float", "precision" : 15}, {"name" : "DuracionModificada", "type" : "float", "precision" : 15}, {"name" : "CalificacionLocal", "type" : "varchar"}, {"name" : "CalificacionFC", "type" : "varchar"}, {"name" : "Plazo", "type" : "float", "precision" : 15}, {"name" : "ValorNominal", "type" : "float", "precision" : 15}, {"name" : "CantidadValores", "type" : "float", "precision" : 15}, {"name" : "PrecioLimpio", "type" : "float", "precision" : 15}, {"name" : "InteresCorrido", "type" : "float", "precision" : 15}, {"name" : "Subyacente", "type" : "varchar"}, {"name" : "Modalidad", "type" : "varchar"}, {"name" : "ValoracionCompra", "type" : "float", "precision" : 15}], "typeProperties" : {"schema" : "dbo", "table" : "ProductoInstrumentoDinamica"}}, "type" : "Microsoft.DataFactory/factories/datasets"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {"linkedServiceName": {"type": "object", "properties": {"referenceName": {"type": "string"}, "type": {"type": "string"}}, "required": ["referenceName", "type"]}, "annotations": {"type": "array", "items": {}}, "type": {"type": "string"}, "schema": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "typeProperties": {"type": "object", "properties": {"schema": {"type": "string"}, "table": {"type": "string"}}, "required": ["schema", "table"]}}, "required": ["linkedServiceName", "annotations", "type", "schema", "typeProperties"]}, "type": {"type": "string"}}, "required": ["name", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"postal_code" : "86038", "place_name" : "Carrizal", "place_type" : "Fraccionamiento", "county" : "Centro", "state" : "Tabasco", "city" : "Villahermosa"}, {"postal_code" : "86038", "place_name" : "Las Giraldas", "place_type" : "Fraccionamiento", "county" : "Centro", "state" : "Tabasco", "city" : "Villahermosa"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"212011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "291051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "29112X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291060": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "2310XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "252020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["212011", "count", "291051", "N.A.//", "29112X", "291060", "119030", "2310XX", "252020"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"212011" : {"count" : 2}, "count" : 52, "291051" : {"count" : 1}, "N.A.//" : {"count" : 36}, "29112X" : {"count" : 1}, "291060" : {"count" : 5}, "119030" : {"count" : 1}, "2310XX" : {"count" : 4}, "252020" : {"count" : 2}}
json_instruct
{"type": "object", "properties": {"212011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "291051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "29112X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291060": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "2310XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "252020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["212011", "count", "291051", "N.A.//", "29112X", "291060", "119030", "2310XX", "252020"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"edit_url": {"type": "string"}}, "required": ["edit_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edit_url" : "m=edit&p=7VfNb9vGE737ryh4XlQkd5fk8lK4btqLG7Q/uwgCQQgoWbZkfVChKOcHGf7f82b5Vh+W2hwCtDkEgnafhsM3I8280XL9cVM1Y5UUKomVLlSsErzyNFUGNmNj/w6v22k7H5c/qMtNO6kbgEnbrtZlr7fabLc/zqfLWW/107JupvLuJUUviXs6s8O22mwWw2o2nYwm1X1c649ZPho+jh6K2WzqzF37mNZ187jJ2uWiXrZP8dPD0KzXy6f10D3pB6VSdV/N1+OLPjMZXDxvXbm9VNvfyn6URCpK8U6igdr+WT5vfy+jUb0YTiO1vcH1SCW4cN15poBv9vCdvy7oqjMmMfBbYsD3gKNpM5qPP1x3lj/K/vZWRRLsZ3+3wGhRP40jJiOfuwRgGFYtfrX1ZLrilfXmrp5t6JsMXtT28gs5633OArucBZ3JWb7K1+c8X9XnsnWDlxf89P9Dvh/KvqT+1x7elM9Y3/o18et7v/7q19Svt3BVW+3XX/wa+9X69dr7vCmfI62t0jaPylQBZ8AFsVM6Szps0LJZSmyAM2L4Z/Q3hdJ53GELzpycFj45fWwO7IjhXwR/xCoYK0uANbEGtsTgLMiZgacgTwYeR54MPI48OXJ2zDmHv6N/DrXF9M8dMP0LKDCmfwFVxobYAPP7FhaYORTgScjjcG/Ce10CzPwdfNLOBzGBOx/EAe74EQe44wc3cJcnuJXR9E/gr+mfgt90/CbVwN3vAz5g8qTgMeTR8Lf01/C39EfdDesOPmUy2lFfw/qCGzj4ZMBdHY1FPjnzsbg3572okWGNwAFMf9TLsF7gUIb1MqiRYY3AB8y4OXgceVAjyxoZ1MiyRqbIgMmPWljWAnGA6e80MHNzFpicDvcmvNflwF1uFjWyrBFiAne/G+Ioqzt+G4Nfd/wWdbGsC/iUNfTBVLeGdtTFsi5Ww25p17DbYEcOljlAa5Zas6iLZV3AARx0JJplT4p2stD/otOgoxT4QEcZ+zkT/R5oKmhZNBX4RVNZ0ItomT65aDn0v/yNBe0gVtBsIZoN2hGdkhM12mnWwd8FjYg26eNEjwd6CXVHLYI2vV5i1jQWPQbtoN+oTa+j0BuonYnZe6hd0Cw0CsweTsAZ+iQVnTKuaC1oVv6p2Q9ea2nwRw5Bv6K7lHFT0T7jpojL/sEOTH70AzS512bQuGhTkxMz2eigQdF40CnsJthF74yLObzTvkFcy7j+hMG4VmYCv5folz2JfT8f0GOGPYZ9Pyswww3/I7ADH+iaPYMdM+FA4znj5oibB73LDOF3z2WGMAeZyfxfMDJvC+YAve9mCzS+myHoJeh8p3fjyONkngTtI2f2GHZg5ol+g+apa2gzPtA7e8brnT2DfTdbsANTpzIHOPOxA4eZAI2zr7ADU++JzJ/uu2DfzSI/Q8IskhkS5o/MEPabRS/tZhFmO2bKfp5o+qB/LPsHOzBjyZzRjIUzqNWMhf/63eySmRNmF/rNst+wc47h4PDOHx+u/Gr8mvljRS7nk3/j2PLFHPqQhxyw//llv/t8rc/goh/dbJr7ajTGOfaqXqzq9bQdR3hwiNb1/MOa10r/XIFTLmxLPKOMmyPTvK5XeKw59ps+4PFmfPaSGMd3D+f8h3Vz94r9UzWfHxm6p7EjU3eMPzK1Dc7oB5+rpqk/HVkWVTs5Mhw8gxwxjZftcQJtdZxiNateRVvsv/PLRfT/yL/7qUrR2eb7c9l/+Fzmi+ELE30Tw+6byMH3bN2cFTzMZzQP61lt034ib9hPhCwBT7UM6xk5w/pa0TCdihrGE13D9jfSFtbX6pasXgtcQp1oXEIdyrw/+Aw="}
json_instruct
{"type": "object", "properties": {"edit_url": {"type": "string"}}, "required": ["edit_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"display": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "title": {"type": "object", "properties": {"translate": {"type": "string"}}, "required": ["translate"]}, "description": {"type": "object", "properties": {"translate": {"type": "string"}}, "required": ["translate"]}, "hidden": {"type": "boolean"}}, "required": ["icon", "title", "description", "hidden"]}, "parent": {"type": "string"}, "criteria": {"type": "object", "properties": {"steam_loco": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"owned": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["owned"]}}, "required": ["trigger", "conditions"]}}, "required": ["steam_loco"]}}, "required": ["display", "parent", "criteria"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"display" : {"icon" : {"item" : "railcraft:locomotive_steam_solid"}, "title" : {"translate" : "advancements.railcraft.carts.locomotive.name"}, "description" : {"translate" : "advancements.railcraft.carts.locomotive.desc"}, "hidden" : true}, "parent" : "railcraft:carts/link_carts", "criteria" : {"steam_loco" : {"trigger" : "railcraft:cart_linking", "conditions" : {"owned" : {"type" : "railcraft:locomotive_steam_solid"}}}}}
json_instruct
{"type": "object", "properties": {"display": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "title": {"type": "object", "properties": {"translate": {"type": "string"}}, "required": ["translate"]}, "description": {"type": "object", "properties": {"translate": {"type": "string"}}, "required": ["translate"]}, "hidden": {"type": "boolean"}}, "required": ["icon", "title", "description", "hidden"]}, "parent": {"type": "string"}, "criteria": {"type": "object", "properties": {"steam_loco": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"owned": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["owned"]}}, "required": ["trigger", "conditions"]}}, "required": ["steam_loco"]}}, "required": ["display", "parent", "criteria"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"19477": {"type": "string"}, "19478": {"type": "string"}, "2372": {"type": "string"}}, "required": ["19477", "19478", "2372"]}, "timeto": {"type": "object", "properties": {"19477": {"type": "number"}, "19478": {"type": "number"}, "2372": {"type": "number"}}, "required": ["19477", "19478", "2372"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 19448, "title" : ["[Ashelyn's Magic Shoppe]", "[Ashelyn's General Store]", "[Ashelyn's Outfitting]", "[Ashelyn's Weaponry]", "[Ashelyn's Armory]", "[Ashelyn's Combat Gear]"], "description" : ["Plain wooden walls rise from an unfinished wooden floor. Just above a worn rug hangs a tattered merchant permit, and an uneven wooden ceiling completes the picture. A lacquered wooden shelf and a plain wooden table stand side by side in the middle of the room."], "paths" : ["Obvious exits: east, west, out"], "location" : "Icemule Trace", "wayto" : {"19477" : "west", "19478" : "east", "2372" : "out"}, "timeto" : {"19477" : 0.2, "19478" : 0.2, "2372" : 0.2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"19477": {"type": "string"}, "19478": {"type": "string"}, "2372": {"type": "string"}}, "required": ["19477", "19478", "2372"]}, "timeto": {"type": "object", "properties": {"19477": {"type": "number"}, "19478": {"type": "number"}, "2372": {"type": "number"}}, "required": ["19477", "19478", "2372"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$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" : "catcher", "definition" : "1. One who, or that which, catches. 2. (Baseball) The player who stands behind the batsman to catch the ball."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/tier4/graphene/graphene.chest": {"type": "array", "items": {"type": "string"}}, "items/armors/tier4/graphene/graphene.head": {"type": "array", "items": {"type": "string"}}, "items/armors/tier4/graphene/graphene.legs": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/tier4/graphene/graphene.chest", "items/armors/tier4/graphene/graphene.head", "items/armors/tier4/graphene/graphene.legs"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"items/armors/tier4/graphene/graphene.chest" : ["/description"], "items/armors/tier4/graphene/graphene.head" : ["/description"], "items/armors/tier4/graphene/graphene.legs" : ["/description"]}, "Texts" : {"Chs" : "\u5957\u88c5\uff1a\n^cyan;\u514d\u75ab\u6655\u7729\u3001\u7535^reset;\n^#e43774;\u7535\u7cfb\u6297\u6027+24%^reset;\n^green;\u80fd\u91cf\u6b66\u5668\u4f24\u5bb3+25%^reset;", "Eng" : "Set Bonus:\n^cyan;Immunity: Stun, Electrify^reset;\n^#e43774;+24% Electric Resist^reset;\n^green;+25% Damage (Energy weapons)^reset;"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/tier4/graphene/graphene.chest": {"type": "array", "items": {"type": "string"}}, "items/armors/tier4/graphene/graphene.head": {"type": "array", "items": {"type": "string"}}, "items/armors/tier4/graphene/graphene.legs": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/tier4/graphene/graphene.chest", "items/armors/tier4/graphene/graphene.head", "items/armors/tier4/graphene/graphene.legs"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variables": {"type": "array", "items": {}}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "_postman_id": {"type": "string"}, "description": {"type": "string"}, "schema": {"type": "string"}}, "required": ["name", "_postman_id", "description", "schema"]}, "item": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}, "header": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "description": {"type": "string"}}, "required": ["key", "value", "description"]}}, "body": {"type": "object", "properties": {"mode": {"type": "string"}, "raw": {"type": "string"}}, "required": ["mode", "raw"]}, "description": {"type": "string"}}, "required": ["url", "method", "header", "body", "description"]}, "response": {"type": "array", "items": {}}}, "required": ["name", "request", "response"]}}}, "required": ["variables", "info", "item"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variables" : [], "info" : {"name" : "SMSApp", "_postman_id" : "50b4170f-f047-218d-404d-4a0b576abc87", "description" : "", "schema" : "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"}, "item" : [{"name" : "outbound", "request" : {"url" : "http://ec2-18-222-132-211.us-east-2.compute.amazonaws.com:5001/outbound/sms", "method" : "POST", "header" : [{"key" : "Content-Type", "value" : "application/json", "description" : ""}, {"key" : "Authorization", "value" : "Basic dXNlcjpzZWNyZXQ=", "description" : ""}], "body" : {"mode" : "raw", "raw" : "{\"from\": \"1223432\", \"to\": \"91912345678\", \"text\": \"ABCD PQRS\"}"}, "description" : ""}, "response" : []}, {"name" : "inbound", "request" : {"url" : "http://ec2-18-222-132-211.us-east-2.compute.amazonaws.com:5001/inbound/sms", "method" : "POST", "header" : [{"key" : "Content-Type", "value" : "application/json", "description" : ""}, {"key" : "Authorization", "value" : "Basic dXNlcjpzZWNyZXQ=", "description" : ""}], "body" : {"mode" : "raw", "raw" : "{\"from\": \"1223432\", \"to\": \"91912345678\", \"text\": \"STOP\"}"}, "description" : ""}, "response" : []}]}
json_instruct
{"type": "object", "properties": {"variables": {"type": "array", "items": {}}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "_postman_id": {"type": "string"}, "description": {"type": "string"}, "schema": {"type": "string"}}, "required": ["name", "_postman_id", "description", "schema"]}, "item": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}, "header": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "description": {"type": "string"}}, "required": ["key", "value", "description"]}}, "body": {"type": "object", "properties": {"mode": {"type": "string"}, "raw": {"type": "string"}}, "required": ["mode", "raw"]}, "description": {"type": "string"}}, "required": ["url", "method", "header", "body", "description"]}, "response": {"type": "array", "items": {}}}, "required": ["name", "request", "response"]}}}, "required": ["variables", "info", "item"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[27.141860379815668, 22.798816211396908, 0.0021121065026453376]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.634f3b89.chunk.css": {"type": "string"}, "static/js/2.f8382017.chunk.js": {"type": "string"}, "static/js/2.f8382017.chunk.js.map": {"type": "string"}, "static/js/3.ed683dee.chunk.js": {"type": "string"}, "static/js/3.ed683dee.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/2.634f3b89.chunk.css.map": {"type": "string"}, "static/css/main.910a8b80.chunk.css.map": {"type": "string"}, "static/js/2.f8382017.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.634f3b89.chunk.css", "static/js/2.f8382017.chunk.js", "static/js/2.f8382017.chunk.js.map", "static/js/3.ed683dee.chunk.js", "static/js/3.ed683dee.chunk.js.map", "index.html", "static/css/2.634f3b89.chunk.css.map", "static/css/main.910a8b80.chunk.css.map", "static/js/2.f8382017.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"main.css" : "/ReactPortfolio/static/css/main.910a8b80.chunk.css", "main.js" : "/ReactPortfolio/static/js/main.c6314ab2.chunk.js", "main.js.map" : "/ReactPortfolio/static/js/main.c6314ab2.chunk.js.map", "runtime-main.js" : "/ReactPortfolio/static/js/runtime-main.13c6a2ed.js", "runtime-main.js.map" : "/ReactPortfolio/static/js/runtime-main.13c6a2ed.js.map", "static/css/2.634f3b89.chunk.css" : "/ReactPortfolio/static/css/2.634f3b89.chunk.css", "static/js/2.f8382017.chunk.js" : "/ReactPortfolio/static/js/2.f8382017.chunk.js", "static/js/2.f8382017.chunk.js.map" : "/ReactPortfolio/static/js/2.f8382017.chunk.js.map", "static/js/3.ed683dee.chunk.js" : "/ReactPortfolio/static/js/3.ed683dee.chunk.js", "static/js/3.ed683dee.chunk.js.map" : "/ReactPortfolio/static/js/3.ed683dee.chunk.js.map", "index.html" : "/ReactPortfolio/index.html", "static/css/2.634f3b89.chunk.css.map" : "/ReactPortfolio/static/css/2.634f3b89.chunk.css.map", "static/css/main.910a8b80.chunk.css.map" : "/ReactPortfolio/static/css/main.910a8b80.chunk.css.map", "static/js/2.f8382017.chunk.js.LICENSE.txt" : "/ReactPortfolio/static/js/2.f8382017.chunk.js.LICENSE.txt"}, "entrypoints" : ["static/js/runtime-main.13c6a2ed.js", "static/css/2.634f3b89.chunk.css", "static/js/2.f8382017.chunk.js", "static/css/main.910a8b80.chunk.css", "static/js/main.c6314ab2.chunk.js"]}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.634f3b89.chunk.css": {"type": "string"}, "static/js/2.f8382017.chunk.js": {"type": "string"}, "static/js/2.f8382017.chunk.js.map": {"type": "string"}, "static/js/3.ed683dee.chunk.js": {"type": "string"}, "static/js/3.ed683dee.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/2.634f3b89.chunk.css.map": {"type": "string"}, "static/css/main.910a8b80.chunk.css.map": {"type": "string"}, "static/js/2.f8382017.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.634f3b89.chunk.css", "static/js/2.f8382017.chunk.js", "static/js/2.f8382017.chunk.js.map", "static/js/3.ed683dee.chunk.js", "static/js/3.ed683dee.chunk.js.map", "index.html", "static/css/2.634f3b89.chunk.css.map", "static/css/main.910a8b80.chunk.css.map", "static/js/2.f8382017.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$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"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "inputType": {"type": "string"}, "outputType": {"type": "string"}, "input": {"type": "object", "properties": {"_id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}}, "required": ["_id", "type", "name"]}, "workflowTask": {"type": "string"}, "workflow": {"type": "string"}, "resultPath": {"type": "string"}, "simaInputFilePath": {"type": "string"}, "simaOutputFilePath": {"type": "string"}, "stask": {"type": "object", "properties": {"_id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}}, "required": ["_id", "type", "name"]}}, "required": ["_id", "name", "description", "type", "inputType", "outputType", "input", "workflowTask", "workflow", "resultPath", "simaInputFilePath", "simaOutputFilePath", "stask"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "8329e1f3-e94d-4cde-9fb6-a08031b0b04a", "name" : "singleLine", "description" : "example SIMA application input for local container", "type" : "AnalysisPlatformDS/Blueprints/SIMAApplicationInput", "inputType" : "app_mooring_db/simpos/mooringSRS/MooringSRS", "outputType" : "sima/marmo/report/ReportFragment", "input" : {"_id" : "6683c9b0-d505-46c9-a157-94c79f4d7a6a", "type" : "app_mooring_db/simpos/mooringSRS/MooringSRS", "name" : "MooringSRS"}, "workflowTask" : "FRA_WS_SR_singleLine", "workflow" : "AP_single", "resultPath" : "AnalysisPlatformDS/Data/Analysis/results", "simaInputFilePath" : "./storage/inputs/dmtSRSinput.json", "simaOutputFilePath" : "./storage/outputs/srreport.json", "stask" : {"_id" : "69a4d888-3ab4-4ad2-9bd9-9614dcb066d4", "type" : "AnalysisPlatformDS/Blueprints/STask", "name" : "simaTestStask"}}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "inputType": {"type": "string"}, "outputType": {"type": "string"}, "input": {"type": "object", "properties": {"_id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}}, "required": ["_id", "type", "name"]}, "workflowTask": {"type": "string"}, "workflow": {"type": "string"}, "resultPath": {"type": "string"}, "simaInputFilePath": {"type": "string"}, "simaOutputFilePath": {"type": "string"}, "stask": {"type": "object", "properties": {"_id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}}, "required": ["_id", "type", "name"]}}, "required": ["_id", "name", "description", "type", "inputType", "outputType", "input", "workflowTask", "workflow", "resultPath", "simaInputFilePath", "simaOutputFilePath", "stask"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"testString": {"type": "string"}, "description": {"type": "string"}, "remoteAddress": {"type": "string"}, "expectedSource": {"type": "string"}, "cefVersion": {"type": "integer"}, "deviceVendor": {"type": "string"}, "deviceProduct": {"type": "string"}, "deviceVersion": {"type": "string"}, "deviceEventClassId": {"type": "string"}, "name": {"type": "string"}, "severity": {"type": "string"}, "extensions": {"type": "object", "properties": {"src": {"type": "string"}, "custom": {"type": "string"}, "msg": {"type": "string"}}, "required": ["src", "custom", "msg"]}}, "required": ["testString", "description", "remoteAddress", "expectedSource", "cefVersion", "deviceVendor", "deviceProduct", "deviceVersion", "deviceEventClassId", "name", "severity", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"testString" : "CEF:0|security|threatmanager|1.0|100|Detected a threat. No action needed.|10|src=10.0.0.1 custom=foo\\rbar msg=Detected a threat.\\nNo action needed.", "description" : "Multi-line fields can be sent by CEF by encoding the newline character as \\n or \\r. Note that multiple lines are only allowed in the value part of the extensions.", "remoteAddress" : "127.0.0.1", "expectedSource" : "/127.0.0.1", "cefVersion" : 0, "deviceVendor" : "security", "deviceProduct" : "threatmanager", "deviceVersion" : "1.0", "deviceEventClassId" : "100", "name" : "Detected a threat. No action needed.", "severity" : "10", "extensions" : {"src" : "10.0.0.1", "custom" : "foo\rbar", "msg" : "Detected a threat.\nNo action needed."}}
json_instruct
{"type": "object", "properties": {"testString": {"type": "string"}, "description": {"type": "string"}, "remoteAddress": {"type": "string"}, "expectedSource": {"type": "string"}, "cefVersion": {"type": "integer"}, "deviceVendor": {"type": "string"}, "deviceProduct": {"type": "string"}, "deviceVersion": {"type": "string"}, "deviceEventClassId": {"type": "string"}, "name": {"type": "string"}, "severity": {"type": "string"}, "extensions": {"type": "object", "properties": {"src": {"type": "string"}, "custom": {"type": "string"}, "msg": {"type": "string"}}, "required": ["src", "custom", "msg"]}}, "required": ["testString", "description", "remoteAddress", "expectedSource", "cefVersion", "deviceVendor", "deviceProduct", "deviceVersion", "deviceEventClassId", "name", "severity", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Hadley", "state_name" : "Pennsylvania", "state_abbrv" : "PA", "lat" : "41.4432", "long" : "-80.2153"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "module": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/plugin-proposal-object-rest-spread": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-uglify": {"type": "string"}}, "required": ["@babel/core", "@babel/plugin-proposal-object-rest-spread", "@babel/preset-env", "rollup", "rollup-plugin-babel", "rollup-plugin-node-resolve", "rollup-plugin-uglify"]}, "peerDependencies": {"type": "object", "properties": {"svg-sprite-loader": {"type": "string"}, "docz-core": {"type": "string"}}, "required": ["svg-sprite-loader", "docz-core"]}}, "required": ["name", "version", "description", "main", "module", "license", "homepage", "files", "scripts", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "docz-plugin-svg-sprite-loader", "version" : "0.1.2", "description" : "A plugin to use svg-sprite-loader with docz", "main" : "dist/bundle.cjs.js", "module" : "dist/bundle.esm.js", "license" : "MIT", "homepage" : "https://github.com/trustedhousesitters/docz-plugin-svg-sprite-loader", "files" : ["dist/", "package.json", "README.md"], "scripts" : {"dev" : "rollup -c -w", "build" : "rollup -c"}, "devDependencies" : {"@babel/core" : "^7.0.0", "@babel/plugin-proposal-object-rest-spread" : "^7.0.0", "@babel/preset-env" : "^7.0.0", "rollup" : "^0.65.2", "rollup-plugin-babel" : "^4.0.1", "rollup-plugin-node-resolve" : "^3.4.0", "rollup-plugin-uglify" : "^5.0.2"}, "peerDependencies" : {"svg-sprite-loader" : "^3.9.2", "docz-core" : "^0.11.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/plugin-proposal-object-rest-spread": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-uglify": {"type": "string"}}, "required": ["@babel/core", "@babel/plugin-proposal-object-rest-spread", "@babel/preset-env", "rollup", "rollup-plugin-babel", "rollup-plugin-node-resolve", "rollup-plugin-uglify"]}, "peerDependencies": {"type": "object", "properties": {"svg-sprite-loader": {"type": "string"}, "docz-core": {"type": "string"}}, "required": ["svg-sprite-loader", "docz-core"]}}, "required": ["name", "version", "description", "main", "module", "license", "homepage", "files", "scripts", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "default": {"type": "boolean"}, "dockerImage": {"type": "string"}, "type": {"type": "string"}, "sourceFile": {"type": "string"}, "buildScript": {"type": "string"}}, "required": ["name", "description", "default", "dockerImage", "type", "sourceFile", "buildScript"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Float Checker", "description" : "Float Checker", "default" : false, "dockerImage" : "tunjudge/lang-cpp:7.3.0", "type" : "CHECKER", "sourceFile" : "executables/float-checker/checker.cpp", "buildScript" : "executables/float-checker/build.sh"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "default": {"type": "boolean"}, "dockerImage": {"type": "string"}, "type": {"type": "string"}, "sourceFile": {"type": "string"}, "buildScript": {"type": "string"}}, "required": ["name", "description", "default", "dockerImage", "type", "sourceFile", "buildScript"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dataStudio": {"type": "object", "properties": {"name": {"type": "string"}, "company": {"type": "string"}, "companyUrl": {"type": "string"}, "logoUrl": {"type": "string"}, "addonUrl": {"type": "string"}, "supportUrl": {"type": "string"}, "description": {"type": "string"}, "shortDescription": {"type": "string"}, "authType": {"type": "array", "items": {"type": "string"}}, "feeType": {"type": "array", "items": {"type": "string"}}, "sources": {"type": "array", "items": {"type": "string"}}, "templates": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["name", "company", "companyUrl", "logoUrl", "addonUrl", "supportUrl", "description", "shortDescription", "authType", "feeType", "sources", "templates"]}, "urlFetchWhitelist": {"type": "array", "items": {"type": "string"}}}, "required": ["dataStudio", "urlFetchWhitelist"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dataStudio" : {"name" : "Slack message Connector", "company" : "Seo Gregory Pallichirayil", "companyUrl" : "", "logoUrl" : "https://www.gstatic.com/images/branding/product/1x/google_fonts_48dp.png", "addonUrl" : "https://api.slack.com/methods/channels.history", "supportUrl" : "https://developers.google.com/datastudio/connector/faq", "description" : "This connector can connect to your any specified Slack channel, and bring the data to the Data Studio.", "shortDescription" : "This Connector uses Slack API to fetch messages from any channel.", "authType" : ["NONE"], "feeType" : ["FREE"], "sources" : [""], "templates" : {"default" : ""}}, "urlFetchWhitelist" : ["https://slack.com/api/channels.history"]}
json_instruct
{"type": "object", "properties": {"dataStudio": {"type": "object", "properties": {"name": {"type": "string"}, "company": {"type": "string"}, "companyUrl": {"type": "string"}, "logoUrl": {"type": "string"}, "addonUrl": {"type": "string"}, "supportUrl": {"type": "string"}, "description": {"type": "string"}, "shortDescription": {"type": "string"}, "authType": {"type": "array", "items": {"type": "string"}}, "feeType": {"type": "array", "items": {"type": "string"}}, "sources": {"type": "array", "items": {"type": "string"}}, "templates": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["name", "company", "companyUrl", "logoUrl", "addonUrl", "supportUrl", "description", "shortDescription", "authType", "feeType", "sources", "templates"]}, "urlFetchWhitelist": {"type": "array", "items": {"type": "string"}}}, "required": ["dataStudio", "urlFetchWhitelist"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Aphelion": {"type": "array", "items": {"type": "string"}}, "Perihelion": {"type": "array", "items": {"type": "string"}}, "Semi-major axis": {"type": "array", "items": {"type": "string"}}, "Eccentricity": {"type": "array", "items": {"type": "string"}}, "Orbital period": {"type": "array", "items": {"type": "string"}}, "Average orbital speed": {"type": "array", "items": {"type": "string"}}, "Mean anomaly": {"type": "array", "items": {"type": "string"}}, "Inclination": {"type": "array", "items": {"type": "string"}}, "Longitude of ascending node": {"type": "array", "items": {"type": "string"}}, "Argument of perihelion": {"type": "array", "items": {"type": "string"}}, "Satellites": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "Aphelion", "Perihelion", "Semi-major axis", "Eccentricity", "Orbital period", "Average orbital speed", "Mean anomaly", "Inclination", "Longitude of ascending node", "Argument of perihelion", "Satellites"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : ["Earth Orbital characteristics (Epch J2000)"], "Aphelion" : ["152100000 km , (94500000 mi; 1.017 AU)"], "Perihelion" : ["147095000 km , (91401000 mi; 0.98327 AU)"], "Semi-major axis" : ["149598023 km , (92955902 mi; 1.00000102 AU)"], "Eccentricity" : ["0.0167086"], "Orbital period" : ["365.256363004 d , (1.00001742096 yr)"], "Average orbital speed" : ["29.78 km/s , (107200 km/h; 66600 mph)"], "Mean anomaly" : ["7000625904740362451\u2660358.617\u00b0"], "Inclination" : ["7.155\u00b0 to the Sun's equator;", "1.57869\u00b0 to invariable plane;", "0.00005\u00b0 to J2000 ecliptic"], "Longitude of ascending node" : ["\u221211.26064\u00b0 to J2000 ecliptic"], "Argument of perihelion" : ["114.20783\u00b0"], "Satellites" : ["1 natural satellite: the Moon", "5 quasi-satellites", ">1\u2009800 operational artificial satellites", ">16\u2009000 space debris"]}
json_instruct
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Aphelion": {"type": "array", "items": {"type": "string"}}, "Perihelion": {"type": "array", "items": {"type": "string"}}, "Semi-major axis": {"type": "array", "items": {"type": "string"}}, "Eccentricity": {"type": "array", "items": {"type": "string"}}, "Orbital period": {"type": "array", "items": {"type": "string"}}, "Average orbital speed": {"type": "array", "items": {"type": "string"}}, "Mean anomaly": {"type": "array", "items": {"type": "string"}}, "Inclination": {"type": "array", "items": {"type": "string"}}, "Longitude of ascending node": {"type": "array", "items": {"type": "string"}}, "Argument of perihelion": {"type": "array", "items": {"type": "string"}}, "Satellites": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "Aphelion", "Perihelion", "Semi-major axis", "Eccentricity", "Orbital period", "Average orbital speed", "Mean anomaly", "Inclination", "Longitude of ascending node", "Argument of perihelion", "Satellites"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_83xelrk7", "name" : "RavenhoodMaps"}, "date" : {"day" : 1612396800, "full" : 1612428324, "month" : 1612137600, "week" : 1612051200}, "id" : "t3_lcbhvr", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 102840, "fullUrl" : "https://preview.redd.it/e9k8g6gpbff61.jpg?auto=webp&s=8f00bda695869a97f32ebfc2d50d62a72c0d50d8", "hash" : "a9c02a75f8", "height" : 800, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAA0DASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAIEBv/EACIQAAEEAAcAAwAAAAAAAAAAAAECAwQRAAUSITFBcQYTIv/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREAAgMBAAAAAAAAAAAAAAAAAREAAjFB/9oADAMBAAIRAxEAPwAjx5eeSHXoIccbQEoV9350nfivbw8eUYCFRJQnhxpRB0E6bvqusbL4WzlkiLmEvJXnHXX3SpxT7ZTpV0KobeE+4pjUsrazUpXNbNLVGjOBFdCyNzzxiXYImqyOXXP/2Q==", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/nxV8LwX10C28UbMHIt9UZuwXW35ULyuOIl5Y634ZG2M.jpg", "url" : "https://preview.redd.it/e9k8g6gpbff61.jpg?width=640&crop=smart&auto=webp&s=b493d05fd12279b2fa39fb8ebde6de6d07804f72", "width" : 640}, "score" : {"comments" : 1, "downs" : 0, "isCurated" : false, "ratio" : 1, "ups" : 9, "value" : 9}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : [], "title" : "Oil Ringed Cavern -", "url" : "https://www.reddit.com/r/dndmaps/comments/lcbhvr/oil_ringed_cavern_20x25/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"iframeResizer.contentWindow.min.js": {"type": "string"}, "iframeResizer.min.js": {"type": "string"}}, "required": ["iframeResizer.contentWindow.min.js", "iframeResizer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"iframeResizer.contentWindow.min.js" : "sha256-WgCx1ikpZWvN1hyxyGpfBiF3IGDcj/N3fLm2QXWRv28=", "iframeResizer.min.js" : "sha256-yBzPZVWUBCayb6mt0K+rYZQGGj1TYZJ3/+aD701Gopo="}
json_instruct
{"type": "object", "properties": {"iframeResizer.contentWindow.min.js": {"type": "string"}, "iframeResizer.min.js": {"type": "string"}}, "required": ["iframeResizer.contentWindow.min.js", "iframeResizer.min.js"], "$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"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "leakPasswd", "description" : "Python \u5bc6\u7801\u6cc4\u9732\u67e5\u8be2\u6a21\u5757", "license" : {"key" : "mit", "name" : "MIT License", "spdx_id" : "MIT", "url" : "https://api.github.com/licenses/mit"}, "starNum" : 76, "folkNum" : 24, "watchNum" : 76, "topic" : ["leakage", "passwd", "password", "python"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"files" : ["+../debug.cfg -> debug.cfg", "+../README.html -> README.html"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "repository": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "contributes": {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "array", "items": {"type": "string"}}, "configuration": {"type": "string"}}, "required": ["id", "aliases", "extensions", "configuration"]}}, "grammars": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "scopeName": {"type": "string"}, "path": {"type": "string"}}, "required": ["language", "scopeName", "path"]}}}, "required": ["languages", "grammars"]}}, "required": ["name", "displayName", "description", "version", "publisher", "engines", "repository", "categories", "contributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rpg-lang", "displayName" : "rpg", "description" : "Language support for the rpg esoteric programming language", "version" : "0.1.3", "publisher" : "JonasEveraert", "engines" : {"vscode" : "^1.63.0"}, "repository" : "https://github.com/Jomy10/rpg-lang/", "categories" : ["Programming Languages"], "contributes" : {"languages" : [{"id" : "rpg", "aliases" : ["rpg", "rpg"], "extensions" : [".rpg"], "configuration" : "./language-configuration.json"}], "grammars" : [{"language" : "rpg", "scopeName" : "main.rpg", "path" : "./syntaxes/rpg.tmLanguage.json"}]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "repository": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "contributes": {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "array", "items": {"type": "string"}}, "configuration": {"type": "string"}}, "required": ["id", "aliases", "extensions", "configuration"]}}, "grammars": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "scopeName": {"type": "string"}, "path": {"type": "string"}}, "required": ["language", "scopeName", "path"]}}}, "required": ["languages", "grammars"]}}, "required": ["name", "displayName", "description", "version", "publisher", "engines", "repository", "categories", "contributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-6prr-6x2x-fx8r", "modified" : "2022-05-01T02:31:02Z", "published" : "2022-05-01T02:31:02Z", "aliases" : ["CVE-2005-4820"], "details" : "SMC Wireless Router model SMC7904WBRA allows remote attackers to cause a denial of service (reboot) by flooding the router with traffic.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2005-4820"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/40019"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/14809"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["entity-finder"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"inquirer": {"type": "string"}, "mustache": {"type": "string"}, "shelljs": {"type": "string"}, "xml2js": {"type": "string"}, "js2xmlparser": {"type": "string"}, "zip-dir": {"type": "string"}, "mkdirp": {"type": "string"}, "grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-cordova-sectv": {"type": "string"}}, "required": ["inquirer", "mustache", "shelljs", "xml2js", "js2xmlparser", "zip-dir", "mkdirp", "grunt", "grunt-cli", "grunt-contrib-jshint", "grunt-contrib-clean", "grunt-cordova-sectv"]}}, "required": ["name", "description", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "YourApplication", "description" : "Your Application Description", "devDependencies" : {"inquirer" : "=5.2.0", "mustache" : "^2.1.3", "shelljs" : "^0.5.3", "xml2js" : "^0.4.10", "js2xmlparser" : "^1.0.0", "zip-dir" : "^1.0.0", "mkdirp" : "^0.5.1", "grunt" : "^0.4.5", "grunt-cli" : "^0.1.13", "grunt-contrib-jshint" : "^0.11.2", "grunt-contrib-clean" : "^0.6.0", "grunt-cordova-sectv" : ">=0.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"inquirer": {"type": "string"}, "mustache": {"type": "string"}, "shelljs": {"type": "string"}, "xml2js": {"type": "string"}, "js2xmlparser": {"type": "string"}, "zip-dir": {"type": "string"}, "mkdirp": {"type": "string"}, "grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-cordova-sectv": {"type": "string"}}, "required": ["inquirer", "mustache", "shelljs", "xml2js", "js2xmlparser", "zip-dir", "mkdirp", "grunt", "grunt-cli", "grunt-contrib-jshint", "grunt-contrib-clean", "grunt-cordova-sectv"]}}, "required": ["name", "description", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "manifest_version": {"type": "integer"}, "version": {"type": "string"}, "minimum_chrome_version": {"type": "string"}, "content_security_policy": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}, "density": {"type": "string"}}, "required": ["src", "sizes", "type", "density"]}}}, "required": ["name", "start_url", "display", "manifest_version", "version", "minimum_chrome_version", "content_security_policy", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "MyQuiz", "start_url" : "../index.html", "display" : "standalone", "manifest_version" : 2, "version" : "1.0.0", "minimum_chrome_version" : "46", "content_security_policy" : "script-src 'self' 'sha256-WOdSzz11/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='", "icons" : [{"src" : "/asset/page/android-icon-36x36.png", "sizes" : "36x36", "type" : "image/png", "density" : "0.75"}, {"src" : "/asset/page/android-icon-48x48.png", "sizes" : "48x48", "type" : "image/png", "density" : "1.0"}, {"src" : "/asset/page/android-icon-72x72.png", "sizes" : "72x72", "type" : "image/png", "density" : "1.5"}, {"src" : "/asset/page/android-icon-96x96.png", "sizes" : "96x96", "type" : "image/png", "density" : "2.0"}, {"src" : "/asset/page/android-icon-144x144.png", "sizes" : "144x144", "type" : "image/png", "density" : "3.0"}, {"src" : "/asset/page/android-icon-192x192.png", "sizes" : "192x192", "type" : "image/png", "density" : "4.0"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "manifest_version": {"type": "integer"}, "version": {"type": "string"}, "minimum_chrome_version": {"type": "string"}, "content_security_policy": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}, "density": {"type": "string"}}, "required": ["src", "sizes", "type", "density"]}}}, "required": ["name", "start_url", "display", "manifest_version", "version", "minimum_chrome_version", "content_security_policy", "icons"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"lintfix": {"type": "string"}}, "required": ["lintfix"]}, "pre-commit": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"through2": {"type": "string"}}, "required": ["through2"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "pre-commit": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-config-prettier", "eslint-plugin-prettier", "pre-commit", "prettier"]}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "scripts", "pre-commit", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dts-generator-optimizer", "version" : "2.0.0", "description" : "Optimizes typescript declaration files generated using dts-generator", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/coveo/dts-generator-optimizer.git"}, "keywords" : ["typescript", "gulp", "types", "dts-generator", "declaration", "files"], "author" : "Coveo", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/coveo/dts-generator-optimizer/issues"}, "homepage" : "https://github.com/coveo/dts-generator-optimizer#readme", "scripts" : {"lintfix" : "npx prettier --config .prettierrc.yml --write **/*.js"}, "pre-commit" : ["lintfix"], "dependencies" : {"through2" : "3.0.0"}, "devDependencies" : {"eslint" : "5.14.1", "eslint-config-prettier" : "4.1.0", "eslint-plugin-prettier" : "3.0.1", "pre-commit" : "1.2.2", "prettier" : "1.16.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"lintfix": {"type": "string"}}, "required": ["lintfix"]}, "pre-commit": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"through2": {"type": "string"}}, "required": ["through2"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "pre-commit": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-config-prettier", "eslint-plugin-prettier", "pre-commit", "prettier"]}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "scripts", "pre-commit", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "emendatusenigmatica:block/lead_violecite_ore"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station" : [{"pref_cd" : 46, "line_cd" : 99921, "line_name" : "\u80a5\u85a9\u304a\u308c\u3093\u3058\u9244\u9053\u7dda", "station_cd" : 9992119, "station_g_cd" : 9992119, "station_name" : "\u91ce\u7530\u90f7", "lon" : 130.267214, "lat" : 32.063238}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"ar_id": {"type": "integer"}, "ar_reason": {"type": "string"}, "ar_order": {"type": "integer"}, "grp_ar_reason": {"type": "string"}, "grp_ar_order": {"type": "integer"}, "appt_days_ahead_max": {"type": "integer"}, "appt_days_ahead_min": {"type": "integer"}}, "required": ["ar_id", "ar_reason", "ar_order", "grp_ar_reason", "grp_ar_order", "appt_days_ahead_max", "appt_days_ahead_min"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"ar_id" : 125, "ar_reason" : "Moderna Dose 1", "ar_order" : 1, "grp_ar_reason" : "Moderna COVID-19 Vaccine", "grp_ar_order" : 2, "appt_days_ahead_max" : 7, "appt_days_ahead_min" : 0}, {"ar_id" : 126, "ar_reason" : "Moderna Dose 2", "ar_order" : 2, "grp_ar_reason" : "Moderna COVID-19 Vaccine", "grp_ar_order" : 2, "appt_days_ahead_max" : 90, "appt_days_ahead_min" : 0}, {"ar_id" : 83, "ar_reason" : "Other", "ar_order" : 11, "grp_ar_reason" : "Vaccines", "grp_ar_order" : 1000, "appt_days_ahead_max" : 40, "appt_days_ahead_min" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"ar_id": {"type": "integer"}, "ar_reason": {"type": "string"}, "ar_order": {"type": "integer"}, "grp_ar_reason": {"type": "string"}, "grp_ar_order": {"type": "integer"}, "appt_days_ahead_max": {"type": "integer"}, "appt_days_ahead_min": {"type": "integer"}}, "required": ["ar_id", "ar_reason", "ar_order", "grp_ar_reason", "grp_ar_order", "appt_days_ahead_max", "appt_days_ahead_min"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "3601180", "regency_id" : "3601", "name" : "PANDEGLANG"}
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"node_mapping": {"type": "object", "properties": {"air": {"type": "number"}, "default:dirt_with_grass": {"type": "number"}, "default:stone": {"type": "number"}}, "required": ["air", "default:dirt_with_grass", "default:stone"]}}, "required": ["node_mapping"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"node_mapping" : {"air" : 126.0, "default:dirt_with_grass" : 23.0, "default:stone" : 1.0}}
json_instruct
{"type": "object", "properties": {"node_mapping": {"type": "object", "properties": {"air": {"type": "number"}, "default:dirt_with_grass": {"type": "number"}, "default:stone": {"type": "number"}}, "required": ["air", "default:dirt_with_grass", "default:stone"]}}, "required": ["node_mapping"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "839ba751-ceae-437a-9aea-e21f11ac3909", "befores" : [{"name" : "path_dict", "status" : "passed", "start" : 1580623610664, "stop" : 1580623610664}], "start" : 1580623610664, "stop" : 1580623610843}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 69719, "cartId" : "ad32cce7-44a0-473f-9d97-73906e93e171", "preferredProducts" : [3197, 4752, 4693, 2053, 4956, 1019, 584, 590, 1273], "productReviews" : [{"productId" : 3660, "reviewText" : "talk about hatred.", "reviewDate" : "2018-07-14T09:33:37.4155353+03:00"}, {"productId" : 2933, "reviewText" : "My co-worker Reed has one of these. He says it looks microscopic.", "reviewDate" : "2018-12-25T05:49:08.2780254+02:00"}, {"productId" : 1875, "reviewText" : "i use it never when i'm in my nightclub.", "reviewDate" : "2018-05-23T16:03:40.1111233+03:00"}, {"productId" : 2382, "reviewText" : "My co-worker Mitchell has one of these. He says it looks dry.", "reviewDate" : "2017-11-22T13:02:53.5363587+02:00"}, {"productId" : 2683, "reviewText" : "My neighbor Honora has one of these. She works as a reporter and she says it looks enormous.", "reviewDate" : "2017-05-14T08:53:08.8350141+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}}, "required": ["start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"start" : 10, "end" : -10}
json_instruct
{"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}}, "required": ["start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "url", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 0, "url" : "http://www.espncricinfo.comundefined", "name" : ""}, {"id" : 1, "url" : "http://www.espncricinfo.com/ci/content/player/352063.html", "name" : "Matsubara, Y (Yuta Matsubara, 1974- )"}, {"id" : 2, "url" : "http://www.espncricinfo.com/ci/content/player/1063430.html", "name" : "Matsumura, R (Rui Matsumura, 1997- )"}, {"id" : 3, "url" : "http://www.espncricinfo.com/ci/content/player/1121151.html", "name" : "Mayu Suzuki (1997- )"}, {"id" : 4, "url" : "http://www.espncricinfo.com/ci/content/player/581582.html", "name" : "Mee, D (Daniel Mee)"}, {"id" : 5, "url" : "http://www.espncricinfo.com/ci/content/player/302636.html", "name" : "Miyaji, N (Naotsune Miyaji, 1988- )"}, {"id" : 6, "url" : "http://www.espncricinfo.com/ci/content/player/23679.html", "name" : "Miyaji, NA (Naoki Miyaji, 1978- )"}, {"id" : 7, "url" : "http://www.espncricinfo.com/ci/content/player/486909.html", "name" : "Miyaji, S (Shizuka Miyaji, 1981- )"}, {"id" : 8, "url" : "http://www.espncricinfo.com/ci/content/player/23678.html", "name" : "Miyakawa, F (Fumito Miyakawa, 1968- )"}, {"id" : 9, "url" : "http://www.espncricinfo.com/ci/content/player/1063431.html", "name" : "Miyauchi, W (Wataru Miyauchi, 1998- )"}, {"id" : 10, "url" : "http://www.espncricinfo.com/ci/content/player/55216.html", "name" : "Miyazaki, A (Ayako Miyazaki, 1982- )"}, {"id" : 11, "url" : "http://www.espncricinfo.com/ci/content/player/352055.html", "name" : "Munir Ahmed (1966- )"}, {"id" : 12, "url" : "http://www.espncricinfo.com/ci/content/player/352053.html", "name" : "Murata, K (Kenji Murata, 1981- )"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "url", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}