input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}}, "required": ["pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pageContext" : {"slug" : "/den-dar-javla-toasitsen/"}}
json_instruct
{"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}}, "required": ["pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6203101013", "district_id" : "6203101", "name" : "TANJUNG HARAPAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"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.125, 45.083333333333336], [143.125, 45.166666666666664], [143.25, 45.166666666666664], [143.25, 45.083333333333336], [143.125, 45.083333333333336]]]}, "properties" : {"code" : 674351, "url" : "http://madefor.github.io/0410/api/v1/674351.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/674351.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": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " How to verify an identity by combining terms\n\n[imath]\\cos x+\\sin x \\tan x=\\sec x[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=lmvOm3KmT1E"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {"type": "string"}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "disapproval": {"type": "boolean"}, "date": {"type": "string"}, "approval": {"type": "boolean"}}, "required": ["sender", "recipients", "text", "disapproval", "date", "approval"]}}, "owner_email": {"type": "string"}, "private": {"type": "boolean"}, "base_url": {"type": "string"}, "owner": {"type": "string"}, "subject": {"type": "string"}, "created": {"type": "string"}, "patchsets": {"type": "array", "items": {"type": "integer"}}, "modified": {"type": "string"}, "closed": {"type": "boolean"}, "issue": {"type": "integer"}}, "required": ["description", "cc", "reviewers", "messages", "owner_email", "private", "base_url", "owner", "subject", "created", "patchsets", "modified", "closed", "issue"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "build: fix build\n\nMissing file during last CL.", "cc" : ["golang-dev@googlegroups.com"], "reviewers" : ["r@golang.org"], "messages" : [{"sender" : "rsc@golang.org", "recipients" : ["rsc@golang.org", "r@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com"], "text" : "Hello r (cc: golang-dev@googlegroups.com),\n\nI'd like you to review this change to\nhttps://go.googlecode.com/hg/", "disapproval" : false, "date" : "2011-12-20 22:00:50.973644", "approval" : false}, {"sender" : "rsc@golang.org", "recipients" : ["rsc@golang.org", "r@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com"], "text" : "*** Submitted as http://code.google.com/p/go/source/detail?r=d1cfc31fcfdf ***\n\nbuild: fix build\n\nMissing file during last CL.\n\nTBR=r\nCC=golang-dev\nhttp://codereview.appspot.com/5505047", "disapproval" : false, "date" : "2011-12-20 22:00:54.332608", "approval" : false}, {"sender" : "r@golang.org", "recipients" : ["rsc@golang.org", "r@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com"], "text" : "LGTM", "disapproval" : false, "date" : "2011-12-20 22:01:52.233395", "approval" : true}], "owner_email" : "rsc@golang.org", "private" : false, "base_url" : "", "owner" : "rsc", "subject" : "code review 5505047: build: fix build", "created" : "2011-12-20 22:00:35.783660", "patchsets" : [1, 2001, 4001], "modified" : "2011-12-20 22:01:52.355005", "closed" : true, "issue" : 5505047}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {"type": "string"}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "disapproval": {"type": "boolean"}, "date": {"type": "string"}, "approval": {"type": "boolean"}}, "required": ["sender", "recipients", "text", "disapproval", "date", "approval"]}}, "owner_email": {"type": "string"}, "private": {"type": "boolean"}, "base_url": {"type": "string"}, "owner": {"type": "string"}, "subject": {"type": "string"}, "created": {"type": "string"}, "patchsets": {"type": "array", "items": {"type": "integer"}}, "modified": {"type": "string"}, "closed": {"type": "boolean"}, "issue": {"type": "integer"}}, "required": ["description", "cc", "reviewers", "messages", "owner_email", "private", "base_url", "owner", "subject", "created", "patchsets", "modified", "closed", "issue"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Eames Lounge Chair", "description" : "A chair.", "url" : "http://www.hermanmiller.com/products/seating/lounge-seating/eames-lounge-chair-and-ottoman.html"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "addr:suburb": {"type": "string"}, "amenity": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "place": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:housenumber", "addr:postcode", "addr:street", "addr:suburb", "amenity", "name", "opening_hours", "place", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "way/139662310", "properties" : {"addr:city" : "Mannheim", "addr:housenumber" : "3", "addr:postcode" : "68309", "addr:street" : "Freiberger Ring", "addr:suburb" : "Vogelstang", "amenity" : "marketplace", "name" : "Marktplatz", "opening_hours" : "We 07:00-13:30; Fr 07:00-13:30", "place" : "square", "website" : "http://relaunch.gmm.de/web/cms/front_content.php?idart=96", "id" : "way/139662310"}, "geometry" : {"type" : "Point", "coordinates" : [8.5402927, 49.5101044]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "addr:suburb": {"type": "string"}, "amenity": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "place": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:housenumber", "addr:postcode", "addr:street", "addr:suburb", "amenity", "name", "opening_hours", "place", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "blocklyDemoConfig": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "files"]}}, "required": ["name", "version", "private", "blocklyDemoConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "blockly-mirror-demo", "version" : "0.0.0", "private" : true, "blocklyDemoConfig" : {"title" : "Mirrored Blockly", "description" : "Two Blockly instances connected as leader-follower.", "files" : ["index.html"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "blocklyDemoConfig": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "files"]}}, "required": ["name", "version", "private", "blocklyDemoConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["341822104001", "\u8def\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["341822104002", "\u6d41\u6d1e\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["341822104003", "\u72ec\u5c71\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["341822104004", "\u7816\u6865\u793e\u533a\u5c45\u59d4\u4f1a", "122", "0"], ["341822104005", "\u725b\u5934\u5c71\u793e\u533a\u5c45\u59d4\u4f1a", "122", "0"], ["341822104006", "\u5f6d\u6751\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["341822104201", "\u767e\u5bb6\u5e99\u6751\u59d4\u4f1a", "121", "0"], ["341822104202", "\u6a2a\u5c97\u6751\u59d4\u4f1a", "121", "0"], ["341822104203", "\u7bad\u7a7f\u6751\u59d4\u4f1a", "121", "0"], ["341822104204", "\u6843\u56ed\u6751\u59d4\u4f1a", "220", "0"], ["341822104205", "\u5408\u5174\u6751\u59d4\u4f1a", "220", "0"], ["341822104207", "\u5343\u53e3\u6751\u59d4\u4f1a", "220", "0"], ["341822104208", "\u91d1\u9e21\u7b3c\u6751\u59d4\u4f1a", "220", "0"], ["341822104209", "\u6d2a\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["341822104211", "\u5f90\u5bb6\u8fb9\u6751\u59d4\u4f1a", "220", "0"], ["341822104213", "\u9633\u6e7e\u6751\u59d4\u4f1a", "220", "0"], ["341822104215", "\u9752\u5cad\u6751\u59d4\u4f1a", "220", "0"], ["341822104217", "\u4e01\u5bb6\u6751\u6751\u59d4\u4f1a", "121", "0"], ["341822104218", "\u6768\u90af\u6865\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Le Garn", "circ" : "4\u00e8me circonscription", "dpt" : "Gard", "inscrits" : 210, "abs" : 94, "votants" : 116, "blancs" : 7, "nuls" : 6, "exp" : 103, "res" : [{"nuance" : "REM", "nom" : "Mme Annie CHAPELIER", "voix" : 75}, {"nuance" : "FN", "nom" : "Mme Brigitte ROULLAUD", "voix" : 28}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$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": {"message": {"type": "string"}, "line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["message", "line", "column"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"message" : "Missing space after key 'JSON like'.", "line" : 4, "column" : 5}, {"message" : "Missing space before value for key 'JSON like'.", "line" : 4, "column" : 17}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["message", "line", "column"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Preheat oven to 375 degrees F (or 190 degrees C). Grease cookie sheets.", "Put all ingredients except raisins (or chips) and walnuts in food processor. Mix well.", "Put in bowl and add raisins and walnuts, stir.", "Drop by teaspoons onto greased cookie sheets. Bake for 12-15 minutes. NOTE: Can use parchment paper instead of grease on cookie sheet."], "ingredients" : ["2 cups all-purpose flour", "1 teaspoon baking soda", "1 1/2 teaspoons ground cinnamon", "2 cups quick cooking oats", "1/2 cup packed brown sugar", "1/2 cup white sugar", "1 cup shortening", "2 eggs", "1/2 cup milk", "1 teaspoon vanilla extract", "1 cup raisins", "3/4 cup chopped walnuts"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Old Fashion Oatmeal Cookies II", "url" : "http://allrecipes.com/recipe/9844/old-fashion-oatmeal-cookies-ii/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss": {"type": "string"}, "postcss-cli": {"type": "string"}, "postcss-import": {"type": "string"}, "prettier": {"type": "string"}, "prettier-plugin-go-template": {"type": "string"}, "prettier-plugin-tailwind": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["autoprefixer", "postcss", "postcss-cli", "postcss-import", "prettier", "prettier-plugin-go-template", "prettier-plugin-tailwind", "tailwindcss"]}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["serve", "build"]}}, "required": ["name", "version", "description", "author", "license", "private", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hello-hugo", "version" : "1.0.0", "description" : "hugo blog", "author" : "Lynn Speng", "license" : "MIT", "private" : true, "devDependencies" : {"autoprefixer" : "^10.3.3", "postcss" : "^8.3.6", "postcss-cli" : "^8.3.1", "postcss-import" : "^14.0.2", "prettier" : "^2.3.2", "prettier-plugin-go-template" : "^0.0.11", "prettier-plugin-tailwind" : "^2.2.12", "tailwindcss" : "^2.2.9"}, "scripts" : {"serve" : "hugo server --config=../../config.toml --contentDir=../../content --themesDir=.. -D", "build" : "NODE_ENV='production' hugo --config=../../config.toml --contentDir=../../content --destination=../../public --themesDir=.. --gc --minify"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss": {"type": "string"}, "postcss-cli": {"type": "string"}, "postcss-import": {"type": "string"}, "prettier": {"type": "string"}, "prettier-plugin-go-template": {"type": "string"}, "prettier-plugin-tailwind": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["autoprefixer", "postcss", "postcss-cli", "postcss-import", "prettier", "prettier-plugin-go-template", "prettier-plugin-tailwind", "tailwindcss"]}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["serve", "build"]}}, "required": ["name", "version", "description", "author", "license", "private", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"knapsack_capacities": {"type": "array", "items": {"type": "integer"}}, "item_weights": {"type": "array", "items": {"type": "integer"}}, "item_profits": {"type": "array", "items": {"type": "integer"}}}, "required": ["knapsack_capacities", "item_weights", "item_profits"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"knapsack_capacities" : [158], "item_weights" : [19, 24, 46, 44, 14, 17, 22, 46, 35, 33, 12], "item_profits" : [457, 123, 424, 408, 113, 425, 410, 161, 146, 159, 410]}
json_instruct
{"type": "object", "properties": {"knapsack_capacities": {"type": "array", "items": {"type": "integer"}}, "item_weights": {"type": "array", "items": {"type": "integer"}}, "item_profits": {"type": "array", "items": {"type": "integer"}}}, "required": ["knapsack_capacities", "item_weights", "item_profits"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"candidate name": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "raised vs spent": {"type": "array", "items": {"type": "object", "properties": {"Raised": {"type": "string"}, "Spent": {"type": "string"}, "Donors": {"type": "string"}, "Average Donor": {"type": "string"}}, "required": ["Raised", "Spent", "Donors", "Average Donor"]}}, "by industry": {"type": "array", "items": {"type": "object", "properties": {"industry 1": {"type": "array", "items": {"type": "string"}}, "industry 2": {"type": "array", "items": {"type": "string"}}, "industry 3": {"type": "array", "items": {"type": "string"}}, "industry 4": {"type": "array", "items": {"type": "string"}}, "industry 5": {"type": "array", "items": {"type": "string"}}}, "required": ["industry 1", "industry 2", "industry 3", "industry 4", "industry 5"]}}, "in vs out district": {"type": "array", "items": {"type": "object", "properties": {"in": {"type": "string"}, "out": {"type": "string"}}, "required": ["in", "out"]}}, "oppose": {"type": "string"}, "support": {"type": "string"}, "committee name": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}, "in general": {"type": "boolean"}}, "required": ["candidate name", "description", "website", "raised vs spent", "by industry", "in vs out district", "oppose", "support", "committee name", "first", "last", "in general"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"candidate name" : "Scott Sherman", "description" : "City Councilman", "website" : "https://www.sherman2020.com/", "raised vs spent" : [{"Raised" : "364504", "Spent" : "579417", "Donors" : "1430", "Average Donor" : "204"}], "by industry" : [{"industry 1" : ["Retired", "102244", "28"], "industry 2" : ["Real Estate", "16900", "5"], "industry 3" : ["CEO", "15815", "4"], "industry 4" : ["Owner", "14633", "4"], "industry 5" : ["Homemaker", "11623", "3"]}], "in vs out district" : [{"in" : "347660", "out" : "16845"}], "oppose" : "17706", "support" : "0", "committee name" : "Sherman for Mayor 2020", "first" : "Scott", "last" : "Sherman", "in general" : false}
json_instruct
{"type": "object", "properties": {"candidate name": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "raised vs spent": {"type": "array", "items": {"type": "object", "properties": {"Raised": {"type": "string"}, "Spent": {"type": "string"}, "Donors": {"type": "string"}, "Average Donor": {"type": "string"}}, "required": ["Raised", "Spent", "Donors", "Average Donor"]}}, "by industry": {"type": "array", "items": {"type": "object", "properties": {"industry 1": {"type": "array", "items": {"type": "string"}}, "industry 2": {"type": "array", "items": {"type": "string"}}, "industry 3": {"type": "array", "items": {"type": "string"}}, "industry 4": {"type": "array", "items": {"type": "string"}}, "industry 5": {"type": "array", "items": {"type": "string"}}}, "required": ["industry 1", "industry 2", "industry 3", "industry 4", "industry 5"]}}, "in vs out district": {"type": "array", "items": {"type": "object", "properties": {"in": {"type": "string"}, "out": {"type": "string"}}, "required": ["in", "out"]}}, "oppose": {"type": "string"}, "support": {"type": "string"}, "committee name": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}, "in general": {"type": "boolean"}}, "required": ["candidate name", "description", "website", "raised vs spent", "by industry", "in vs out district", "oppose", "support", "committee name", "first", "last", "in general"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"an5.169:1.1": {"type": "string"}, "an5.169:2.1": {"type": "string"}, "an5.169:3.1": {"type": "string"}}, "required": ["an5.169:1.1", "an5.169:2.1", "an5.169:3.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an5.169:1.1" : "dr22.220, ms16A5_985, msdiv169", "an5.169:2.1" : "bj20.326, csp1ed16.177, csp2ed16.177, ms16A5_986, ndp17.448", "an5.169:3.1" : "ms16A5_987, vri37.187"}
json_instruct
{"type": "object", "properties": {"an5.169:1.1": {"type": "string"}, "an5.169:2.1": {"type": "string"}, "an5.169:3.1": {"type": "string"}}, "required": ["an5.169:1.1", "an5.169:2.1", "an5.169:3.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "project_page": {"type": "string"}, "issues_url": {"type": "string"}, "operatingsystem_support": {"type": "array", "items": {"type": "object", "properties": {"operatingsystem": {"type": "string"}}, "required": ["operatingsystem"]}}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"version_requirement": {"type": "string"}, "name": {"type": "string"}}, "required": ["version_requirement", "name"]}}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}}, "required": ["name", "version", "author", "summary", "license", "source", "project_page", "issues_url", "operatingsystem_support", "requirements", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "denver-colorprompt", "version" : "2.1.3", "author" : "dmcanally", "summary" : "Add colors to your bash prompt", "license" : "Apache-2.0", "source" : "git://github.com/dmcanally/denver-colorprompt.git", "project_page" : "https://github.com/dmcanally/denver-colorprompt", "issues_url" : "https://github.com/dmcanally/denver-colorprompt/issues", "operatingsystem_support" : [{"operatingsystem" : "RedHat"}, {"operatingsystem" : "CentOS"}, {"operatingsystem" : "OracleLinux"}, {"operatingsystem" : "Fedora"}, {"operatingsystem" : "Debian"}, {"operatingsystem" : "Ubuntu"}], "requirements" : [{"version_requirement" : ">=3.0.0 < 7.0.0", "name" : "puppet"}], "dependencies" : [{"name" : "puppetlabs/stdlib", "version_requirement" : ">= 3.0.0 < 7.0.0"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "project_page": {"type": "string"}, "issues_url": {"type": "string"}, "operatingsystem_support": {"type": "array", "items": {"type": "object", "properties": {"operatingsystem": {"type": "string"}}, "required": ["operatingsystem"]}}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"version_requirement": {"type": "string"}, "name": {"type": "string"}}, "required": ["version_requirement", "name"]}}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}}, "required": ["name", "version", "author", "summary", "license", "source", "project_page", "issues_url", "operatingsystem_support", "requirements", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}}, "required": ["name", "filename", "description", "repository", "keywords", "author", "homepage", "license", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tAutocomplete", "filename" : "tautocomplete.min.js", "description" : "Automplete drop-down lists the details in a table format. The plugin is useful when multiple details has to be displayed.", "repository" : {"type" : "git", "url" : "https://github.com/vyasrao/tAutocomplete.git"}, "keywords" : ["autocomplete", "table"], "author" : "Vedavyas", "homepage" : "https://vyasrao.github.io/tAutocomplete", "license" : "MIT", "autoupdate" : {"source" : "git", "target" : "git://github.com/vyasrao/tAutocomplete.git", "fileMap" : [{"basePath" : "", "files" : ["tautocomplete!(*.json)", "img/*.gif"]}]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}}, "required": ["name", "filename", "description", "repository", "keywords", "author", "homepage", "license", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"minAppVersion": {"type": "integer"}, "shaderType": {"type": "integer"}, "itemList": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "frameDuration": {"type": "integer"}, "frames": {"type": "integer"}, "height": {"type": "integer"}, "width": {"type": "integer"}, "triggerType": {"type": "integer"}, "playCount": {"type": "integer"}, "alwaysTriggered": {"type": "integer"}, "type": {"type": "integer"}, "alignFacePoints": {"type": "array", "items": {"type": "integer"}}, "anchorPoint": {"type": "array", "items": {"type": "integer"}}, "scalePivots": {"type": "array", "items": {"type": "integer"}}, "scaleFactor": {"type": "integer"}}, "required": ["id", "frameDuration", "frames", "height", "width", "triggerType", "playCount", "alwaysTriggered", "type", "alignFacePoints", "anchorPoint", "scalePivots", "scaleFactor"]}}}, "required": ["minAppVersion", "shaderType", "itemList"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"minAppVersion" : 350, "shaderType" : 0, "itemList" : [{"id" : "ear", "frameDuration" : 83, "frames" : 24, "height" : 404, "width" : 780, "triggerType" : 2, "playCount" : 0, "alwaysTriggered" : 1, "type" : 2, "alignFacePoints" : [86, 88], "anchorPoint" : [390, 360], "scalePivots" : [0, 18], "scaleFactor" : 480}, {"id" : "huzi", "frameDuration" : 83, "frames" : 12, "height" : 240, "width" : 616, "triggerType" : 2, "playCount" : 0, "alwaysTriggered" : 1, "type" : 2, "alignFacePoints" : [64], "anchorPoint" : [308, 98], "scalePivots" : [0, 18], "scaleFactor" : 480}, {"id" : "nose", "frameDuration" : 83, "frames" : 1, "height" : 144, "width" : 144, "triggerType" : 2, "playCount" : 0, "alwaysTriggered" : 1, "type" : 2, "alignFacePoints" : [64], "anchorPoint" : [72, 56], "scalePivots" : [57, 61], "scaleFactor" : 120}, {"id" : "tooth", "frameDuration" : 83, "frames" : 24, "height" : 68, "width" : 76, "triggerType" : 2, "playCount" : 0, "alwaysTriggered" : 1, "type" : 2, "alignFacePoints" : [81], "anchorPoint" : [38, 10], "scalePivots" : [65, 66], "scaleFactor" : 180}]}
json_instruct
{"type": "object", "properties": {"minAppVersion": {"type": "integer"}, "shaderType": {"type": "integer"}, "itemList": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "frameDuration": {"type": "integer"}, "frames": {"type": "integer"}, "height": {"type": "integer"}, "width": {"type": "integer"}, "triggerType": {"type": "integer"}, "playCount": {"type": "integer"}, "alwaysTriggered": {"type": "integer"}, "type": {"type": "integer"}, "alignFacePoints": {"type": "array", "items": {"type": "integer"}}, "anchorPoint": {"type": "array", "items": {"type": "integer"}}, "scalePivots": {"type": "array", "items": {"type": "integer"}}, "scaleFactor": {"type": "integer"}}, "required": ["id", "frameDuration", "frames", "height", "width", "triggerType", "playCount", "alwaysTriggered", "type", "alignFacePoints", "anchorPoint", "scalePivots", "scaleFactor"]}}}, "required": ["minAppVersion", "shaderType", "itemList"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"province" : "\u6c5f\u82cf\u7701", "city" : "\u8fde\u4e91\u6e2f\u5e02", "area" : "\u6d77\u5dde\u533a", "name" : "\u8fde\u4e91\u6e2f\u5e02\u6d77\u660c\u8def\u90ae\u653f\u652f\u5c40", "code" : "222002", "address" : "\u8fde\u4e91\u6e2f\u5e02\u6d77\u5dde\u533a\u89e3\u653e\u4e2d\u8def22-118\u53f7", "phone" : "0518-85455829"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"search.trending": {"type": "string"}, "search.popular": {"type": "string"}}, "required": ["search.trending", "search.popular"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"search.trending" : "Tren", "search.popular" : "Populer"}
json_instruct
{"type": "object", "properties": {"search.trending": {"type": "string"}, "search.popular": {"type": "string"}}, "required": ["search.trending", "search.popular"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@fluencelabs/aqua": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "dev": {"type": "boolean"}}, "required": ["version", "resolved", "integrity", "dev"]}, "@fluencelabs/aqua-lib": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["@fluencelabs/aqua", "@fluencelabs/aqua-lib"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@fluencelabs/aqua-dht", "version" : "0.2.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"@fluencelabs/aqua" : {"version" : "0.3.1-228", "resolved" : "https://registry.npmjs.org/@fluencelabs/aqua/-/aqua-0.3.1-228.tgz", "integrity" : "sha512-uTgCNa+tBhUyl18Ejq0CpoJxxD3CsOI4+BU64Hdkm9LNE9nu94k8JDYtTKKIAJdhk4kQ3qHy6HHtwVSWTPDPHQ==", "dev" : true}, "@fluencelabs/aqua-lib" : {"version" : "0.1.14", "resolved" : "https://registry.npmjs.org/@fluencelabs/aqua-lib/-/aqua-lib-0.1.14.tgz", "integrity" : "sha512-H2Q4gIvociUxc4J2mwmH0D+mrU2N2Z+enKCHgBCanMVEE2wZDsZ80GTbDKsQjEq+gpqbnJIk8lJBYW6lyvLJTg=="}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@fluencelabs/aqua": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "dev": {"type": "boolean"}}, "required": ["version", "resolved", "integrity", "dev"]}, "@fluencelabs/aqua-lib": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["@fluencelabs/aqua", "@fluencelabs/aqua-lib"]}}, "required": ["name", "version", "lockfileVersion", "requires", "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"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "NativeX", "displayName" : "NativeX"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "/home/cpl/hd1/study/Android/ASProjects/coolweather-master1/app/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_light.xml", "source" : "/home/cpl/.android/build-cache/bc9783100e85bb4b82cea8f1d235df467fe7161e/output/res/color-v11/abc_background_cache_hint_selector_material_light.xml"}, {"merged" : "/home/cpl/hd1/study/Android/ASProjects/coolweather-master1/app/build/intermediates/res/merged/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml", "source" : "/home/cpl/.android/build-cache/bc9783100e85bb4b82cea8f1d235df467fe7161e/output/res/color-v11/abc_background_cache_hint_selector_material_dark.xml"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "version": {"type": "string"}, "classPath": {"type": "string"}, "releasenote": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"sinker": {"type": "string"}}, "required": ["sinker"]}}, "required": ["name", "url", "license", "tags", "description", "version", "classPath", "releasenote", "contributors", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "reckoner", "url" : "https://github.com/fal-works/reckoner/", "license" : "MIT", "tags" : ["game"], "description" : "Small library for math and 2D geometry.", "version" : "0.2.0", "classPath" : "src/", "releasenote" : "Added methods of Random and ArcDegrees. Other minor fixes.", "contributors" : ["fal-works"], "dependencies" : {"sinker" : ""}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "version": {"type": "string"}, "classPath": {"type": "string"}, "releasenote": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"sinker": {"type": "string"}}, "required": ["sinker"]}}, "required": ["name", "url", "license", "tags", "description", "version", "classPath", "releasenote", "contributors", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "premises": {"type": "array", "items": {"type": "string"}}}, "required": ["citations", "argumentText", "conclusion", "language", "lookupTerms", "metaLanguage", "premises"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See restt1 on Metamath](http://us.metamath.org/mpegif/restt1.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | #P_t1top | |- ( J e. Fre -> J e. Top ) |\n| 2 | | #P_cnt1 | |- ( ( J e. Fre /\\ ( _I |` ( A i^i U. J ) ) : ( A i^i U. J ) -1-1-> ( A i^i U. J ) /\\ ( _I |` ( A i^i U. J ) ) e. ( ( J |`t A ) Cn J ) ) -> ( J |`t A ) e. Fre ) |\n| 3 | 1, 2 | #P_resthauslem | |- ( ( J e. Fre /\\ A e. V ) -> ( J |`t A ) e. Fre ) |", "conclusion" : "#P_restt1", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cJ", "#T_wcel", "#T_ct1", "#T_wi", "#T_cJ", "#T_wcel", "#T_ctop", "#T_cJ", "#T_wcel", "#T_ct1", "#T_w3a--1", "#T_cid", "#T_cres", "#T_cA.wceq", "#T_cin", "#T_cuni", "#T_cJ", "#T_wf1--1", "#T_cA.wceq", "#T_cin", "#T_cuni", "#T_cJ", "#T_wf1--2", "#T_cA.wceq", "#T_cin", "#T_cuni", "#T_cJ", "#T_w3a--2", "#T_cid", "#T_cres", "#T_cA.wceq", "#T_cin", "#T_cuni", "#T_cJ", "#T_wcel", "#T_cJ", "#T_crest", "#T_cA.wceq", "#T_ccn", "#T_cJ", "#T_wi", "#T_cJ", "#T_crest", "#T_cA.wceq", "#T_wcel", "#T_ct1", "#T_cJ", "#T_wcel", "#T_ct1", "#T_wa", "#T_cA", "#T_wcel", "#T_cV", "#T_wi", "#T_cJ", "#T_crest", "#T_cA", "#T_wcel", "#T_ct1"], "metaLanguage" : "METAMATH", "premises" : ["#P_t1top", "#P_resthauslem", "#P_cnt1"]}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "premises": {"type": "array", "items": {"type": "string"}}}, "required": ["citations", "argumentText", "conclusion", "language", "lookupTerms", "metaLanguage", "premises"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"disk": {"type": "object", "properties": {"mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}, "i0": {"type": "number"}, "c": {"type": "integer"}, "n": {"type": "integer"}}, "required": ["mu", "roll", "rEff", "axRatio", "i0", "c", "n"]}, "bulge": {"type": "object", "properties": {"mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}, "i0": {"type": "number"}, "c": {"type": "integer"}, "n": {"type": "number"}}, "required": ["mu", "roll", "rEff", "axRatio", "i0", "c", "n"]}, "bar": {"type": "object", "properties": {"mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}, "i0": {"type": "number"}, "c": {"type": "number"}, "n": {"type": "number"}}, "required": ["mu", "roll", "rEff", "axRatio", "i0", "c", "n"]}, "spiral": {"type": "array", "items": {}}}, "required": ["disk", "bulge", "bar", "spiral"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"disk" : {"mu" : [113.23004150390625, 116.853515625], "roll" : 0.8725554379517314, "rEff" : 67.9490038206328, "axRatio" : 0.840325282204543, "i0" : 0.2, "c" : 2, "n" : 1}, "bulge" : {"mu" : [115.03472900390625, 115.951171875], "roll" : 0.0906598872007453, "rEff" : 3.5880164929269243, "axRatio" : 0.5621940733997497, "i0" : 0.34, "c" : 2, "n" : 0.94}, "bar" : {"mu" : [117.96734619140625, 111.890625], "roll" : 2.7707013647771306, "rEff" : 4.01994140625, "axRatio" : 0.375, "i0" : 0.2, "c" : 2.0, "n" : 0.5}, "spiral" : []}
json_instruct
{"type": "object", "properties": {"disk": {"type": "object", "properties": {"mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}, "i0": {"type": "number"}, "c": {"type": "integer"}, "n": {"type": "integer"}}, "required": ["mu", "roll", "rEff", "axRatio", "i0", "c", "n"]}, "bulge": {"type": "object", "properties": {"mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}, "i0": {"type": "number"}, "c": {"type": "integer"}, "n": {"type": "number"}}, "required": ["mu", "roll", "rEff", "axRatio", "i0", "c", "n"]}, "bar": {"type": "object", "properties": {"mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}, "i0": {"type": "number"}, "c": {"type": "number"}, "n": {"type": "number"}}, "required": ["mu", "roll", "rEff", "axRatio", "i0", "c", "n"]}, "spiral": {"type": "array", "items": {}}}, "required": ["disk", "bulge", "bar", "spiral"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"menu": {"type": "object", "properties": {"item": {"type": "string"}, "category": {"type": "string"}, "category-1": {"type": "string"}}, "required": ["item", "category", "category-1"]}, "rules": {"type": "object", "properties": {"exclude": {"type": "array", "items": {}}, "order": {"type": "array", "items": {"type": "string"}}}, "required": ["exclude", "order"]}, "separator": {"type": "string"}, "linkTemplate": {"type": "string"}, "menuFile": {"type": "string"}, "multilang": {"type": "boolean"}, "menuOnly": {"type": "boolean"}}, "required": ["menu", "rules", "separator", "linkTemplate", "menuFile", "multilang", "menuOnly"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"menu" : {"item" : "{{#levelRepeat}} {{/levelRepeat}}* [{{{title}}}]({{{link}}})\n", "category" : "{{#levelRepeat}} {{/levelRepeat}}* {{#link}}[{{{title}}}]({{{link}}}){{/link}}{{^link}}{{{title}}}{{/link}}\n{{{subitems}}}", "category-1" : "{{{subitems}}}\n"}, "rules" : {"exclude" : [], "order" : ["Home.md"]}, "separator" : "_", "linkTemplate" : "./%s", "menuFile" : "_Sidebar.md", "multilang" : false, "menuOnly" : true}
json_instruct
{"type": "object", "properties": {"menu": {"type": "object", "properties": {"item": {"type": "string"}, "category": {"type": "string"}, "category-1": {"type": "string"}}, "required": ["item", "category", "category-1"]}, "rules": {"type": "object", "properties": {"exclude": {"type": "array", "items": {}}, "order": {"type": "array", "items": {"type": "string"}}}, "required": ["exclude", "order"]}, "separator": {"type": "string"}, "linkTemplate": {"type": "string"}, "menuFile": {"type": "string"}, "multilang": {"type": "boolean"}, "menuOnly": {"type": "boolean"}}, "required": ["menu", "rules", "separator", "linkTemplate", "menuFile", "multilang", "menuOnly"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bufferutil": {"type": "string"}, "date-fns": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "http": {"type": "string"}, "node-fetch": {"type": "string"}, "tmi.js": {"type": "string"}, "utf-8-validate": {"type": "string"}, "ws": {"type": "string"}}, "required": ["bufferutil", "date-fns", "dotenv", "express", "http", "node-fetch", "tmi.js", "utf-8-validate", "ws"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "space-jelly-twitch-bot", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"dev" : "nodemon server.js", "start" : "node server.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "MIT", "dependencies" : {"bufferutil" : "^4.0.3", "date-fns" : "^2.19.0", "dotenv" : "^8.2.0", "express" : "^4.17.1", "http" : "0.0.1-security", "node-fetch" : "^2.6.1", "tmi.js" : "^1.7.5", "utf-8-validate" : "^5.0.4", "ws" : "^7.4.4"}, "devDependencies" : {"nodemon" : "^2.0.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bufferutil": {"type": "string"}, "date-fns": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "http": {"type": "string"}, "node-fetch": {"type": "string"}, "tmi.js": {"type": "string"}, "utf-8-validate": {"type": "string"}, "ws": {"type": "string"}}, "required": ["bufferutil", "date-fns", "dotenv", "express", "http", "node-fetch", "tmi.js", "utf-8-validate", "ws"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"firebase-admin": {"type": "string"}, "firebase-functions": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["firebase-admin", "firebase-functions", "next", "react", "react-dom"]}}, "required": ["name", "description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "io-dot-com-function", "description" : "Function to SSR iolivares.com", "dependencies" : {"firebase-admin" : "5.8.1", "firebase-functions" : "^0.8.1", "next" : "^5.0.1-canary.13", "react" : "^16.2.0", "react-dom" : "^16.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"firebase-admin": {"type": "string"}, "firebase-functions": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["firebase-admin", "firebase-functions", "next", "react", "react-dom"]}}, "required": ["name", "description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "devirSayisi": {"type": "integer"}, "bilenKisiler": {"type": "array", "items": {"type": "object", "properties": {"oid": {"type": "string"}, "kisiBasinaDusenIkramiye": {"type": "number"}, "kisiSayisi": {"type": "integer"}, "tur": {"type": "string"}}, "required": ["oid", "kisiBasinaDusenIkramiye", "kisiSayisi", "tur"]}}, "buyukIkrKazananIlIlceler": {"type": "array", "items": {}}}, "required": ["oid", "hafta", "buyukIkramiyeKazananIl", "cekilisTarihi", "cekilisTuru", "rakamlar", "rakamlarNumaraSirasi", "devretti", "devirSayisi", "bilenKisiler", "buyukIkrKazananIlIlceler"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"oid" : "st_2003-06-25", "hafta" : 106, "buyukIkramiyeKazananIl" : "", "cekilisTarihi" : "25/06/2003", "cekilisTuru" : "SANS_TOPU", "rakamlar" : "07#11#12#25#31#14", "rakamlarNumaraSirasi" : "7 - 11 - 12 - 25 - 31 - <b>14</b>", "devretti" : true, "devirSayisi" : 0, "bilenKisiler" : [{"oid" : "st_2003-06-25_51", "kisiBasinaDusenIkramiye" : 72437.95, "kisiSayisi" : 5, "tur" : "$5_1_BILEN"}, {"oid" : "st_2003-06-25_5", "kisiBasinaDusenIkramiye" : 1071.85, "kisiSayisi" : 52, "tur" : "$5_BILEN"}, {"oid" : "st_2003-06-25_41", "kisiBasinaDusenIkramiye" : 156.85, "kisiSayisi" : 357, "tur" : "$4_1_BILEN"}, {"oid" : "st_2003-06-25_4", "kisiBasinaDusenIkramiye" : 11.5, "kisiSayisi" : 7264, "tur" : "$4_BILEN"}, {"oid" : "st_2003-06-25_31", "kisiBasinaDusenIkramiye" : 6.7, "kisiSayisi" : 10980, "tur" : "$3_1_BILEN"}, {"oid" : "st_2003-06-25_3", "kisiBasinaDusenIkramiye" : 1, "kisiSayisi" : 208411, "tur" : "$3_BILEN"}, {"oid" : "st_2003-06-25_2", "kisiBasinaDusenIkramiye" : 2.25, "kisiSayisi" : 92958, "tur" : "$2_1_BILEN"}, {"oid" : "st_2003-06-25_11", "kisiBasinaDusenIkramiye" : 1.15, "kisiSayisi" : 299515, "tur" : "$1_1_BILEN"}], "buyukIkrKazananIlIlceler" : []}
json_instruct
{"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "devirSayisi": {"type": "integer"}, "bilenKisiler": {"type": "array", "items": {"type": "object", "properties": {"oid": {"type": "string"}, "kisiBasinaDusenIkramiye": {"type": "number"}, "kisiSayisi": {"type": "integer"}, "tur": {"type": "string"}}, "required": ["oid", "kisiBasinaDusenIkramiye", "kisiSayisi", "tur"]}}, "buyukIkrKazananIlIlceler": {"type": "array", "items": {}}}, "required": ["oid", "hafta", "buyukIkramiyeKazananIl", "cekilisTarihi", "cekilisTuru", "rakamlar", "rakamlarNumaraSirasi", "devretti", "devirSayisi", "bilenKisiler", "buyukIkrKazananIlIlceler"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webpackCompilationHash" : "6e38641a19bf173a56f5"}
json_instruct
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "subdulcid", "definition" : "Somewhat sweet; sweetish. [R.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"jquery.flexdatalist.css": {"type": "string"}, "jquery.flexdatalist.js": {"type": "string"}, "jquery.flexdatalist.min.css": {"type": "string"}, "jquery.flexdatalist.min.js": {"type": "string"}}, "required": ["jquery.flexdatalist.css", "jquery.flexdatalist.js", "jquery.flexdatalist.min.css", "jquery.flexdatalist.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.flexdatalist.css" : "sha512-XDI7qYLn1oi6uo6NP8NeEqU7xjl5l2ZfiPz9zSKrqKsbEOYQnf2TSRcFcdITM/+6fVz7i13T+DvGw/XAbHjrpg==", "jquery.flexdatalist.js" : "sha512-mJfZC1Fc62gcSdLo+kRX8g+13ZyJmD9OiQOn59tBgRU1F6twNTU8KUL3rEPBnZlzfz1X17evz9DQPFpoqi42Mg==", "jquery.flexdatalist.min.css" : "sha512-vwbVGAv2zBgYvGZmXhpAf5rmtKzM9J4ktcB4BjTVFjHlL1Q1g+ImY6/+yRpjtg6O8gswaBMa1j01Y9NToeSBlA==", "jquery.flexdatalist.min.js" : "sha512-gl9cyFHW7PNUqIZGSr3ax3/fBkwHyIKaR6jHRl9gO+JJ/Bu3yLM21JQX8s020ueqTl1+QWUtxJ944ZDuIswDxg=="}
json_instruct
{"type": "object", "properties": {"jquery.flexdatalist.css": {"type": "string"}, "jquery.flexdatalist.js": {"type": "string"}, "jquery.flexdatalist.min.css": {"type": "string"}, "jquery.flexdatalist.min.js": {"type": "string"}}, "required": ["jquery.flexdatalist.css", "jquery.flexdatalist.js", "jquery.flexdatalist.min.css", "jquery.flexdatalist.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "OR"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Jackson", "state" : "OR"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-122.2803, 42.992], [-122.2912, 42.0062], [-123.2333, 42.0062], [-123.2278, 42.7018], [-123.1511, 42.7565], [-122.7951, 42.7784], [-122.7732, 42.8277], [-122.7349, 42.8223], [-122.5596, 42.9373], [-122.461, 42.9373], [-122.4008, 42.9975], [-122.2803, 42.9975]]]]}}]}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "module": {"type": "string"}, "preconstruct": {"type": "object", "properties": {"entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["entrypoints"]}}, "required": ["name", "version", "main", "license", "private", "module", "preconstruct"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "entrypoint-pkg-json-missing", "version" : "1.0.0", "main" : "dist/entrypoint-pkg-json-missing.cjs.js", "license" : "MIT", "private" : true, "module" : "dist/entrypoint-pkg-json-missing.esm.js", "preconstruct" : {"entrypoints" : [".", "other"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "module": {"type": "string"}, "preconstruct": {"type": "object", "properties": {"entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["entrypoints"]}}, "required": ["name", "version", "main", "license", "private", "module", "preconstruct"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01012373": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01012373"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01012373" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00062414", "LAD11CD" : "E06000006"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00062419", "LAD11CD" : "E06000006"}, "arcs" : [[4, 5, 6, -1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00062420", "LAD11CD" : "E06000006"}, "arcs" : [[-2, -7, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00062421", "LAD11CD" : "E06000006"}, "arcs" : [[-5, -4, 8]]}]}}, "arcs" : [[[3931, 4987], [729, -273], [788, 203]], [[5448, 4917], [535, 149], [189, -1376]], [[6172, 3690], [-133, -754], [940, -313], [-577, -2623], [-3005, 3324]], [[3397, 3324], [314, 548], [24, 1268], [196, -153]], [[3931, 4987], [1142, 307], [-91, 989], [-634, 331], [364, 634], [-1980, 1243]], [[2732, 8491], [1488, 1018], [1366, 265]], [[5586, 9774], [-31, -1341], [395, -132], [-222, -193], [262, -269], [-221, -949], [1257, -604], [-497, -534], [-736, 278], [-479, -611], [134, -502]], [[5586, 9774], [443, 23], [220, -648], [1294, -1952], [2331, -1067], [125, -997], [-1357, 508], [-499, -342], [-9, -585], [-379, -157], [385, -805], [-478, -619], [15, 735], [-363, 29], [-177, -452], [-965, 245]], [[3397, 3324], [-1920, 2439], [-1477, 2778], [1152, 1458], [1580, -1508]]], "transform" : {"scale" : [1.6089045952724257e-06, 8.188252159145931e-07], "translate" : [-2.716625320051274, 53.31418306014592]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01012373": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01012373"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "@entermedia-llc/eslint-config/next"}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "spermatospore", "definition" : "Same as Spermospore."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 5, "n_trials" : 80, "objective" : "markowitz_analytic_on_cube", "white" : "bayesopt_ei", "black" : "pymoo_nsga2", "traceback" : ["passing", "passing"], "best_val" : [0.1447520490983002, 0.6628091902990216], "best_x" : [[0.1443822274913511, 0.13022445781557002, 0.1392319738361949, 0.021424369860892245, 0.569117520225066], [0.27369782462647896, 0.11133011881036114, 0.3945264196369148, 0.16977638445739407, 0.3958591616115147]], "feval_count" : [80, 100], "n_trials_instructed" : [80, 23], "passing" : [true, true], "completed" : false, "winner" : "incomplete", "points" : null}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "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"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "superfeedr-connect-middleware", "version" : "0.0.0", "description" : "PuSH & Superfeedr middleware for Node.js (Connect/Express)", "main" : "index.js", "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "git://github.com/superfeedr/superfeedr-connect-middleware.git"}, "keywords" : ["superfeedr", "pubsubhubbub", "connect", "express", "middleware", "push"], "author" : "Julien Genestoux", "license" : "BSD", "bugs" : {"url" : "https://github.com/superfeedr/superfeedr-connect-middleware/issues"}, "homepage" : "https://github.com/superfeedr/superfeedr-connect-middleware"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"limit" : 100, "name" : "Off-hand rune crossbow", "value" : 1101, "highalch" : 660, "id" : 25891, "lowalch" : 440, "name_pt" : "Balestra r\u00fanica secund\u00e1ria", "price" : 13122, "last" : 13393}
json_instruct
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"MD5OfMessageBody": {"type": "string"}, "MD5OfMessageAttributes": {"type": "string"}, "ResponseMetadata": {"type": "object", "properties": {"HTTPStatusCode": {"type": "integer"}, "RequestId": {"type": "string"}}, "required": ["HTTPStatusCode", "RequestId"]}, "MessageId": {"type": "string"}}, "required": ["MD5OfMessageBody", "MD5OfMessageAttributes", "ResponseMetadata", "MessageId"]}}, "required": ["status_code", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status_code" : 200, "data" : {"MD5OfMessageBody" : "3d70962590c76eb549cc40d2619a02e0", "MD5OfMessageAttributes" : "946cd3de20375a35edac1cfb851bb312", "ResponseMetadata" : {"HTTPStatusCode" : 200, "RequestId" : "726cb40f-1642-5fce-a755-fba788ed7881"}, "MessageId" : "dca9a2f1-39e9-45bf-bb7b-01ea35b75abe"}}
json_instruct
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"MD5OfMessageBody": {"type": "string"}, "MD5OfMessageAttributes": {"type": "string"}, "ResponseMetadata": {"type": "object", "properties": {"HTTPStatusCode": {"type": "integer"}, "RequestId": {"type": "string"}}, "required": ["HTTPStatusCode", "RequestId"]}, "MessageId": {"type": "string"}}, "required": ["MD5OfMessageBody", "MD5OfMessageAttributes", "ResponseMetadata", "MessageId"]}}, "required": ["status_code", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Leinebergschule\nGrundschule", "id" : "NI-32438-0", "address" : "Weserstr. 32, 37081\u00a0G\u00f6ttingen", "school_type" : "Grundschule Ganztagsschule", "phone" : "0551 4005759", "full_time_school" : false, "programs" : {"programs" : []}, "state" : "NI", "lon" : 9.912279, "lat" : 51.526704}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"levels": {"type": "array", "items": {"type": "string"}}, "thumbnail": {"type": "string"}, "starter": {"type": "string"}}, "required": ["levels", "thumbnail", "starter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"levels" : ["coloring/00.json"], "thumbnail" : "mt_thumbnail", "starter" : "MATCH_THREE"}
json_instruct
{"type": "object", "properties": {"levels": {"type": "array", "items": {"type": "string"}}, "thumbnail": {"type": "string"}, "starter": {"type": "string"}}, "required": ["levels", "thumbnail", "starter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "PPG200H1F20199", "code" : "PPG200H1F", "name" : "Microeconomics for Policy Analysis", "description" : "The objectives are: (1) To provide students with a foundation in microeconomic analysis and; (2) To demonstrate how this foundation can be applied to design, predict the effects of and evaluate public policies. Students will be equipped to understand the main issues on a range of policy topics such as taxation, social insurance, welfare and income support programs.", "division" : "Faculty of Arts and Science", "department" : "Munk School of Global Affairs and Public Policy", "prerequisites" : "ECO100Y1 / ECO101H1&ECO102H1 / ECO105Y1", "exclusions" : "ECO200Y1, ECO204Y1, ECO206Y1", "level" : 200, "campus" : "UTSG", "term" : "2019 Fall", "breadths" : [3], "meeting_sections" : [{"code" : "L5101", "instructors" : ["M Oschinski"], "times" : [{"day" : "TUESDAY", "start" : 64800, "end" : 72000, "duration" : 7200, "location" : "UC 314"}], "size" : 40, "enrolment" : 0}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1", "0.2", "0.3"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.3"], "meta" : {"description" : "Testlink Console", "homepage" : "https://github.com/chbrun/testlinkconsole", "license" : "BSD"}, "versions" : {"0.1" : {"sha256" : "74ebfa8e8855105f6d512283f1fdd123921285a75209f338ba162d4ba60f14d3", "url" : "https://files.pythonhosted.org/packages/44/1b/b648f5f0fd31b7837d2aa8084ea054743e832d4c370ae8d302afe5774c6f/testlinkconsole-0.1.tar.gz"}, "0.2" : {"sha256" : "648c696fb166b43ea8b7f9a1e09e341e5cbf92c1803b7ae887e534a56116cafd", "url" : "https://files.pythonhosted.org/packages/e7/9e/4b23c8c9e0e9d4c4d6321c0bf517b35d20c7ba3aeb699e7c11d956463a83/testlinkconsole-0.2.tar.gz"}, "0.3" : {"sha256" : "c3a33a59108b11ad221c0b8e9ac13c022029846d75b232e8bc4cc4ed9087b763", "url" : "https://files.pythonhosted.org/packages/f3/dc/5e7d22091bece9da78f92a1ff6a648720f034a851947e378c360beea40ce/testlinkconsole-0.3.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1", "0.2", "0.3"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "pollock", "definition" : "A marine gadoid fish (Pollachius carbonarius), native both of the European and American coasts. It is allied to the cod, and like it is salted and dried. In England it is called coalfish, lob, podley, podling, pollack, etc."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1409030012", "district_id" : "1409030", "name" : "TELUK PIYAI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": ["name", "registeredUsers"]}}, "pincodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": ["name", "registeredUsers"]}}}, "required": ["states", "districts", "pincodes"]}, "responseTimestamp": {"type": "integer"}}, "required": ["success", "code", "data", "responseTimestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"success" : true, "code" : "SUCCESS", "data" : {"states" : null, "districts" : [{"name" : "bengaluru urban", "registeredUsers" : 2553312}, {"name" : "mysuru", "registeredUsers" : 205044}, {"name" : "belagavi", "registeredUsers" : 194698}, {"name" : "dharwad", "registeredUsers" : 144884}, {"name" : "ballari", "registeredUsers" : 140995}, {"name" : "bengaluru rural", "registeredUsers" : 121048}, {"name" : "dakshina kannada", "registeredUsers" : 118271}, {"name" : "tumakuru", "registeredUsers" : 116855}, {"name" : "kalaburagi", "registeredUsers" : 113205}, {"name" : "vijayapura", "registeredUsers" : 95448}], "pincodes" : [{"name" : "560068", "registeredUsers" : 128921}, {"name" : "560037", "registeredUsers" : 93771}, {"name" : "560076", "registeredUsers" : 84767}, {"name" : "560078", "registeredUsers" : 81415}, {"name" : "560100", "registeredUsers" : 80283}, {"name" : "560043", "registeredUsers" : 64104}, {"name" : "560066", "registeredUsers" : 59501}, {"name" : "560058", "registeredUsers" : 58732}, {"name" : "560064", "registeredUsers" : 56605}, {"name" : "560103", "registeredUsers" : 54689}]}, "responseTimestamp" : 1630501495032}
json_instruct
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": ["name", "registeredUsers"]}}, "pincodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": ["name", "registeredUsers"]}}}, "required": ["states", "districts", "pincodes"]}, "responseTimestamp": {"type": "integer"}}, "required": ["success", "code", "data", "responseTimestamp"], "$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"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2031", "provinceId" : "11", "regencyId" : "13", "districtId" : "01", "name" : "Bustanussalam"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"black": {"type": "string"}, "white": {"type": "string"}, "winner": {"type": "string"}, "playedAt": {"type": "string"}, "location": {"type": "string"}, "event": {"type": "string"}, "moves": {"type": "string"}}, "required": ["black", "white", "winner", "playedAt", "location", "event", "moves"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"black" : "Jobava,Ba", "white" : "Caruana,F", "winner" : "Draw", "playedAt" : "2015.05.19", "location" : "Khanty-Mansiysk RUS", "event" : "KM FIDE GP 2015", "moves" : "pgn1.e4 c6 2.d4 d5 3.e5 Bf5 4.Nf3 e6 5.Be2 f6 6.O-O fxe5 7.Nxe5 Nd7 8.Bd3 Ngf6\n9.Re1 Be7 10.Nf3 Ne4 11.Nc3 Ndf6 12.Bg5 O-O 13.Nxe4 dxe4 14.Bxf6 exd3\n15.Bxe7 Qxe7 16.c3 c5 17.dxc5 Qxc5 18.Qd2 Bg4 19.Qxd3 Bxf3 20.gxf3 Qg5+\n21.Kh1 Rad8 22.Qe4 Qf5 23.Qxf5 Rxf5 24.Rad1 Rfd5 25.Rxd5 Rxd5\n26.Re2 Kf7 27.f4 Rd1+ 28.Kg2 Rb1 29.Kf3 g6 30.b3 Rc1 31.c4 Rc3+ 32.Ke4 Ke7\n33.Rd2 Rc1 34.Kf3 b6 35.Rd3 Ra1 36.a4 Ra2 37.Ke3 a5 38.Kf3 Rb2\n39.h3 Rc2 40.Kg3 Rb2 41.Re3 Kf6 42.f3 Ke7 43.Kh4 h6 44.Kg3 Rb1 45.h4 h5\n46.Rc3 Kd6 47.f5 gxf5 48.Kf4 Ke7 49.c5 1/2-1/2\n"}
json_instruct
{"type": "object", "properties": {"black": {"type": "string"}, "white": {"type": "string"}, "winner": {"type": "string"}, "playedAt": {"type": "string"}, "location": {"type": "string"}, "event": {"type": "string"}, "moves": {"type": "string"}}, "required": ["black", "white", "winner", "playedAt", "location", "event", "moves"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"BallAgentStage3": {"type": "object", "properties": {"checkpoints": {"type": "array", "items": {"type": "object", "properties": {"steps": {"type": "integer"}, "file_path": {"type": "string"}, "reward": {"type": "number"}, "creation_time": {"type": "number"}}, "required": ["steps", "file_path", "reward", "creation_time"]}}, "final_checkpoint": {"type": "object", "properties": {"steps": {"type": "integer"}, "file_path": {"type": "string"}, "reward": {"type": "number"}, "creation_time": {"type": "number"}}, "required": ["steps", "file_path", "reward", "creation_time"]}}, "required": ["checkpoints", "final_checkpoint"]}, "metadata": {"type": "object", "properties": {"stats_format_version": {"type": "string"}, "mlagents_version": {"type": "string"}, "torch_version": {"type": "string"}, "tensorflow_version": {"type": "string"}}, "required": ["stats_format_version", "mlagents_version", "torch_version", "tensorflow_version"]}}, "required": ["BallAgentStage3", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"BallAgentStage3" : {"checkpoints" : [{"steps" : 3067, "file_path" : "results\\t3454t\\BallAgentStage3\\BallAgentStage3-3067.onnx", "reward" : 0.06349206349206349, "creation_time" : 1613917891.1530938}], "final_checkpoint" : {"steps" : 3067, "file_path" : "results\\t3454t\\BallAgentStage3.onnx", "reward" : 0.06349206349206349, "creation_time" : 1613917891.1530938}}, "metadata" : {"stats_format_version" : "0.2.0", "mlagents_version" : "0.22.0", "torch_version" : "1.7.1", "tensorflow_version" : "2.4.1"}}
json_instruct
{"type": "object", "properties": {"BallAgentStage3": {"type": "object", "properties": {"checkpoints": {"type": "array", "items": {"type": "object", "properties": {"steps": {"type": "integer"}, "file_path": {"type": "string"}, "reward": {"type": "number"}, "creation_time": {"type": "number"}}, "required": ["steps", "file_path", "reward", "creation_time"]}}, "final_checkpoint": {"type": "object", "properties": {"steps": {"type": "integer"}, "file_path": {"type": "string"}, "reward": {"type": "number"}, "creation_time": {"type": "number"}}, "required": ["steps", "file_path", "reward", "creation_time"]}}, "required": ["checkpoints", "final_checkpoint"]}, "metadata": {"type": "object", "properties": {"stats_format_version": {"type": "string"}, "mlagents_version": {"type": "string"}, "torch_version": {"type": "string"}, "tensorflow_version": {"type": "string"}}, "required": ["stats_format_version", "mlagents_version", "torch_version", "tensorflow_version"]}}, "required": ["BallAgentStage3", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : 111061, "info" : {"name" : "Aywas Ugly Easier Adventure - jump", "description" : "Jump everything! Or at least try. Works off the ugly easier adventure base.", "additionalInfo" : "Forum here: http://www.aywas.com/forum/topic/2004478530/", "format" : "uso", "category" : "aywas", "createdAt" : "2015-03-02T10:35:26.000Z", "updatedAt" : "2015-03-02T10:35:26.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 286161, "name" : "Tyger.dw"}}, "stats" : {"installs" : {"total" : 1184, "weekly" : 2}}, "screenshots" : {"main" : {"name" : "111061-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 url(\"http://www.aywas.com/avt/\") {\r\n \r\n input[name='jump'] {position: absolute; \r\n right: 0px;\r\n width: 200px;\r\n z-index: 2;}\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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "rank": {"type": "integer"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 11522979, "name" : "Number C69: Heraldry Crest of Horror", "is_illegal" : false, "is_custom" : false, "text" : "4 Level 5 monsters\nWhen an opponent's monster declares an attack: You can destroy all cards your opponent controls. If this card has \"Number 69: Heraldry Crest\" as an Xyz Material, it gains this effect.\n? Once per turn: You can detach 1 Xyz Material from this card, then target 1 face-up Xyz Monster your opponent controls; this card gains ATK equal to that face-up monster's original ATK, and if it gains ATK this way, this card's name becomes that monster's, and it gains that monster's original effect. These effects last until the End Phase.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/11522979.jpg"], "type" : "Monster", "attribute" : "LIGHT", "atk" : 4000, "species" : "Psychic", "monster_type" : "Xyz", "is_pendulum" : false, "ability" : "", "has_effect" : true, "def" : 1800, "rank" : 5}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "rank": {"type": "integer"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "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"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"mkdirp": {"type": "string"}, "q": {"type": "string"}, "fs-extra": {"type": "string"}}, "required": ["mkdirp", "q", "fs-extra"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jasmine2-protractor-utils", "version" : "1.3.0", "description" : "Utilities for Protractor with jasmine2 [HTML Reports, Screenshot, Browser Console log and more]", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/abhishekswain/jasmine2-protractor-utils.git"}, "keywords" : ["jasmine2", "Protractor", "Protractor html report", "Jasmine html report", "html reporter Protractor", "protractor-screenshot", "screenshot-on-failure", "protractor-utilities", "browser-console-log", "protractor-spec-fail-on-console-error"], "author" : "Abhishek Swain", "license" : "MIT", "bugs" : {"url" : "https://github.com/abhishekswain/jasmine2-protractor-utils/issues"}, "homepage" : "https://github.com/abhishekswain/jasmine2-protractor-utils#readme", "dependencies" : {"mkdirp" : "^0.5.1", "q" : "^1.4.1", "fs-extra" : "^0.26.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "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": {"mkdirp": {"type": "string"}, "q": {"type": "string"}, "fs-extra": {"type": "string"}}, "required": ["mkdirp", "q", "fs-extra"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "type"]}}, "views": {"type": "string"}}, "required": ["description", "favorite", "length", "likes", "recorded", "speakers", "tags", "thumbnail_url", "title", "videos", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "DrupalSouth Gold Coast 2016\nhttps://goldcoast2016.drupal.org.au/\n\nHuman vs Machine: A love story\nRoom: Doghouse Agency (Level 2)\nThu, 27-Oct, 15:15\nBeginner - Building\nSimon Chisnall\n\nAt Webscope, we\u2019ve spent years refining and adding to our developer workflow and now we think we\u2019ve struck Drupal gold. We love automated tests as they allow us to spend more time doing what we do best: writing code, while letting machines do what they do best: automation. We currently utilize automated acceptance, integration and unit tests, visual regression tests, accessibility tests, live monitoring and load tests. In this session, we\u2019ll cover why you should be writing tests and demonstrate our current Drupal 8 CI/CD workflow which uses Codeship, Behat, Pantheon and Browserstack.\n\nhttps://goldcoast2016.drupal.org.au/session/human-vs-machine-love-story", "favorite" : "0", "length" : "29:20", "likes" : "0", "recorded" : "2016-10-26", "speakers" : ["simon-chisnall"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/xCe7RayeWXI/hqdefault.jpg", "title" : "Human vs Machine: A love story", "videos" : [{"code" : "xCe7RayeWXI", "type" : "youtube"}], "views" : "8"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "type"]}}, "views": {"type": "string"}}, "required": ["description", "favorite", "length", "likes", "recorded", "speakers", "tags", "thumbnail_url", "title", "videos", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "services": {"type": "array", "items": {"type": "object", "properties": {"iid": {"type": "integer"}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"iid": {"type": "integer"}, "type": {"type": "string"}, "description": {"type": "string"}, "format": {"type": "string"}, "access": {"type": "array", "items": {"type": "string"}}}, "required": ["iid", "type", "description", "format", "access"]}}}, "required": ["iid", "type", "description", "properties"]}}}, "required": ["type", "description", "services"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "urn:xiot-spec:device:light:0000A001:uiot:light2:1", "description" : "Light", "services" : [{"iid" : 357, "type" : "urn:xiot-spec:service:device-information:00007801:uiot:light2:1", "description" : "Device Information", "properties" : [{"iid" : 904, "type" : "urn:xiot-spec:property:manufacturer:00000001:uiot:light2:1", "description" : "Device Manufacturer", "format" : "string", "access" : ["read"]}, {"iid" : 376, "type" : "urn:xiot-spec:property:model:00000002:uiot:light2:1", "description" : "Device Model", "format" : "string", "access" : ["read"]}, {"iid" : 120, "type" : "urn:xiot-spec:property:serial-number:00000003:uiot:light2:1", "description" : "Device Serial Number", "format" : "string", "access" : ["read"]}, {"iid" : 334, "type" : "urn:xiot-spec:property:firmware-revision:00000005:uiot:light2:1", "description" : "Current Firmware Version", "format" : "string", "access" : ["read"]}]}, {"iid" : 172, "type" : "urn:xiot-spec:service:light:00007802:uiot:light2:1", "description" : "Light", "properties" : [{"iid" : 273, "type" : "urn:xiot-spec:property:brightness:0000000D:uiot:light2:1", "description" : "Brightness", "format" : "uint8", "access" : ["read", "write", "notify"], "value-range" : [1, 100, 1], "unit" : "percentage"}, {"iid" : 306, "type" : "urn:xiot-spec:property:on:00000006:uiot:light2:1", "description" : "Switch Status", "format" : "bool", "access" : ["read", "write", "notify"]}]}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "services": {"type": "array", "items": {"type": "object", "properties": {"iid": {"type": "integer"}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"iid": {"type": "integer"}, "type": {"type": "string"}, "description": {"type": "string"}, "format": {"type": "string"}, "access": {"type": "array", "items": {"type": "string"}}}, "required": ["iid", "type", "description", "format", "access"]}}}, "required": ["iid", "type", "description", "properties"]}}}, "required": ["type", "description", "services"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Python": {"type": "integer"}}, "required": ["Python"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Python" : 67202}
json_instruct
{"type": "object", "properties": {"Python": {"type": "integer"}}, "required": ["Python"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 102030385, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "8b9188958f3260642b6d1ef1b3aad996", "wof:id" : 102030385, "wof:repo" : "whosonfirst-data-admin-in"}, "bbox" : [76.79498, 28.20665, 76.79498, 28.20665], "geometry" : {"coordinates" : [76.79498, 28.20665], "type" : "Point"}}
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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$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"}, "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"]}, "properties": {"type": "object", "properties": {"reference": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "geometry": {"type": "string"}, "geography": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["reference", "name", "organisation", "geometry", "geography", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.090834, 51.520872], [-0.090767, 51.521091], [-0.091408, 51.521153], [-0.091319, 51.521627], [-0.091712, 51.521618], [-0.091745, 51.521255], [-0.092454, 51.521223], [-0.092387, 51.521033], [-0.090834, 51.520872]]]]}, "properties" : {"reference" : "COA00000596", "name" : "COA00000596", "organisation" : "local-authority-eng:ISL", "geometry" : "MULTIPOLYGON (((-0.090834 51.520872,-0.090767 51.521091,-0.091408 51.521153,-0.091319 51.521627,-0.091712 51.521618,-0.091745 51.521255,-0.092454 51.521223,-0.092387 51.521033,-0.090834 51.520872)))", "geography" : "conservation-area:COA00000596", "slug" : "/conservation-area/local-authority-eng/ISL/COA00000596", "entity" : 472520, "entry-date" : "2020-09-04"}}
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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"reference": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "geometry": {"type": "string"}, "geography": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["reference", "name", "organisation", "geometry", "geography", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pageContext" : {"id" : "f1723061-cdab-535e-9dd5-91a4a2e36b53"}}
json_instruct
{"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"stations": {"type": "object", "properties": {"838": {"type": "object", "properties": {"ffmc": {"type": "null"}, "isi": {"type": "null"}, "bui": {"type": "null"}, "years": {"type": "array", "items": {"type": "integer"}}, "station": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}, "lat": {"type": "number"}, "long": {"type": "number"}, "ecodivision_name": {"type": "string"}, "core_season": {"type": "object", "properties": {"start_month": {"type": "integer"}, "start_day": {"type": "integer"}, "end_month": {"type": "integer"}, "end_day": {"type": "integer"}}, "required": ["start_month", "start_day", "end_month", "end_day"]}}, "required": ["code", "name", "lat", "long", "ecodivision_name", "core_season"]}}, "required": ["ffmc", "isi", "bui", "years", "station"]}}, "required": ["838"]}, "mean_values": {"type": "object", "properties": {"ffmc": {"type": "null"}, "isi": {"type": "null"}, "bui": {"type": "null"}}, "required": ["ffmc", "isi", "bui"]}, "year_range": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}}, "required": ["start", "end"]}, "percentile": {"type": "integer"}}, "required": ["stations", "mean_values", "year_range", "percentile"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stations" : {"838" : {"ffmc" : null, "isi" : null, "bui" : null, "years" : [2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018], "station" : {"code" : 838, "name" : "AKOKLI CREEK", "lat" : 49.4358, "long" : -116.7464, "ecodivision_name" : "HUMID CONTINENTAL HIGHLANDS", "core_season" : {"start_month" : 5, "start_day" : 15, "end_month" : 8, "end_day" : 31}}}}, "mean_values" : {"ffmc" : null, "isi" : null, "bui" : null}, "year_range" : {"start" : 2010, "end" : 2019}, "percentile" : 90}
json_instruct
{"type": "object", "properties": {"stations": {"type": "object", "properties": {"838": {"type": "object", "properties": {"ffmc": {"type": "null"}, "isi": {"type": "null"}, "bui": {"type": "null"}, "years": {"type": "array", "items": {"type": "integer"}}, "station": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}, "lat": {"type": "number"}, "long": {"type": "number"}, "ecodivision_name": {"type": "string"}, "core_season": {"type": "object", "properties": {"start_month": {"type": "integer"}, "start_day": {"type": "integer"}, "end_month": {"type": "integer"}, "end_day": {"type": "integer"}}, "required": ["start_month", "start_day", "end_month", "end_day"]}}, "required": ["code", "name", "lat", "long", "ecodivision_name", "core_season"]}}, "required": ["ffmc", "isi", "bui", "years", "station"]}}, "required": ["838"]}, "mean_values": {"type": "object", "properties": {"ffmc": {"type": "null"}, "isi": {"type": "null"}, "bui": {"type": "null"}}, "required": ["ffmc", "isi", "bui"]}, "year_range": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}}, "required": ["start", "end"]}, "percentile": {"type": "integer"}}, "required": ["stations", "mean_values", "year_range", "percentile"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["title", "description", "type", "required"]}, "age": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "description", "type"]}, "gender": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "required": {"type": "boolean"}}, "required": ["title", "type", "enum", "required"]}, "photo": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["title", "description", "type", "format"]}, "member": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "type", "description"]}, "icecream": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "type", "enum"]}, "phone": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["title", "type", "format"]}, "address": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}}, "required": ["name", "age", "gender", "photo", "member", "icecream", "phone", "address"]}}, "required": ["title", "description", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Customer Profile", "description" : "Alpaca Farm Ice Cream Customer Profile Form.", "type" : "object", "properties" : {"name" : {"title" : "Name", "description" : "Enter your full name.", "type" : "string", "required" : true}, "age" : {"title" : "Age", "description" : "Enter your age.", "type" : "number"}, "gender" : {"title" : "Gender", "type" : "string", "enum" : ["Male", "Female"], "required" : true}, "photo" : {"title" : "Photo", "description" : "Upload your profile picture.", "type" : "string", "format" : "uri"}, "member" : {"title" : "Member", "type" : "boolean", "description" : "Are you a member?"}, "icecream" : {"title" : "Favorite", "type" : "string", "enum" : ["Vanilla", "Chocolate", "Coffee", "Strawberry", "Mint"]}, "phone" : {"title" : "Home Phone", "type" : "string", "format" : "phone"}, "address" : {"title" : "Home Address", "type" : "any"}}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["title", "description", "type", "required"]}, "age": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "description", "type"]}, "gender": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "required": {"type": "boolean"}}, "required": ["title", "type", "enum", "required"]}, "photo": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["title", "description", "type", "format"]}, "member": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "type", "description"]}, "icecream": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "type", "enum"]}, "phone": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["title", "type", "format"]}, "address": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}}, "required": ["name", "age", "gender", "photo", "member", "icecream", "phone", "address"]}}, "required": ["title", "description", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "difficulty": {"type": "string"}, "time": {"type": "string"}, "details": {"type": "object", "properties": {"steps": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"]}}, "intro": {"type": "object", "properties": {"text": {"type": "string"}, "credits": {"type": "string"}}, "required": ["text", "credits"]}, "finish": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["steps", "intro", "finish"]}, "environment": {"type": "object", "properties": {"uilayout": {"type": "string"}, "uimessage1": {"type": "string"}}, "required": ["uilayout", "uimessage1"]}, "backend": {"type": "object", "properties": {"imageid": {"type": "string"}}, "required": ["imageid"]}}, "required": ["title", "description", "difficulty", "time", "details", "environment", "backend"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Getting Started with Kubernetes Upstream Development", "description" : "Install Basic Tools", "difficulty" : "beginner", "time" : "10 minutes", "details" : {"steps" : [{"title" : "Step 1 - Create a fork on github", "text" : "step1.md"}, {"title" : "Step 2 - Install basic tools", "text" : "step2.md"}, {"title" : "Step 3 - Cloning the Kubernetes Git Repository", "text" : "step3.md"}, {"title" : "Step 4 - Checkout the personal fork", "text" : "step4.md"}, {"title" : "Step 5 - Run Basic Developer workflow", "text" : "step5.md"}, {"title" : "Step 6 - Run a test using Go", "text" : "step6.md"}], "intro" : {"text" : "intro.md", "credits" : ""}, "finish" : {"text" : "finish.md"}}, "environment" : {"uilayout" : "terminal", "uimessage1" : "\u001b[32mYour Interactive Bash Terminal.\r\nStart Kubernetes using `launch.sh`\u001b[m\r\n"}, "backend" : {"imageid" : "ubuntu:2004"}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "difficulty": {"type": "string"}, "time": {"type": "string"}, "details": {"type": "object", "properties": {"steps": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"]}}, "intro": {"type": "object", "properties": {"text": {"type": "string"}, "credits": {"type": "string"}}, "required": ["text", "credits"]}, "finish": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["steps", "intro", "finish"]}, "environment": {"type": "object", "properties": {"uilayout": {"type": "string"}, "uimessage1": {"type": "string"}}, "required": ["uilayout", "uimessage1"]}, "backend": {"type": "object", "properties": {"imageid": {"type": "string"}}, "required": ["imageid"]}}, "required": ["title", "description", "difficulty", "time", "details", "environment", "backend"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"tiers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sponsors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "url", "logo"]}}}, "required": ["name", "sponsors"]}}}, "required": ["tiers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tiers" : [{"name" : "Diamond Tier", "sponsors" : [{"name" : "Sponsor Name", "url" : "http://www.example.com", "logo" : "/img/sponsor1.png"}, {"name" : "Sponsor Name", "url" : "http://www.example.com", "logo" : "/img/sponsor2.png"}, {"name" : "Sponsor Name", "url" : "http://www.example.com", "logo" : "/img/sponsor3.png"}]}, {"name" : "Platinum Tier", "sponsors" : [{"name" : "Sponsor Name", "url" : "http://www.example.com", "logo" : "/img/sponsor1.png"}, {"name" : "Sponsor Name", "url" : "http://www.example.com", "logo" : "/img/sponsor2.png"}, {"name" : "Sponsor Name", "url" : "http://www.example.com", "logo" : "/img/sponsor3.png"}]}, {"name" : "Gold Tier", "sponsors" : [{"name" : "Sponsor Name", "url" : "http://www.example.com", "logo" : "/img/sponsor1.png"}, {"name" : "Sponsor Name", "url" : "http://www.example.com", "logo" : "/img/sponsor2.png"}, {"name" : "Sponsor Name", "url" : "http://www.example.com", "logo" : "/img/sponsor3.png"}]}]}
json_instruct
{"type": "object", "properties": {"tiers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sponsors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "url", "logo"]}}}, "required": ["name", "sponsors"]}}}, "required": ["tiers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"account": {"type": "string"}, "token": {"type": "string"}}, "required": ["account", "token"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"account" : "ip1-xxxxx", "token" : "LXmCpjxwGRze2F"}
json_instruct
{"type": "object", "properties": {"account": {"type": "string"}, "token": {"type": "string"}}, "required": ["account", "token"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "semanticCommits": {"type": "boolean"}, "rangeStrategy": {"type": "string"}, "prCreation": {"type": "string"}, "masterIssue": {"type": "boolean"}, "prHourlyLimit": {"type": "integer"}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"packagePatterns": {"type": "array", "items": {"type": "string"}}, "automerge": {"type": "boolean"}}, "required": ["packagePatterns", "automerge"]}}}, "required": ["extends", "semanticCommits", "rangeStrategy", "prCreation", "masterIssue", "prHourlyLimit", "packageRules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : ["config:base"], "semanticCommits" : true, "rangeStrategy" : "bump", "prCreation" : "not-pending", "masterIssue" : true, "prHourlyLimit" : 0, "packageRules" : [{"packagePatterns" : ["^@types/"], "automerge" : true}]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "semanticCommits": {"type": "boolean"}, "rangeStrategy": {"type": "string"}, "prCreation": {"type": "string"}, "masterIssue": {"type": "boolean"}, "prHourlyLimit": {"type": "integer"}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"packagePatterns": {"type": "array", "items": {"type": "string"}}, "automerge": {"type": "boolean"}}, "required": ["packagePatterns", "automerge"]}}}, "required": ["extends", "semanticCommits", "rangeStrategy", "prCreation", "masterIssue", "prHourlyLimit", "packageRules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"MatVecMulUncoalesced10": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "required": ["device_start", "host_queued_start", "device_queued", "device_end", "host_queued_end"]}, "device": {"type": "string"}, "nd_range": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}, "cmdq": {"type": "integer"}, "read": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}}, "required": ["write", "device", "nd_range", "cmdq", "read"]}}, "required": ["MatVecMulUncoalesced10"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MatVecMulUncoalesced10" : {"write" : {"device_start" : 1586197526.3646228, "host_queued_start" : 1586197609.337112, "device_queued" : 1586197526.3645911, "device_end" : 1586197526.3646395, "host_queued_end" : 1586197609.337465}, "device" : "gpu", "nd_range" : {"device_start" : 1586197526.364745, "device_end" : 1586197526.3647625}, "cmdq" : 0, "read" : {"device_start" : 1586197526.36477, "device_end" : 1586197526.3647716}}}
json_instruct
{"type": "object", "properties": {"MatVecMulUncoalesced10": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "required": ["device_start", "host_queued_start", "device_queued", "device_end", "host_queued_end"]}, "device": {"type": "string"}, "nd_range": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}, "cmdq": {"type": "integer"}, "read": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}}, "required": ["write", "device", "nd_range", "cmdq", "read"]}}, "required": ["MatVecMulUncoalesced10"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 87758, "UUID" : "6D8E3E80-A6CC-4B67-BFF2-10D42062DF17", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 7, "UsageCost" : "By negotiation.", "AddressInfo" : {"ID" : 88104, "Title" : "Invercargill Top 10 Holiday Park", "AddressLine1" : "77 McIvor Road", "Town" : "Waikiwi, Invercargill ", "Postcode" : "9876", "CountryID" : 161, "Latitude" : -46.3643336, "Longitude" : 168.3563044, "ContactTelephone1" : "(643) 215-9032", "DistanceUnit" : 0}, "Connections" : [{"ID" : 124382, "ConnectionTypeID" : 4, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 16, "Voltage" : 230, "PowerKW" : 3.6, "CurrentTypeID" : 10, "Quantity" : 2}], "NumberOfPoints" : 2, "GeneralComments" : "Phone prior to arrival and ask.", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2017-05-16T10:42:00Z", "DataQualityLevel" : 1, "DateCreated" : "2017-05-16T10:35:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["angular-oauth2", "angular-oauth2-extended", "census-boundaries", "check-build", "cpr", "crx", "defaults-deep-safe", "docker-mock", "dredd-bench", "fg-lodash", "good-logentries-fg", "good-logmatic", "gulp-cli", "gulp-cli4", "gulp4-ing-cli", "hostname-is-private", "immutable-props", "input-components", "isoc", "joola", "koa-async-validator", "license-checker", "mailchecker", "mask-json", "match-when", "match-when-es5", "ng-oauth-localforage", "node-logmatic", "palisade", "peaks.js", "pg-sql-tag", "plaidchat", "puffer-fish", "react-google-charts", "react-querybuilder", "react-responsive", "react-wavesurfer", "refresh-vinyl-fs", "rethink-decl", "rethinkdb-boundaries", "shasta", "shasta-data-view", "shasta-forms", "sutro", "svg-injector", "svg-injector-2", "swarmerode", "tahoe", "tarot-deck", "thinky-export-schema", "tldjs", "vinyl-fs", "waveform-data", "winston-logmatic", "x509-certificate"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"username": {"type": "string"}, "itemtype": {"type": "string"}, "comments": {"type": "string"}}, "required": ["username", "itemtype", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"username" : "raaga", "itemtype" : "ligers", "comments" : "I like the guild too much"}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "itemtype": {"type": "string"}, "comments": {"type": "string"}}, "required": ["username", "itemtype", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"order": {"type": "object", "properties": {"amountOfMoney": {"type": "object", "properties": {"currencyCode": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["currencyCode", "amount"]}, "customer": {"type": "object", "properties": {"billingAddress": {"type": "object", "properties": {"countryCode": {"type": "string"}, "city": {"type": "string"}, "zip": {"type": "string"}, "street": {"type": "string"}, "houseNumber": {"type": "string"}}, "required": ["countryCode", "city", "zip", "street", "houseNumber"]}, "personalInformation": {"type": "object", "properties": {"dateOfBirth": {"type": "string"}, "name": {"type": "object", "properties": {"firstName": {"type": "string"}, "surname": {"type": "string"}}, "required": ["firstName", "surname"]}}, "required": ["dateOfBirth", "name"]}, "contactDetails": {"type": "object", "properties": {"emailAddress": {"type": "string"}, "faxNumber": {"type": "string"}, "mobilePhoneNumber": {"type": "string"}, "phoneNumber": {"type": "string"}, "workPhoneNumber": {"type": "string"}}, "required": ["emailAddress", "faxNumber", "mobilePhoneNumber", "phoneNumber", "workPhoneNumber"]}}, "required": ["billingAddress", "personalInformation", "contactDetails"]}}, "required": ["amountOfMoney", "customer"]}}, "required": ["order"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"order" : {"amountOfMoney" : {"currencyCode" : "EUR", "amount" : 2345}, "customer" : {"billingAddress" : {"countryCode" : "BE", "city" : "Zaventem", "zip" : "1930", "street" : "Da Vincilaan", "houseNumber" : "3"}, "personalInformation" : {"dateOfBirth" : "19370929", "name" : {"firstName" : "Wile", "surname" : "Coyote"}}, "contactDetails" : {"emailAddress" : "wecoyote@acme.org", "faxNumber" : "+32 (0)2 286 96 16", "mobilePhoneNumber" : "+3222869611", "phoneNumber" : "02 585 56 80", "workPhoneNumber" : "003222869611"}}}}
json_instruct
{"type": "object", "properties": {"order": {"type": "object", "properties": {"amountOfMoney": {"type": "object", "properties": {"currencyCode": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["currencyCode", "amount"]}, "customer": {"type": "object", "properties": {"billingAddress": {"type": "object", "properties": {"countryCode": {"type": "string"}, "city": {"type": "string"}, "zip": {"type": "string"}, "street": {"type": "string"}, "houseNumber": {"type": "string"}}, "required": ["countryCode", "city", "zip", "street", "houseNumber"]}, "personalInformation": {"type": "object", "properties": {"dateOfBirth": {"type": "string"}, "name": {"type": "object", "properties": {"firstName": {"type": "string"}, "surname": {"type": "string"}}, "required": ["firstName", "surname"]}}, "required": ["dateOfBirth", "name"]}, "contactDetails": {"type": "object", "properties": {"emailAddress": {"type": "string"}, "faxNumber": {"type": "string"}, "mobilePhoneNumber": {"type": "string"}, "phoneNumber": {"type": "string"}, "workPhoneNumber": {"type": "string"}}, "required": ["emailAddress", "faxNumber", "mobilePhoneNumber", "phoneNumber", "workPhoneNumber"]}}, "required": ["billingAddress", "personalInformation", "contactDetails"]}}, "required": ["amountOfMoney", "customer"]}}, "required": ["order"], "$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#"}
["pinecast-uploader"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "8172040004", "district_id" : "8172040", "name" : "KEL. MASRUM"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "play": {"type": "integer"}, "stadium": {"type": "string"}, "subPlay": {"type": "integer"}, "weather": {"type": "integer"}}, "required": ["away", "home", "play", "stadium", "subPlay", "weather"]}, "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" : "19164168-c652-4108-bb14-e5afb892be2c", "playerTags" : [], "teamTags" : ["c73b705c-40ad-4633-a6ed-d357ee2e2bcf", "747b8e4a-7e50-4638-a973-ea7950a3e739"], "gameTags" : ["8d8d1c63-7a88-48ff-be5e-6fed21d0d8f0"], "metadata" : {"away" : "c73b705c-40ad-4633-a6ed-d357ee2e2bcf", "home" : "747b8e4a-7e50-4638-a973-ea7950a3e739", "play" : 0, "stadium" : "929fc650-948a-4736-b7a2-bb7b75902e6e", "subPlay" : -1, "weather" : 19}, "created" : "2021-04-14T23:00:00.910Z", "season" : 15, "tournament" : -1, "type" : 0, "day" : 53, "phase" : 4, "category" : 0, "description" : "Let's Go!", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "play": {"type": "integer"}, "stadium": {"type": "string"}, "subPlay": {"type": "integer"}, "weather": {"type": "integer"}}, "required": ["away", "home", "play", "stadium", "subPlay", "weather"]}, "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "bioconductor-htmg430pmprobe", "downloads" : 1200, "count" : 1069}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "updatedRequest": {"type": "object", "properties": {"request": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "tripType": {"type": "string"}, "manager": {"type": "string"}, "gender": {"type": "string"}, "department": {"type": "string"}, "role": {"type": "string"}, "status": {"type": "string"}, "userId": {"type": "string"}, "picture": {"type": "string"}, "stipend": {"type": "integer"}, "stipendBreakdown": {"type": "string"}, "budgetStatus": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "deletedAt": {"type": "null"}}, "required": ["id", "name", "tripType", "manager", "gender", "department", "role", "status", "userId", "picture", "stipend", "stipendBreakdown", "budgetStatus", "createdAt", "updatedAt", "deletedAt"]}}, "required": ["request"]}}, "required": ["success", "message", "updatedRequest"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"success" : true, "message" : "Verification Successful", "updatedRequest" : {"request" : {"id" : "AWQqIucjm", "name" : "Bolton Opondo", "tripType" : "oneWay", "manager" : "Bolton Opondo", "gender" : "Male", "department" : "Fellowship-Programs", "role" : "Technical Team Lead", "status" : "Verified", "userId" : "-LaGj_yrS0OH1yci8Wtq", "picture" : "https://lh6.googleusercontent.com/-tlvwM5GMjQg/AAAAAAAAAAI/AAAAAAAAAAc/WTL3FRFob7w/s50/photo.jpg", "stipend" : 0, "stipendBreakdown" : "", "budgetStatus" : "Approved", "createdAt" : "2019-03-20T05:07:04.579Z", "updatedAt" : "2019-03-20T08:51:24.959Z", "deletedAt" : null}}}
json_instruct
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "updatedRequest": {"type": "object", "properties": {"request": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "tripType": {"type": "string"}, "manager": {"type": "string"}, "gender": {"type": "string"}, "department": {"type": "string"}, "role": {"type": "string"}, "status": {"type": "string"}, "userId": {"type": "string"}, "picture": {"type": "string"}, "stipend": {"type": "integer"}, "stipendBreakdown": {"type": "string"}, "budgetStatus": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "deletedAt": {"type": "null"}}, "required": ["id", "name", "tripType", "manager", "gender", "department", "role", "status", "userId", "picture", "stipend", "stipendBreakdown", "budgetStatus", "createdAt", "updatedAt", "deletedAt"]}}, "required": ["request"]}}, "required": ["success", "message", "updatedRequest"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"manufacturer" : "TCT (Alcatel)", "market_name" : "TCL 950", "codename" : "idol4s_cn", "model" : "TCL 950"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$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": {"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" : "Banisilon, Aloran, Misamis Occidental, Northern Mindanao (Region X), PH", "locale" : "ph.northern-mindanao-region-x.misamis-occidental.aloran.banisilon", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "14", "region_reference" : "10", "region_name" : "Northern Mindanao (Region X)", "province_id" : "48", "province_reference" : "48", "province_name" : "Misamis Occidental", "city_id" : "44", "city_reference" : "967", "city_name" : "Aloran", "barangay_id" : "979", "barangay_reference" : "25834", "barangay_name" : "Banisilon"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[123.832542, 8.40289], [123.832733, 8.40091], [123.832817, 8.39995], [123.832787, 8.39788], [123.832413, 8.39628], [123.829979, 8.39277], [123.828369, 8.39075], [123.827469, 8.39011], [123.826134, 8.38979], [123.825256, 8.39014], [123.824608, 8.39027], [123.823769, 8.39047], [123.82312, 8.39028], [123.822746, 8.38977], [123.82196, 8.38907], [123.821564, 8.38954], [123.820839, 8.3891], [123.82, 8.38873], [123.819031, 8.38847], [123.817688, 8.38813], [123.816994, 8.38794], [123.816383, 8.3874], [123.815727, 8.38703], [123.815292, 8.38685], [123.813667, 8.38526], [123.811028, 8.39304], [123.832542, 8.40289]]]]}}
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": {"KESKNE_IMAGE_TAG": {"type": "string"}, "KESKNE_LOGS_DIR": {"type": "string"}, "ROOT_HOSTNAME": {"type": "string"}, "RPS_HOSTNAME": {"type": "string"}, "LAULUD_HOSTNAME": {"type": "string"}}, "required": ["KESKNE_IMAGE_TAG", "KESKNE_LOGS_DIR", "ROOT_HOSTNAME", "RPS_HOSTNAME", "LAULUD_HOSTNAME"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"KESKNE_IMAGE_TAG" : "latest", "KESKNE_LOGS_DIR" : "/var/log/keskne/", "ROOT_HOSTNAME" : "lucaspickering.me", "RPS_HOSTNAME" : "rps.lucaspickering.me", "LAULUD_HOSTNAME" : "laulud.lucaspickering.me"}
json_instruct
{"type": "object", "properties": {"KESKNE_IMAGE_TAG": {"type": "string"}, "KESKNE_LOGS_DIR": {"type": "string"}, "ROOT_HOSTNAME": {"type": "string"}, "RPS_HOSTNAME": {"type": "string"}, "LAULUD_HOSTNAME": {"type": "string"}}, "required": ["KESKNE_IMAGE_TAG", "KESKNE_LOGS_DIR", "ROOT_HOSTNAME", "RPS_HOSTNAME", "LAULUD_HOSTNAME"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x018d7d179350f1bb9853d04982820e37cce13a92", "tool" : "manticore", "start" : 1563982931.9746482, "end" : 1563984734.2122166, "duration" : 1802.2375683784485, "analysis" : [[], [], [], []]}
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": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01027965": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01027965"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01027965" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00142477", "LAD11CD" : "E07000170"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00142478", "LAD11CD" : "E07000170"}, "arcs" : [[3, 4, -2, 5, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00142505", "LAD11CD" : "E07000170"}, "arcs" : [[-4, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00142510", "LAD11CD" : "E07000170"}, "arcs" : [[-6, -1, 8]]}]}}, "arcs" : [[[8075, 5985], [-2535, -2475], [-6, 639], [-1218, 1270]], [[4316, 5419], [-246, 279], [350, 251], [1279, -107], [236, 2486]], [[5935, 8328], [801, 1671], [1339, -4014]], [[1746, 6832], [1677, 241], [418, -938], [1013, 904], [-247, 541], [-478, -99], [-564, 716], [-688, -164], [-246, 500]], [[2631, 8533], [552, 568], [1212, -749], [1540, -24]], [[4316, 5419], [-1751, -1709], [741, -1098], [659, -122], [29, 270], [182, -471]], [[4176, 2289], [-1632, -652], [-993, 448], [1285, 356], [-1275, 1855], [-366, 544], [551, 1992]], [[1746, 6832], [-1225, -466], [-118, 544], [-403, -225], [325, 703], [700, 350], [-55, 412], [-461, 714], [711, 656], [1020, -587], [391, -400]], [[8075, 5985], [229, 213], [1695, -2915], [-181, -302], [-1667, -1963], [-2056, -1018], [4, 1860], [-1629, 79], [-294, 350]]], "transform" : {"scale" : [1.0795613262175258e-06, 7.449568290489974e-07], "translate" : [-1.26897076153361, 53.12451204883895]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01027965": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01027965"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "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" : 101773731, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "8814714a3188abea6b9feaa290931c0a", "wof:id" : 101773731, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.45973889536606, 43.37805023402899, 3.48030335414831, 43.39399038895033], "geometry" : {"coordinates" : [[[3.47243585291807, 43.39399038895033], [3.47253640213574, 43.39309177762698], [3.47376393547154, 43.39317014020105], [3.47386446191348, 43.39227152667416], [3.47509197953025, 43.39234987315228], [3.47529298275037, 43.39055264088472], [3.4802029333394, 43.39086586863476], [3.48030335414831, 43.38996724570939], [3.47907588075196, 43.38988896221605], [3.47917631610585, 43.38899033987826], [3.47794886430307, 43.38891204308061], [3.47915399169051, 43.37812852878722], [3.47792676664199, 43.37805023402899], [3.47782634332361, 43.37894886326734], [3.47046294282609, 43.37847877773436], [3.47036240351213, 43.3793773977917], [3.46913516173356, 43.37929899737094], [3.46903459965631, 43.38019761522412], [3.46044385902741, 43.37964839101068], [3.45973889536606, 43.38593862486709], [3.46096626574456, 43.38601713934645], [3.46086555880913, 43.38691574234844], [3.46209295078438, 43.38699424352859], [3.46179086120014, 43.38969005188164], [3.46301831208206, 43.3897685425589], [3.46291762596337, 43.39066714512563], [3.46414509844544, 43.39074562250227], [3.46404442686077, 43.39164422565949], [3.47140943549999, 43.39211478961863], [3.47120830386405, 43.39391201027945], [3.47243585291807, 43.39399038895033]]], "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#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["wheelchair", "crutches", "Untitled Label"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import defaultSource from \"./defaultSource\";\nexport default (function sourceRandomIrwinHall(source) {\n function randomIrwinHall(n) {\n return function () {\n for (var sum = 0, i = 0; i < n; ++i) sum += source();\n\n return sum;\n };\n }\n\n randomIrwinHall.source = sourceRandomIrwinHall;\n return randomIrwinHall;\n})(defaultSource);", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 163919, "date" : "2020-04-10 14:43:46", "user" : "ninzo59", "post" : "Hello LET !\r\n\r\nHope you are doing well and you are all healthy :)\r\n\r\nWe have released a new server (available till 20th April) with a 500 mbps bandwidth (vs 250 Mbps usually)\r\n\r\n**SYS-S-3**\r\n\r\nIntel Xeon E5-1630v3\r\n4c / 8t ( 3,7GHz )\r\n64GB DDR4 ECC 2400MHz\r\nSoftRaid 2x450GB NVMe\r\nBandwidth: 500 Mbps\r\n\r\nPrice \u20ac : 59,99 \u20ac excl VAT / month\r\nhttps://www.soyoustart.com/ie/essential-servers/\r\nPrice $ : 70,99 $ excl VAT/ month\r\nhttps://www.soyoustart.com/us/essential-servers/\r\n\r\nSetup fees: &lt;del&gt;50 \u20ac&lt;/del&gt; \r\n**now 0\u20ac with special voucher code for LET : leteasteregg**\r\n\r\nninzo"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "recipe": {"type": "string"}}, "required": ["title", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Tinker Station Crafting", "recipe" : "tconstruct:tables/tinker_station"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "recipe": {"type": "string"}}, "required": ["title", "recipe"], "$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"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gameNPCstubData", "flags" : 2, "props" : [{"type" : "entEntityID", "name" : "spawnerID", "flags" : 6627016704}, {"type" : "CName", "name" : "entryID", "flags" : 6627016704}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01005593": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01005593"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01005593" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00028306", "LAD11CD" : "E08000005"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00028310", "LAD11CD" : "E08000005"}, "arcs" : [[-1, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00028313", "LAD11CD" : "E08000005"}, "arcs" : [[6, -3, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00028314", "LAD11CD" : "E08000005"}, "arcs" : [[-8, -2, -6, 8]]}]}}, "arcs" : [[[9316, 5611], [-1645, -790], [-449, 723], [-561, -584], [-1851, -493]], [[4810, 4467], [-1130, -1010], [-317, 413]], [[3363, 3870], [257, 1163], [-808, 206], [-248, 661], [1406, 1204], [-596, 1209], [-273, 1057]], [[3101, 9370], [2701, -23], [232, -552], [-529, -1036], [3782, -546], [29, -1602]], [[9316, 5611], [384, -953], [299, -747], [-1224, -370], [776, -1843], [-1795, -1150], [-1312, 1063]], [[6444, 1611], [-1634, 2856]], [[2734, 3443], [-446, -1156], [-505, 584], [-379, -242], [355, -479], [-541, -99], [-964, 610], [755, 2325], [-547, 1544], [-462, 56], [249, 425], [633, 810], [90, 1222], [1989, 956], [140, -629]], [[3363, 3870], [-629, -427]], [[6444, 1611], [-234, -330], [-513, 394], [-722, -1081], [-1150, 87], [-339, -681], [-702, 608], [810, 1221], [28, 1185], [-404, -121], [-484, 550]]], "transform" : {"scale" : [1.1123181286871703e-06, 6.339829405381973e-07], "translate" : [-2.13107002445272, 53.6372378867295]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01005593": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01005593"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "malaolahay", "h" : [{"d" : [{"f" : "\u76f8\u611b\u7684\uff0c\u6069\u611b\u7684\uff0c\u5f7c\u6b64\u559c\u6b61\u7684\u3002"}, {"f" : "`Ora~"}]}, {"d" : [{"f" : "`kapah~ `ato~ `k~`ai~`y~`i~`ng~ `tada~ `malaolah~`ay~.\u90a3\u4f4d"}]}, {"d" : [{"f" : "\u5e74\u8f15\u4eba\u548c\u5c0f\u59d0\u5f7c\u6b64\u975e\u5e38\u559c\u6b61\u5c0d\u65b9\u3002"}, {"f" : "\u53c3"}]}, {"d" : [{"f" : "\u898b`masasiolah~`ay~\u3002"}]}], "stem" : "olah"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "activationCommands": {"type": "object", "properties": {"atom-workspace": {"type": "array", "items": {"type": "string"}}}, "required": ["atom-workspace"]}, "dependencies": {"type": "object", "properties": {"blamer": {"type": "string"}, "git-wrapper": {"type": "string"}, "gravatar": {"type": "string"}, "moment": {"type": "string"}, "open": {"type": "string"}}, "required": ["blamer", "git-wrapper", "gravatar", "moment", "open"]}}, "required": ["name", "main", "version", "description", "author", "keywords", "repository", "license", "engines", "activationCommands", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "blame", "main" : "./lib/init", "version" : "0.10.0", "description" : "Show git blame as a gutter.", "author" : "Josa Gesell <josa@gesell.me>", "keywords" : [], "repository" : "https://github.com/josa42/atom-blame", "license" : "MIT", "engines" : {"atom" : ">=1.0.0 <2.0.0"}, "activationCommands" : {"atom-workspace" : ["blame:toggle"]}, "dependencies" : {"blamer" : "^0.1.9", "git-wrapper" : "^0.1.1", "gravatar" : "^1.4.0", "moment" : "^2.10.6", "open" : "0.0.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "activationCommands": {"type": "object", "properties": {"atom-workspace": {"type": "array", "items": {"type": "string"}}}, "required": ["atom-workspace"]}, "dependencies": {"type": "object", "properties": {"blamer": {"type": "string"}, "git-wrapper": {"type": "string"}, "gravatar": {"type": "string"}, "moment": {"type": "string"}, "open": {"type": "string"}}, "required": ["blamer", "git-wrapper", "gravatar", "moment", "open"]}}, "required": ["name", "main", "version", "description", "author", "keywords", "repository", "license", "engines", "activationCommands", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "pack": {"type": "string"}}, "required": ["start", "pack"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-packager": {"type": "string"}}, "required": ["electron", "electron-packager"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rask-vask", "version" : "0.1.0", "description" : "RaskVask Desktop App", "main" : "main.js", "scripts" : {"start" : "electron .", "pack" : "electron-packager . --icon \"app_icons/Icon.icns\" --overwrite"}, "author" : "Merethe \u00d8lst\u00f8ren", "license" : "MIT", "dependencies" : {"electron" : "^1.6.7", "electron-packager" : "^8.7.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"}, "pack": {"type": "string"}}, "required": ["start", "pack"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-packager": {"type": "string"}}, "required": ["electron", "electron-packager"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : "TX"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "San Jacinto", "state" : "TX"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-95.3118, 30.8825], [-95.2461, 30.9044], [-95.2023, 30.8223], [-95.1311, 30.7839], [-95.1475, 30.7182], [-95.1092, 30.6963], [-95.1146, 30.658], [-95.0544, 30.6799], [-95.0106, 30.658], [-95.027, 30.5813], [-94.8298, 30.543], [-94.8682, 30.5101], [-94.8518, 30.4937], [-95.1639, 30.3458], [-95.2242, 30.3184], [-95.2023, 30.3513], [-95.3063, 30.406], [-95.3611, 30.5046], [-95.3282, 30.8606]]]]}}]}
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#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[[-4033, -807, -8009, -682, 1406, 780, 1975, 2068, -245, -11657, -840, -3701, -376, 2885, 3085, 2908, 860, -929, -662, 451, -312, 1048, 25985, -3224, 4939, -19106, -1179, 4832, -155, 410, 1416, -1217, 501, -3122, 293, -3276, -986, 368, 1914, 104, 192, 1224, 1005, 374, 585, -1025, -4271, -2, -572, -3543, 2112, 863, -4559, -1409, -11089, -14636, -2156, 2729, 303, -17357, -1693, 1592, 534, 608]], [[1367, 9834, 2453, 9983, 624, 9977, 10006, 7219, 9874, 1452, 9919, 9719, 9992, 1742, 9825, 996, 9956, 9894, 9657, 9915, 9913, 9919, 624, 9822, 1450, 1402, 9926, 2053, 10030, 9883, 9833, 10002, 9989, 2016, 9780, 9957, 5950, 9805, 9864, 9921, 9910, 9842, 9933, 10047, 10007, 9885, 9695, 10014, 9870, 9794, 7712, 8577, 987, 10028, 3956, 3695, 9898, 9778, 9897, 1382, 9895, 9917, 9973, 9896]]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "nohoist": {"type": "array", "items": {}}}, "required": ["packages", "nohoist"]}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}}, "required": ["release"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}}, "required": ["private", "workspaces", "scripts", "devDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : true, "workspaces" : {"packages" : ["packages/*"], "nohoist" : []}, "scripts" : {"release" : "lerna publish"}, "devDependencies" : {"lerna" : "^3.22.1"}, "author" : {"name" : "Ash Connell", "email" : "hello@ashconnell.com"}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "nohoist": {"type": "array", "items": {}}}, "required": ["packages", "nohoist"]}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}}, "required": ["release"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}}, "required": ["private", "workspaces", "scripts", "devDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "mipapiparacan", "h" : [{"d" : [{"f" : "\u66fe\u7d93\u53d7\u547d\u5e72\u64fe\u4e86\u3001\u59a8\u7919\u4e86\u3002"}]}, {"d" : [{"f" : "`Mipapiparac~`a~`n~ `ako~ `ci~`nira~ `a~ `mafuti'~.\u6211\u8b93\u4eba\u5e72\u64fe\u4ed6\u7761\u89ba\u7684\u3002"}, {"f" : "\u6307\u53d7\u547d\u5e72\u64fe\u6216\u59a8\u7919\u4ed6\u4eba\u7684\uff08\u7269\u4ef6\uff09\u3002", "e" : ["\ufff9`Kako~ `ko~ `mipapiparac~`a~`n~ `ira~ `a~ `tamdaw~.\ufffa\ufffb\u6211\u662f\u88ab\u4ed6\u8b93\u4eba\u5e72\u64fe\u904e\u7684\u4eba\u3002"]}]}], "stem" : "parac"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$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": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "TrumpNicknames", "hour" : "01", "avg" : 4.8125}, {"subreddit" : "TrumpNicknames", "hour" : "02", "avg" : 6.423076923076923}, {"subreddit" : "TrumpNicknames", "hour" : "03", "avg" : 8.125}, {"subreddit" : "TrumpNicknames", "hour" : "04", "avg" : 10.0}, {"subreddit" : "TrumpNicknames", "hour" : "05", "avg" : 25.166666666666668}, {"subreddit" : "TrumpNicknames", "hour" : "06", "avg" : 3.4444444444444446}, {"subreddit" : "TrumpNicknames", "hour" : "07", "avg" : 5.8}, {"subreddit" : "TrumpNicknames", "hour" : "08", "avg" : 13.4}, {"subreddit" : "TrumpNicknames", "hour" : "09", "avg" : 7.0}, {"subreddit" : "TrumpNicknames", "hour" : "10", "avg" : 14.6}, {"subreddit" : "TrumpNicknames", "hour" : "11", "avg" : 7.857142857142857}, {"subreddit" : "TrumpNicknames", "hour" : "12", "avg" : 21.6}, {"subreddit" : "TrumpNicknames", "hour" : "13", "avg" : 47.375}, {"subreddit" : "TrumpNicknames", "hour" : "14", "avg" : 26.058823529411764}, {"subreddit" : "TrumpNicknames", "hour" : "15", "avg" : 17.0}, {"subreddit" : "TrumpNicknames", "hour" : "16", "avg" : 13.119047619047619}, {"subreddit" : "TrumpNicknames", "hour" : "17", "avg" : 8.555555555555555}, {"subreddit" : "TrumpNicknames", "hour" : "18", "avg" : 6.352941176470588}, {"subreddit" : "TrumpNicknames", "hour" : "19", "avg" : 21.1}, {"subreddit" : "TrumpNicknames", "hour" : "20", "avg" : 12.076923076923077}, {"subreddit" : "TrumpNicknames", "hour" : "21", "avg" : 10.772727272727273}, {"subreddit" : "TrumpNicknames", "hour" : "22", "avg" : 15.961538461538462}, {"subreddit" : "TrumpNicknames", "hour" : "23", "avg" : 12.212121212121213}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"canvasXpress.css": {"type": "string"}, "canvasXpress.min.css": {"type": "string"}, "canvasXpress.min.js": {"type": "string"}}, "required": ["canvasXpress.css", "canvasXpress.min.css", "canvasXpress.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"canvasXpress.css" : "sha512-tVvRwbf2/yMoX+pVtbnFk+WFpWHNhFTw/F24O49iLCITAA4Hg2Tv8idWCOHApzewp9tKqDlQBTuLudI//Z5hoQ==", "canvasXpress.min.css" : "sha512-O4cMgXFulwlbQ3T+e5lnW4uq2cuFwWQ4K8hmc92HqfrRwgJbZd8RBJ8a1U3rWlg4xWzX02nPLL5UtY5QYIyLkw==", "canvasXpress.min.js" : "sha512-sP52On5paUWzXbVMrxvn38+3oFVaLGikuiBoJTjLhYFx93U9lPCfjRFr00cDc0aK52w+Rp2qTTOk2jq9IW+DwA=="}
json_instruct
{"type": "object", "properties": {"canvasXpress.css": {"type": "string"}, "canvasXpress.min.css": {"type": "string"}, "canvasXpress.min.js": {"type": "string"}}, "required": ["canvasXpress.css", "canvasXpress.min.css", "canvasXpress.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"count": {"type": "integer"}, "self": {"type": "number"}, "total": {"type": "number"}, "children": {"type": "null"}, "gauges": {"type": "object", "properties": {}, "required": []}, "metadata": {"type": "object", "properties": {"timer_format_version": {"type": "string"}, "start_time_seconds": {"type": "string"}, "unity_version": {"type": "string"}, "command_line_arguments": {"type": "string"}, "communication_protocol_version": {"type": "string"}, "com.unity.ml-agents_version": {"type": "string"}, "scene_name": {"type": "string"}, "end_time_seconds": {"type": "string"}}, "required": ["timer_format_version", "start_time_seconds", "unity_version", "command_line_arguments", "communication_protocol_version", "com.unity.ml-agents_version", "scene_name", "end_time_seconds"]}}, "required": ["count", "self", "total", "children", "gauges", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"count" : 1, "self" : 115.27162879999999, "total" : 115.2716238, "children" : null, "gauges" : {}, "metadata" : {"timer_format_version" : "0.1.0", "start_time_seconds" : "1639938335", "unity_version" : "2020.3.17f1", "command_line_arguments" : "C:\\Program Files\\2020.3.17f1\\Editor\\Unity.exe -projectpath C:/Users/grass/3Dcust -useHub -hubIPC -cloudEnvironment production -hubSessionId ce17eb10-60d4-11ec-a3ed-d75258870321", "communication_protocol_version" : "1.0.0", "com.unity.ml-agents_version" : "1.0.8", "scene_name" : "title", "end_time_seconds" : "1639938451"}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "self": {"type": "number"}, "total": {"type": "number"}, "children": {"type": "null"}, "gauges": {"type": "object", "properties": {}, "required": []}, "metadata": {"type": "object", "properties": {"timer_format_version": {"type": "string"}, "start_time_seconds": {"type": "string"}, "unity_version": {"type": "string"}, "command_line_arguments": {"type": "string"}, "communication_protocol_version": {"type": "string"}, "com.unity.ml-agents_version": {"type": "string"}, "scene_name": {"type": "string"}, "end_time_seconds": {"type": "string"}}, "required": ["timer_format_version", "start_time_seconds", "unity_version", "command_line_arguments", "communication_protocol_version", "com.unity.ml-agents_version", "scene_name", "end_time_seconds"]}}, "required": ["count", "self", "total", "children", "gauges", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}