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": {"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404377593, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "4ababc93f87908bcb2ae6d9e0e7e4688", "wof:id" : 404377593, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.40347346424034, 48.42242010417144, 6.45992287170017, 48.46448421351189], "geometry" : {"coordinates" : [[[6.41740596038717, 48.42242010417144], [6.40347346424034, 48.43331145222643], [6.41057106825846, 48.43696157409176], [6.41391411483811, 48.45591034080922], [6.43050397053745, 48.46284265620523], [6.44030277340224, 48.46319828246269], [6.44811838274237, 48.46448421351189], [6.45992287170017, 48.45068733037355], [6.45204005389344, 48.44732404210144], [6.4432203635968, 48.43688259129473], [6.43625570333021, 48.44047043105245], [6.43149026069635, 48.4394107625619], [6.41740596038717, 48.42242010417144]]], "type" : "Polygon"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "null"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "metrics": {"type": "object", "properties": {}, "required": []}, "infos": {"type": "object", "properties": {}, "required": []}, "connectivity": {"type": "integer"}, "lastUpdated": {"type": "string"}}, "required": ["id", "name", "metrics", "infos", "connectivity", "lastUpdated"]}}}, "required": ["name", "nodes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : null, "nodes" : [{"id" : "b4f7e778-5960-4cae-84fe-1f71b5b3782e", "name" : "default", "metrics" : {}, "infos" : {}, "connectivity" : 1, "lastUpdated" : "0001-01-01T00:00:00+00:00"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "null"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "metrics": {"type": "object", "properties": {}, "required": []}, "infos": {"type": "object", "properties": {}, "required": []}, "connectivity": {"type": "integer"}, "lastUpdated": {"type": "string"}}, "required": ["id", "name", "metrics", "infos", "connectivity", "lastUpdated"]}}}, "required": ["name", "nodes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "number"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 1, "root" : {"boundingVolume" : {"sphere" : [6358702.141815347, -499086.152843424, 31.76305933338786, 15.427931308746338]}, "geometricError" : 1, "content" : {"url" : "Tile_+002_+005_L21_0003010t1.b3dm"}, "children" : [{"boundingVolume" : {"sphere" : [6358696.874815378, -499085.7082165018, 31.75751470513206, 10.142289161682129]}, "geometricError" : 0.5, "content" : {"url" : "Tile_+002_+005_L22_00030100.b3dm"}}, {"boundingVolume" : {"sphere" : [6358707.443386697, -499086.55877917266, 31.768227647910123, 10.110851287841797]}, "geometricError" : 0.5, "content" : {"url" : "Tile_+002_+005_L22_00030110.b3dm"}}]}}
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "number"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Ignacio Garrata, Dinas, Zamboanga del Sur, Zamboanga Peninsula (Region IX), PH", "locale" : "ph.zamboanga-peninsula-region-ix.zamboanga-del-sur.dinas.ignacio-garrata", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "17", "region_reference" : "9", "region_name" : "Zamboanga Peninsula (Region IX)", "province_id" : "81", "province_reference" : "81", "province_name" : "Zamboanga del Sur", "city_id" : "420", "city_reference" : "1606", "city_name" : "Dinas", "barangay_id" : "11862", "barangay_reference" : "40870", "barangay_name" : "Ignacio Garrata"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[123.362953, 7.68253], [123.363937, 7.65983], [123.357857, 7.66379], [123.33989, 7.67574], [123.343918, 7.68582], [123.362953, 7.68253]]]]}}
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": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "That's perfectly understood by me - thanks for your answer!\n...and there are much more reasons to buy the excellent book (including:\nimpress your old Math Prof. by showing him some of the picture processing\nformulas ;-) )\n\n\nBest regards\nBernhard\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/hdri/2006-March/000068.html).</sup>", "attachments" : [], "created_by_name" : "Bernhard Vogl", "created_at" : "March 02, 2006 at 04:41PM", "created_by" : "Bernhard_Vogl", "parent_id" : "hdri_000066", "id" : "hdri_000068"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "Athaljah", "long" : "<i>Meaning:</i> \"Athaljah\", the name of an Israelitess and two Israelites.<br/><i>Usage:</i> Athaliah.<br/><i>Source:</i> or \"\u05e2\u05b2\u05ea\u05b7\u05dc\u05b0\u05d9\u05b8\u05d4\u05d5\u05bc\"; from the same as \"H6270\" and \"H3050\"; \"Jah has constrained\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"_user_tags": {"type": "string"}, "bulk_actions": {"type": "integer"}, "chat": {"type": "integer"}, "dashboard": {"type": "integer"}, "desk_access": {"type": "integer"}, "disabled": {"type": "integer"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "form_sidebar": {"type": "integer"}, "home_page": {"type": "null"}, "is_custom": {"type": "integer"}, "list_sidebar": {"type": "integer"}, "modified": {"type": "string"}, "name": {"type": "string"}, "notifications": {"type": "integer"}, "parent": {"type": "null"}, "parentfield": {"type": "null"}, "parenttype": {"type": "null"}, "restrict_to_domain": {"type": "null"}, "role_name": {"type": "string"}, "search_bar": {"type": "integer"}, "timeline": {"type": "integer"}, "two_factor_auth": {"type": "integer"}, "view_switcher": {"type": "integer"}}, "required": ["_user_tags", "bulk_actions", "chat", "dashboard", "desk_access", "disabled", "docstatus", "doctype", "form_sidebar", "home_page", "is_custom", "list_sidebar", "modified", "name", "notifications", "parent", "parentfield", "parenttype", "restrict_to_domain", "role_name", "search_bar", "timeline", "two_factor_auth", "view_switcher"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"_user_tags" : ",managed_tech", "bulk_actions" : 1, "chat" : 1, "dashboard" : 1, "desk_access" : 1, "disabled" : 0, "docstatus" : 0, "doctype" : "Role", "form_sidebar" : 1, "home_page" : null, "is_custom" : 0, "list_sidebar" : 1, "modified" : "2021-11-04 17:20:54.545437", "name" : "Managed Technology User", "notifications" : 1, "parent" : null, "parentfield" : null, "parenttype" : null, "restrict_to_domain" : null, "role_name" : "Managed Technology User", "search_bar" : 1, "timeline" : 1, "two_factor_auth" : 0, "view_switcher" : 1}, {"_user_tags" : ",managed_tech", "bulk_actions" : 1, "chat" : 1, "dashboard" : 1, "desk_access" : 1, "disabled" : 0, "docstatus" : 0, "doctype" : "Role", "form_sidebar" : 1, "home_page" : null, "is_custom" : 0, "list_sidebar" : 1, "modified" : "2021-11-04 17:20:32.107418", "name" : "Managed Technology Manager", "notifications" : 1, "parent" : null, "parentfield" : null, "parenttype" : null, "restrict_to_domain" : null, "role_name" : "Managed Technology Manager", "search_bar" : 1, "timeline" : 1, "two_factor_auth" : 0, "view_switcher" : 1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"_user_tags": {"type": "string"}, "bulk_actions": {"type": "integer"}, "chat": {"type": "integer"}, "dashboard": {"type": "integer"}, "desk_access": {"type": "integer"}, "disabled": {"type": "integer"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "form_sidebar": {"type": "integer"}, "home_page": {"type": "null"}, "is_custom": {"type": "integer"}, "list_sidebar": {"type": "integer"}, "modified": {"type": "string"}, "name": {"type": "string"}, "notifications": {"type": "integer"}, "parent": {"type": "null"}, "parentfield": {"type": "null"}, "parenttype": {"type": "null"}, "restrict_to_domain": {"type": "null"}, "role_name": {"type": "string"}, "search_bar": {"type": "integer"}, "timeline": {"type": "integer"}, "two_factor_auth": {"type": "integer"}, "view_switcher": {"type": "integer"}}, "required": ["_user_tags", "bulk_actions", "chat", "dashboard", "desk_access", "disabled", "docstatus", "doctype", "form_sidebar", "home_page", "is_custom", "list_sidebar", "modified", "name", "notifications", "parent", "parentfield", "parenttype", "restrict_to_domain", "role_name", "search_bar", "timeline", "two_factor_auth", "view_switcher"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 61627, "cartId" : "e3e03453-f6a4-418b-b9fa-3ff135ba1fca", "preferredProducts" : [1491, 3752, 705, 3190], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fast-crc32c": {"type": "string"}, "fs-extra": {"type": "string"}, "minify": {"type": "string"}}, "required": ["fast-crc32c", "fs-extra", "minify"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "private", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "oils-plugin-minifier", "version" : "1.0.0", "description" : "Mainly css and js minifier, but can also be used for images and html files (oils plugin)", "main" : "plugin-minifier.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["minifier", "css", "js", "oils"], "private" : false, "author" : "Manny Vergel", "license" : "MIT", "dependencies" : {"fast-crc32c" : "^2.0.0", "fs-extra" : "^9.1.0", "minify" : "^5.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fast-crc32c": {"type": "string"}, "fs-extra": {"type": "string"}, "minify": {"type": "string"}}, "required": ["fast-crc32c", "fs-extra", "minify"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "private", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build-watch": {"type": "string"}, "lint": {"type": "string"}, "lint-and-fix": {"type": "string"}}, "required": ["build", "build-watch", "lint", "lint-and-fix"]}, "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"}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "extenderjs", "version" : "0.0.1", "description" : "an extender library for javascript and typescript with a lot of helper tools", "main" : "dist/index.js", "scripts" : {"build" : "tsc", "build-watch" : "tsc --watch", "lint" : "eslint ./src --ext .ts", "lint-and-fix" : "eslint ./src --ext .ts --fix"}, "repository" : {"type" : "git", "url" : "git+https://github.com/JumpyLionnn/extenderjs.git"}, "author" : "JumpyLionnn", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/JumpyLionnn/extenderjs/issues"}, "homepage" : "https://github.com/JumpyLionnn/extenderjs#readme", "devDependencies" : {"@typescript-eslint/eslint-plugin" : "^5.10.1", "@typescript-eslint/parser" : "^5.10.1", "eslint" : "^8.7.0", "typescript" : "^4.5.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build-watch": {"type": "string"}, "lint": {"type": "string"}, "lint-and-fix": {"type": "string"}}, "required": ["build", "build-watch", "lint", "lint-and-fix"]}, "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"}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"workspace": {"type": "string"}, "server": {"type": "object", "properties": {"port": {"type": "integer"}, "host": {"type": "string"}}, "required": ["port", "host"]}, "applicationName": {"type": "string"}, "APIInterface": {"type": "string"}}, "required": ["workspace", "server", "applicationName", "APIInterface"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"workspace" : "www", "server" : {"port" : 8546, "host" : "127.0.0.1"}, "applicationName" : "tilepieces", "APIInterface" : "./mockAPIs"}
json_instruct
{"type": "object", "properties": {"workspace": {"type": "string"}, "server": {"type": "object", "properties": {"port": {"type": "integer"}, "host": {"type": "string"}}, "required": ["port", "host"]}, "applicationName": {"type": "string"}, "APIInterface": {"type": "string"}}, "required": ["workspace", "server", "applicationName", "APIInterface"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"advanced functions": {"type": "string"}, "advanced settings": {"type": "string"}, "basic settings": {"type": "string"}, "connection settings": {"type": "string"}, "description advanced functions": {"type": "string"}, "interval": {"type": "string"}, "port": {"type": "string"}, "reconnect attempts": {"type": "string"}, "reconnect delay ms": {"type": "string"}, "request timeout": {"type": "string"}, "schwoerer-ventcube adapter settings": {"type": "string"}, "server": {"type": "string"}}, "required": ["advanced functions", "advanced settings", "basic settings", "connection settings", "description advanced functions", "interval", "port", "reconnect attempts", "reconnect delay ms", "request timeout", "schwoerer-ventcube adapter settings", "server"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"advanced functions" : "Zaawansowane funkcje", "advanced settings" : "Zaawansowane ustawienia", "basic settings" : "Podstawowe ustawienia", "connection settings" : "Ustawienia po\u0142\u0105czenia", "description advanced functions" : "Spowoduje to pobranie informacji opr\u00f3cz podstawowych funkcji Ventcube, takich jak informacje / opcje dotycz\u0105ce ogrzewania, ch\u0142odzenia, \u017cywotno\u015bci wentylatora, ustawienia programu. U\u017cywaj ostro\u017cnie!", "interval" : "Interwa\u0142 (s)", "port" : "Port", "reconnect attempts" : "Pr\u00f3by ponownego po\u0142\u0105czenia", "reconnect delay ms" : "Op\u00f3\u017anienie mi\u0119dzy pr\u00f3bami ponownego po\u0142\u0105czenia (ms)", "request timeout" : "Limit czasu \u017c\u0105dania w milisekundach", "schwoerer-ventcube adapter settings" : "Ustawienia adaptera dla schwoerer-ventcube", "server" : "Serwer"}
json_instruct
{"type": "object", "properties": {"advanced functions": {"type": "string"}, "advanced settings": {"type": "string"}, "basic settings": {"type": "string"}, "connection settings": {"type": "string"}, "description advanced functions": {"type": "string"}, "interval": {"type": "string"}, "port": {"type": "string"}, "reconnect attempts": {"type": "string"}, "reconnect delay ms": {"type": "string"}, "request timeout": {"type": "string"}, "schwoerer-ventcube adapter settings": {"type": "string"}, "server": {"type": "string"}}, "required": ["advanced functions", "advanced settings", "basic settings", "connection settings", "description advanced functions", "interval", "port", "reconnect attempts", "reconnect delay ms", "request timeout", "schwoerer-ventcube adapter settings", "server"], "$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"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Fluxx (iOS)", "description" : "An ever-changing card game.", "url" : "https://itunes.apple.com/us/app/fluxx/id561319376"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"fullName": {"type": "string"}, "shortName": {"type": "string"}, "scPath": {"type": "string"}, "type": {"type": "integer"}, "cssBaseClass": {"type": "string"}, "styleLink": {"type": "string"}}, "required": ["fullName", "shortName", "scPath", "type", "cssBaseClass", "styleLink"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fullName" : "Font Awesome 5", "shortName" : "FA 5", "scPath" : "icons/fa/5", "type" : 0, "cssBaseClass" : "fas ", "styleLink" : "icons/fa/5/css/all.min.css"}
json_instruct
{"type": "object", "properties": {"fullName": {"type": "string"}, "shortName": {"type": "string"}, "scPath": {"type": "string"}, "type": {"type": "integer"}, "cssBaseClass": {"type": "string"}, "styleLink": {"type": "string"}}, "required": ["fullName", "shortName", "scPath", "type", "cssBaseClass", "styleLink"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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" : 4522, "cartId" : "9da2dba4-e44e-462d-a8cb-27d3e190ca92", "preferredProducts" : [1809], "productReviews" : [{"productId" : 2296, "reviewText" : "My vulture loves to play with it.", "reviewDate" : "2018-03-18T17:13:09.638447+02:00"}, {"productId" : 1551, "reviewText" : "The box this comes in is 3 meter by 5 foot and weights 11 kilogram.", "reviewDate" : "2017-11-20T02:28:46.5533276+02:00"}, {"productId" : 2597, "reviewText" : "one of my hobbies is sailing. and when i'm sailing this works great.", "reviewDate" : "2018-08-05T08:13:54.4529691+03:00"}, {"productId" : 3597, "reviewText" : "I tried to decapitate it but got coconut all over it.", "reviewDate" : "2016-09-30T12:55:19.1933418+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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"knockout-postbox.js": {"type": "string"}, "knockout-postbox.min.js": {"type": "string"}}, "required": ["knockout-postbox.js", "knockout-postbox.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"knockout-postbox.js" : "sha256-UKNiee4cozH1JTDLPvrc1C0mq+Z7+L4ZNAHPWBC5AD0=", "knockout-postbox.min.js" : "sha256-wAawrK0vRHNk4WFPYwa+r3d2zw28aNqlaxBBQG2Fxh4="}
json_instruct
{"type": "object", "properties": {"knockout-postbox.js": {"type": "string"}, "knockout-postbox.min.js": {"type": "string"}}, "required": ["knockout-postbox.js", "knockout-postbox.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "ignore": {"type": "boolean"}, "images": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "redirect_from": {"type": "string"}, "relevant_apis": {"type": "array", "items": {"type": "string"}}, "snippets": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["category", "description", "ignore", "images", "keywords", "redirect_from", "relevant_apis", "snippets", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"category" : "Layers", "description" : "@@TODO: Open a GeoPackage, obtain a raster from the package, and display the table as a RasterLayer.", "ignore" : false, "images" : ["raster-layer-geopackage.png"], "keywords" : ["Layers", "GeoPackage", "GeoPackageRaster", "RasterLayer"], "redirect_from" : "/android/latest/sample-code/raster-layer-geopackage.htm", "relevant_apis" : ["GeoPackage", "GeoPackageRaster", "RasterLayer"], "snippets" : ["@@TODO: *** PLEASE VERIFY THE INCLUSION OF THESE SNIPPETS ***", "src/main/java/com/esri/arcgisruntime/sample/rasterlayergeopackage/MainActivity.java"], "title" : "@@TODO: Raster Layer GeoPackage"}
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "ignore": {"type": "boolean"}, "images": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "redirect_from": {"type": "string"}, "relevant_apis": {"type": "array", "items": {"type": "string"}}, "snippets": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["category", "description", "ignore", "images", "keywords", "redirect_from", "relevant_apis", "snippets", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.linting.enabled": {"type": "boolean"}, "python.linting.flake8Enabled": {"type": "boolean"}, "python.linting.pylintEnabled": {"type": "boolean"}, "python.linting.flake8Path": {"type": "string"}, "python.testing.pytestArgs": {"type": "array", "items": {"type": "string"}}, "python.testing.pytestEnabled": {"type": "boolean"}, "python.testing.pytestPath": {"type": "string"}, "python.formatting.provider": {"type": "string"}, "python.formatting.autopep8Path": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}}, "required": ["python.pythonPath", "python.linting.enabled", "python.linting.flake8Enabled", "python.linting.pylintEnabled", "python.linting.flake8Path", "python.testing.pytestArgs", "python.testing.pytestEnabled", "python.testing.pytestPath", "python.formatting.provider", "python.formatting.autopep8Path", "editor.formatOnSave"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "${workspaceFolder}/.venv/bin/python3", "python.linting.enabled" : true, "python.linting.flake8Enabled" : true, "python.linting.pylintEnabled" : false, "python.linting.flake8Path" : "${workspaceFolder}/.venv/bin/flake8", "python.testing.pytestArgs" : ["tests"], "python.testing.pytestEnabled" : true, "python.testing.pytestPath" : "${workspaceFolder}/.venv/bin/pytest", "python.formatting.provider" : "autopep8", "python.formatting.autopep8Path" : "${workspaceFolder}/.venv/bin/autopep8", "editor.formatOnSave" : true}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.linting.enabled": {"type": "boolean"}, "python.linting.flake8Enabled": {"type": "boolean"}, "python.linting.pylintEnabled": {"type": "boolean"}, "python.linting.flake8Path": {"type": "string"}, "python.testing.pytestArgs": {"type": "array", "items": {"type": "string"}}, "python.testing.pytestEnabled": {"type": "boolean"}, "python.testing.pytestPath": {"type": "string"}, "python.formatting.provider": {"type": "string"}, "python.formatting.autopep8Path": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}}, "required": ["python.pythonPath", "python.linting.enabled", "python.linting.flake8Enabled", "python.linting.pylintEnabled", "python.linting.flake8Path", "python.testing.pytestArgs", "python.testing.pytestEnabled", "python.testing.pytestPath", "python.formatting.provider", "python.formatting.autopep8Path", "editor.formatOnSave"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Robert Browning", "classification" : "Rhymed Stanza", "keywords" : ["Relationships", "Love", "Romantic Love", "Infatuation", "Crushes"], "period" : "Victorian", "reference" : "http://www.poetryfoundation.org/poem/175585", "region" : "England", "text" : ["Nay but you, who do not love her,", "Is she not pure gold, my mistress?", "Holds earth aught\u0097speak truth\u0097above her?", "Aught like this tress, see, and this tress,", "And this last fairest tress of all,", "So fair, see, ere I let it fall?", "Because, you spend your lives in praising;", "To praise, you search the wide world over:", "Then why not witness, calmly gazing,", "If earth holds aught\u0097speak truth\u0097above her?", "Above this tress, and this, I touch", "But cannot praise, I love so much!"], "title" : "Song", "year" : ""}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "ROLLAND", "frequency" : 18590, "males" : "99.97310381925767 %", "females" : "0.026896180742334585 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 13, "n_trials" : 340, "objective" : "paviani_on_cube", "white" : "ultraopt_random", "black" : "dlib_default", "traceback" : ["passing", "passing"], "best_val" : [-13.894896184139897, -31.62624590964085], "best_x" : [[0.8204875844802748, 0.8263408109501867, 0.5546870247883672, 0.8259323085500162, 0.6314587925830206, 0.7844054732127973, 0.59856299321776, 0.4141410682156662, 0.9579458599261376, 0.5411138248788447, 0.5880004634296284, 0.3531028889383895, 0.7997833644457834], [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]], "feval_count" : [340, 340], "n_trials_instructed" : [340, 340], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "dlib_default_cube", "loser" : "ultraopt_random_cube"}
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"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$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"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"title": {"type": "string"}, "votes": {"type": "integer"}, "renoId": {"type": "string"}}, "required": ["title", "votes", "renoId"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "a0185e12-ae76-4657-b8e2-87d037366236", "playerTags" : [], "teamTags" : ["46358869-dce9-4a01-bfba-ac24fc56f57e"], "gameTags" : [], "metadata" : {"title" : "Coffee Threes +", "votes" : 2271615, "renoId" : "coffee_threes_plus"}, "created" : "2021-03-18T15:31:43.012Z", "season" : 13, "tournament" : -1, "type" : 57, "day" : 72, "phase" : 5, "category" : 1, "description" : "The Pillars will now have more Coffee Threes.", "nuts" : 2}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"title": {"type": "string"}, "votes": {"type": "integer"}, "renoId": {"type": "string"}}, "required": ["title", "votes", "renoId"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "installPaths": {"type": "object", "properties": {"testbox": {"type": "string"}}, "required": ["testbox"]}, "devDependencies": {"type": "object", "properties": {"testbox": {"type": "string"}}, "required": ["testbox"]}}, "required": ["name", "author", "private", "installPaths", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "CFCouchbase SDK Shell", "author" : "Ortus Solutions <info@ortussolutions.com>", "private" : false, "installPaths" : {"testbox" : "testbox/"}, "devDependencies" : {"testbox" : "^4.4.0-snapshot"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "installPaths": {"type": "object", "properties": {"testbox": {"type": "string"}}, "required": ["testbox"]}, "devDependencies": {"type": "object", "properties": {"testbox": {"type": "string"}}, "required": ["testbox"]}}, "required": ["name", "author", "private", "installPaths", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Gavril Genovo", "id" : "207125", "bbox" : [23.058419, 43.397514, 23.058419, 43.397514], "description" : "An ancient place, cited: BAtlas 21 F6 Gavril Genovo", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [23.058419, 43.397514]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [23.058419, 43.397514]}, "id" : "darmc-location-24296", "type" : "Feature", "properties" : {"description" : "1M scale point location", "location_precision" : "precise", "title" : "DARMC location 24296", "link" : "http://pleiades.stoa.org/places/207125/darmc-location-24296"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"repo": {"type": "string"}, "language": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "package_link": {"type": "string"}, "package_link_name": {"type": "string"}, "badge_image": {"type": "string"}, "badge_url": {"type": "string"}, "example_usage": {"type": "string"}}, "required": ["repo", "language", "name", "description", "package_link", "package_link_name", "badge_image", "badge_url", "example_usage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"repo" : "botblock/BotList", "language" : "Javascript", "name" : "BotList", "description" : "BotList is a package that uses the [BotBlock API lists endpoint](/docs#get-api-lists) to fetch all bot list information from BotBlock and then manually posts to each one from your bot instead of through the [BotBlock API count endpoint](/docs#post-api-count).", "package_link" : "https://www.npmjs.com/package/botlist", "package_link_name" : "NPM", "badge_image" : "https://img.shields.io/npm/v/botlist.svg?style=flat-square", "badge_url" : "https://www.npmjs.com/package/botlist", "example_usage" : "const BotList = require('botlist');\nconst botID = 'xxx';\nconst client = new BotList.Client(botID, {\n tokens: {\n 'bots.ondiscord.xyz': 'dsag38_auth_token_fda6gs', // Add other bot lists as needed\n 'botlist.space': 'qos56a_auth_token_gfd8g6'\n },\n interval: 1000 * 30\n});\n\nclient.on('beforePost', () => {\n if (!bot.ready) return;\n const serverCount = bot.guilds.size;\n const shards = bot.shards.size;\n client.update(serverCount, shards);\n});\n\nclient.on('afterPost', (successful, failed) => {\n console.log('Just finished posting to all bot lists, ' + successful + ' were successful, ' + failed + ' failed to post');\n});\n\nclient.on('error', (error) => {\n console.warn('Something happened', error);\n});\n\nclient.start();"}
json_instruct
{"type": "object", "properties": {"repo": {"type": "string"}, "language": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "package_link": {"type": "string"}, "package_link_name": {"type": "string"}, "badge_image": {"type": "string"}, "badge_url": {"type": "string"}, "example_usage": {"type": "string"}}, "required": ["repo", "language", "name", "description", "package_link", "package_link_name", "badge_image", "badge_url", "example_usage"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"types": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "scripts": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {"type": "string"}}, "msg": {"type": "string"}, "blocksMsg": {"type": "string"}, "toolbox": {"type": "string"}}, "required": ["types", "category", "scripts", "dependencies", "msg", "blocksMsg", "toolbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"types" : ["rfid_new", "rfid_enter", "rfid_uid", "rfid_if", "rfid_leave", "rfid_stopread"], "category" : "catMenu4", "scripts" : ["blockly/blocks.js", "blockly/javascript.js"], "dependencies" : ["RFID.js", "RFID-blockly.js"], "msg" : "blockly/msg", "blocksMsg" : "blockly/msg/blocks", "toolbox" : "blockly/toolbox.xml"}
json_instruct
{"type": "object", "properties": {"types": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "scripts": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {"type": "string"}}, "msg": {"type": "string"}, "blocksMsg": {"type": "string"}, "toolbox": {"type": "string"}}, "required": ["types", "category", "scripts", "dependencies", "msg", "blocksMsg", "toolbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "User-Agent"]}, "resource": {"type": "string"}, "response-headers": {"type": "object", "properties": {"Cache-Control": {"type": "string"}, "Connection": {"type": "string"}, "Content-Disposition": {"type": "string"}, "Content-Encoding": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "Server": {"type": "string"}, "Vary": {"type": "string"}, "x-amz-meta-cachetime": {"type": "string"}}, "required": ["Cache-Control", "Connection", "Content-Disposition", "Content-Encoding", "Content-Length", "Content-Type", "Date", "ETag", "Last-Modified", "Server", "Vary", "x-amz-meta-cachetime"]}, "ssl-verify": {"type": "boolean"}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "resource", "response-headers", "ssl-verify", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elapsed" : "1.575", "endpoint-url" : "http://data.cyc.opendata.arcgis.com/datasets/3282e030bf2b4768a05984de8d3a9204_2.geojson", "entry-date" : "2021-09-24T01:07:22.874259", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "User-Agent" : "Digital Land"}, "resource" : "b477ab2e49d105aa8133d233c14ce8269fb2423a0526647f3cfdad1620d92fc9", "response-headers" : {"Cache-Control" : "must-revalidate", "Connection" : "keep-alive", "Content-Disposition" : "attachment; filename=\"Conservation_Areas.geojson\"", "Content-Encoding" : "gzip", "Content-Length" : "210872", "Content-Type" : "application/json", "Date" : "Fri, 24 Sep 2021 01:08:34 GMT", "ETag" : "\"acc4b95417872eadc0a962525228063a\"", "Last-Modified" : "Thu, 23 Sep 2021 01:19:34 GMT", "Server" : "openresty", "Vary" : "Accept-Encoding", "x-amz-meta-cachetime" : "1642"}, "ssl-verify" : true, "status" : "200"}
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "User-Agent"]}, "resource": {"type": "string"}, "response-headers": {"type": "object", "properties": {"Cache-Control": {"type": "string"}, "Connection": {"type": "string"}, "Content-Disposition": {"type": "string"}, "Content-Encoding": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "Server": {"type": "string"}, "Vary": {"type": "string"}, "x-amz-meta-cachetime": {"type": "string"}}, "required": ["Cache-Control", "Connection", "Content-Disposition", "Content-Encoding", "Content-Length", "Content-Type", "Date", "ETag", "Last-Modified", "Server", "Vary", "x-amz-meta-cachetime"]}, "ssl-verify": {"type": "boolean"}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "resource", "response-headers", "ssl-verify", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build:alpha": {"type": "string"}, "build:beta": {"type": "string"}, "build:rc": {"type": "string"}, "build:release": {"type": "string"}}, "required": ["dev", "build:alpha", "build:beta", "build:rc", "build:release"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/plugin-transform-runtime": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "cross-env": {"type": "string"}, "css-loader": {"type": "string"}, "html-webpack-harddisk-plugin": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/plugin-transform-runtime", "@babel/preset-env", "babel-loader", "clean-webpack-plugin", "copy-webpack-plugin", "cross-env", "css-loader", "html-webpack-harddisk-plugin", "html-webpack-plugin", "mini-css-extract-plugin", "style-loader", "webpack", "webpack-cli", "webpack-dev-server", "webpack-merge"]}}, "required": ["scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"scripts" : {"dev" : "webpack-dev-server --config ./configs/webpack.config.dev.js", "build:alpha" : "cross-env PHASE=alpha webpack --config ./configs/webpack.config.prod.js", "build:beta" : "cross-env PHASE=beta webpack --config ./configs/webpack.config.prod.js", "build:rc" : "cross-env PHASE=rc webpack --config ./configs/webpack.config.prod.js", "build:release" : "cross-env PHASE=release webpack --config ./configs/webpack.config.prod.js"}, "devDependencies" : {"@babel/cli" : "^7.2.3", "@babel/core" : "^7.2.2", "@babel/plugin-transform-runtime" : "^7.2.0", "@babel/preset-env" : "^7.2.3", "babel-loader" : "^8.0.4", "clean-webpack-plugin" : "^1.0.0", "copy-webpack-plugin" : "^4.6.0", "cross-env" : "^5.2.0", "css-loader" : "^2.1.0", "html-webpack-harddisk-plugin" : "^1.0.1", "html-webpack-plugin" : "^3.2.0", "mini-css-extract-plugin" : "^0.5.0", "style-loader" : "^0.23.1", "webpack" : "^4.28.3", "webpack-cli" : "^3.1.2", "webpack-dev-server" : "^3.1.14", "webpack-merge" : "^4.1.5"}}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build:alpha": {"type": "string"}, "build:beta": {"type": "string"}, "build:rc": {"type": "string"}, "build:release": {"type": "string"}}, "required": ["dev", "build:alpha", "build:beta", "build:rc", "build:release"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/plugin-transform-runtime": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "cross-env": {"type": "string"}, "css-loader": {"type": "string"}, "html-webpack-harddisk-plugin": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/plugin-transform-runtime", "@babel/preset-env", "babel-loader", "clean-webpack-plugin", "copy-webpack-plugin", "cross-env", "css-loader", "html-webpack-harddisk-plugin", "html-webpack-plugin", "mini-css-extract-plugin", "style-loader", "webpack", "webpack-cli", "webpack-dev-server", "webpack-merge"]}}, "required": ["scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"license": {"type": "string"}, "document_names": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "name": {"type": "string"}, "metadata_version": {"type": "string"}, "contacts": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}}, "required": ["role", "email", "name"]}}, "generator": {"type": "string"}, "summary": {"type": "string"}, "project_urls": {"type": "object", "properties": {"Home": {"type": "string"}}, "required": ["Home"]}, "platform": {"type": "string"}, "run_requires": {"type": "array", "items": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}}, "version": {"type": "string"}, "classifiers": {"type": "array", "items": {"type": "string"}}, "extras": {"type": "array", "items": {}}}, "required": ["license", "document_names", "name", "metadata_version", "contacts", "generator", "summary", "project_urls", "platform", "run_requires", "version", "classifiers", "extras"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"license" : "BSD", "document_names" : {"description" : "DESCRIPTION.rst"}, "name" : "times", "metadata_version" : "2.0", "contacts" : [{"role" : "author", "email" : "vincent@3rdcloud.com", "name" : "Vincent Driessen"}], "generator" : "bdist_wheel (0.22.0)", "summary" : "Times is a small, minimalistic, Python library for dealing with time conversions between universal time and arbitrary timezones.", "project_urls" : {"Home" : "https://github.com/nvie/times/"}, "platform" : "any", "run_requires" : [{"requires" : ["arrow"]}], "version" : "0.7", "classifiers" : ["Development Status :: 4 - Beta", "Environment :: Console", "Environment :: MacOS X", "Environment :: No Input/Output (Daemon)", "Environment :: Other Environment", "Environment :: Plugins", "Environment :: Web Environment", "Environment :: Win32 (MS Windows)", "Framework :: Buildout", "Framework :: CherryPy", "Framework :: Django", "Framework :: Plone", "Framework :: Pylons", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Healthcare Industry", "Intended Audience :: Information Technology", "Intended Audience :: Legal Industry", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP", "Topic :: Office/Business", "Topic :: Scientific/Engineering", "Topic :: Software Development", "Topic :: System", "Topic :: Terminals", "Topic :: Utilities"], "extras" : []}
json_instruct
{"type": "object", "properties": {"license": {"type": "string"}, "document_names": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "name": {"type": "string"}, "metadata_version": {"type": "string"}, "contacts": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}}, "required": ["role", "email", "name"]}}, "generator": {"type": "string"}, "summary": {"type": "string"}, "project_urls": {"type": "object", "properties": {"Home": {"type": "string"}}, "required": ["Home"]}, "platform": {"type": "string"}, "run_requires": {"type": "array", "items": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}}, "version": {"type": "string"}, "classifiers": {"type": "array", "items": {"type": "string"}}, "extras": {"type": "array", "items": {}}}, "required": ["license", "document_names", "name", "metadata_version", "contacts", "generator", "summary", "project_urls", "platform", "run_requires", "version", "classifiers", "extras"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this 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" : "27811", "place_name" : "INFONAVIT", "place_type" : "Unidad habitacional", "county" : "San Pedro", "state" : "Coahuila de Zaragoza", "city" : "San Pedro"}, {"postal_code" : "27811", "place_name" : "Eliseo Mendoza Berrueto", "place_type" : "Colonia", "county" : "San Pedro", "state" : "Coahuila de Zaragoza", "city" : "San Pedro"}, {"postal_code" : "27811", "place_name" : "Los Nogales", "place_type" : "Colonia", "county" : "San Pedro", "state" : "Coahuila de Zaragoza", "city" : "San Pedro"}]
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[143.25, 37.0], [143.25, 37.083333333333336], [143.375, 37.083333333333336], [143.375, 37.0], [143.25, 37.0]]]}, "properties" : {"code" : 554342, "url" : "http://madefor.github.io/0410/api/v1/554342.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/554342.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"MD025": {"type": "boolean"}, "MD013": {"type": "boolean"}}, "required": ["MD025", "MD013"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MD025" : false, "MD013" : false}
json_instruct
{"type": "object", "properties": {"MD025": {"type": "boolean"}, "MD013": {"type": "boolean"}}, "required": ["MD025", "MD013"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"plasticbrain/php-flash-messages": {"type": "string"}}, "required": ["plasticbrain/php-flash-messages"]}}, "required": ["name", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "shivam/project-ignou", "authors" : [{"name" : "shivam", "email" : "shivam@gmail.com"}], "require" : {"plasticbrain/php-flash-messages" : "^1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"plasticbrain/php-flash-messages": {"type": "string"}}, "required": ["plasticbrain/php-flash-messages"]}}, "required": ["name", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"zooming.js": {"type": "string"}, "zooming.min.js": {"type": "string"}}, "required": ["zooming.js", "zooming.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"zooming.js" : "sha256-7h06aAhg5V4PvwuEJN66QA/VJjLmtxx9CsWYVD6/wXc=", "zooming.min.js" : "sha256-JFSmeB7atWPXTQNCqZSDsWud2nUICPN7+dOhnyGQJTw="}
json_instruct
{"type": "object", "properties": {"zooming.js": {"type": "string"}, "zooming.min.js": {"type": "string"}}, "required": ["zooming.js", "zooming.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 216703, "info" : {"name" : "JustTheTalk Dark (Gray)", "description" : "Dark and blue theme for JTT", "additionalInfo" : "Version .1", "format" : "uso", "category" : "justthetalk", "createdAt" : "2021-10-18T16:42:53.000Z", "updatedAt" : "2021-10-18T16:42:53.000Z", "license" : "CC-BY-4.0", "author" : {"id" : 1269584, "name" : "blacksunday_gut"}}, "stats" : {"installs" : {"total" : 0, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "216703_after.png", "archived" : true}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"justthetalk.com\")\r\n{\r\n\r\n.container {\r\n font-family: Verdana;\r\n font-size: 100%\r\n}\r\n#logorow {\r\n display: block;\r\n}\r\nol {\r\n background: white;\r\n}\r\nbody {\r\n\tcolor: white;\r\n\tbackground: #202020;\r\n}\r\na:link {\r\n color: white;\r\n}\r\n#folders li a:visited {\r\n decoration: none;\r\n color: lightgray;\r\n}\r\na:visited, a:hover, a:active {\r\n color: white;\r\n}\r\n.discussionlistitem a {\r\n color: #5a91c4;\r\n}\r\np {\r\n color: white;\r\n}\r\n.threadouterheader, .threadtop {\r\n background: #202020;\r\n \r\n}\r\n.breadcrumb {\r\n background: #202020;\r\n}\r\n\r\n.headerTextLink {\r\n color: #2A5880;\r\n}\r\n.discussionlistitem > div {\r\n color: white;\r\n font-size: 100%;\r\n}\r\n.well{\r\n border: 1px solid gray;\r\n background: #303030;\r\n}\r\n.bold a:link {\r\n\tcolor: #5a91c4;\r\n}\r\ntextarea {\r\n background: #F5F5F5;\r\n}\r\nh4 {\r\n font-size: 100% !important;\r\n}\r\n.btn {\r\n color: black !important;\r\n}\r\n\r\n}"}}
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": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"activities_easter": {"type": "array", "items": {}}, "activities_epiphany": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "code_info": {"type": "null"}, "code_long": {"type": "string"}, "day": {"type": "string"}, "description": {"type": "string"}, "end": {"type": "string"}, "id": {"type": "integer"}, "planned_size": {"type": "string"}, "room": {"type": "string"}, "staff": {"type": "string"}, "start": {"type": "string"}, "type": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "code_info", "code_long", "day", "description", "end", "id", "planned_size", "room", "staff", "start", "type", "weeks"]}}, "activities_michaelmas": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "code_info": {"type": "null"}, "code_long": {"type": "string"}, "day": {"type": "string"}, "description": {"type": "string"}, "end": {"type": "string"}, "id": {"type": "integer"}, "planned_size": {"type": "string"}, "room": {"type": "string"}, "staff": {"type": "string"}, "start": {"type": "string"}, "type": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "code_info", "code_long", "day", "description", "end", "id", "planned_size", "room", "staff", "start", "type", "weeks"]}}, "code": {"type": "string"}, "title": {"type": "string"}}, "required": ["activities_easter", "activities_epiphany", "activities_michaelmas", "code", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"activities_easter" : [], "activities_epiphany" : [{"code" : "LECT/001", "code_info" : null, "code_long" : "ITAL2041/LECT/001", "day" : "2022-01-11", "description" : "The World of Dante", "end" : "12:00", "id" : 0, "planned_size" : "40", "room" : "ER142", "staff" : "Dr Annalisa Cipollone", "start" : "11:00", "type" : "LECT", "weeks" : [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}, {"code" : "SEM/001", "code_info" : null, "code_long" : "ITAL2041/SEM/001", "day" : "2022-01-14", "description" : "The World of Dante", "end" : "12:00", "id" : 1, "planned_size" : "16", "room" : "ER143", "staff" : "Dr Annalisa Cipollone", "start" : "11:00", "type" : "SEM", "weeks" : [1, 3, 5, 7, 9]}, {"code" : "SEM/002", "code_info" : null, "code_long" : "ITAL2041/SEM/002", "day" : "2022-01-14", "description" : "The World of Dante", "end" : "13:00", "id" : 2, "planned_size" : "16", "room" : "ER144", "staff" : "Dr Annalisa Cipollone", "start" : "12:00", "type" : "SEM", "weeks" : [1, 3, 5, 7, 9]}], "activities_michaelmas" : [{"code" : "LECT/001", "code_info" : null, "code_long" : "ITAL2041/LECT/001", "day" : "2021-10-05", "description" : "The World of Dante", "end" : "12:00", "id" : 0, "planned_size" : "40", "room" : "ER142", "staff" : "Dr Annalisa Cipollone", "start" : "11:00", "type" : "LECT", "weeks" : [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}, {"code" : "SEM/001", "code_info" : null, "code_long" : "ITAL2041/SEM/001", "day" : "2021-10-08", "description" : "The World of Dante", "end" : "12:00", "id" : 1, "planned_size" : "16", "room" : "ER143", "staff" : "Dr Annalisa Cipollone", "start" : "11:00", "type" : "SEM", "weeks" : [1, 3, 5, 7, 9]}, {"code" : "SEM/002", "code_info" : null, "code_long" : "ITAL2041/SEM/002", "day" : "2021-10-08", "description" : "The World of Dante", "end" : "13:00", "id" : 2, "planned_size" : "16", "room" : "ER144", "staff" : "Dr Annalisa Cipollone", "start" : "12:00", "type" : "SEM", "weeks" : [1, 3, 5, 7, 9]}], "code" : "ITAL2041", "title" : "The World of Dante"}
json_instruct
{"type": "object", "properties": {"activities_easter": {"type": "array", "items": {}}, "activities_epiphany": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "code_info": {"type": "null"}, "code_long": {"type": "string"}, "day": {"type": "string"}, "description": {"type": "string"}, "end": {"type": "string"}, "id": {"type": "integer"}, "planned_size": {"type": "string"}, "room": {"type": "string"}, "staff": {"type": "string"}, "start": {"type": "string"}, "type": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "code_info", "code_long", "day", "description", "end", "id", "planned_size", "room", "staff", "start", "type", "weeks"]}}, "activities_michaelmas": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "code_info": {"type": "null"}, "code_long": {"type": "string"}, "day": {"type": "string"}, "description": {"type": "string"}, "end": {"type": "string"}, "id": {"type": "integer"}, "planned_size": {"type": "string"}, "room": {"type": "string"}, "staff": {"type": "string"}, "start": {"type": "string"}, "type": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "code_info", "code_long", "day", "description", "end", "id", "planned_size", "room", "staff", "start", "type", "weeks"]}}, "code": {"type": "string"}, "title": {"type": "string"}}, "required": ["activities_easter", "activities_epiphany", "activities_michaelmas", "code", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "gulp": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-pug": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}}, "required": ["babel-preset-es2015", "gulp", "gulp-babel", "gulp-pug", "gulp-rename", "gulp-sass"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "material-design-chat", "version" : "1.0.0", "description" : "chating ap ", "main" : "gulpfile.js", "scripts" : {"test" : "echo \"Hello world\""}, "author" : "", "license" : "ISC", "devDependencies" : {"babel-preset-es2015" : "^6.22.0", "gulp" : "^3.9.1", "gulp-babel" : "^6.1.2", "gulp-pug" : "^3.2.0", "gulp-rename" : "^1.2.2", "gulp-sass" : "^3.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "gulp": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-pug": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sass": {"type": "string"}}, "required": ["babel-preset-es2015", "gulp", "gulp-babel", "gulp-pug", "gulp-rename", "gulp-sass"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SilentByte\\DynLex\\": {"type": "string"}}, "required": ["SilentByte\\DynLex\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {}, "required": []}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "sami/sami": {"type": "string"}}, "required": ["phpunit/phpunit", "sami/sami"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "authors", "autoload", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "silentbyte/sb-dynlex", "description" : "A dynamically configurable lexer library featuring a fluid API.", "keywords" : ["lexer", "lex", "flex", "parser", "language"], "homepage" : "https://github.com/SilentByte/sb-dynlex", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Rico Beti", "email" : "rico.beti@silentbyte.com", "homepage" : "https://silentbyte.com/"}], "autoload" : {"psr-4" : {"SilentByte\\DynLex\\" : "src/SilentByte/DynLex"}}, "require" : {}, "require-dev" : {"phpunit/phpunit" : "5.7.*", "sami/sami" : "^4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SilentByte\\DynLex\\": {"type": "string"}}, "required": ["SilentByte\\DynLex\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {}, "required": []}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "sami/sami": {"type": "string"}}, "required": ["phpunit/phpunit", "sami/sami"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "authors", "autoload", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"fullyQualifiedDomainName": {"type": "string"}, "port": {"type": "integer"}, "portRewrite": {"type": "boolean"}, "logDir": {"type": "string"}}, "required": ["fullyQualifiedDomainName", "port", "portRewrite", "logDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fullyQualifiedDomainName" : "sim.open-roberta.org", "port" : 2000, "portRewrite" : true, "logDir" : "log/"}
json_instruct
{"type": "object", "properties": {"fullyQualifiedDomainName": {"type": "string"}, "port": {"type": "integer"}, "portRewrite": {"type": "boolean"}, "logDir": {"type": "string"}}, "required": ["fullyQualifiedDomainName", "port", "portRewrite", "logDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:24.720329", "required_by" : ["kabaret.core", "pysense-daemon", "bootstrap-vz"], "requires" : [], "package" : "pyro4"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"published" : "2015-09-06T22:23:25Z", "media-type" : "News", "title" : "O'Farrell to lead online gambling review AAP", "id" : "1afccf78-667e-4d6f-a0b2-973044056889", "content" : "Sorry, the page you requested either doesn't exist or isn't available right now! \nPlease check the URL for proper spelling and capitalization. If you're having trouble locating a destination on Yahoo!, try visiting the Yahoo! homepage or look through a list of Yahoo!'s online services . \n \nPlease try Yahoo Help Central if you need more assistance.", "source" : "Yahoo! Xtra Business"}
json_instruct
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"RestrictedPython-5.0-py2.py3-none-any.whl": {"type": "string"}, "RestrictedPython-5.0.tar.gz": {"type": "string"}}, "required": ["RestrictedPython-5.0-py2.py3-none-any.whl", "RestrictedPython-5.0.tar.gz"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"RestrictedPython-5.0-py2.py3-none-any.whl" : "9bd69505147b0ff8c68f4ff5a275975a3ab66fc43cbf3b61a195650ed767cd4e", "RestrictedPython-5.0.tar.gz" : "a080569bffdf53371ae3e754ab1732f43054b1bab904fc100f74ba68ac731abc"}
json_instruct
{"type": "object", "properties": {"RestrictedPython-5.0-py2.py3-none-any.whl": {"type": "string"}, "RestrictedPython-5.0.tar.gz": {"type": "string"}}, "required": ["RestrictedPython-5.0-py2.py3-none-any.whl", "RestrictedPython-5.0.tar.gz"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "VA"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Washington", "state" : "VA"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-81.8385, 36.9291], [-81.7016, 36.7921], [-81.6085, 36.6388], [-81.6468, 36.6114], [-81.8276, 36.6169], [-82.1452, 36.595], [-82.1014, 36.6443], [-82.1452, 36.6716], [-82.1124, 36.6388], [-82.2438, 36.595], [-82.2931, 36.595], [-82.3315, 36.71], [-82.1069, 36.7976], [-82.0795, 36.8524], [-81.9481, 36.8633]]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"qs": {"type": "string"}, "request": {"type": "string"}}, "required": ["qs", "request"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "jshint": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "jshint", "mocha"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "test"]}, "license": {"type": "string"}}, "required": ["name", "version", "author", "description", "contributors", "engines", "main", "repository", "keywords", "dependencies", "devDependencies", "scripts", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "buddyworksapi", "version" : "1.0.11", "author" : "Buddy Works", "description" : "Buddy Works APIs Client Library for Node.js", "contributors" : [{"name" : "Mike Hankus", "email" : "mikeh@buddy.works"}, {"name" : "Paul Kapala", "email" : "paulk@buddy.works"}], "engines" : {"node" : ">=4"}, "main" : "./lib/buddyworksapi", "repository" : {"type" : "git", "url" : "https://github.com/buddy-works/buddy-works-node-api.git"}, "keywords" : ["buddy", "buddy works", "buddy api", "buddy works api", "client library"], "dependencies" : {"qs" : "^6.9.4", "request" : "^2.88.2"}, "devDependencies" : {"chai" : "^4.2.0", "jshint" : "^2.12.0", "mocha" : "^8.2.1"}, "scripts" : {"lint" : "jshint lib test", "test" : "mocha --reporter spec --timeout 4000"}, "license" : "Apache-2.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"qs": {"type": "string"}, "request": {"type": "string"}}, "required": ["qs", "request"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "jshint": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "jshint", "mocha"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "test"]}, "license": {"type": "string"}}, "required": ["name", "version", "author", "description", "contributors", "engines", "main", "repository", "keywords", "dependencies", "devDependencies", "scripts", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Token": {"type": "string"}, "Prefix": {"type": "string"}}, "required": ["Token", "Prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Token" : "yourtoken", "Prefix" : "!"}
json_instruct
{"type": "object", "properties": {"Token": {"type": "string"}, "Prefix": {"type": "string"}}, "required": ["Token", "Prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "express-dot": {"type": "string"}, "jade": {"type": "string"}, "node-trello": {"type": "string"}, "dot": {"type": "string"}, "js-yaml": {"type": "string"}}, "required": ["express", "express-dot", "jade", "node-trello", "dot", "js-yaml"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "oscar", "version" : "0.2.6", "private" : true, "scripts" : {"start" : "node app.js"}, "dependencies" : {"express" : "3.4.4", "express-dot" : "*", "jade" : "*", "node-trello" : "*", "dot" : ">=1.0.2", "js-yaml" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "express-dot": {"type": "string"}, "jade": {"type": "string"}, "node-trello": {"type": "string"}, "dot": {"type": "string"}, "js-yaml": {"type": "string"}}, "required": ["express", "express-dot", "jade", "node-trello", "dot", "js-yaml"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 47-3101.\n\n1973 Ed., \u00a7 47-3201.\n\nLegislative History of Laws\n\nLaw 2-114, the \"District of Columbia Consumer Transmission of Money Act of 1978,\" was introduced in Council and assigned Bill No. 2-210, which was referred to the Committee on Public Services and Consumer Affairs. The Bill was adopted on first and second readings on June 13, 1978 and June 27, 1978, respectively. Signed by the Mayor on July 21, 1978, it was assigned Act No. 2- 242 and transmitted to both Houses of Congress for its review.\n\nLaw 13-140, the \"Money Transmitters Act of 2000,\" was introduced in Council and assigned Bill No. 13-367, which was referred to the Committee on Economic Development. The Bill was adopted on first and second readings on March 7, 2000, and April 4, 2000, respectively. Signed by the Mayor on April 20, 2000, it was assigned Act No. 13-322 and transmitted to both Houses of Congress for its review. D.C. Law 13-140 became effective on July 18, 2000.\n\nDelegation of Authority\n\nDelegation of authority pursuant to Law 2-114, see Mayor's Order 86-127, August 8, 1986.\n\nDC CODE \u00a7 47-3101\n\nCurrent through December 11, 2012", "credits" : "(1973 Ed., \u00a7 47-3201; Oct. 4, 1978, D.C. Law 2-114, \u00a7 2, 25 DCR 1985; enacted, Apr. 9, 1997, D.C. Law 11-254, \u00a7 2, 44 DCR 1575; July 18, 2000, D.C. Law 13-140, \u00a7 28, 47 DCR 3431.)", "sections" : [], "division" : {"identifier" : "VIII", "text" : "General Laws."}, "title" : {"identifier" : "47", "text" : "Taxation, Licensing, Permits, Assessments, and Fees. (Refs & Annos)"}, "chapter" : {"identifier" : "31", "text" : "Consumer Transmission of Money Act. [Repealed]"}, "heading" : {"title" : "47", "chaptersection" : "3101", "identifier" : "47-3101", "catch_text" : "Definitions. [Repealed]"}}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "heading"], "$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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "chalk": {"type": "string"}, "delay": {"type": "string"}, "mkdirp": {"type": "string"}, "yamljs": {"type": "string"}}, "required": ["aws-sdk", "chalk", "delay", "mkdirp", "yamljs"]}, "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"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies", "repository", "bugs", "homepage", "directories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "izb-serverless-certificate-creator", "version" : "1.4.0", "description" : "creates a certificate that can be used for custom domains for your api gateway", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "schwamster", "license" : "MIT", "dependencies" : {"aws-sdk" : "^2.320.0", "chalk" : "^2.4.2", "delay" : "^4.3.0", "mkdirp" : "^1.0.4", "yamljs" : "^0.3.0"}, "devDependencies" : {}, "repository" : {"type" : "git", "url" : "git@github.com:izberg-marketplace/serverless-certificate-creator.git"}, "bugs" : {"url" : "https://github.com/schwamster/serverless-certificate-creator/issues"}, "homepage" : "https://github.com/schwamster/serverless-certificate-creator#readme", "directories" : {"example" : "examples"}}
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"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "chalk": {"type": "string"}, "delay": {"type": "string"}, "mkdirp": {"type": "string"}, "yamljs": {"type": "string"}}, "required": ["aws-sdk", "chalk", "delay", "mkdirp", "yamljs"]}, "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"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies", "repository", "bugs", "homepage", "directories"], "$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"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "null"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Horchapple", "description" : "A very sweet horchata base with apple throughout. Creamy, milky, balanced cinnamon that isn't in your face but provides warmth and a bit of spice. The strawberry was used to not only brighten the apple but smooth it out, seeing as strawberry ripe contains some EM. Cinnamon danish boosts the cinnamon in CAP Horchata. Overall a delightful fall vape, been really enjoying this profile throughout the month of october. ", "id" : 17197, "image_url" : null, "updated_at" : "2020-12-10T13:44:23.000-05:00", "deleted_at" : null, "recipe_type" : 1, "recipe_flavors" : [{"name" : "Cinnamon Danish Swirl", "flavor_id" : "35", "millipercent" : 2000, "vendor" : "CAP"}, {"name" : "Fuji", "flavor_id" : "506", "millipercent" : 3000, "vendor" : "FA"}, {"name" : "Strawberry (ripe)", "flavor_id" : "271", "millipercent" : 2000, "vendor" : "TPA"}, {"name" : "Horchata", "flavor_id" : "74", "millipercent" : 2500, "vendor" : "CAP"}, {"name" : "Meringue", "flavor_id" : "530", "millipercent" : 2000, "vendor" : "FA"}, {"name" : "Cream Fresh", "flavor_id" : "540", "millipercent" : 500, "vendor" : "FA"}], "author" : "Zooter", "views" : "839", "created_at" : "2016-10-22", "slug" : "horchapple", "total_flavoring" : "12.0%", "steep_days" : "0 (SNV)", "best_vg" : "70%", "temperature" : "0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "null"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "total_flavoring", "steep_days", "best_vg", "temperature"], "$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"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {}, "required": []}, "autoload-dev": {"type": "object", "properties": {}, "required": []}, "require": {"type": "object", "properties": {"paytic/payments-euplatesc": {"type": "string"}, "paytic/payments-simplify": {"type": "string"}, "paytic/payments-librapay": {"type": "string"}, "paytic/payments-plationline": {"type": "string"}, "paytic/payments-payu": {"type": "string"}, "paytic/payments-stripe": {"type": "string"}, "paytic/payments-mobilpay": {"type": "string"}, "paytic/payments-twispay": {"type": "string"}}, "required": ["paytic/payments-euplatesc", "paytic/payments-simplify", "paytic/payments-librapay", "paytic/payments-plationline", "paytic/payments-payu", "paytic/payments-stripe", "paytic/payments-mobilpay", "paytic/payments-twispay"]}, "require-dev": {"type": "object", "properties": {}, "required": []}, "suggest": {"type": "object", "properties": {"bytic/payments": {"type": "string"}}, "required": ["bytic/payments"]}, "scripts": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "type", "license", "description", "keywords", "homepage", "authors", "autoload", "autoload-dev", "require", "require-dev", "suggest", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "paytic/payments-gateways", "type" : "library", "license" : "MIT", "description" : "Payments gateways common list for paytic library", "keywords" : [], "homepage" : "https://github.com/paytic/payments-gateways", "authors" : [{"name" : "Gabriel Solomon", "email" : "hello@gabrielsolomon.ro"}], "autoload" : {}, "autoload-dev" : {}, "require" : {"paytic/payments-euplatesc" : "^1.0", "paytic/payments-simplify" : "^1.0", "paytic/payments-librapay" : "^1.0", "paytic/payments-plationline" : "^1.0", "paytic/payments-payu" : "^1.0", "paytic/payments-stripe" : "^1.0", "paytic/payments-mobilpay" : "^1.0", "paytic/payments-twispay" : "^1.0"}, "require-dev" : {}, "suggest" : {"bytic/payments" : "^1.0"}, "scripts" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {}, "required": []}, "autoload-dev": {"type": "object", "properties": {}, "required": []}, "require": {"type": "object", "properties": {"paytic/payments-euplatesc": {"type": "string"}, "paytic/payments-simplify": {"type": "string"}, "paytic/payments-librapay": {"type": "string"}, "paytic/payments-plationline": {"type": "string"}, "paytic/payments-payu": {"type": "string"}, "paytic/payments-stripe": {"type": "string"}, "paytic/payments-mobilpay": {"type": "string"}, "paytic/payments-twispay": {"type": "string"}}, "required": ["paytic/payments-euplatesc", "paytic/payments-simplify", "paytic/payments-librapay", "paytic/payments-plationline", "paytic/payments-payu", "paytic/payments-stripe", "paytic/payments-mobilpay", "paytic/payments-twispay"]}, "require-dev": {"type": "object", "properties": {}, "required": []}, "suggest": {"type": "object", "properties": {"bytic/payments": {"type": "string"}}, "required": ["bytic/payments"]}, "scripts": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "type", "license", "description", "keywords", "homepage", "authors", "autoload", "autoload-dev", "require", "require-dev", "suggest", "scripts"], "$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": {"version_label": {"type": "string"}, "version_path": {"type": "string"}, "algolia_index": {"type": "string"}, "version_gh_repo": {"type": "string"}, "version_gh_branch": {"type": "string"}}, "required": ["version_label", "version_path", "algolia_index", "version_gh_repo", "version_gh_branch"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"version_label" : "1.x", "version_path" : "/", "algolia_index" : "kuzzle-documentation", "version_gh_repo" : "kuzzleio/documentation", "version_gh_branch" : "master"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"version_label": {"type": "string"}, "version_path": {"type": "string"}, "algolia_index": {"type": "string"}, "version_gh_repo": {"type": "string"}, "version_gh_branch": {"type": "string"}}, "required": ["version_label", "version_path", "algolia_index", "version_gh_repo", "version_gh_branch"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"1547617209838": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "1547617209987": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1547617209988": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["1547617209838", "1547617209987", "1547617209988"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"1547617209838" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfdGlnZXIuaHRtbC1hbmFseXRpY3MtMTU0NzYxNzIwOTczMw==.json"}, "1547617209987" : {"type" : "st"}, "1547617209988" : {"type" : "ss"}}
json_instruct
{"type": "object", "properties": {"1547617209838": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "1547617209987": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1547617209988": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["1547617209838", "1547617209987", "1547617209988"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"SHRINK_FACETS": {"type": "string"}, "MOVE_POINTS": {"type": "string"}, "MOVE_FACETS": {"type": "string"}}, "required": ["SHRINK_FACETS", "MOVE_POINTS", "MOVE_FACETS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"SHRINK_FACETS" : "Rimpicciolisci le facce", "MOVE_POINTS" : "Muovi i punti sugli spigoli", "MOVE_FACETS" : "Muovi i centri delle facce"}
json_instruct
{"type": "object", "properties": {"SHRINK_FACETS": {"type": "string"}, "MOVE_POINTS": {"type": "string"}, "MOVE_FACETS": {"type": "string"}}, "required": ["SHRINK_FACETS", "MOVE_POINTS", "MOVE_FACETS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["riverjs"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "filename": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "name": {"type": "string"}, "npmFileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}, "npmName": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}}, "required": ["author", "description", "filename", "homepage", "keywords", "license", "name", "npmFileMap", "npmName", "repository", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Rodrigo Vieira <rodrigo@crabbly.com>", "description" : "A tiny javascript library to help printing from the web.", "filename" : "print.js", "homepage" : "http://printjs.crabbly.com", "keywords" : ["javascript", "print.js", "printjs"], "license" : "MIT", "name" : "print-js", "npmFileMap" : [{"basePath" : "dist", "files" : ["**/*"]}, {"basePath" : "src", "files" : ["css/print*"]}], "npmName" : "print-js", "repository" : {"type" : "git", "url" : "https://github.com/crabbly/Print.js.git"}, "version" : "1.0.63"}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "filename": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "name": {"type": "string"}, "npmFileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}, "npmName": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}}, "required": ["author", "description", "filename", "homepage", "keywords", "license", "name", "npmFileMap", "npmName", "repository", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"messageId": {"type": "string"}, "conversationId": {"type": "string"}, "clientId": {"type": "string"}, "userId": {"type": "string"}, "time": {"type": "string"}, "emoji": {"type": "string"}, "reactionMessageId": {"type": "string"}}, "required": ["messageId", "conversationId", "clientId", "userId", "time", "emoji", "reactionMessageId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"messageId" : "fffaea56-65e4-4bd5-8c65-079b78182efa", "conversationId" : "2a243db7-5db2-46af-8797-19391f2ebf8d", "clientId" : "8cdd88ece400d8ba", "userId" : "1592c18f-dd79-477d-9ef8-5eb04fc8e877", "time" : "2020-06-29T19:27:33.993Z", "emoji" : "\u2764\ufe0f", "reactionMessageId" : "72198081-883d-4ee7-ad63-4c5d0ba955ed"}
json_instruct
{"type": "object", "properties": {"messageId": {"type": "string"}, "conversationId": {"type": "string"}, "clientId": {"type": "string"}, "userId": {"type": "string"}, "time": {"type": "string"}, "emoji": {"type": "string"}, "reactionMessageId": {"type": "string"}}, "required": ["messageId", "conversationId", "clientId", "userId", "time", "emoji", "reactionMessageId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "color": {"type": "string"}, "description_html": {"type": "string"}, "icon_url": {"type": "string"}, "langLocale": {"type": "string"}, "success_html": {"type": "string"}, "title": {"type": "string"}, "total_mins": {"type": "integer"}, "type": {"type": "string"}, "code_evaluation_json": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "requirements": {"type": "array", "items": {}}, "assessment": {"type": "array", "items": {}}, "questions": {"type": "array", "items": {"type": "object", "properties": {"question": {"type": "string"}, "questionID": {"type": "string"}, "options": {"type": "array", "items": {"type": "string"}}, "answers": {"type": "array", "items": {"type": "integer"}}}, "required": ["question", "questionID", "options", "answers"]}}}, "required": ["title", "description", "requirements", "assessment", "questions"]}, "org": {"type": "string"}}, "required": ["_id", "color", "description_html", "icon_url", "langLocale", "success_html", "title", "total_mins", "type", "code_evaluation_json", "org"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "trailhead.challenge.author-for-the-resources-system.en.us.192", "color" : "", "description_html" : "", "icon_url" : "", "langLocale" : "en-us", "success_html" : "", "title" : "Author for the Resources System", "total_mins" : 5, "type" : "challenge", "code_evaluation_json" : {"title" : "", "description" : "", "requirements" : [], "assessment" : [], "questions" : [{"question" : "What is the purpose of using FME Server resource parameters in a workspace?", "questionID" : "8cd906ce-25a7-42dd-ae67-b2c6a1b34471", "options" : ["To use values based on the server running the workspace to control reading and writing locations.", "To improve reading and writing speeds on FME Server.", "To manage dynamic engines.", "To validate workspaces running using FME Workbench."], "answers" : [0]}, {"question" : "Setting a MapInfo (or any) writer Destination MapInfo Folder to $(FME_SHAREDRESOURCE_DATA)\\File.tab will write the data to FME Server resources Data folder, even when run using FME Workbench.", "questionID" : "f74ee06d-a9c0-4da4-b849-0602a17b8eb9", "options" : ["True", "False"], "answers" : [1]}, {"question" : "Which Action can you use to find the path to a workspace stored using FME Server resources?", "questionID" : "ba17ba8e-0b18-4d70-a2fc-3a2b4ee8c7f2", "options" : ["Copy", "Remove", "Download", "Move", "Properties", "View"], "answers" : [4]}]}, "org" : ""}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "color": {"type": "string"}, "description_html": {"type": "string"}, "icon_url": {"type": "string"}, "langLocale": {"type": "string"}, "success_html": {"type": "string"}, "title": {"type": "string"}, "total_mins": {"type": "integer"}, "type": {"type": "string"}, "code_evaluation_json": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "requirements": {"type": "array", "items": {}}, "assessment": {"type": "array", "items": {}}, "questions": {"type": "array", "items": {"type": "object", "properties": {"question": {"type": "string"}, "questionID": {"type": "string"}, "options": {"type": "array", "items": {"type": "string"}}, "answers": {"type": "array", "items": {"type": "integer"}}}, "required": ["question", "questionID", "options", "answers"]}}}, "required": ["title", "description", "requirements", "assessment", "questions"]}, "org": {"type": "string"}}, "required": ["_id", "color", "description_html", "icon_url", "langLocale", "success_html", "title", "total_mins", "type", "code_evaluation_json", "org"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "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"}, "devDependencies": {"type": "object", "properties": {"puppeteer": {"type": "string"}}, "required": ["puppeteer"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "retro-to-mongo", "version" : "1.0.0", "description" : "to get retro games information and save mongodb", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/skyksit/retro-to-mongo.git"}, "author" : "", "license" : "MIT", "bugs" : {"url" : "https://github.com/skyksit/retro-to-mongo/issues"}, "homepage" : "https://github.com/skyksit/retro-to-mongo#readme", "devDependencies" : {"puppeteer" : "^11.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "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"}, "devDependencies": {"type": "object", "properties": {"puppeteer": {"type": "string"}}, "required": ["puppeteer"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"case": {"type": "integer"}, "local": {"type": "integer"}, "amend": {"type": "integer"}, "outside": {"type": "integer"}, "death": {"type": "integer"}, "date": {"type": "string"}, "brief": {"type": "string"}, "url": {"type": "string"}}, "required": ["case", "local", "amend", "outside", "death", "date", "brief", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"case" : 11, "local" : 6, "amend" : 0, "outside" : 5, "death" : 0, "date" : "2021-08-18", "brief" : "\u767c\u4f48\u65e5\u671f\uff1a2021-08-18 \u4e2d\u592e\u6d41\u884c\u75ab\u60c5\u6307\u63ee\u4e2d\u5fc3\u4eca(18)\u65e5\u516c\u5e03\u570b\u5167\u65b0\u589e11\u4f8bCOVID-19\u78ba\u5b9a\u75c5\u4f8b\uff0c\u5206\u5225\u70ba6\u4f8b\u672c\u571f\u53ca5\u4f8b\u5883\u5916\u79fb\u5165\uff1b\u53e6\u78ba\u8a3a\u500b\u6848\u4e2d\u7121\u65b0\u589e\u6b7b\u4ea1\u3002", "url" : "https://www.cdc.gov.tw/Bulletin/Detail/MCSodz6QzYMEGxgwoZMdYg?typeid=9"}
json_instruct
{"type": "object", "properties": {"case": {"type": "integer"}, "local": {"type": "integer"}, "amend": {"type": "integer"}, "outside": {"type": "integer"}, "death": {"type": "integer"}, "date": {"type": "string"}, "brief": {"type": "string"}, "url": {"type": "string"}}, "required": ["case", "local", "amend", "outside", "death", "date", "brief", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "cells": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "data"]}}}, "required": ["title", "cells"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "MongoDB \u6392\u5e8f", "cells" : [{"type" : "text", "data" : "<h2 style=\"margin: 20px 0px 10px; padding: 0px; color: rgb(0, 0, 0); line-height: 1.7; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);\">MongoDB sort()\u65b9\u6cd5</h2><p style=\"margin: 0px 0px 5px; padding: 0px; word-wrap: break-word; color: rgb(0, 0, 0); line-height: 1.7; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);\">\u5728MongoDB\u4e2d\u4f7f\u7528\u4f7f\u7528sort()\u65b9\u6cd5\u5bf9\u6570\u636e\u8fdb\u884c\u6392\u5e8f\uff0csort()\u65b9\u6cd5\u53ef\u4ee5\u901a\u8fc7\u53c2\u6570\u6307\u5b9a\u6392\u5e8f\u7684\u5b57\u6bb5\uff0c\u5e76\u4f7f\u7528 1 \u548c -1 \u6765\u6307\u5b9a\u6392\u5e8f\u7684\u65b9\u5f0f\uff0c\u5176\u4e2d 1 \u4e3a\u5347\u5e8f\u6392\u5217\uff0c\u800c-1\u662f\u7528\u4e8e\u964d\u5e8f\u6392\u5217\u3002</p><h3 style=\"margin: 20px 0px 10px; padding: 0px; color: rgb(0, 0, 0); line-height: 1.7; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);\">\u8bed\u6cd5</h3><p style=\"margin: 0px 0px 5px; padding: 0px; word-wrap: break-word; color: rgb(0, 0, 0); line-height: 1.7; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);\">sort()\u65b9\u6cd5\u57fa\u672c\u8bed\u6cd5\u5982\u4e0b\u6240\u793a\uff1a</p>"}, {"type" : "code", "language" : "sql", "data" : ">db.COLLECTION_NAME.find().sort({KEY:1})"}, {"type" : "text", "data" : "<strong style=\"margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);\">\u6ce8\uff1a</strong><span style=\"color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-variant-ligatures: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255);\">&nbsp;\u5982\u679c\u6ca1\u6709\u6307\u5b9asort()\u65b9\u6cd5\u7684\u6392\u5e8f\u65b9\u5f0f\uff0c\u9ed8\u8ba4\u6309\u7167\u6587\u6863\u7684\u5347\u5e8f\u6392\u5217\u3002</span>"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "cells": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "data"]}}}, "required": ["title", "cells"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "0x0563dfbfe3fb07b22a91c338a4f1578245472de21a491c4a1b1d1d5cddae6d30", "title" : "\u6bd4\u539f\u94fe\u4ecb\u5165\u5143\u5b87\u5b99\u4e86\u5417\uff1f", "body" : "\u6bd4\u539f\u94fe", "choices" : ["\u597d\u50cf\u6709", "\u6ca1\u6709"], "start" : 1636084800, "end" : 1636257600, "snapshot" : "12389147", "state" : "closed", "author" : "0x8FfAaC2775a03C84dFEf2abea28546b511CdFdae", "space" : {"id" : "huwacoin.eth", "name" : "HUWA-DAO"}, "votes" : 2, "votes_data" : [{"id" : "0x8c753c8ac383e88025cbce31c0231b47040a14e22af563318f80d4ea7a87f550", "voter" : "0x8ab31CCC29E7ce3CdDbC7D8c6d070D4Ea608E5d8", "created" : 1636118360, "choice" : 1, "space" : {"id" : "huwacoin.eth"}}, {"id" : "0xf19b69bf9bfae18657a2b84b51b3c9f8a1e9fd79c4ac71ec54505809c9305a31", "voter" : "0x8FfAaC2775a03C84dFEf2abea28546b511CdFdae", "created" : 1636118298, "choice" : 1, "space" : {"id" : "huwacoin.eth"}}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 11874, "citation_title" : "Generalizing the Taylor Principle", "citation_author" : ["Troy Davig", "Eric M. Leeper"], "citation_publication_date" : "2005-12-19", "issue_date" : "2005-12-19", "revision_date" : "2006-09-07", "topics" : ["Macroeconomics", "Monetary Policy", "Fiscal Policy"], "program" : ["Economic Fluctuations and Growth"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThe paper generalizes the Taylor principle---the proposition that central banks can stabilize the macroeconomy by raising their interest rate instrument more than one-for-one in response to higher inflation---to an environment in which reaction coefficients in the monetary policy rule evolve according to a Markov process. We derive a long-run Taylor principle that delivers unique bounded equilibria in two standard models. Policy can satisfy the Taylor principle in the long run, even while deviating from it substantially for brief periods or modestly for prolonged periods. Macroeconomic volatility can be higher in periods when the Taylor principle is not satisfied, not because of indeterminacy, but because monetary policy amplifies the impacts of fundamental shocks. Regime change alters the qualitative and quantitative predictions of a conventional new Keynesian model, yielding fresh interpretations of existing empirical work.\n\n", "acknowledgement" : "\n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Cray has a method of dealing with cross compile by swapping login and\r\ncompute node target modules during configure. Though this can be\r\nconsidered hacky it is a method to ensure any config tests pass when\r\ncompiling on the login node.", "user" : "mamelara", "url" : "https://api.github.com/repos/spack/spack/issues/7345", "updated_at" : "2020-08-18 16:10:03", "created_at" : "2018-02-26 21:36:38", "closed_at" : "2020-08-18 16:10:03", "state" : "closed", "title" : "cross compiling for Cray", "number" : 7345, "milestone" : null, "labels" : ["cray", "WIP"], "id" : 300405278, "html_url" : "https://github.com/spack/spack/pull/7345", "assignees" : [], "comments" : 18}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "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"}, "dependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-pubsub": {"type": "string"}, "request": {"type": "string"}}, "required": ["electron", "electron-pubsub", "request"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sshuttle-gui", "version" : "0.1.0", "description" : "Front end for the python package sshuttle. sshuttle use SSH to create a poor names VPN with just SSH and iptables.", "main" : "app.js", "scripts" : {"start" : "electron app.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/wmantly/sshuttle-gui.git"}, "keywords" : ["shhuttle"], "author" : "William Mantly", "license" : "MIT", "bugs" : {"url" : "https://github.com/wmantly/sshuttle-gui/issues"}, "homepage" : "https://github.com/wmantly/sshuttle-gui#readme", "dependencies" : {"electron" : "^2.0.8", "electron-pubsub" : "^0.2.2", "request" : "^2.88.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "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"}, "dependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-pubsub": {"type": "string"}, "request": {"type": "string"}}, "required": ["electron", "electron-pubsub", "request"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 1610010007, "parent" : 1610010, "name" : "KUANG ANYAR", "latitude" : null, "longitude" : null, "postal" : [30865], "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 a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1977, "sex" : "F", "n" : 5, "prop" : 3.04e-06}, {"year" : 1988, "sex" : "F", "n" : 5, "prop" : 2.6e-06}, {"year" : 1989, "sex" : "F", "n" : 6, "prop" : 3.01e-06}, {"year" : 1992, "sex" : "F", "n" : 5, "prop" : 2.49e-06}, {"year" : 1993, "sex" : "F", "n" : 5, "prop" : 2.54e-06}, {"year" : 1995, "sex" : "F", "n" : 5, "prop" : 2.6e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See df-mnf on Metamath](http://us.metamath.org/mpegif/df-mnf.html)"}], "names" : ["df-mnf"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cmnf", "#T_wceq", "#T_cpw", "#T_cpnf"], "metaLanguage" : "METAMATH", "remarks" : " Define minus infinity as the power set of plus infinity. Note that the definition is arbitrary, requiring only that ` -oo ` be a set not in ` RR ` and different from ` +oo ` (see ~ mnfnre and ~ pnfnemnf ). (Contributed by NM, 13-Oct-2005.) (New usage is discouraged.) \n\n---\n\n Define minus infinity as the power set of plus infinity. Note that the definition is arbitrary, requiring only that ` -oo ` be a set not in ` RR ` and different from ` +oo ` (see ~ mnfnre ). (Contributed by NM, 13-Oct-2005.) (New usage is discouraged.) ", "statement" : "df-mnf $p |- -oo = ~P +oo $."}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}}, "required": ["type", "comment", "packageName", "email", "dependentChangeType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "prerelease", "comment" : "perf: rework mergeClasses() to compute cache key faster", "packageName" : "@fluentui/make-styles", "email" : "olfedias@microsoft.com", "dependentChangeType" : "patch"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}}, "required": ["type", "comment", "packageName", "email", "dependentChangeType"], "$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"}, "db": {"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "pass": {"type": "string"}, "name": {"type": "string"}}, "required": ["host", "user", "pass", "name"]}, "cookies": {"type": "object", "properties": {"prefix": {"type": "string"}, "url": {"type": "string"}}, "required": ["prefix", "url"]}, "log_level": {"type": "string"}, "log": {"type": "object", "properties": {"max_file_size": {"type": "integer"}, "max_num_files": {"type": "integer"}}, "required": ["max_file_size", "max_num_files"]}, "base_url": {"type": "string"}, "admin_email": {"type": "string"}, "default_title": {"type": "string"}, "lang": {"type": "string"}, "css": {"type": "array", "items": {"type": "string"}}, "ext_css": {"type": "array", "items": {}}, "js": {"type": "array", "items": {"type": "string"}}, "ext_js": {"type": "array", "items": {}}, "extra": {"type": "object", "properties": {"key": {"type": "string"}, "foo": {"type": "string"}}, "required": ["key", "foo"]}, "libs": {"type": "array", "items": {"type": "string"}}, "dir": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "environment": {"type": "string"}}, "required": ["name", "db", "cookies", "log_level", "log", "base_url", "admin_email", "default_title", "lang", "css", "ext_css", "js", "ext_js", "extra", "libs", "dir", "environment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Osumi DEV", "db" : {"host" : "localhost", "user" : "dev", "pass" : "eIl!x767", "name" : "dev"}, "cookies" : {"prefix" : "ofw", "url" : ".osumi.es"}, "log_level" : "ALL", "log" : {"max_file_size" : 50, "max_num_files" : 3}, "base_url" : "https://dev.osumi.es/", "admin_email" : "igorosabel@osumi.es", "default_title" : "Osumi Framework Dev", "lang" : "eu", "css" : ["common"], "ext_css" : [], "js" : ["common"], "ext_js" : [], "extra" : {"key" : "value", "foo" : "bar"}, "libs" : ["another/library"], "dir" : {"test" : "{{web}}test/"}, "environment" : "prod"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "db": {"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "pass": {"type": "string"}, "name": {"type": "string"}}, "required": ["host", "user", "pass", "name"]}, "cookies": {"type": "object", "properties": {"prefix": {"type": "string"}, "url": {"type": "string"}}, "required": ["prefix", "url"]}, "log_level": {"type": "string"}, "log": {"type": "object", "properties": {"max_file_size": {"type": "integer"}, "max_num_files": {"type": "integer"}}, "required": ["max_file_size", "max_num_files"]}, "base_url": {"type": "string"}, "admin_email": {"type": "string"}, "default_title": {"type": "string"}, "lang": {"type": "string"}, "css": {"type": "array", "items": {"type": "string"}}, "ext_css": {"type": "array", "items": {}}, "js": {"type": "array", "items": {"type": "string"}}, "ext_js": {"type": "array", "items": {}}, "extra": {"type": "object", "properties": {"key": {"type": "string"}, "foo": {"type": "string"}}, "required": ["key", "foo"]}, "libs": {"type": "array", "items": {"type": "string"}}, "dir": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "environment": {"type": "string"}}, "required": ["name", "db", "cookies", "log_level", "log", "base_url", "admin_email", "default_title", "lang", "css", "ext_css", "js", "ext_js", "extra", "libs", "dir", "environment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:35.643837", "required_by" : ["antispoofing.fvcompetition_icb2015"], "requires" : ["bob.extension", "bob.blitz"], "package" : "bob.io.image"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Hiromichi Iwamura"}, {"author" : "Shingo Hatakeyama"}, {"author" : "Yoshimi Tanaka"}, {"author" : "Toshikazu Tanaka"}, {"author" : "Noriko Tokui"}, {"author" : "Hayato Yamamoto"}, {"author" : "Atsushi Imai"}, {"author" : "Takahiro Yoneyama"}, {"author" : "Yasuhiro Hashimoto"}, {"author" : "Takuya Koie"}, {"author" : "Kazuaki Yoshikawa"}, {"author" : "Chikara Ohyama"}], "doi" : "10.1186/1756-0500-7-64", "publication_date" : "2014-01-31", "id" : "EN116140", "url" : "https://pubmed.ncbi.nlm.nih.gov/24476098", "source" : "BMC research notes", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 64-year-old man was referred to our hospital with lumbar back pain and an elevated serum PSA level of 2036 ng/mL. Computed tomography, bone scintigraphy, and magnetic resonance imaging showed systemic lymph node and osteoblastic bone metastases. Digital rectal examination revealed a small, soft prostate without nodules. Ten-core transrectal prostate biopsy yielded negative results. Androgen deprivation therapy (ADT) was started because of the patient's severe symptoms. Twelve-core repeat transrectal prostate biopsy performed 2 months later, and transurethral resection biopsy performed 5 months later, both yielded negative results. The patient refused further cancer screening because ADT effectively relieved his symptoms. His PSA level initially decreased to 4.8 ng/mL, but he developed castration-resistant prostate cancer 7 months after starting ADT. He died 21 months after the initial prostate biopsy from disseminated intravascular coagulation."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404348755, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "7a2aabab975f04e81350db26b71bd298", "wof:id" : 404348755, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.75094168991286, 43.49452692266801, 4.98859999378424, 43.72037800834771], "geometry" : {"coordinates" : [[[4.8763942814758, 43.49452692266801], [4.81620495787738, 43.5418451260888], [4.78597938491201, 43.57003870084501], [4.77075844111033, 43.57898174375071], [4.76334217028806, 43.58821919510242], [4.76168759705256, 43.5915939755084], [4.76078819720801, 43.60586434948511], [4.75101813034784, 43.62215913735701], [4.75094168991286, 43.62574236832469], [4.75318247782382, 43.62892825386111], [4.76407211364706, 43.63613212394346], [4.76742793578428, 43.66459924970572], [4.77747839557686, 43.68404725738094], [4.79214654887823, 43.68115147303934], [4.80062946265851, 43.678788275929], [4.82347081131629, 43.67990186702686], [4.87641288003204, 43.67837146686946], [4.89874381292487, 43.67151246007166], [4.91313507163646, 43.67024319080684], [4.93179510306032, 43.67313562848261], [4.92639766696613, 43.68668756017593], [4.93088157801848, 43.68540195515598], [4.93744548396192, 43.66897577271712], [4.96406446931661, 43.66128865829742], [4.96467659470116, 43.72037800834771], [4.9810966498814, 43.71465268864933], [4.98240259307435, 43.68032584683672], [4.96879782825896, 43.65832280739244], [4.95575091941065, 43.63928775361614], [4.98859999378424, 43.61804424772963], [4.97838212697922, 43.61633163795195], [4.95454937222511, 43.61276672572029], [4.94589591268102, 43.62095946853817], [4.94102958019057, 43.62103749748528], [4.9226044432672, 43.61653180890064], [4.91834745596332, 43.61481596772448], [4.88563123810419, 43.58881098851295], [4.88310964491593, 43.57837862531725], [4.88974343353433, 43.55426037464736], [4.8818120904084, 43.54144735110177], [4.92866980061238, 43.51065522028741], [4.91463749649605, 43.50850089073], [4.8763942814758, 43.49452692266801]]], "type" : "Polygon"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x92736b3bff1bbd72a72478d78f18a6ab9b68b791", "tool" : "honeybadger", "start" : 1565891816.4769242, "end" : 1565892100.0732687, "duration" : 283.5963444709778, "analysis" : [{"errors" : [], "file" : "/unique_chucks/4/0x92736b3bff1bbd72a72478d78f18a6ab9b68b791.sol", "name" : "CanReclaimToken"}, {"errors" : [], "file" : "/unique_chucks/4/0x92736b3bff1bbd72a72478d78f18a6ab9b68b791.sol", "name" : "CheckpointStorage"}, {"errors" : [], "file" : "/unique_chucks/4/0x92736b3bff1bbd72a72478d78f18a6ab9b68b791.sol", "name" : "HasNoContracts"}, {"errors" : [], "file" : "/unique_chucks/4/0x92736b3bff1bbd72a72478d78f18a6ab9b68b791.sol", "name" : "HasNoEther"}, {"errors" : [], "file" : "/unique_chucks/4/0x92736b3bff1bbd72a72478d78f18a6ab9b68b791.sol", "name" : "HasNoTokens"}, {"errors" : [], "file" : "/unique_chucks/4/0x92736b3bff1bbd72a72478d78f18a6ab9b68b791.sol", "name" : "Math"}, {"errors" : [], "file" : "/unique_chucks/4/0x92736b3bff1bbd72a72478d78f18a6ab9b68b791.sol", "name" : "NoOwner"}, {"errors" : [], "file" : "/unique_chucks/4/0x92736b3bff1bbd72a72478d78f18a6ab9b68b791.sol", "name" : "Ownable"}, {"errors" : [], "file" : "/unique_chucks/4/0x92736b3bff1bbd72a72478d78f18a6ab9b68b791.sol", "name" : "SafeERC20"}, {"errors" : [], "file" : "/unique_chucks/4/0x92736b3bff1bbd72a72478d78f18a6ab9b68b791.sol", "name" : "SafeMath"}, {"errors" : [], "file" : "/unique_chucks/4/0x92736b3bff1bbd72a72478d78f18a6ab9b68b791.sol", "name" : "SatisfactionToken"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"solution_size" : 151, "ok" : true, "resemblance" : 0.203433, "problem_id" : 4398, "solution_spec_hash" : "321d8e6a83ac7f7924d0378dc7842872d3961c7b"}
json_instruct
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$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"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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"}, "dependencies": {"type": "object", "properties": {"csv": {"type": "string"}}, "required": ["csv"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "intraday", "version" : "0.0.5", "description" : "Fetch intraday stock data from yahoo", "main" : "lib/intraday.js", "directories" : {"test" : "test"}, "scripts" : {"test" : "coffee test/test.coffee"}, "repository" : {"type" : "git", "url" : "git://github.com/nickdesaulniers/intraday.git"}, "keywords" : ["yahoo", "intraday", "stock", "quote"], "author" : "Nick Desaulniers", "license" : "Beerware", "dependencies" : {"csv" : "0.3.6"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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"}, "dependencies": {"type": "object", "properties": {"csv": {"type": "string"}}, "required": ["csv"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"url": {"type": "string"}, "id": {"type": "string"}, "app_name": {"type": "string"}, "rank_desc": {"type": "string"}, "rating_desc": {"type": "string"}, "info_list": {"type": "object", "properties": {"Seller": {"type": "string"}, "Size": {"type": "string"}, "Copyright": {"type": "string"}, "\u9500\u552e\u5546": {"type": "string"}, "\u5927\u5c0f": {"type": "string"}, "\u5e74\u9f84\u5206\u7ea7": {"type": "string"}, "\u4ef7\u683c": {"type": "string"}}, "required": ["Seller", "Size", "Copyright", "\u9500\u552e\u5546", "\u5927\u5c0f", "\u5e74\u9f84\u5206\u7ea7", "\u4ef7\u683c"]}, "version_history": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "release_date": {"type": "string"}}, "required": ["version", "release_date"]}}}, "required": ["url", "id", "app_name", "rank_desc", "rating_desc", "info_list", "version_history"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://itunes.apple.com/cn/app/id1276506223", "id" : "id1276506223", "app_name" : "\u89c6\u9891\u52a8\u6001\u58c1\u7eb8-live photo\u52a8\u6001\u58c1\u7eb8", "rank_desc" : "\u201c\u5a31\u4e50\u201d\u7c7b\u7b2c 73 \u540d", "rating_desc" : "4.8\uff0c1.6\u4e07 \u4e2a\u8bc4\u5206", "info_list" : {"Seller" : "", "Size" : "", "Copyright" : "\u00a9 wang baibai", "\u9500\u552e\u5546" : "Heng Zuo", "\u5927\u5c0f" : "41.3 MB", "\u5e74\u9f84\u5206\u7ea7" : "\u56e0\u542b\u6709\u4ee5\u4e0b\u5185\u5bb9\u800c\u88ab\u8bc4\u7ea7\u4e3a 12+\uff1a", "\u4ef7\u683c" : "\u514d\u8d39"}, "version_history" : [{"version" : "1.6", "release_date" : "2018\u5e7410\u670825\u65e5"}, {"version" : "1.5", "release_date" : "2018\u5e748\u670819\u65e5"}, {"version" : "1.4", "release_date" : "2018\u5e744\u67084\u65e5"}, {"version" : "1.3", "release_date" : "2018\u5e743\u67089\u65e5"}, {"version" : "1.2", "release_date" : "2018\u5e741\u670821\u65e5"}, {"version" : "1.1", "release_date" : "2017\u5e7411\u67088\u65e5"}, {"version" : "1.0", "release_date" : "2017\u5e749\u67089\u65e5"}]}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "id": {"type": "string"}, "app_name": {"type": "string"}, "rank_desc": {"type": "string"}, "rating_desc": {"type": "string"}, "info_list": {"type": "object", "properties": {"Seller": {"type": "string"}, "Size": {"type": "string"}, "Copyright": {"type": "string"}, "\u9500\u552e\u5546": {"type": "string"}, "\u5927\u5c0f": {"type": "string"}, "\u5e74\u9f84\u5206\u7ea7": {"type": "string"}, "\u4ef7\u683c": {"type": "string"}}, "required": ["Seller", "Size", "Copyright", "\u9500\u552e\u5546", "\u5927\u5c0f", "\u5e74\u9f84\u5206\u7ea7", "\u4ef7\u683c"]}, "version_history": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "release_date": {"type": "string"}}, "required": ["version", "release_date"]}}}, "required": ["url", "id", "app_name", "rank_desc", "rating_desc", "info_list", "version_history"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Tumagboc, Miagao, Iloilo, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.iloilo.miagao.tumagboc", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "16", "region_reference" : "6", "region_name" : "Western Visayas (Region VI)", "province_id" : "36", "province_reference" : "36", "province_name" : "Iloilo", "city_id" : "870", "city_reference" : "674", "city_name" : "Miagao", "barangay_id" : "25108", "barangay_reference" : "16709", "barangay_name" : "Tumagboc"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[122.195259, 10.69128], [122.196472, 10.689], [122.19725, 10.68885], [122.197372, 10.68705], [122.19706, 10.68603], [122.197456, 10.68537], [122.19574, 10.6832], [122.19426, 10.68171], [122.192162, 10.6806], [122.191841, 10.68061], [122.18924, 10.67928], [122.189453, 10.6817], [122.189568, 10.68196], [122.189407, 10.68519], [122.189377, 10.68565], [122.190292, 10.6866], [122.190582, 10.68701], [122.190567, 10.68756], [122.191528, 10.68839], [122.192337, 10.68868], [122.192947, 10.68883], [122.193687, 10.69024], [122.194344, 10.69007], [122.194817, 10.69163], [122.195259, 10.69128]]]]}}
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": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : "East Earl", "state_name" : "Pennsylvania", "state_abbrv" : "PA", "lat" : "40.1395", "long" : "-76.0276"}
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#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["browsertap"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "e93508451bf20322c9cb", "c" : {"app" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "data_recebimento": {"type": "string"}, "remetente": {"type": "string"}, "origem": {"type": "string"}, "descricao": {"type": "string"}, "caixa": {"type": "string"}, "em_resposta": {"type": "string"}}, "required": ["id", "links", "data_recebimento", "remetente", "origem", "descricao", "caixa", "em_resposta"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 968, "links" : ["https://legis.senado.leg.br/sdleg-getter/documento/download/b2e6559d-0eaa-463a-ba6d-510ce757bdd4"], "data_recebimento" : "15/06/2021", "remetente" : "STF - Supremo Tribunal Federal", "origem" : "\nOf\u00edcio eletr\u00f4nico n\u00ba 8596/2021\n15/06/2021\n", "descricao" : "\nSolicita informa\u00e7\u00f5es em aten\u00e7\u00e3o a Medida Cautelar em Mandado de Seguran\u00e7a n\u00ba 37962, impetrado por ZOSER PLATA BONDIM HARDMAN DE ARAUJO.\n\n\t\t\t\t\t\t\tDocumenta\u00e7\u00e3o contendo:\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t149 folha(s).\n\t\t\t\t\t\t\t\n", "caixa" : " 0 ", "em_resposta" : " 0 "}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "data_recebimento": {"type": "string"}, "remetente": {"type": "string"}, "origem": {"type": "string"}, "descricao": {"type": "string"}, "caixa": {"type": "string"}, "em_resposta": {"type": "string"}}, "required": ["id", "links", "data_recebimento", "remetente", "origem", "descricao", "caixa", "em_resposta"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"58642398": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"defaultsort": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["defaultsort", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["58642398"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"batchcomplete" : "", "query" : {"normalized" : [{"from" : "Aleix_G\u00f3mez", "to" : "Aleix G\u00f3mez"}], "pages" : {"58642398" : {"pageid" : 58642398, "ns" : 0, "title" : "Aleix G\u00f3mez", "pageprops" : {"defaultsort" : "Gomez, Aleix", "wikibase-shortdesc" : "Spanish handball player", "wikibase_item" : "Q42319564"}}}}}
json_instruct
{"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"58642398": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"defaultsort": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["defaultsort", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["58642398"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "BETODERMIN CREAM", "harga" : " Rp. 12.100/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Betamethasone / Betametason valerat.", "indikasi" : "Dermatosis alergi & peradangan, eksim.", "kontraindikasi" : "Jerawat, rosase, dermatitis perioral, penyakit virus, infeksi kulit akibat bakteri & jamur.", "perhatian" : "Hentikan pemakaian jika terjadi iritasi atau sensitisasi.", "efeksamping" : "Perubahan atrofi kulit lokal, hiperkortisisme, hipersensitivitas, perubahan pigmentasi, dan hipertrikosis.", "indeksamanwanitahamil" : "D: Positif ada kejadian yang berbahaya pada janin manusia, tetapi keuntungan dari penggunaan oleh wanita hamil mungkin dapat diterima walaupun berisiko. (Misalnya jika obat digunakan untuk situasi menyelamatkan nyawa atau penyakit yang serius dimana obat yang lebih aman tidak dapat digunakan atau tidak efektif).", "kemasan" : "Krim 0,1 % x 10 gram.", "dosis" : "Gunakan 2-3 kali sehari.", "penyajian" : "Tak ada pilihan", "pabrik" : "Mugi Labs.", "id" : "654", "category_id" : "15"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "html-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "node-sass": {"type": "string"}, "postcss": {"type": "string"}, "postcss-loader": {"type": "string"}, "postcss-preset-env": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-loader", "css-loader", "html-loader", "html-webpack-plugin", "mini-css-extract-plugin", "node-sass", "postcss", "postcss-loader", "postcss-preset-env", "sass-loader", "style-loader", "webpack", "webpack-cli", "webpack-merge"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "private", "version", "description", "main", "scripts", "repository", "author", "keywords", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "storytellr-js", "private" : true, "version" : "1.0.0", "description" : "Eine kleine und leichte JavaScript-Bibliothek f\u00fcr das Erz\u00e4hlen von Geschichten im Web.", "main" : "dist/script/storytellr.min.js", "scripts" : {"start" : "webpack --config webpack.dev.js", "build" : "webpack --config webpack.prod.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Frankie1996/Storytellr.js.git"}, "author" : "Frank Zinsli", "keywords" : ["Storytellr.js", "Storytelling", "JS-Library", "JavaScript-Library"], "license" : "MIT", "bugs" : {"url" : "https://github.com/Frankie1996/Storytellr.js/issues"}, "homepage" : "https://github.com/Frankie1996/Storytellr.js#readme", "devDependencies" : {"@babel/core" : "^7.13.14", "@babel/preset-env" : "^7.13.12", "babel-loader" : "^8.2.2", "css-loader" : "^5.2.0", "html-loader" : "^2.1.2", "html-webpack-plugin" : "^5.3.1", "mini-css-extract-plugin" : "^1.4.0", "node-sass" : "^5.0.0", "postcss" : "^8.2.9", "postcss-loader" : "^5.2.0", "postcss-preset-env" : "^6.7.0", "sass-loader" : "^11.0.1", "style-loader" : "^2.0.0", "webpack" : "^5.30.0", "webpack-cli" : "^4.6.0", "webpack-merge" : "^5.7.3"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "html-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "node-sass": {"type": "string"}, "postcss": {"type": "string"}, "postcss-loader": {"type": "string"}, "postcss-preset-env": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-loader", "css-loader", "html-loader", "html-webpack-plugin", "mini-css-extract-plugin", "node-sass", "postcss", "postcss-loader", "postcss-preset-env", "sass-loader", "style-loader", "webpack", "webpack-cli", "webpack-merge"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "private", "version", "description", "main", "scripts", "repository", "author", "keywords", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "3206150001", "nama" : "CISARUA"}, {"id" : "3206150006", "nama" : "PASIRMUKTI"}, {"id" : "3206150007", "nama" : "CIKONDANG"}, {"id" : "3206150008", "nama" : "CIJULANG"}, {"id" : "3206150009", "nama" : "NAGARATENGAH"}, {"id" : "3206150010", "nama" : "CIAMPANAN"}, {"id" : "3206150011", "nama" : "CINEAM"}, {"id" : "3206150012", "nama" : "MADIASARI"}, {"id" : "3206150013", "nama" : "RAJADATU"}, {"id" : "3206150014", "nama" : "ANCOL"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/generated", "textures" : {"layer0" : "blockmod:item/palladium_leggings"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$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"}, "address": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "geo": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "accuracy": {"type": "string"}}, "required": ["loc", "accuracy"]}, "updated": {"type": "string"}}, "required": ["_id", "name", "address", "city", "state", "country", "phone", "website", "geo", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "brewery_Brauerei_und_Altbierkche_Pinkus_Mller", "name" : "Brauerei und Altbierkche Pinkus Mller", "address" : ["Kreuzstrae 4-10"], "city" : "Mnster", "state" : "Nordrhein-Westfalen", "country" : "Germany", "phone" : "49-(0)251-/-45151", "website" : "http://www.pinkus-mueller.de/", "geo" : {"loc" : ["7.6214", "51.9657"], "accuracy" : "ROOFTOP"}, "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "geo": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "accuracy": {"type": "string"}}, "required": ["loc", "accuracy"]}, "updated": {"type": "string"}}, "required": ["_id", "name", "address", "city", "state", "country", "phone", "website", "geo", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u0627\u06cc \u0647\u0645\u0686\u0648 \u062e\u0631 \u0648 \u06af\u0627\u0648 \u06a9\u0647 \u0648 \u062c\u0648 \u0637\u0644\u0628\u062a", "m2" : "\u062a\u0627 \u0686\u0646\u062f \u06a9\u0646\u062f \u0633\u0627\u06cc\u0633 \u06af\u0631\u062f\u0648\u0646 \u0627\u062f\u0628\u062a"}, "1" : {"m1" : "\u0644\u0628 \u0686\u0646\u062f \u062f\u0631\u0627\u0632 \u0645\u06cc\u06a9\u0646\u06cc \u0633\u0648\u06cc \u0644\u0628\u0634", "m2" : "\u0647\u0631 \u06af\u0646\u062f\u0647 \u062f\u0647\u0627\u0646 \u0686\u0634\u06cc\u062f\u0647 \u0627\u0632 \u0637\u0639\u0645 \u0644\u0628\u062a"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 150948, "info" : {"name" : "Amazon - Germany - Preis mit Komma - Prize Comma", "description" : "German:\r\nIn Deutschland werden auf der Amazon Homepage neuerdings die Preise ohne \"Komma\" daf\u00fcr mit hochgestelltem Betrag dargestellt. \r\n\r\nDiese \u00c4nderung bringt wieder einen Betrag mit Komma und mit gleicher Schriftgr\u00f6\u00dfe auf die Seite.\r\n\r\nEnglisch:\r\nIn Germany the Amazon Homepage shows the prize without decimal-comma. \r\n\r\nThis change add's the decimal-comma.", "additionalInfo" : null, "format" : "uso", "category" : "amazon", "createdAt" : "2017-11-10T07:54:59.000Z", "updatedAt" : "2017-11-10T07:54:59.000Z", "license" : "CC-BY-NC-4.0", "author" : {"id" : 13386, "name" : "matrixzero"}}, "stats" : {"installs" : {"total" : 18, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "150948_after.jpeg", "archived" : true}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"amazon.de\") {\r\n\r\n \r\n \r\n .a-price[data-a-color=\"price\"] {\r\n font-size: 18px !important;\r\n color: #303030 !important;;\r\n font-weight: bold !important;\r\n \r\n}\r\n \r\n \r\n .a-price[data-a-size=\"l\"] .a-price-fraction {\r\n top: 0em !important;;\r\n font-size: 18px !important;\r\n \r\n}\r\n\r\n .a-price[data-a-size=\"l\"] .a-price-symbol {\r\n top: 0em !important;;\r\n font-size: 18px !important;\r\n\r\n}\r\n\r\n \r\n .a-price-fraction::before { content: \",\" attr(x) attr(y); }\r\n \r\n \r\n .a-color-price {\r\n color: #900 !important;\r\n font-weight: bold !important;\r\n }\r\n}"}}
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": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build-canvas2d": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "build", "build-canvas2d", "lint"]}, "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"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "create-banner": {"type": "string"}, "eslint": {"type": "string"}, "mocha": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-loader", "create-banner", "eslint", "mocha", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"emoji-regex": {"type": "string"}}, "required": ["emoji-regex"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "emoji-line-break", "version" : "1.1.2", "description" : "Split emoji text into multiple lines.", "main" : "./src/index.js", "scripts" : {"test" : "mocha", "build" : "webpack --config webpack.config.js", "build-canvas2d" : "webpack --config webpack.config.js --env.is_canvas2d", "lint" : "eslint --fix *.js"}, "repository" : {"type" : "git", "url" : "https://github.com/Yayure/emoji-line-break.js.git"}, "keywords" : ["emoji", "break", "newline", "line", "linebreak", "line-break", "word", "word-wrap", "multi-line", "overflow-wrap"], "author" : "Yayure", "license" : "MIT", "homepage" : "https://yayure.github.io/emoji-line-break.js", "devDependencies" : {"@babel/core" : "^7.8.7", "@babel/preset-env" : "^7.8.7", "babel-loader" : "^8.0.6", "create-banner" : "^1.0.0", "eslint" : "^6.8.0", "mocha" : "^7.1.1", "webpack" : "^4.42.0", "webpack-cli" : "^3.3.11"}, "dependencies" : {"emoji-regex" : "^9.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build-canvas2d": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "build", "build-canvas2d", "lint"]}, "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"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "create-banner": {"type": "string"}, "eslint": {"type": "string"}, "mocha": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-loader", "create-banner", "eslint", "mocha", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"emoji-regex": {"type": "string"}}, "required": ["emoji-regex"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "homepage", "devDependencies", "dependencies"], "$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"}, "types": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tape": {"type": "string"}}, "required": ["tape"]}}, "required": ["name", "version", "description", "main", "types", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "arraybuffer-to-buffer", "version" : "0.0.7", "description" : "Convert ArrayBuffer to Buffer", "main" : "arraybuffer-to-buffer.js", "types" : "index.d.ts", "directories" : {"test" : "test"}, "scripts" : {"test" : "tape test/*.js"}, "repository" : {"type" : "git", "url" : "https://github.com/miguelmota/arraybuffer-to-buffer"}, "keywords" : ["buffer", "array"], "author" : {"name" : "Miguel Mota", "email" : "hello@miguelmota.com", "url" : "https://miguelmota.com"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/miguelmota/arraybuffer-to-buffer/issues"}, "homepage" : "https://github.com/miguelmota/arraybuffer-to-buffer", "devDependencies" : {"tape" : "^4.9.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tape": {"type": "string"}}, "required": ["tape"]}}, "required": ["name", "version", "description", "main", "types", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$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"}, "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"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}}, "required": ["dev", "build", "start", "lint"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "chrome-aws-lambda": {"type": "string"}, "ejs": {"type": "string"}, "handlebars": {"type": "string"}, "inline-css": {"type": "string"}, "next": {"type": "string"}, "puppeteer-core": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["bluebird", "chrome-aws-lambda", "ejs", "handlebars", "inline-css", "next", "puppeteer-core", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-next": {"type": "string"}, "puppeteer": {"type": "string"}}, "required": ["eslint", "eslint-config-next", "puppeteer"]}}, "required": ["name", "version", "description", "repository", "author", "license", "bugs", "homepage", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "invoice-generator", "version" : "1.0.0", "description" : "Generate ACT invoices", "repository" : {"type" : "git", "url" : "git+https://github.com/Jeevan-Kishore/invoice-generator.git"}, "author" : "Jeevan-Kishore <kishor080@gmail.com>", "license" : "ISC", "bugs" : {"url" : "https://github.com/Jeevan-Kishore/invoice-generator/issues"}, "homepage" : "https://github.com/Jeevan-Kishore/invoice-generator#readme", "scripts" : {"dev" : "next dev", "build" : "next build", "start" : "next start", "lint" : "next lint"}, "dependencies" : {"bluebird" : "^3.7.2", "chrome-aws-lambda" : "^10.1.0", "ejs" : "^3.1.6", "handlebars" : "^4.7.6", "inline-css" : "^3.0.0", "next" : "12.0.7", "puppeteer-core" : "^13.0.1", "react" : "17.0.2", "react-dom" : "17.0.2"}, "devDependencies" : {"eslint" : "8.6.0", "eslint-config-next" : "12.0.7", "puppeteer" : "^13.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "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"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}}, "required": ["dev", "build", "start", "lint"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "chrome-aws-lambda": {"type": "string"}, "ejs": {"type": "string"}, "handlebars": {"type": "string"}, "inline-css": {"type": "string"}, "next": {"type": "string"}, "puppeteer-core": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["bluebird", "chrome-aws-lambda", "ejs", "handlebars", "inline-css", "next", "puppeteer-core", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-next": {"type": "string"}, "puppeteer": {"type": "string"}}, "required": ["eslint", "eslint-config-next", "puppeteer"]}}, "required": ["name", "version", "description", "repository", "author", "license", "bugs", "homepage", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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/draft-07/schema#"}
{"symbol" : "UAXIE", "name" : "Unicly Mystic Axies", "decimals" : 18, "address" : "0x68b1cadb8d5ab0c97fe9d9fbe0eb60acb329fe3f"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "original_id": {"type": "string"}}, "required": ["id", "original_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "event-definitions-0", "original_id" : "event-definitions-0"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "original_id": {"type": "string"}}, "required": ["id", "original_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"bugs": {"type": "array", "items": {"type": "object", "properties": {"alias": {"type": "null"}, "id": {"type": "integer"}, "history": {"type": "array", "items": {"type": "object", "properties": {"changes": {"type": "array", "items": {"type": "object", "properties": {"removed": {"type": "string"}, "added": {"type": "string"}, "field_name": {"type": "string"}}, "required": ["removed", "added", "field_name"]}}, "who": {"type": "string"}, "when": {"type": "string"}}, "required": ["changes", "who", "when"]}}}, "required": ["alias", "id", "history"]}}}, "required": ["bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bugs" : [{"alias" : null, "id" : 272247, "history" : [{"changes" : [{"removed" : "", "added" : "mat@mozilla-europe.org", "field_name" : "cc"}], "who" : "mpillard@mozilla.com", "when" : "2004-12-06T16:28:17Z"}, {"who" : "tristor@gmail.com", "when" : "2005-04-05T21:14:01Z", "changes" : [{"removed" : "UNCONFIRMED", "added" : "RESOLVED", "field_name" : "status"}, {"added" : "INVALID", "field_name" : "resolution", "removed" : ""}, {"field_name" : "cc", "added" : "tristor@gmail.com", "removed" : ""}, {"added" : "2005-04-05T21:14:01Z", "field_name" : "cf_last_resolved", "removed" : ""}]}, {"who" : "timeless@bemail.org", "when" : "2005-04-08T04:23:31Z", "changes" : [{"removed" : "", "field_name" : "keywords", "added" : "qawanted"}, {"added" : "cst@andrew.cmu.edu", "field_name" : "cc", "removed" : ""}]}]}]}
json_instruct
{"type": "object", "properties": {"bugs": {"type": "array", "items": {"type": "object", "properties": {"alias": {"type": "null"}, "id": {"type": "integer"}, "history": {"type": "array", "items": {"type": "object", "properties": {"changes": {"type": "array", "items": {"type": "object", "properties": {"removed": {"type": "string"}, "added": {"type": "string"}, "field_name": {"type": "string"}}, "required": ["removed", "added", "field_name"]}}, "who": {"type": "string"}, "when": {"type": "string"}}, "required": ["changes", "who", "when"]}}}, "required": ["alias", "id", "history"]}}}, "required": ["bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"angular-translate-storage-cookie.js": {"type": "string"}, "angular-translate-storage-cookie.min.js": {"type": "string"}}, "required": ["angular-translate-storage-cookie.js", "angular-translate-storage-cookie.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-translate-storage-cookie.js" : "sha512-NV6GDt9uUp0crp5AT4/ge7Jo/d/BsCK7xg48KMnd9WdUAaGmYpJUXJc9QO9efwYFZZoqZfI2XqFdaH05TFM6sw==", "angular-translate-storage-cookie.min.js" : "sha512-pRGNZFBBX/eCkAV3AYMOr0YA/8mq93fjk/5W5Tu6ZhQPcbLyvdQI6yuB/beDh4jvbIRXtF+C+uueFGcde7Tqtg=="}
json_instruct
{"type": "object", "properties": {"angular-translate-storage-cookie.js": {"type": "string"}, "angular-translate-storage-cookie.min.js": {"type": "string"}}, "required": ["angular-translate-storage-cookie.js", "angular-translate-storage-cookie.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"uuid": {"type": "string"}}, "required": ["uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "d38e3070-2574-4ef5-b8b5-b861aa0fe189"}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}}, "required": ["uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"springy.js": {"type": "string"}, "springy.min.js": {"type": "string"}, "springyui.js": {"type": "string"}, "springyui.min.js": {"type": "string"}}, "required": ["springy.js", "springy.min.js", "springyui.js", "springyui.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"springy.js" : "sha512-blvrBm7FaqGbnwgZ257iob4wCQz5YhyfPoS9cEcS/83sjJZf2GoguAEE5j+EFfcSYbR1iUPovNeOMAPFoGpqOw==", "springy.min.js" : "sha512-f0XwhOUZW43hlxy/c2t8hckUCxtyQwQQvHfn87cGMclyf1Yf3eAfwbSgWIjNRFsuz+eeIA0wzjr51TIWnTMsjw==", "springyui.js" : "sha512-XUK8r5QFdHL3N+LocEJlZYANTJKaOoIbAqzF/MFYKz1kApgYQ7GnPlZolc5XpcV3YWrvZKScA3Dwg/Nx71tuAg==", "springyui.min.js" : "sha512-TcjWiBshjy0zV8k4Mh2jUlZjkjn5Nk1paSZKKSF+WtnvEEKEuUFf7+llAhfeC1Y/5J7gKjgz6MTo42ips/fuZg=="}
json_instruct
{"type": "object", "properties": {"springy.js": {"type": "string"}, "springy.min.js": {"type": "string"}, "springyui.js": {"type": "string"}, "springyui.min.js": {"type": "string"}}, "required": ["springy.js", "springy.min.js", "springyui.js", "springyui.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"assessment" : [{"name" : "Critique (oral)", "weight" : 50}, {"name" : "Project (applied)", "weight" : 50}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"site_name": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "serviceplan_name": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["site_name", "serviceplan_name"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"site_name" : {"value" : "helloworldapp602"}, "serviceplan_name" : {"value" : "serviceplan_h602"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"site_name": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "serviceplan_name": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["site_name", "serviceplan_name"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}