input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[36, 20], [15, 0], [47, 45], [26, 25], [31, 66], [48, 45]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": ...
{"t" : "mingotaan", "h" : [{"d" : [{"f" : "\u628a\u2026\u652a\u6e3e\u6fc1\u4e86\u3001\u5f04\u6e3e\u6fc1\u4e86\u3002", "e" : ["\ufff9`Mingota~`a~`nira~ `ko~ `tefon~.\ufffa\ufffb\u4ed6\u628a\u4e95\u6c34\u652a\u6e3e\u6fc1\u4e86\u3002"]}, {"f" : "\u6307\u652a\u6e3e\u6fc1\u7684\u3001\u5f04\u6e3e\u6fc1\u7684\uff08\u5c0d\u8c6...
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "configurationProvider": {"type": "string"}, "cStandard": {"type": "string"}, "cppStandard": {"type": "stri...
{"configurations" : [{"name" : "Win32", "configurationProvider" : "ms-vscode.cmake-tools", "cStandard" : "gnu17", "cppStandard" : "gnu++17", "intelliSenseMode" : "windows-gcc-x64", "defines" : ["_DEBUG", "UNICODE", "_UNICODE"], "compilerPath" : "${env:QtRoot}\\Tools\\mingw810_64\\bin\\g++.exe", "includePath" : ["${env:...
json_instruct
{"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "configurationProvider": {"type": "string"}, "cStandard": {"type": "string"}, "cppStandard": {"type": "string"}, "intelliSenseMode": {"type": "string"}, "defines": {"type": "array...
Create an example JSON object that satisfies this schema: {"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"}, ...
{"author" : {"id" : "t2_3v6bj7xi", "name" : "KritikalZoneKev"}, "date" : {"day" : 1634169600, "full" : 1634170491, "month" : 1633046400, "week" : 1633824000}, "id" : "t3_q7o6lr", "picture" : {"filesize" : 68257, "fullUrl" : "https://preview.redd.it/5ujqp66c6bt71.jpg?auto=webp&s=abd83cd3206ba5a1a29af5c012c8abef91ecc2d8"...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}...
{"name" : "credit-offers", "version" : "2.0.0", "main" : "./bin/www", "licenses" : [{"type" : "Apache-2.0", "url" : "http://www.apache.org/licenses/LICENSE-2.0"}], "dependencies" : {"bcrypt" : "^1.0.3", "body-parser" : "1.13.3", "bootstrap" : "3.3.7", "cookie-parser" : "1.3.5", "cookie-session" : "^2.0.0-beta.3", "csur...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "dependencies": {"type": "object", "pro...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"SIMULATE-FAILURE": {"type": "object", "properties": {"summary": {"type": "string"}, "group": {"type": "string"}, "since": {"type": "string"}, "arity": {"type": "integer"}, "container": {"type": "string"}, "func...
{"SIMULATE-FAILURE" : {"summary" : "Simulate failover scenarios", "group" : "sentinel", "since" : "3.2.0", "arity" : -3, "container" : "SENTINEL", "function" : "sentinelCommand", "command_flags" : ["ADMIN", "SENTINEL", "ONLY_SENTINEL"], "arguments" : [{"name" : "mode", "type" : "oneof", "optional" : true, "multiple" : ...
json_instruct
{"type": "object", "properties": {"SIMULATE-FAILURE": {"type": "object", "properties": {"summary": {"type": "string"}, "group": {"type": "string"}, "since": {"type": "string"}, "arity": {"type": "integer"}, "container": {"type": "string"}, "function": {"type": "string"}, "command_flags": {"type": "array", "items": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "string"}, "mode": {"type": "string"}, "scope": {"type": "string"}, "i...
{"name" : "Med Adherence", "description" : "Display Adherence History for Chronic Meds", "author" : "Josh Mandel, Children's Hospital Boston", "id" : "med-adherence@apps.smartplatforms.org", "version" : ".1a", "mode" : "ui", "scope" : "record", "index" : "http://sample-apps.smartplatforms.org/framework/med_adherence/in...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "string"}, "mode": {"type": "string"}, "scope": {"type": "string"}, "index": {"type": "string"}, "icon": {"type": "string"}, "requires": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_P...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" : 1, "MEDIAN_VAL...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "propertie...
{"IsRecentlyVerified" : false, "ID" : 176687, "UUID" : "9671DDF4-09F0-4A21-8223-AAB8D8ED83FE", "DataProviderID" : 29, "DataProvidersReference" : "8049", "AddressInfo" : {"ID" : 177046, "Title" : "Heideweg 9", "AddressLine1" : "Heideweg 9", "Town" : "Lampertheim", "Postcode" : "68623", "CountryID" : 87, "Latitude" : 49....
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"test": {"type": "string"}, "changelog": {"type": "string"}, "tag": {"type": "string"}, "release": {"type": "string"}, "fmt": {"type": "string"}, "vet": {"type": "string"...
{"scripts" : {"test" : "go test -covermode=atomic ./...", "changelog" : "github_changelog_generator --no-unreleased --no-issue", "tag" : "bash scripts/tag.sh", "release" : "bash scripts/release.sh", "fmt" : "bash scripts/fmt.sh", "vet" : "go vet ./...", "lint" : "gometalinter ./...", "c" : "bash scripts/coverage.sh", "...
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"test": {"type": "string"}, "changelog": {"type": "string"}, "tag": {"type": "string"}, "release": {"type": "string"}, "fmt": {"type": "string"}, "vet": {"type": "string"}, "lint": {"type": "string"}, "c": {"type": "string"}, "gen-mock": {"t...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_ema...
{"id" : 66486, "name" : "kara", "description" : "xD", "user" : {"id" : 19931, "name" : "Quacky", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2012-05-30T12:13:45.000Z", "weekly_install_count" : 0, "total_install_count" : 345, "rating" : null, "after_scr...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": ...
{"result" : {"1" : [{"1" : "Sulaymaniyah International, Iraq (ISU)", "2" : "airport", "3" : "ISU", "4" : "ISU", "5" : "Sulaymaniyah", "6" : 45.3158333, "7" : 35.5625, "10" : "Asia/Baghdad"}, {"1" : "Johor Bahru Senai International, Malaysia (JHB)", "2" : "airport", "3" : "JHB", "4" : "JHB", "5" : "Johor Bahru", "6" : 1...
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"]...
{"id" : "http://data.doremus.org/performance/97b2f9d8-9c06-3222-a574-e54e2db41b12", "expression" : [{"composer" : "http://data.doremus.org/artist/00f6e16d-7cd8-3d52-ad65-5f5e85e42123", "id" : "http://data.doremus.org/expression/5ce74439-6a96-329b-8f26-745cd1f4f05b"}, {"composer" : "http://data.doremus.org/artist/8f81cc...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "null"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10"...
{"key" : "/books/OL10271831M", "title" : "Even More Bumper Snickers", "subtitle" : null, "publishers" : ["Signet"], "authors" : ["Bill Hoest"], "isbn_10" : "0451113993", "isbn_13" : "9780451113993", "publish_date" : "February 2, 1982", "subjects" : ["Humor / General"]}
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "null"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10": {"type": "string"}, "isbn_13": {"type": "string"}, "publish_date": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"post_comments": {"type": "object", "properties": {}, "required": []}, "timestamp": {"type": "integer"}, "post_user_id": {"type": "string"}, "link": {"type": "string"}, "post": {"type": "string"}, "post_message": {...
{"post_comments" : {}, "timestamp" : 1610882821, "post_user_id" : "[]", "link" : "https://facebook.com/groups/mogivietnam/permalink/3679900925378937", "post" : "3679900925378937", "post_message" : []}
json_instruct
{"type": "object", "properties": {"post_comments": {"type": "object", "properties": {}, "required": []}, "timestamp": {"type": "integer"}, "post_user_id": {"type": "string"}, "link": {"type": "string"}, "post": {"type": "string"}, "post_message": {"type": "array", "items": {}}}, "required": ["post_comments", "timestamp...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "pools": {"type": "array", "items": {"type": "object", "properties": {"rolls": {"type": "object", "properties": {"min": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["mi...
{"type" : "minecraft:generic", "pools" : [{"rolls" : {"min" : 5, "max" : 7}, "entries" : [{"type" : "minecraft:loot_table", "name" : "minecraft:entities/pig"}, {"type" : "minecraft:loot_table", "name" : "minecraft:entities/cow"}, {"type" : "minecraft:loot_table", "name" : "minecraft:entities/chicken"}, {"type" : "minec...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pools": {"type": "array", "items": {"type": "object", "properties": {"rolls": {"type": "object", "properties": {"min": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["min", "max"]}, "entries": {"type": "array", "items": {"type": "object", "p...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"algorithm": {"type": "null"}, "chat": {"type": "array", "items": {"type": "string"}}, "community": {"type": "array", "items": {"type": "string"}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "re...
{"algorithm" : null, "chat" : ["https://t.me/noahproject", "https://t.me/noahproject_community", "https://line.me/R/ti/p/%40noah_coin"], "community" : ["https://www.reddit.com/user/NOAHCOINOfficial/"], "description" : {"en" : "NOAH PROJECT seeks to bring about social innovation through blockchain technology and work to...
json_instruct
{"type": "object", "properties": {"algorithm": {"type": "null"}, "chat": {"type": "array", "items": {"type": "string"}}, "community": {"type": "array", "items": {"type": "string"}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "explorer": {"type": "array", "items": {"...
The schema below describes a JSON structure. Generate a valid example: {"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/d...
{"symbol" : "AXL", "name" : "AXiaL", "decimals" : 18, "address" : "0x4fac0ccd9e2ed9fd462d42b66fb81ba9a1f6f25e"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "654022204001", "text" : "\u5f00\u53d1\u5730\u519c\u6751\u793e\u533a"}, {"id" : "654022204200", "text" : "\u624e\u5e93\u9f50\u725b\u5f55\u6751"}, {"id" : "654022204201", "text" : "\u67e5\u5e72\u5e03\u62c9\u514b\u6751"}, {"id" : "654022204202", "text" : "\u5be8\u725b\u5f55\u6751"}, {"id" : "654022204203", "text...
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-...
{"variants" : {"" : {"model" : "neutronia:block/dried_mud_bricks"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "st...
{"contract" : "0x6166c869792b5359d8f80ffd902bb3ff462a20ac", "tool" : "securify", "start" : 1563601530.465205, "end" : 1563601534.8911138, "duration" : 4.425908803939819, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.or...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["ac-koa", "banorte-payworks22", "barbakoa", "boar-tasks", "boar-tasks-client", "boar-tasks-server", "cake-mocha", "divramod-utils-boilerplate", "dm-dotfiles", "dm-tex", "dm-typo3", "easynode", "five-bells-integration-test", "gitbook2edx-external-grader", "gobind-db-tests", "hi-framework", "ilp-plugin-tests", "js-stack...
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": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id"...
{"id" : 404399401, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "068955817d12f9a5cb825eca8964d1b5", "wof:id" : 404399401, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.28472, 44.525, 2.28472, 44.525], "geometry" : {"coordinates" : [...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"...
{"name" : "selectize-wp-post-item", "version" : "0.0.5", "description" : "A selectize.js plugin which formats items and options if WordPress post data is provided", "main" : "src/plugins/wp_post_item/plugin.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "i...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Pantay Fatima, Vigan City, Ilocos Sur, Ilocos Region (Region I), PH", "locale" : "ph.ilocos-region-region-i.ilocos-sur.vigan-city.pantay-fatima", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7108020005", "district_id" : "7108020", "name" : "BATUMAWIRA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Heart 103 Bath", "src" : "http://media-ice.musicradio.com/HeartBathMP3?.mp3?t=1526290390"}, {"name" : "KOR Radio", "src" : "https://str2.openstream.co/377?t=1526290392"}, {"name" : "The Breeze", "src" : "http://stream2.radiomonitor.com:80/Breeze-Bath-128?t=1526290394"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": {}...
{"directions" : ["In a large bowl, stir together the masa harina, salt and hot water. Gradually mix in the shortening and flour. If the dough seems dry, add a little more hot water. Form the dough into balls that will fit into the palm of your hand.", "Line a work surface with waxed paper or plastic. Sprinkle with wate...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema...
[{"date" : "2022-04-02", "total" : 505, "delta" : 2, "version" : "0.11"}, {"date" : "2022-04-08", "total" : 519, "delta" : 14, "version" : "0.11"}, {"date" : "2022-04-10", "total" : 524, "delta" : 5, "version" : "0.11"}, {"date" : "2022-04-12", "total" : 528, "delta" : 4, "version" : "0.11"}, {"date" : "2022-04-13", "t...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object...
{"name" : "stonework", "version" : "1.0.1", "description" : "Arranges images intelligently based on available width and aspect ratios.", "main" : "src/stonework.js", "files" : ["src/**/*"], "repository" : {"type" : "git", "url" : "git+https://github.com/js1300/stonework.git"}, "author" : "Jonathan Simmonds", "license" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "re...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"702013f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type...
{"702013f-a" : {"width" : 446, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/702013f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/702013f-a.jpg", "title" : "", "date" : "1927", "text" : "Walton Ave., west side, north from East 164th Street.\nAbout 1927.\nEwing Galloway.\n", "folder" : "Walton Avenue ...
json_instruct
{"type": "object", "properties": {"702013f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testWriting": {"type": "string"}, "testWritingOverflow": {"type": "string"}}, "required": ["testWriting", "testWritingO...
{"class" : {}, "instance" : {"testWriting" : "SvenVanCaekenberghe 12/8/2010 09:54", "testWritingOverflow" : "SvenVanCaekenberghe 12/8/2010 09:53"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testWriting": {"type": "string"}, "testWritingOverflow": {"type": "string"}}, "required": ["testWriting", "testWritingOverflow"]}}, "required": ["class", "instance"], "$schema"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcod...
{"type" : "Feature", "id" : "way/84778693", "properties" : {"addr:city" : "Winsen", "addr:country" : "DE", "addr:housenumber" : "73", "addr:postcode" : "21423", "addr:street" : "T\u00f6nnh\u00e4user Weg", "building" : "yes", "name" : "Schr\u00f6ders Hofladen", "phone" : "+49 4171 7876866", "shop" : "farm", "id" : "way/...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "bu...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urlvideo": {"type": "string"}}, "required": ["text", "created", "type", "urlvideo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "I wish the Mueller Report was an HBO or Netflix series. The actor who plays Trump should be a <a href=\"https://www.indiewire.com/2017/08/best-tv-presidents-ever-1201868686/\">TV president</a>, yet do the corrupt, desperate and sad things he does. Create a contrast betw the president we deserve and the one w...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urlvideo": {"type": "string"}}, "required": ["text", "created", "type", "urlvideo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "watersource:block/coconut_tree_trapdoor_bottom"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["bitmessage", "eccrypto-scripts", "sps-client"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"zope-event": {"type": "string"}, "zope-hookable": {"type": "string"}, "zope-interface": {"type": "string"}}, "required": ["zope-event", "zope-hookable", "zope-interface"], "$schema": "http://json-schema.org/draft-07/schema#...
{"zope-event" : "4.5.0", "zope-hookable" : "5.1.0", "zope-interface" : "5.4.0"}
json_instruct
{"type": "object", "properties": {"zope-event": {"type": "string"}, "zope-hookable": {"type": "string"}, "zope-interface": {"type": "string"}}, "required": ["zope-event", "zope-hookable", "zope-interface"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "locale": {"type": "object", "propert...
{"id" : "mission1131-14", "labels" : ["AffinityMission"], "data" : {"name" : "Nine Lives"}, "locale" : {"it" : {"name" : "Nove vite"}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "locale": {"type": "object", "properties": {"it": {"type": "object", "properties": {"name": {"type": "string...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "description": {"type": ...
{"name" : "discord-bot-openbmc", "repository" : {"type" : "git", "url" : "https://github.com/williamspatrick/discord-bot-openbmc"}, "version" : "0.0.0", "description" : "Discord Bot for OpenBMC community", "main" : "index.js", "scripts" : {"lint" : "eslint --fix *.js src/**/*.js test/**/*.js", "start" : "node index.js"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":...
{"hash" : "0xbba35dc58905b35e2444662715cd686376fdd470879e5e490aa2756df712504a", "parentHash" : "0x1f6879e2b05ae04762979f85e9ed48443f11cbc1b76b6768f08cb2c0e4d30773", "number" : 7846, "timestamp" : 1438309557, "nonce" : "0x764236c585f876eb", "difficulty" : 422802322281, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_he...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-0...
{"id" : "http://data.doremus.org/performance/fa73765f-1f14-3e64-adfb-8b0b78bf0425", "expression" : [{"id" : "http://data.doremus.org/expression/a5d97f6e-f2ed-3a8f-9118-89374795e3ad"}, {"id" : "http://data.doremus.org/expression/aa61a74d-acdf-392a-9243-fd521b56d3ba"}, {"id" : "http://data.doremus.org/expression/82bee6b5...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit...
{"name" : "vue-cli-creator-preset", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/TaroXin/vue-cli-creator-preset.git"}, "author" : "TaroXin", "license" : "ISC", "bugs" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type":...
{"version" : "0.2.1", "name" : "jcollection-extensions", "description" : "Java collection extensions, currently contains unique integer Id generator, list, and map classes", "homepage" : "https://github.com/TeamworkGuy2/JCollectionExtensions", "license" : "MIT", "main" : "./bin/jcollection_extensions.jar", "dependencie...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jarray-util": {"type": "string"}, "jcollection-uti...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"typ...
{"id" : 170863, "info" : {"name" : "Better Hacker News Dark", "description" : "Dark, Restricted Width", "additionalInfo" : null, "format" : "uso", "category" : "ycombinator", "createdAt" : "2019-04-10T06:49:46.000Z", "updatedAt" : "2019-04-10T06:49:46.000Z", "license" : "CC0-1.0", "author" : {"id" : 806914, "name" : "t...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "pash", "definition" : "To strike; to crush; to smash; to dash in pieces. [Obs.] P. Plowman. \"I'll pash him o'er the face.\" Shak.\n\n1. The head; the poll. [R.] \"A rough pash.\" Shak. 2. A crushing blow. [Obs.] 3. A heavy fall of rain or snow. [Prov. Eng.]"}
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"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "s...
{"name" : "Sophie-Scholl-Schule Gemeinschaftshauptschule d. Stadt Gronau", "id" : "NRW-144034", "address" : "Gasstra\u00dfe 17, 48599 Gronau (Westf.)", "school_type" : "Hauptschule", "fax" : "02565 967011", "phone" : "02565 967010", "website" : " http://home.t-online.de/home/hsepe", "email" : " 144034@schule.nrw.de "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ...
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"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"ty...
{"name" : "random-front-end-stuff", "version" : "1.0.0", "description" : "Front-end code samples", "main" : "gulpfile.js", "dependencies" : {}, "devDependencies" : {"gulp" : "^4.0.0", "gulp-concat" : "^2.6.1", "gulp-cssnano" : "^2.1.3", "gulp-postcss" : "^8.0.0", "gulp-rename" : "^1.4.0", "gulp-sass" : "^4.0.2", "gulp-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-concat"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"702082f-b": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type...
{"702082f-b" : {"width" : 367, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/702082f-b.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/702082f-b.jpg", "title" : "", "date" : "", "text" : "1950 West Farms Road, south of the souteast corner of E. Tremont Avenue, showing the Crowther Mansion, built-1816. It ...
json_instruct
{"type": "object", "properties": {"702082f-b": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"modernizr": {"type": "string"}, "jquery": {"type": "string"}, "knockout": {"type": "st...
{"name" : "package", "version" : "0.0.0", "main" : "bower_components", "dependencies" : {"modernizr" : "~2.8.3", "jquery" : "~2.1.0", "knockout" : "~3.2.0", "moment" : "~2.8.3", "pagerjs" : "~1.0.1", "underscore" : "~1.7.0", "parse" : "~1.3.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"modernizr": {"type": "string"}, "jquery": {"type": "string"}, "knockout": {"type": "string"}, "moment": {"type": "string"}, "pagerjs": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "denseores:block/dense_redstone_ore"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "coverage": {"type": ...
{"name" : "node-red-contrib-protobuf", "version" : "1.0.1", "description" : "Protocol buffer encode/decode nodes.", "main" : "src/index.js", "scripts" : {"test" : "mocha \"test/**/*spec.js\"", "coverage" : "istanbul cover _mocha $(find ./lib -name \"*.spec.js\" -not -path \"./node_modules/*\")", "lint" : "eslint \"src/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}, "lint": {"type": "string"}, "lint-fix": {"type": "string"}}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "directive": {"type": "string"}, "domElement": {"type": "string"}, "css": {"type": "object", ...
{"name" : "RaceTicker", "author" : "Keudn, Husk, Janvanfalken, Oren, and FluffyHulk", "version" : "0.1", "description" : "Just a tutorial app", "directive" : "raceTicker", "domElement" : "<race-ticker></race-ticker>", "css" : {"width" : "400px", "height" : "800px", "top" : "200px", "left" : "200px"}, "preserveAspectRat...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "directive": {"type": "string"}, "domElement": {"type": "string"}, "css": {"type": "object", "properties": {"width": {"type": "string"}, "height": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5206010012", "district_id" : "5206010", "name" : "BARALAU"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items...
{"t" : "malasapatefoc", "h" : [{"d" : [{"f" : "\u7576\u6210\u7f70\u91d1\u3002", "e" : ["\ufff9`Mala~`sapatefoc~ `kona~ `payso~.\ufffa\ufffb\u9019\u4e9b\u9322\u662f\u8981\u7576\u7f70\u91d1\u7684\u3002"]}]}], "stem" : "tefoc"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[151.25, 29.25], [151.25, 29.333333333333332], [151.375, 29.333333333333332], [151.375, 29.25], [151.25, 29.25]]]}, "properties" : {"code" : 435172, "url" : "http://madefor.github.io/0410/api/v1/435172.geojson", "view" : "https://github.com/madefo...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 404365603, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "caebe0cd49ad837b8057c776fd0ef2a6", "wof:id" : 404365603, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.82769842336259, 46.28282491499751, 0.87881151962006, 46.34154129721075...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["buttercup", "grunt-simpledav-upload", "webdav-fuse"]
json_instruct
{"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": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "data": {"type": "o...
{"config" : {"step" : {"user" : {"title" : "FoldingAtHomeControl", "description" : "Je\u015bli potrzebujesz pomocy w konfiguracji, zajrzyj tam: https://github.com/eifinger/hass-foldingathomecontrol", "data" : {"address" : "Adres IP lub Host", "password" : "Has\u0142o", "port" : "Numer portu"}}}, "error" : {"cannot_conn...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "data": {"type": "object", "properties": {"address": {"type": "string"}, "password": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"theme_color": {"type": "string"}, "background_color": {"type": "string"}, "display": {"type": "string"}, "scope": {"type": "string"}, "start_url": {"type": "string"}, "name": {"type": "string"}, "short_name":...
{"theme_color" : "#3b35f6", "background_color" : "#3b35f6", "display" : "standalone", "scope" : "/", "start_url" : "https://admin.til.ojisan.io", "name" : "admin.til.ojisan.io", "short_name" : "til-admin", "description" : "admin view for til.ojisan.io", "icons" : [{"src" : "icon-192x192.png", "sizes" : "192x192", "type...
json_instruct
{"type": "object", "properties": {"theme_color": {"type": "string"}, "background_color": {"type": "string"}, "display": {"type": "string"}, "scope": {"type": "string"}, "start_url": {"type": "string"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "ar...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"requirejs": {"type": "string"}}, "required": ["requirejs"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}},...
{"name" : "viewjs-example-amd", "dependencies" : {"requirejs" : "~2.1.10"}, "scripts" : {"build" : "r.js -o build-config.js"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"requirejs": {"type": "string"}}, "required": ["requirejs"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}}, "required": ["name", "dependencies", "scripts"...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"},...
[{"namaKab" : "BANGKALAN", "originalFilename" : "PDF115.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 230924, "noUrut" : 1, "nama" : "IMRON ROSYADI, SE, M.SI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BANGKALAN", "originalFilename" : "PDF178.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA",...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i...
{"id" : 101897511, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "21d458bcbeefbf13fe47f6c2fa38a26f", "wof:id" : 101897511, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.21660274614726, 44.49659061980662, 1.22977709819548, 44.50885472872864...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repositor...
{"name" : "mits-default-theme", "version" : "1.3.2", "description" : "Styled components set for Make I.T. Simple projects", "main" : "main.styl", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/MakeITSimpleUK/mits-default-theme.git"},...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"09-09-2019": {"type": "integer"}, "12-09-2019": {"type": "integer"}}, "required": ["09-09-2019", "12-09-2019"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"09-09-2019" : 413, "12-09-2019" : 12}
json_instruct
{"type": "object", "properties": {"09-09-2019": {"type": "integer"}, "12-09-2019": {"type": "integer"}}, "required": ["09-09-2019", "12-09-2019"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"int": {"type": "integer"}, "rcv": {"type": "integer"}, "send": {"type": "integer"}, "bit_length": {"type": "array", "items": {"type": "integer"}}, "clock": {"type": "array", "items": {"type": "integer"}}, "id": {"...
{"int" : 6, "rcv" : 3, "send" : 4, "bit_length" : [2, 3, 4, 68, 69, 70, 120, 145, 146, 147, 148, 149, 150], "clock" : [2, 4, 8, 200723610554235223600, 401447221108470447200, 802894442216940894400, 879352805316878130650621847276240000, 36073072826844959105232743304276405599520000, 721461456536899182104654866085528111990...
json_instruct
{"type": "object", "properties": {"int": {"type": "integer"}, "rcv": {"type": "integer"}, "send": {"type": "integer"}, "bit_length": {"type": "array", "items": {"type": "integer"}}, "clock": {"type": "array", "items": {"type": "integer"}}, "id": {"type": "integer"}}, "required": ["int", "rcv", "send", "bit_length", "cl...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"},...
{"name" : "gfw-climate", "version" : "1.0.0", "homepage" : "https://github.com/Vizzuality/gfw-climate", "authors" : ["Vizzuality <info@vizzuality.com>"], "description" : "GFW Climate", "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "vendor/assets/bower_components", "test", "tests"], "depend...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencie...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema":...
{"code" : "STAAT1", "lang" : "en", "description" : null, "name" : "States", "type" : "Merkmal"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"resolvers": {"type": "object", "properties": {"property-sort-order": {"type": "integer"}}, "required": ["property-sort-order"]}}, "required": ["resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resolvers" : {"property-sort-order" : 1}}
json_instruct
{"type": "object", "properties": {"resolvers": {"type": "object", "properties": {"property-sort-order": {"type": "integer"}}, "required": ["property-sort-order"]}}, "required": ["resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-87.526696, 41.149222], [-87.526587, 41.16609], [-87.526019, 41.166322], [-87.484775, 41.169886], [-87.45799, 41.170591], [-87.446792, 41.174353], [-87.440966, 41.172916], [-87.414338, 41.16223], [-87.393657, 41.16283], [...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":...
{"id" : 85786795, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "ccc64462035005ec8756f9df279f110f", "wof:id" : 85786795, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-0.143444, 51.317457, -0.143444, 51.317457], "geometry" : {"coordina...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "object...
{"name" : "gatsby-starter-hello-world", "version" : "0.1.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"@babel/runtime" : {"version" : "7.7.4", "resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.4.tgz", "integrity" : "sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GY...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}}, "required": ["doc"]}, "de...
{"name" : "livelecture", "version" : "1.0.0", "description" : "A web application designed to make lectures more interactive", "main" : "main.js", "directories" : {"doc" : "docs"}, "dependencies" : {"express" : "^3.19.1", "hiredis" : "^0.1.17", "mongodb" : "^1.4.29", "mongoose" : "^3.8.22", "node-uuid" : "^1.4.2", "redi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}}, "required": ["doc"]}, "dependencies": {"type": "object", "properties": {"express": {"ty...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"...
{"nom" : "Bremondans", "dpt" : "Doubs", "inscrits" : 81, "abs" : 17, "votants" : 64, "blancs" : 6, "nuls" : 2, "exp" : 56, "res" : [{"panneau" : "1", "voix" : 35}, {"panneau" : "2", "voix" : 21}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"coverage": {"type": "object", "properties": {"k": {"type": "integer"}, "nb_peaks": {"type": "integer"}, "global_minima": {"type": "object", "properties": {"freq": {"type": "integer"}, "count": {"type": "integer"}}, "required": [...
{"coverage" : {"k" : 27, "nb_peaks" : 1, "global_minima" : {"freq" : 58, "count" : 779}, "global_maxima" : {"freq" : 721, "count" : 11656}, "mean_freq" : 719, "peaks" : [{"mean_freq" : 719.8631278642832, "stddev" : 161.7557005678383, "count" : 10663, "volume" : 3746990}], "hom_peak" : {"freq" : 719, "index" : 1}, "est_...
json_instruct
{"type": "object", "properties": {"coverage": {"type": "object", "properties": {"k": {"type": "integer"}, "nb_peaks": {"type": "integer"}, "global_minima": {"type": "object", "properties": {"freq": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["freq", "count"]}, "global_maxima": {"type": "object", "p...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "behindhand", "definition" : "1. In arrears financially; in a state where expenditures have exceeded the receipt of funds. 2. In a state of backwardness, in respect to what is seasonable or appropriate, or as to what should have been accomplished; not equally forward with some other person or thing; dilatory;...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"t...
{"name" : "evas-php/evas-di", "description" : "Di module (Dependency Injection container trait & class) based on magic methods", "keywords" : ["dependency injection", "evas-php"], "version" : "1.1", "type" : "library", "license" : "CC-BY-4.0", "authors" : [{"name" : "Egor Vasyakin", "email" : "egor@evas-php.com"}], "re...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "required...
{"name" : "Amatista vajrada", "description" : "Material de ascensi\u00f3n de personaje.\\n\u201cEste cuerpo es el m\u00e1s noble y eminente de todos en este mundo\u201d.\\n\u201cDeber\u00eda gobernar todo lo que hay bajo el cielo\u201d.\\n\u201cUna vez, este cuerpo le prometi\u00f3 a su gente un sue\u00f1o: la inmutabl...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "rarity", "category", "materia...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "helpUs": {"type": "string"}, "takeShortSurvey": {"type": "string"}, "remindLater": {"type": "string"}, "neverAgain": {"type": "string"}}, "required": ["", "helpUs", "takeShor...
{"" : ["--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the MIT License. See License.txt in the project root for license information.", "-----------------------------------------------------------...
json_instruct
{"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "helpUs": {"type": "string"}, "takeShortSurvey": {"type": "string"}, "remindLater": {"type": "string"}, "neverAgain": {"type": "string"}}, "required": ["", "helpUs", "takeShortSurvey", "remindLater", "neverAgain"], "$schema": "http://...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"t...
{"author" : {"id" : "t2_4r1q3w5z", "name" : "creek_and_bugs"}, "date" : {"day" : 1614038400, "full" : 1614086903, "month" : 1612137600, "week" : 1613865600}, "id" : "t3_lqiewq", "picture" : {"filesize" : 76654, "fullUrl" : "https://preview.redd.it/gszxymejb8j61.jpg?auto=webp&s=93968904b83f27a3b39f2d01db56176f5db629a3",...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "variegation", "definition" : "The act of variegating or diversifying, or the state of being diversified, by different colors; diversity of colors."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-121.953164, 38.347439], [-121.95305, 38.351803], [-121.924789, 38.351103], [-121.913925, 38.349775], [-121.908434, 38.346692], [-121.905022, 38.347493], [-121.900712, 38.346311], [-121.89695, 38.346578], [-121.896986, 38...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"angular-ui-router.js": {"type": "string"}, "angular-ui-router.min.js": {"type": "string"}}, "required": ["angular-ui-router.js", "angular-ui-router.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-ui-router.js" : "sha512-lkRDnl9VJ6BkBkKk1b76bjOO6bgo4ea474vvsqsgNGeDJVCGACaLrE4pTks5SyVMgMMnYWepbHoRqokajGRirQ==", "angular-ui-router.min.js" : "sha512-yJweI9zKHA3GuzIgaubhwOB9RhX7oN7fq/P5tvt0Cw7FkNxRFUkNR8x8Wgw3itFBY1jss5jcQOFC0KBJSOUfcA=="}
json_instruct
{"type": "object", "properties": {"angular-ui-router.js": {"type": "string"}, "angular-ui-router.min.js": {"type": "string"}}, "required": ["angular-ui-router.js", "angular-ui-router.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"miq\u00b7\u0161\u0101h": {"type": "object", "properties": {"jer.10.5|1": {"type": "array", "items": {"type": "string"}}, "num.10.2|4": {"type": "array",...
{"pos" : "n", "translits" : {"miq\u00b7\u0161\u0101h" : {"jer.10.5|1" : ["Like a palm tree\uff64", "upright", "they [are]"], "num.10.2|4" : ["silver.", "Of hammered work", "you shall make"], "num.8.4|3" : ["of the lampstand", "[was] hammered", "gold\uff64"], "num.8.4|9" : ["its flowers", "hammered work\u2013", "it [was...
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"miq\u00b7\u0161\u0101h": {"type": "object", "properties": {"jer.10.5|1": {"type": "array", "items": {"type": "string"}}, "num.10.2|4": {"type": "array", "items": {"type": "string"}}, "num.8.4|3": {"type": "array...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {...
{"title" : "Bosnia and Herzegovina - Conflict Data", "downloads" : 129, "tags" : ["hxl", "protests", "security incidents", "violence and conflict", "Bosnia And Herzegowina"], "hxl" : 1, "org" : "Armed Conflict Location & Event Data Project (ACLED)", "id" : "196a7dbd-124d-46d6-9996-e89edea33915", "resources" : [{"update...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "numb...
{"id" : "4367761", "name" : "Nene Close", "nodes" : [{"type" : "node", "id" : 26622428, "lat" : 52.5819694, "lon" : -0.4160726}, {"type" : "node", "id" : 26622434, "lat" : 52.5822365, "lon" : -0.4151263}, {"type" : "node", "id" : 26622438, "lat" : 52.5825056, "lon" : -0.4150225}, {"type" : "node", "id" : 26622466, "lat...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type":...
{"name" : "webhooks-queue-linter", "version" : "0.0.1", "description" : "Setup standard JS linter on repo root", "author" : "E-Com Club", "license" : "MIT", "private" : true, "devDependencies" : {"standard" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}}, "required": [...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d39efdae36ada899fb7f88e7ffe5365b1056b4f1"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["r-timereg"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"description": {"type": "string"}, "samples": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}, "products": {"type": "array", "items": {"type": "string"}}}, "req...
{"description" : "<p>An object defining mouse events for the plot line. Supported\nproperties are <code>click</code>, <code>mouseover</code>, <code>mouseout</code>, <code>mousemove</code>.</p>\n", "samples" : [{"name" : "Mouse events demonstrated", "value" : "highcharts/xaxis/plotlines-events/", "products" : ["highchar...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "samples": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}, "products": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "value", "products"]}}, "typeList": {"ty...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"sentences": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "object", "properties": {"content": {"type": "string"}, "beginOffset": {"type": "integer"}}, "required": ["content", "beginOffset"]},...
{"sentences" : [{"text" : {"content" : "Mixed Puppy 4 Months+ old Dewormed &amp; Healthy Cute &amp; Smart, Very Obedient &amp; Know shake hands Adoption fee : Vaccination &amp; others", "beginOffset" : -1}, "sentiment" : {"magnitude" : 0.8, "score" : 0.8}}], "tokens" : [], "entities" : [{"name" : "Puppy", "type" : "OTH...
json_instruct
{"type": "object", "properties": {"sentences": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "object", "properties": {"content": {"type": "string"}, "beginOffset": {"type": "integer"}}, "required": ["content", "beginOffset"]}, "sentiment": {"type": "object", "properties": {"magnitude": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"next_topic_id": {"type": "integer"}, "topic": {"type": "array", "items": {}}, "topic_vote": {"type": "object", "properties": {}, "required": []}, "next_comment_id": {"type": "integer"}, "comment": {"type": "obj...
{"next_topic_id" : 1, "topic" : [], "topic_vote" : {}, "next_comment_id" : 4, "comment" : {"2_1PniNzyi8fygvwyBaLpA9oBDVWZ5fXuJUw" : [{"comment_id" : 1, "body" : "> [zerobunker](#comment_134_168qV1Xxp2EyszrzdECLUwXrn9wGYjDdar): old chinese poverb says \"if you dont like it,then please suffer in silence\"\n\nBon App\u00e...
json_instruct
{"type": "object", "properties": {"next_topic_id": {"type": "integer"}, "topic": {"type": "array", "items": {}}, "topic_vote": {"type": "object", "properties": {}, "required": []}, "next_comment_id": {"type": "integer"}, "comment": {"type": "object", "properties": {"2_1PniNzyi8fygvwyBaLpA9oBDVWZ5fXuJUw": {"type": "arra...
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#"}
[["520382201200", "\u65b0\u5c71\u6751\u59d4\u4f1a", "210", "0"], ["520382201201", "\u767d\u4e91\u6751\u59d4\u4f1a", "220", "0"], ["520382201202", "\u9647\u5c97\u6751\u59d4\u4f1a", "220", "0"], ["520382201203", "\u7530\u5174\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"require": {"type": "object", "properties": {"overtrue/wechat": {"type": "string"}, "illuminate/database": {"type": "string"}, "catfan/Medoo": {"type": "string"}}, "required": ["overtrue/wechat", "illuminate/databas...
{"require" : {"overtrue/wechat" : "~4.0", "illuminate/database" : "^5.5", "catfan/Medoo" : "^1.6"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"overtrue/wechat": {"type": "string"}, "illuminate/database": {"type": "string"}, "catfan/Medoo": {"type": "string"}}, "required": ["overtrue/wechat", "illuminate/database", "catfan/Medoo"]}}, "required": ["require"], "$schema": "http://json...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"5.0": {"type": "object", "properties": {"Output": {"type": "string"}}, "required": ["Output"]}, "4.27": {"type": "object", "properties": {"Output": {"type": "string"}}, "required": ["Output"]}, "4.26": {"type": "object", "prop...
{"5.0" : {"Output" : "Dist/5.0"}, "4.27" : {"Output" : "Dist/4.27"}, "4.26" : {"Output" : "Dist/4.26"}}
json_instruct
{"type": "object", "properties": {"5.0": {"type": "object", "properties": {"Output": {"type": "string"}}, "required": ["Output"]}, "4.27": {"type": "object", "properties": {"Output": {"type": "string"}}, "required": ["Output"]}, "4.26": {"type": "object", "properties": {"Output": {"type": "string"}}, "required": ["Outp...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "umd:mai...
{"name" : "safely-iterate", "version" : "1.0.1", "license" : "MIT", "types" : "index.d.ts", "repository" : "whizkydee/safely-iterate", "description" : "Fail-safe optimized array iteration utilities for reactive environments.", "main" : "dist/index.cjs.js", "umd:main" : "dist/index.umd.js", "module" : "dist/index.esm.js...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "umd:main": {"type": "string"}, "module": {"type": "string"}, "jsnext:...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "strin...
{"id" : 75014, "info" : {"name" : "Stuttgart University Centered", "description" : "Centers the whole content of the Stuttgart University's website.\r\n\r\nCurrently, the content is attached to the screen's left. This style centers the content block and sets a dark background around the content block.", "additionalInfo...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"copyright": {"type": "string"}}, "required": ["copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright" : "Alex Gleason"}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}}, "required": ["copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type"...
{"author" : {"name" : "Howest"}, "name" : "cody", "description" : "Cody CMS", "version" : "3.3.22", "repository" : {"type" : "git", "url" : "http://github.com/jcoppieters/cody.git"}, "main" : "./index", "keywords" : ["cody", "cms", "howest"], "dependencies" : {"ejs" : "0.x", "express" : "4.x", "express-session" : "1.x"...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "str...
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" : "arfo:block/bop_fungal_field_oak_leaves"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"epoch": {"type": "array", "items": {"type": "integer"}}, "loss": {"type": "array", "items": {"type": "number"}}, "sec": {"type": "array", "items": {"type": "number"}}, "lr": {"type": "array", "items": {"type": "numb...
{"epoch" : [0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9], "loss" : [2.258377960750035, 2.1810754911223453, 2.1302774359168275, 2.08488942666857, 2.041957988159489, 2.0186919972840656, 2.0144536558753137, 2.0103780704774836, 2.0063438247770136, 2.002208054446971], "sec" : [7.5988335609436035, 1.1288225650...
json_instruct
{"type": "object", "properties": {"epoch": {"type": "array", "items": {"type": "integer"}}, "loss": {"type": "array", "items": {"type": "number"}}, "sec": {"type": "array", "items": {"type": "number"}}, "lr": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "er": {"...