input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat an oven to 350 degrees F (175 degrees C).", "Mix the venison, egg, cracker crumbs, 1/4 cup barbecue sauce, onion, sage, steak seasoning, 2 tablespoons brown sugar, and 2 tablespoons Worcestershire sauce in a mixing bowl with your hands until evenly combined. Pack into a 3x7-inch loaf pan, and lay the bacon strips over top.", "Bake in the preheated oven until no longer pink in the center and the bacon is crispy, about 35 minutes. An instant-read thermometer inserted into the center should read at least 160 degrees F (70 degrees C). Meanwhile, stir 3/4 cup barbecue sauce, 2 tablespoons brown sugar, and 1 tablespoon Worcestershire sauce in a sauce pan over medium heat. Simmer 5 minutes, whisking constantly. Pour the sauce over the cooked meatloaf, and let rest 5 minutes before serving."], "ingredients" : ["1 pound ground venison", "1 egg", "1 (4 ounce) packet saltine crackers, finely crushed", "1/4 cup barbecue sauce", "1/2 yellow onion, chopped", "1/2 teaspoon dried sage", "1/2 teaspoon steak seasoning", "2 tablespoons brown sugar", "2 tablespoons Worcestershire sauce", "3 slices bacon", "3/4 cup barbecue sauce", "2 tablespoons brown sugar", "1 tablespoon Worcestershire sauce"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Savory Venison Meatloaf", "url" : "http://allrecipes.com/recipe/214577/savory-venison-meatloaf/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "MMD/shape of you-(miku)", "author" : "CoffeLate", "description" : "ok,undefinedsuficienteundefinedmmdundefinedporundefinedhoy....", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/video_embed_field_thumbnails/youtube/LqI3U11uV4E.jpg?itok=sSaPJFTJ", "download" : "https://www.iwara.tv/api/video/zva1ghwrrvtgkb5z6", "origin" : "https://www.iwara.tv/videos/zva1ghwrrvtgkb5z6"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"configuration" : ["HUMANNUMERICSORT", "GENERALNUMRICSORT"], "regionsToProcessedPerformance" : {"program" : 101295796310}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$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" : [[[122.625, 42.333333333333336], [122.625, 42.416666666666664], [122.75, 42.416666666666664], [122.75, 42.333333333333336], [122.625, 42.333333333333336]]]}, "properties" : {"code" : 632245, "url" : "http://madefor.github.io/0410/api/v1/632245.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/632245.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": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_39kq9lv4", "name" : "othatheguy"}, "date" : {"day" : 1586044800, "full" : 1586055348, "month" : 1585699200, "week" : 1586044800}, "id" : "t3_fv6nj3", "picture" : {"filesize" : 95122, "fullUrl" : "https://preview.redd.it/4hrcsq7czwq41.jpg?auto=webp&s=abeb6935d53f3eb66f17b8c64ab883c8ead28fce", "hash" : "aaaea0a514", "height" : 857, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAwb/xAAjEAACAgICAgEFAAAAAAAAAAABAgMEBREAIRITQQYiMVFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EABkRAAIDAQAAAAAAAAAAAAAAAAERAAISE//aAAwDAQACEQMRAD8AiPo2niHlWXNjJtIkL2YxRKKCEGypZtjy18a/XAuYeGzN76FkwQSgOsVjt033okHR41HIw0s9DLWkCpVZH9ccqMdlfu7P4/ujrh5a7hbOSsTV5fWGbbIkoVFb58QOtcONtxl+ayBP/9k=", "url" : "https://preview.redd.it/4hrcsq7czwq41.jpg?width=640&crop=smart&auto=webp&s=fd6b7fe2603e1f47086672816a6745c1eea4c7e3", "width" : 640}, "score" : {"comments" : 0, "downs" : 0, "ratio" : 0.89, "ups" : 7, "value" : 7}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Due to quarantine finally got around to building terrain", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/fv6nj3/due_to_quarantine_finally_got_around_to_building/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station" : [{"pref_cd" : 1, "line_cd" : 11108, "line_name" : "\u82b1\u54b2\u7dda", "station_cd" : 1110816, "station_g_cd" : 1110816, "station_name" : "\u843d\u77f3", "lon" : 145.519449, "lat" : 43.198335}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Eliciting risk perceptions with an online game: preliminary results.", "fields" : ["knowledge management", "influence diagram", "casual", "perception", "risk perception"], "abstract" : "We describe a scientific casual browser game called Link IT for eliciting societal risk perceptions in the form of mental models represented as influence diagrams. Given this knowledge, we can highlight similarities and differences across demographic groups as well as compare individual responses with expert models. These comparisons inform how risk should be best communicated to resolve knowledge gaps and misperceptions. Here we introduce the Link IT concept, present preliminary results and propose future work.", "citation" : "Citations (1)", "departments" : ["Pennsylvania State University", "Pennsylvania State University", "Pennsylvania State University", "Pennsylvania State University", "Pennsylvania State University"], "authors" : ["William L. McGill.....http://dblp.org/pers/hd/m/McGill:William_L=", "Yan Cao.....http://dblp.org/pers/hd/c/Cao:Yan", "Miao Jiang.....http://dblp.org/pers/hd/j/Jiang:Miao", "Jorge J. Calle.....http://dblp.org/pers/hd/c/Calle:Jorge_J=", "Stephen Broomell.....http://dblp.org/pers/hd/b/Broomell:Stephen", "Gale Lauser.....http://dblp.org/pers/hd/l/Lauser:Gale"], "conf" : "cscw", "year" : "2011", "pages" : 4} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BOG.SwissArmyKnife.Demo": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["BOG.SwissArmyKnife.Demo"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"profiles" : {"BOG.SwissArmyKnife.Demo" : {"commandName" : "Project", "commandLineArgs" : "BabbleOn"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BOG.SwissArmyKnife.Demo": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["BOG.SwissArmyKnife.Demo"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@angular/language-service": {"type": "string"}, "@angular/language-server": {"type": "string"}}, "required": ["@angular/language-service", "@angular/language-server"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"@angular/language-service" : "12.2.16", "@angular/language-server" : "12.2.3"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@angular/language-service": {"type": "string"}, "@angular/language-server": {"type": "string"}}, "required": ["@angular/language-service", "@angular/language-server"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-builder": {"type": "string"}, "electron-reload": {"type": "string"}}, "required": ["electron", "electron-builder", "electron-reload"]}, "build": {"type": "object", "properties": {"appId": {"type": "string"}}, "required": ["appId"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "devDependencies", "build"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "drmario-virus-count-ocr", "version" : "1.0.0", "description" : "Dr. Mario (NES) virus count OCR", "main" : "main.js", "repository" : {"type" : "git", "url" : "https://github.com/iamdmhero/drmario-virus-count-ocr.git"}, "scripts" : {"start" : "electron .", "build" : "electron-builder -m -p always"}, "devDependencies" : {"electron" : "^10.1.1", "electron-builder" : "^22.8.0", "electron-reload" : "^1.5.0"}, "build" : {"appId" : "io.drmar.virus-count-ocr"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-builder": {"type": "string"}, "electron-reload": {"type": "string"}}, "required": ["electron", "electron-builder", "electron-reload"]}, "build": {"type": "object", "properties": {"appId": {"type": "string"}}, "required": ["appId"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "devDependencies", "build"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/crafting/fissionfurnace/ebonshard.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/crafting/fissionfurnace/ebonshard.item"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"items/generic/crafting/fissionfurnace/ebonshard.item" : ["/description"]}, "Texts" : {"Chs" : "\u8fd9\u662f\u4e00\u4e2a\u95ea\u4eae\u7684\u9ed1\u5b9d\u77f3\u788e\u7247", "Eng" : "A shiny shard of ebon gemstone."}}, {"DeniedAlternatives" : [], "Files" : {"items/generic/crafting/fissionfurnace/ebonshard.item" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u9ed1\u5b9d\u77f3\u788e\u7247", "Eng" : "Ebon Shard"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/crafting/fissionfurnace/ebonshard.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/crafting/fissionfurnace/ebonshard.item"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lastUpdated" : 1655019279666, "username" : "cross-ticina", "scores" : [{"xp" : 9892, "rank" : 330, "cardId" : 565}, {"xp" : 10325, "rank" : 333, "cardId" : 499}, {"xp" : 54113, "rank" : 80, "cardId" : 136}, {"xp" : 13223, "rank" : 435, "cardId" : 550}, {"xp" : 68412, "rank" : 104, "cardId" : 113}, {"xp" : 12687, "rank" : 359, "cardId" : 218}, {"xp" : 6249, "rank" : 205, "cardId" : 303}, {"xp" : 41763, "rank" : 229, "cardId" : 420}, {"xp" : 19043, "rank" : 397, "cardId" : 307}, {"xp" : 30716, "rank" : 395, "cardId" : 450}, {"xp" : 7852, "rank" : 177, "cardId" : 308}, {"xp" : 5650, "rank" : 266, "cardId" : 519}, {"xp" : 18898, "rank" : 174, "cardId" : 479}, {"xp" : 18906, "rank" : 367, "cardId" : 508}, {"xp" : 16837, "rank" : 297, "cardId" : 541}, {"xp" : 20515, "rank" : 322, "cardId" : 26}, {"xp" : 30854, "rank" : 147, "cardId" : 405}, {"xp" : 6777, "rank" : 335, "cardId" : 228}, {"xp" : 46879, "rank" : 179, "cardId" : 20}, {"xp" : 13779, "rank" : 147, "cardId" : 501}, {"xp" : 19563, "rank" : 248, "cardId" : 527}, {"xp" : 45302, "rank" : 299, "cardId" : 101}, {"xp" : 49323, "rank" : 113, "cardId" : 177}, {"xp" : 58024, "rank" : 94, "cardId" : 198}, {"xp" : 8811, "rank" : 349, "cardId" : 543}, {"xp" : 18377, "rank" : 225, "cardId" : 517}, {"xp" : 23797, "rank" : 352, "cardId" : 25}, {"xp" : 46519, "rank" : 89, "cardId" : 165}, {"xp" : 40337, "rank" : 378, "cardId" : 264}, {"xp" : 98299, "rank" : 49, "cardId" : 44}, {"xp" : 21388, "rank" : 441, "cardId" : 564}, {"xp" : 18626, "rank" : 70, "cardId" : 529}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"containerID": {"type": "string"}, "payload": {"type": "object", "properties": {"containerID": {"type": "string"}, "orderID": {"type": "string"}}, "required": ["containerID", "orderID"]}, "timestamp": {"type": "string"}, "type": {"type": "string"}}, "required": ["containerID", "payload", "timestamp", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"containerID" : "", "payload" : {"containerID" : "", "orderID" : ""}, "timestamp" : "", "type" : "ContainerAssignedToOrder"} | json_instruct | {"type": "object", "properties": {"containerID": {"type": "string"}, "payload": {"type": "object", "properties": {"containerID": {"type": "string"}, "orderID": {"type": "string"}}, "required": ["containerID", "orderID"]}, "timestamp": {"type": "string"}, "type": {"type": "string"}}, "required": ["containerID", "payload", "timestamp", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"responsiveslides.css": {"type": "string"}, "responsiveslides.js": {"type": "string"}, "responsiveslides.min.css": {"type": "string"}, "responsiveslides.min.js": {"type": "string"}}, "required": ["responsiveslides.css", "responsiveslides.js", "responsiveslides.min.css", "responsiveslides.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"responsiveslides.css" : "sha256-yfORQsAm25Q7PTfy1uiLugldJ3TN5x88H+IfAJt8Jpg=", "responsiveslides.js" : "sha256-gzOkfKzeZGztMfpHRNaBtcwwapZxGVUtfqaqvtNGI6k=", "responsiveslides.min.css" : "sha256-cU4Sm6I+e8ALkvyJFwOgOn+nEI4BiLrt9CpYj/+UfZ4=", "responsiveslides.min.js" : "sha256-AguJ6QILC/ON28Sorq0k9ICxycceMdFosg0qzIv79ec="} | json_instruct | {"type": "object", "properties": {"responsiveslides.css": {"type": "string"}, "responsiveslides.js": {"type": "string"}, "responsiveslides.min.css": {"type": "string"}, "responsiveslides.min.js": {"type": "string"}}, "required": ["responsiveslides.css", "responsiveslides.js", "responsiveslides.min.css", "responsiveslides.min.js"], "$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#"}
| ["6b9e19d9-62094390-5f9ddb01-4a191ae7-9766b715", "27f7126f-4f66fb14-03f4081b-f9341db2-53925988", "6c65289b-db2fcb71-7eaf73f4-8e12470c-a4d6d7cf", "0dff9280-2375f586-1297870c-4cbd6d1c-527e36e5", "49974143-ec23cb52-6b2a1c46-14d5daa0-0822ce1a", "e98b9ac7-dd31ac40-ff046cb2-f0400d30-12f81d85", "b9c08539-26f93bde-c81ab0d7-bffaf2cb-a4d0bdd0"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"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" : 101877477, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "e29f256333150c6fff20969813094d90", "wof:id" : 101877477, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-2.92269321395139, 48.50303542136794, -2.91283099386362, 48.51041983999937], "geometry" : {"coordinates" : [[[-2.91467649653231, 48.51041983999937], [-2.91283099386362, 48.50334932228992], [-2.91550290166765, 48.50303542136794], [-2.91573359862741, 48.50391923326043], [-2.91974147121562, 48.50344825187585], [-2.92089544975084, 48.50786724810757], [-2.92223150511774, 48.50771020622034], [-2.92269321395139, 48.50947779117871], [-2.91467649653231, 48.51041983999937]]], "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"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-lungexpression", "downloads" : 4100, "count" : 3795}] | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "official_id", "address", "school_type", "school_type_entity", "fax", "state", "phone", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Wilhelm-Neuhaus-Schule", "id" : "HE-7307-0", "official_id" : "7307", "address" : "Hainstra\u00dfe 2, 36251 Bad Hersfeld", "school_type" : "Grundschule", "school_type_entity" : "Grundschule", "fax" : "06621/916387", "state" : "HE", "phone" : "06621/73626", "full_time_school" : false, "lon" : 9.705424, "lat" : 50.865334} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "official_id", "address", "school_type", "school_type_entity", "fax", "state", "phone", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [480.798, 211.933, 0.862444, 503.007, 256.371, 0.855308, 459.9, 257.594, 0.819034, 449.489, 317.62, 0.731562, 470.361, 345.078, 0.430942, 546.036, 256.313, 0.804602, 569.584, 320.315, 0.802383, 540.858, 356.789, 0.493365, 475.565, 398.57, 0.637839, 0, 0, 0, 0, 0, 0, 536.942, 395.958, 0.654138, 0, 0, 0, 0, 0, 0, 475.562, 202.837, 0.954247, 492.525, 202.773, 0.89674, 0, 0, 0, 516.026, 205.432, 0.906405], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}, {"pose_keypoints_2d" : [278.538, 181.857, 0.870857, 315.038, 230.206, 0.742622, 292.861, 234.102, 0.773995, 0, 0, 0, 0, 0, 0, 334.602, 226.327, 0.759707, 359.385, 307.156, 0.800817, 359.437, 373.761, 0.799059, 299.407, 364.66, 0.455266, 0, 0, 0, 0, 0, 0, 321.557, 371.154, 0.520855, 307.245, 476.896, 0.219205, 0, 0, 0, 277.168, 172.814, 0.902524, 287.686, 172.729, 0.932544, 0, 0, 0, 312.461, 175.425, 0.838269], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"f" : "\ufff9\ufffathe pupil of the eye\ufffb\u77b3\u5b54"}]}], "t" : "'emamosa"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"run-server": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["run-server", "dev", "start", "build"]}, "devDependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "@types/mainloop.js": {"type": "string"}, "concurrently": {"type": "string"}, "live-server": {"type": "string"}, "prettier": {"type": "string"}, "prettylint": {"type": "string"}}, "required": ["@types/lodash", "@types/mainloop.js", "concurrently", "live-server", "prettier", "prettylint"]}, "dependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"run-server" : "live-server --port=5000 --host=localhost --no-css-inject --ignore=**/src/**,**/.git/**", "dev" : "tsc -w", "start" : "concurrently \"npm:run-server\" \"npm:dev\"", "build" : "tsc"}, "devDependencies" : {"@types/lodash" : "^4.14.171", "@types/mainloop.js" : "^1.0.5", "concurrently" : "^6.2.0", "live-server" : "^1.2.1", "prettier" : "^2.3.2", "prettylint" : "^1.0.0"}, "dependencies" : {"typescript" : "^4.3.5"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"run-server": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["run-server", "dev", "start", "build"]}, "devDependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "@types/mainloop.js": {"type": "string"}, "concurrently": {"type": "string"}, "live-server": {"type": "string"}, "prettier": {"type": "string"}, "prettylint": {"type": "string"}}, "required": ["@types/lodash", "@types/mainloop.js", "concurrently", "live-server", "prettier", "prettylint"]}, "dependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-fetch": {"type": "string"}}, "required": ["node-fetch"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ipstackclient", "version" : "0.6.0", "description" : "node.js client for apis maintained at ipstack.com for identification by ip address", "main" : "src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["node", "ip", "client", "ipstack"], "repository" : {"type" : "git", "url" : "https://github.com/BrandonDenham/ipstack.git"}, "author" : "[email protected]", "license" : "MIT", "dependencies" : {"node-fetch" : "^2.1.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-fetch": {"type": "string"}}, "required": ["node-fetch"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "alchemy": {"type": "object", "properties": {"high": {"type": "integer"}, "low": {"type": "integer"}}, "required": ["high", "low"]}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "buy_limit": {"type": "integer"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "alchemy", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "buy_limit", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1765, "name" : "Yellow dye", "qualified_name" : "Yellow dye", "examine" : "A little bottle of yellow dye.", "members" : false, "release_date" : "2001-02-28", "quest" : false, "weight" : 0.02, "value" : 5, "alchemy" : {"high" : 3, "low" : 2}, "tradeable" : true, "stackable" : false, "noteable" : true, "equipable" : false, "tradeable_ge" : true, "buy_limit" : 150, "icon" : "iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAACIElEQVR4Xt3WTStEURgH8DlfwmY2t+7i1l35CpKkLKxINlLyBZQURQoLFlgoFAvRyEQiNCbvyUsieQnJS5IkJMnqr/85ncycRlnMvWfy1Gnmzpw75zfPfc5LJPJ/QiC9WQ2B/q4y9HaUoru1BO1NxbZRAutzdbLFR6rQ1lgkQfmOYwulQMvTtYgNVaKlodAmSNUMQYl4DcYHKtBcX2ALJLC74+Jg35XZmY9VY7S/XIImJ6I26kjg6tJLa0eHLhYXHIwMK1DIWRK4OPdwfeXh4d7D85OP7S0XM9MO+nry7IDOzxTo9ka9LicdjI1G0dlhBcQQmIpHsb+namljzcFSwpFZChmkZhcRx0cuTk9cmS1e87GtrjiYn1Mo884sh4JwUEJYyPqR3d95sqaIY8a2Nl2ZLX2P+UtZCCH/OQdjNghgMT8+qIJ+efblNXGEccYRzroKKFtq3WFWiCDg7dXH+5uPj3cfX5/qPXH8nihdV7MzgdSUAjEDnx9+xpYKIjw0EDNiYjKB+NgICmjW5TgoE0qDnh79NBDXqsBAnOa/gVjkGsR+BHFmhgYyUTkJ4nJggvRxJOsgLnQmKBWlQcwS+8mzUjIHQbFxSyDOMhPE/Sx0kEYRpAub/bjvBQhiiD+BmCUWNLeMocEfTAAghpCA1HrhrOJOr48gum5Sj7IBYXQIOThXba7IPI7wHMTPzRYCRsfvg5vNvDOwMAcOdXAb8Q1Oab7YLv9DRwAAAABJRU5ErkJggg==", "wiki_url" : "https://oldschool.runescape.wiki/w/Yellow_dye"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "alchemy": {"type": "object", "properties": {"high": {"type": "integer"}, "low": {"type": "integer"}}, "required": ["high", "low"]}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "buy_limit": {"type": "integer"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "alchemy", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "buy_limit", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Stir mango, lime juice, pepper jam, and cilantro together in a bowl. Cover the bowl and refrigerate for relish flavors to combine, about 30 minutes.", "Season salmon fillets with sea salt.", "Heat oil in a large non-stick skillet over medium-high heat until oil begins to smoke. Place salmon, flesh-side down, in the hot skillet and cook until edges are just starting to cook through, about 2 minutes. Flip fillets, remove skillet from heat, and let fillets sit in the hot pan until cooked through, 2 to 3 minutes more. Transfer to a plate and top with chilled mango relish."], "ingredients" : ["1 mango - peeled, seeded and diced", "2 tablespoons lime juice", "2 tablespoons red bell pepper and ancho chili pepper jam", "2 tablespoons chopped fresh cilantro", "2 salmon fillets, skin removed", "sea salt to taste", "2 teaspoons vegetable oil"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Chef John's Salmon Mango Bango", "url" : "http://allrecipes.com/recipe/238037/chef-johns-salmon-mango-bango/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"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" : 25000, "name" : "Small plated mithril salvage", "value" : 2000, "highalch" : 1200, "id" : 47228, "lowalch" : 800, "name_pt" : "Mithril em placa pequeno reaproveit\u00e1vel", "price" : 2006, "last" : 2006} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "HORNET: High-speed Onion Routing at the Network Layer.", "fields" : ["symmetric key algorithm", "network layer", "network architecture", "onion routing", "scalability"], "abstract" : "We present HORNET, a system that enables high-speed end-to-end anonymous channels by leveraging next-generation network architectures. HORNET is designed as a low-latency onion routing system that operates at the network layer thus enabling a wide range of applications. Our system uses only symmetric cryptography for data forwarding yet requires no per-flow state on intermediate routers. This design enables HORNET routers implemented on off-the-shelf hardware to process anonymous traffic at over 93 Gb/s. HORNET is also highly scalable, adding minimal processing overhead per additional anonymous channel.", "citation" : "Citations (16)", "year" : "2015", "departments" : ["Carnegie Mellon University", "ETH Zurich", "ETH Zurich", "University College London", "ETH Zurich"], "conf" : "ccs", "authors" : ["Chen Chen.....http://dblp.org/pers/hd/c/Chen_0013:Chen", "Daniele Enrico Asoni.....http://dblp.org/pers/hd/a/Asoni:Daniele_Enrico", "David Barrera.....http://dblp.org/pers/hd/b/Barrera:David", "George Danezis.....http://dblp.org/pers/hd/d/Danezis:George", "Adrian Perrig.....http://dblp.org/pers/hd/p/Perrig:Adrian"], "pages" : 14} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"resource_group": {"type": "string"}, "create_workspace": {"type": "boolean"}}, "required": ["resource_group", "create_workspace"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resource_group" : "ML_Evaluation", "create_workspace" : true} | json_instruct | {"type": "object", "properties": {"resource_group": {"type": "string"}, "create_workspace": {"type": "boolean"}}, "required": ["resource_group", "create_workspace"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "8fbdef4f529bded3d531c93405b21dde2e263a79"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"port": {"type": "integer"}, "cns": {"type": "object", "properties": {"user": {"type": "string"}, "host": {"type": "string"}, "database": {"type": "string"}, "port": {"type": "string"}}, "required": ["user", "host", "database", "port"]}, "apiLogger": {"type": "object", "properties": {"onConsole": {"type": "boolean"}, "onFile": {"type": "boolean"}, "filename": {"type": "string"}}, "required": ["onConsole", "onFile", "filename"]}, "errorLogger": {"type": "object", "properties": {"onConsole": {"type": "boolean"}, "onFile": {"type": "boolean"}, "filename": {"type": "string"}}, "required": ["onConsole", "onFile", "filename"]}}, "required": ["port", "cns", "apiLogger", "errorLogger"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"port" : 3200, "cns" : {"user" : "postgres", "host" : "localhost", "database" : "todotests", "port" : "5432"}, "apiLogger" : {"onConsole" : false, "onFile" : false, "filename" : "requests.log"}, "errorLogger" : {"onConsole" : false, "onFile" : true, "filename" : "error_test.log"}} | json_instruct | {"type": "object", "properties": {"port": {"type": "integer"}, "cns": {"type": "object", "properties": {"user": {"type": "string"}, "host": {"type": "string"}, "database": {"type": "string"}, "port": {"type": "string"}}, "required": ["user", "host", "database", "port"]}, "apiLogger": {"type": "object", "properties": {"onConsole": {"type": "boolean"}, "onFile": {"type": "boolean"}, "filename": {"type": "string"}}, "required": ["onConsole", "onFile", "filename"]}, "errorLogger": {"type": "object", "properties": {"onConsole": {"type": "boolean"}, "onFile": {"type": "boolean"}, "filename": {"type": "string"}}, "required": ["onConsole", "onFile", "filename"]}}, "required": ["port", "cns", "apiLogger", "errorLogger"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0xdd0c4e6febe39748f22355650f5062491766be7177e83f7248183c2e8fd5fa4f", "parentHash" : "0x30ca80e92d3a52dba1c4956130d0bf502321bb3a76ac0a787185d988dcbd8c18", "number" : 82333, "timestamp" : 1439517548, "nonce" : "0xcdea4afe4568015e", "difficulty" : 2377643577898, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x5208"}, "miner" : "0xe6A7a1d47ff21B6321162AEA7C6CB457D5476Bca", "extraData" : "0x476574682f76312e302e312d38326566323666362f6c696e75782f676f312e34", "transactions" : [{"hash" : "0x799fcf96edbc80bf92580dc5e365775b01ec8a33ec9394097f515459b2082cea", "blockHash" : "0xdd0c4e6febe39748f22355650f5062491766be7177e83f7248183c2e8fd5fa4f", "blockNumber" : 82333, "transactionIndex" : 0, "confirmations" : null, "from" : "0x32Be343B94f860124dC4fEe278FDCBD38C102D88", "gasPrice" : {"_hex" : "0xcdceba947"}, "gasLimit" : {"_hex" : "0x5208"}, "to" : "0xA3A56867DCF18D04e2Cf07351d2f692DEE6e6925", "value" : {"_hex" : "0x30c9dec8a60bd00000"}, "nonce" : 625, "data" : "0x", "r" : "0x6d88bda9c4fe7ce157bb254977fe2b8d7df4b3eecc603e91826af2acf5e099b5", "s" : "0x19b80a3df509ea3fe9702fda51299bc2f13a1943cd5f6587c279eee629f02b69", "v" : 27, "creates" : null, "raw" : "0xf86f820271850cdceba94782520894a3a56867dcf18d04e2cf07351d2f692dee6e69258930c9dec8a60bd00000801ba06d88bda9c4fe7ce157bb254977fe2b8d7df4b3eecc603e91826af2acf5e099b5a019b80a3df509ea3fe9702fda51299bc2f13a1943cd5f6587c279eee629f02b69", "networkId" : 0, "chainId" : 0}]} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "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" : 404398319, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "e62a33a0718ec7f81b685bcf4ea8512b", "wof:id" : 404398319, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.70539754901035, 45.96669187296671, 3.83207580755743, 46.0222862964406], "geometry" : {"coordinates" : [[[3.80972018297446, 45.98466236768456], [3.80017876454776, 45.98323528097485], [3.79068782875464, 45.97539521321108], [3.78171303403635, 45.97279193008925], [3.76002082575058, 45.98067518259608], [3.7552038636339, 45.97981587579547], [3.750639925295, 45.97003040363567], [3.74207128149141, 45.96669187296671], [3.70961157318929, 45.97414020175965], [3.7065490449618, 45.98005781284515], [3.71927465481802, 45.98321061282998], [3.71201805160854, 45.99044268440502], [3.70539754901035, 46.00914304780336], [3.70886259832634, 46.01126468261607], [3.7226483105441, 46.0148607772912], [3.73461412470247, 46.00884034091926], [3.75921431701472, 46.0055533400739], [3.80220759084888, 46.0222862964406], [3.81356417022972, 46.00351014382435], [3.81796033327641, 46.00193856865858], [3.82471098055103, 46.0065994637188], [3.82734177921652, 46.00021345638132], [3.83207580755743, 45.9996654790748], [3.83173647785849, 45.99944283510676], [3.82448294129624, 45.99483104815971], [3.82322027479991, 45.98815821395856], [3.80972018297446, 45.98466236768456]]], "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "properties": {"type": "object", "properties": {"Symbol": {"type": "object", "properties": {"existingJavaType": {"type": "string"}, "title": {"type": "string"}}, "required": ["existingJavaType", "title"]}, "Date": {"type": "object", "properties": {"existingJavaType": {"type": "string"}, "title": {"type": "string"}}, "required": ["existingJavaType", "title"]}}, "required": ["Symbol", "Date"]}}, "required": ["type", "title", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "object", "title" : "POJO for Future contracts. See <a href=\"https://www.iqfeed.net/dev/api/docs//OptionChainsviaTCPIP.cfm\">Option Chains via TCP/IP</a>", "properties" : {"Symbol" : {"existingJavaType" : "java.lang.String", "title" : "The symbol."}, "Date" : {"existingJavaType" : "java.time.LocalDate", "title" : "The date."}}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "properties": {"type": "object", "properties": {"Symbol": {"type": "object", "properties": {"existingJavaType": {"type": "string"}, "title": {"type": "string"}}, "required": ["existingJavaType", "title"]}, "Date": {"type": "object", "properties": {"existingJavaType": {"type": "string"}, "title": {"type": "string"}}, "required": ["existingJavaType", "title"]}}, "required": ["Symbol", "Date"]}}, "required": ["type", "title", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Bacon.js": {"type": "string"}, "Bacon.min.js": {"type": "string"}}, "required": ["Bacon.js", "Bacon.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Bacon.js" : "sha256-wN4wx9I7EHDYgpx9UQUAAQqtdq5CxvlBOBP9Ss6zUPU=", "Bacon.min.js" : "sha256-4LuEQGyn1cEGTXrLCZWX3U9538J7dcNUlTGIGTS6/14="} | json_instruct | {"type": "object", "properties": {"Bacon.js": {"type": "string"}, "Bacon.min.js": {"type": "string"}}, "required": ["Bacon.js", "Bacon.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "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" : "var getActiveChildNavigationOptions = function getActiveChildNavigationOptions(navigation, screenProps) {\n var theme = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'light';\n var state = navigation.state,\n router = navigation.router,\n getChildNavigation = navigation.getChildNavigation;\n var activeRoute = state.routes[state.index];\n var activeNavigation = getChildNavigation(activeRoute.key);\n var options = router.getScreenOptions(activeNavigation, screenProps, theme);\n return options;\n};\n\nexport default getActiveChildNavigationOptions;", "map" : {"version" : 3, "sources" : ["getActiveChildNavigationOptions.js"], "names" : ["getActiveChildNavigationOptions", "theme", "state", "router", "getChildNavigation", "navigation", "activeRoute", "activeNavigation", "options"], "mappings" : "AAAA,IAAMA,+BAA+B,GAA/BA,SAAAA,+BAAAA,CAAkC,UAAlCA,EAAkC,WAAlCA,EAID;AADHC,MAAAA,KACG,GAAA,SAAA,CAAA,MAAA,GAAA,CAAA,IAAA,SAAA,CAAA,CAAA,CAAA,KAAA,SAAA,GAAA,SAAA,CAAA,CAAA,CAAA,GADK,OAARA;AACG,MACKC,KADL,GAC2CG,UAD3C,CAAA,KAAA;AAAA,MACYF,MADZ,GAC2CE,UAD3C,CAAA,MAAA;AAAA,MACoBD,kBADpB,GAC2CC,UAD3C,CAAA,kBAAA;AAEH,MAAMC,WAAW,GAAGJ,KAAK,CAALA,MAAAA,CAAaA,KAAK,CAAtC,KAAoBA,CAApB;AACA,MAAMK,gBAAgB,GAAGH,kBAAkB,CAACE,WAAW,CAAvD,GAA2C,CAA3C;AACA,MAAME,OAAO,GAAGL,MAAM,CAANA,gBAAAA,CAAAA,gBAAAA,EAAAA,WAAAA,EAAhB,KAAgBA,CAAhB;AACA,SAAA,OAAA;AATF,CAAA;;AAYA,eAAA,+BAAA", "sourcesContent" : ["const getActiveChildNavigationOptions = (\n navigation,\n screenProps,\n theme = 'light'\n) => {\n const { state, router, getChildNavigation } = navigation;\n const activeRoute = state.routes[state.index];\n const activeNavigation = getChildNavigation(activeRoute.key);\n const options = router.getScreenOptions(activeNavigation, screenProps, theme);\n return options;\n};\n\nexport default getActiveChildNavigationOptions;\n"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"meta_description": {"type": "string"}}, "required": ["meta_description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta_description" : "This is a description for the error page"} | json_instruct | {"type": "object", "properties": {"meta_description": {"type": "string"}}, "required": ["meta_description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1209161010", "district_id" : "1209161", "name" : "BANDAR SIANTAR"} | 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": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"9b1c113b43e1f356f069e1a63f882727\"", "Last-Modified" : "Thu, 07 May 2020 21:24:44 GMT", "base" : {"repo" : {"name" : "r-princurve-feedstock"}}, "closed_at" : "2020-05-07T21:24:42Z", "created_at" : "2020-05-07T21:10:49Z", "draft" : false, "head" : {"ref" : "rebuild-r400-0-2_h555095"}, "html_url" : "https://github.com/conda-forge/r-princurve-feedstock/pull/13", "id" : 414921240, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2020-05-07T21:24:42Z", "number" : 13, "state" : "closed", "updated_at" : "2020-05-07T21:24:44Z"} | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$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"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "jquery-ui": {"type": "string"}}, "required": ["jquery", "jquery-ui"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "stylelint": {"type": "string"}, "stylelint-config-recommended": {"type": "string"}}, "required": ["eslint", "stylelint", "stylelint-config-recommended"]}}, "required": ["name", "version", "homepage", "author", "repository", "description", "main", "keywords", "license", "ignore", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "vanderlee-colorpicker", "version" : "1.2.20", "homepage" : "https://github.com/vanderlee/colorpicker", "author" : "Martijn van der Lee <[email protected]>", "repository" : {"type" : "git", "url" : "https://github.com/vanderlee/colorpicker"}, "description" : "JQuery colorpicker: themeroller styling, RGB, HSL, CMYK and L*A*B support. Standard look & feel, configurable. Works as a popup or inline.", "main" : "jquery.colorpicker.js", "keywords" : ["jquery", "colorpicker"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test"], "dependencies" : {"jquery" : ">=1.7.1", "jquery-ui" : ">=1.8.0"}, "devDependencies" : {"eslint" : "^5.15.1", "stylelint" : "^9.10.1", "stylelint-config-recommended" : "^2.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "jquery-ui": {"type": "string"}}, "required": ["jquery", "jquery-ui"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "stylelint": {"type": "string"}, "stylelint-config-recommended": {"type": "string"}}, "required": ["eslint", "stylelint", "stylelint-config-recommended"]}}, "required": ["name", "version", "homepage", "author", "repository", "description", "main", "keywords", "license", "ignore", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"framework": {"type": "string"}, "before_tests": {"type": "string"}, "serve_files": {"type": "array", "items": {"type": "string"}}, "src_files": {"type": "array", "items": {"type": "string"}}, "on_exit": {"type": "string"}, "launch_in_dev": {"type": "array", "items": {"type": "string"}}}, "required": ["framework", "before_tests", "serve_files", "src_files", "on_exit", "launch_in_dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"framework" : "tap", "before_tests" : "browserify ./test/index.js -o test-bundle.js", "serve_files" : ["https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.2/es5-shim.min.js", "https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.2/es5-sham.min.js", "test-bundle.js"], "src_files" : ["index.js", "test/index.js"], "on_exit" : "rm test-bundle.js", "launch_in_dev" : ["chrome", "firefox", "safari"]} | json_instruct | {"type": "object", "properties": {"framework": {"type": "string"}, "before_tests": {"type": "string"}, "serve_files": {"type": "array", "items": {"type": "string"}}, "src_files": {"type": "array", "items": {"type": "string"}}, "on_exit": {"type": "string"}, "launch_in_dev": {"type": "array", "items": {"type": "string"}}}, "required": ["framework", "before_tests", "serve_files", "src_files", "on_exit", "launch_in_dev"], "$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"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See cvexchi on Metamath](http://us.metamath.org/mpegif/cvexchi.html)"}], "names" : ["cvexchi"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_cch", "#T_cB", "#T_wcel", "#T_cch", "#T_cA", "#T_cin", "#T_cB", "#T_ccv", "#T_cB", "#T_wb", "#T_cA", "#T_ccv", "#T_cA", "#T_chj", "#T_cB"], "metaLanguage" : "METAMATH", "remarks" : " The Hilbert lattice satisfies the exchange axiom. Proposition 1(iii) of [Kalmbach] p. 140 and its converse. Originally proved by Garrett Birkhoff in 1933. (Contributed by NM, 12-Jun-2004.) (New usage is discouraged.) ", "statement" : "chpssat.1 $e |- A e. CH $.\nchpssat.2 $e |- B e. CH $.\ncvexchi $p |- ( ( A i^i B ) <oH B <-> A <oH ( A vH B ) ) $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "object", "properties": {"ui:options": {"type": "object", "properties": {"inline": {"type": "boolean"}, "width": {"type": "string"}}, "required": ["inline", "width"]}}, "required": ["ui:options"]}, "srcField": {"type": "object", "properties": {"ui:options": {"type": "object", "properties": {"inline": {"type": "boolean"}, "width": {"type": "string"}}, "required": ["inline", "width"]}, "ui:placeholder": {"type": "string"}}, "required": ["ui:options", "ui:placeholder"]}, "dstField": {"type": "object", "properties": {"ui:options": {"type": "object", "properties": {"inline": {"type": "boolean"}, "width": {"type": "string"}}, "required": ["inline", "width"]}, "ui:placeholder": {"type": "string"}}, "required": ["ui:options", "ui:placeholder"]}, "initialValue": {"type": "object", "properties": {"ui:placeholder": {"type": "string"}}, "required": ["ui:placeholder"]}, "func": {"type": "object", "properties": {"ui:widget": {"type": "string"}, "ui:options": {"type": "object", "properties": {"editMode": {"type": "string"}, "autoheight": {"type": "boolean"}}, "required": ["editMode", "autoheight"]}, "ui:placeholder": {"type": "string"}}, "required": ["ui:widget", "ui:options", "ui:placeholder"]}}, "required": ["type", "srcField", "dstField", "initialValue", "func"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : {"ui:options" : {"inline" : true, "width" : "25%"}}, "srcField" : {"ui:options" : {"inline" : true, "width" : "37.5%"}, "ui:placeholder" : "Source field name"}, "dstField" : {"ui:options" : {"inline" : true, "width" : "37.5%"}, "ui:placeholder" : "Destination field name"}, "initialValue" : {"ui:placeholder" : "Initial accumulator value"}, "func" : {"ui:widget" : "JsInput", "ui:options" : {"editMode" : "eager", "autoheight" : true}, "ui:placeholder" : "Enter JavaScript code"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "object", "properties": {"ui:options": {"type": "object", "properties": {"inline": {"type": "boolean"}, "width": {"type": "string"}}, "required": ["inline", "width"]}}, "required": ["ui:options"]}, "srcField": {"type": "object", "properties": {"ui:options": {"type": "object", "properties": {"inline": {"type": "boolean"}, "width": {"type": "string"}}, "required": ["inline", "width"]}, "ui:placeholder": {"type": "string"}}, "required": ["ui:options", "ui:placeholder"]}, "dstField": {"type": "object", "properties": {"ui:options": {"type": "object", "properties": {"inline": {"type": "boolean"}, "width": {"type": "string"}}, "required": ["inline", "width"]}, "ui:placeholder": {"type": "string"}}, "required": ["ui:options", "ui:placeholder"]}, "initialValue": {"type": "object", "properties": {"ui:placeholder": {"type": "string"}}, "required": ["ui:placeholder"]}, "func": {"type": "object", "properties": {"ui:widget": {"type": "string"}, "ui:options": {"type": "object", "properties": {"editMode": {"type": "string"}, "autoheight": {"type": "boolean"}}, "required": ["editMode", "autoheight"]}, "ui:placeholder": {"type": "string"}}, "required": ["ui:widget", "ui:options", "ui:placeholder"]}}, "required": ["type", "srcField", "dstField", "initialValue", "func"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "5171010001", "nama" : "PEMOGAN"}, {"id" : "5171010002", "nama" : "PEDUNGAN"}, {"id" : "5171010003", "nama" : "SESETAN"}, {"id" : "5171010004", "nama" : "SERANGAN"}, {"id" : "5171010005", "nama" : "SIDAKARYA"}, {"id" : "5171010006", "nama" : "PANJER"}, {"id" : "5171010007", "nama" : "RENON"}, {"id" : "5171010008", "nama" : "SANUR KAUH"}, {"id" : "5171010009", "nama" : "SANUR"}, {"id" : "5171010010", "nama" : "SANUR KAJA"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"layout": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["layout", "author", "date", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"layout" : "article", "author" : "Changwoo Park", "date" : "2010-06-09", "keywords" : ["SSMA", "Groovy", "gsql", "Oracle", "SQLServer"]} | json_instruct | {"type": "object", "properties": {"layout": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["layout", "author", "date", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"please_wait": {"type": "string"}, "validation_messages": {"type": "object", "properties": {"accept": {"type": "string"}, "creditcard": {"type": "string"}, "date": {"type": "string"}, "dateISO": {"type": "string"}, "digits": {"type": "string"}, "email": {"type": "string"}, "equalTo": {"type": "string"}, "max": {"type": "string"}, "maxlength": {"type": "string"}, "min": {"type": "string"}, "minlength": {"type": "string"}, "number": {"type": "string"}, "range": {"type": "string"}, "rangelength": {"type": "string"}, "remote": {"type": "string"}, "required": {"type": "string"}, "url": {"type": "string"}, "address_validator": {"type": "string"}, "money": {"type": "string"}, "min_bound": {"type": "string"}, "max_bound": {"type": "string"}, "number_no_decimals": {"type": "string"}, "number_decimals": {"type": "string"}}, "required": ["accept", "creditcard", "date", "dateISO", "digits", "email", "equalTo", "max", "maxlength", "min", "minlength", "number", "range", "rangelength", "remote", "required", "url", "address_validator", "money", "min_bound", "max_bound", "number_no_decimals", "number_decimals"]}}, "required": ["please_wait", "validation_messages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"please_wait" : "\u010cakajte pros\u00edm...", "validation_messages" : {"accept" : "Tento dokument mus\u00ed by\u0165 vo form\u00e1te GIF, JPG alebo PNG.", "creditcard" : "Pros\u00edm zadajte spr\u00e1vne \u010d\u00edslo kreditnej karty.", "date" : "Pros\u00edm zadajte platn\u00fd d\u00e1tum.", "dateISO" : "Pros\u00edm zadajte platn\u00fd d\u00e1tum (ISO).", "digits" : "Pros\u00edm zadajte iba \u010d\u00edslice.", "email" : "Pros\u00edm zadajte platn\u00fa e-mailov\u00fa adresu.", "equalTo" : "Pros\u00edm zadajte rovnak\u00fa hodnotu.", "max" : "Pros\u00edm zadajte menej alebo rovnak\u00fa hodnotu {0}.", "maxlength" : "Pros\u00edm, zadajte nie viac ako {0} znakov.", "min" : "Pros\u00edm zadajte hodnotu v\u00e4\u010d\u0161iu alebo rovnak\u00fa ako {0},", "minlength" : "Pros\u00edm zadajte najmenej {0} znakov.", "number" : "Pros\u00edm zadajte spr\u00e1vne \u010d\u00edslo.", "range" : "Pros\u00edm zadajte hodnotu medzi {0} a {1}.", "rangelength" : "Pros\u00edm zadajte hodnotu znakov medzi {0} a {1}.", "remote" : "Pros\u00edm potvrdit pole.", "required" : "Toto pole je povinn\u00e9.", "url" : "Pros\u00edm zadajte platn\u00fa URL.", "address_validator" : "Lokalita nebola n\u00e1jden\u00e1.", "money" : "Mus\u00edte vlo\u017ei\u0165 platn\u00fa pe\u0148a\u017en\u00fa hodnotu.", "min_bound" : "Pros\u00edm, zadajte hodnotu men\u0161iu, ne\u017e maxim\u00e1lna hodnota {0}", "max_bound" : "Pros\u00edm, zadajte hodnotu v\u00e4\u010d\u0161iu ne\u017e minim\u00e1lna hodnota {0}", "number_no_decimals" : "Pros\u00edm zadajte cel\u00e9 \u010d\u00edslo.", "number_decimals" : "Pros\u00edm zadajte platn\u00e9 \u010d\u00edslo bu\u010f s bodkou (.) Alebo \u010diarkou (,) ako odde\u013eova\u010d desatinn\u00fdch miest"}} | json_instruct | {"type": "object", "properties": {"please_wait": {"type": "string"}, "validation_messages": {"type": "object", "properties": {"accept": {"type": "string"}, "creditcard": {"type": "string"}, "date": {"type": "string"}, "dateISO": {"type": "string"}, "digits": {"type": "string"}, "email": {"type": "string"}, "equalTo": {"type": "string"}, "max": {"type": "string"}, "maxlength": {"type": "string"}, "min": {"type": "string"}, "minlength": {"type": "string"}, "number": {"type": "string"}, "range": {"type": "string"}, "rangelength": {"type": "string"}, "remote": {"type": "string"}, "required": {"type": "string"}, "url": {"type": "string"}, "address_validator": {"type": "string"}, "money": {"type": "string"}, "min_bound": {"type": "string"}, "max_bound": {"type": "string"}, "number_no_decimals": {"type": "string"}, "number_decimals": {"type": "string"}}, "required": ["accept", "creditcard", "date", "dateISO", "digits", "email", "equalTo", "max", "maxlength", "min", "minlength", "number", "range", "rangelength", "remote", "required", "url", "address_validator", "money", "min_bound", "max_bound", "number_no_decimals", "number_decimals"]}}, "required": ["please_wait", "validation_messages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 98157, "cartId" : "e29369d6-8486-4152-8748-51006f97c5b9", "preferredProducts" : [967, 3887], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputs" : ["3\n1 2 -3\n", "3\n41 -41 41\n", "1\n-1\n", "1\n0\n", "1\n1\n", "2\n-1 -1\n", "2\n-1 0\n", "2\n-1 1\n", "2\n0 -1\n", "2\n0 0\n", "2\n0 1\n", "2\n1 -1\n", "2\n1 0\n", "2\n1 1\n"], "outputs" : ["5\n", "3\n", "1\n", "0\n", "1\n", "3\n", "1\n", "2\n", "1\n", "0\n", "1\n", "2\n", "1\n", "3\n"]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "list": {"type": "array", "items": {"type": "object", "properties": {"order": {"type": "integer"}, "isCover": {"type": "boolean"}, "isColor": {"type": "boolean"}, "isDouble": {"type": "boolean"}, "isGuest": {"type": "boolean"}, "issue": {"type": "string"}}, "required": ["order", "isCover", "isColor", "isDouble", "isGuest", "issue"]}}}, "required": ["meta", "list"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta" : {"title" : "\u3044\u3061\u3054\u306e\u5165\u3063\u305f\u30bd\u30fc\u30c0\u6c34"}, "list" : [{"order" : 26, "isCover" : false, "isColor" : false, "isDouble" : false, "isGuest" : false, "issue" : "2018-01"}, {"order" : 26, "isCover" : false, "isColor" : false, "isDouble" : false, "isGuest" : false, "issue" : "2018-02"}, {"order" : 25, "isCover" : false, "isColor" : false, "isDouble" : false, "isGuest" : false, "issue" : "2018-03"}]} | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "list": {"type": "array", "items": {"type": "object", "properties": {"order": {"type": "integer"}, "isCover": {"type": "boolean"}, "isColor": {"type": "boolean"}, "isDouble": {"type": "boolean"}, "isGuest": {"type": "boolean"}, "issue": {"type": "string"}}, "required": ["order", "isCover", "isColor", "isDouble", "isGuest", "issue"]}}}, "required": ["meta", "list"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "null"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"WorkItem" : {"AffectedComponent" : {"Name" : "", "DisplayName" : ""}, "ClosedComment" : "", "ClosedDate" : null, "CommentCount" : 0, "Custom" : null, "Description" : "* new-alert [ [-eventname] <eventname> ] [ [-variable] <var> | [-variablename] <varname> ] [ [-count] <count>] [ [-message] <msg>] - type <balloon | apptitle | sound | email> [-onceonly] \n\u00a0\n(returns alert id)\n\u00a0\n* get-alert [ [-id] alertid ] (lists active alerts/notification)\n\u00a0\n* remove-alert <alertid>\n\u00a0\nthese will be used as a foundation to build rich job handling scripts.", "LastUpdatedDate" : "2017-12-09T01:32:22.027-08:00", "PlannedForRelease" : "", "ReleaseVisibleToPublic" : false, "Priority" : {"Name" : "Low", "Severity" : 50, "Id" : 1}, "ProjectName" : "PSEventing", "ReportedDate" : "2007-07-18T07:05:32.037-07:00", "Status" : {"Name" : "Active", "Id" : 2}, "ReasonClosed" : {"Name" : "Unassigned"}, "Summary" : "add some alert/notification cmdlets", "Type" : {"Name" : "Feature", "Id" : 1}, "VoteCount" : 1, "Id" : 2842}, "FileAttachments" : [], "Comments" : []} | json_instruct | {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "null"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$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"}, "id": {"type": "string"}, "name": {"type": "string"}, "stat_mod": {"type": "object", "properties": {"spd": {"type": "integer"}}, "required": ["spd"]}, "sp": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "id", "name", "stat_mod", "sp", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Grants Spd +3", "id" : "squad-ace-d-3", "name" : "Squad Ace D 3", "stat_mod" : {"spd" : 3}, "sp" : 120, "type" : "s"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "stat_mod": {"type": "object", "properties": {"spd": {"type": "integer"}}, "required": ["spd"]}, "sp": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "id", "name", "stat_mod", "sp", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "High-quality shape from multi-view stereo and shading under general illumination.", "fields" : ["harmonic analysis", "shading", "computer vision", "computer graphics images", "iterative reconstruction"], "abstract" : "Multi-view stereo methods reconstruct 3D geometry from images well for sufficiently textured scenes, but often fail to recover high-frequency surface detail, particularly for smoothly shaded surfaces. On the other hand, shape-from-shading methods can recover fine detail from shading variations. Unfortunately, it is non-trivial to apply shape-from-shading alone to multi-view data, and most shading-based estimation methods only succeed under very restricted or controlled illumination. We present a new algorithm that combines multi-view stereo and shading-based refinement for high-quality reconstruction of 3D geometry models from images taken under constant but otherwise arbitrary illumination. We have tested our algorithm on several scenes that were captured under several general and unknown lighting conditions, and we show that our final reconstructions rival laser range scans.", "citation" : "Citations (94)", "year" : "2011", "departments" : ["Microsoft", "Microsoft", "MPI Informatik", "MPI Informatik"], "conf" : "cvpr", "authors" : ["Chenglei Wu.....http://dblp.org/pers/hd/w/Wu:Chenglei", "Bennett Wilburn.....http://dblp.org/pers/hd/w/Wilburn:Bennett", "Yasuyuki Matsushita.....http://dblp.org/pers/hd/m/Matsushita:Yasuyuki", "Christian Theobalt.....http://dblp.org/pers/hd/t/Theobalt:Christian"], "pages" : 8} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/backitems/morphitepack/batterypack_morphite.back": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/backitems/morphitepack/batterypack_morphite.back"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"items/armors/backitems/morphitepack/batterypack_morphite.back" : ["/description"]}, "Texts" : {"Chs" : "\u4e00\u4e2a\u5148\u8fdb\u7684\u80fd\u91cf\u6062\u590dEPP\u80cc\u5305.\u80fd\u91cf\u503c\u4e0a\u9650+30\uff0c\u80fd\u91cf\u6062\u590d\u901f\u5ea6+12%\uff0c\u81ea\u5e26\u7167\u660e.", "Eng" : "An advanced energy pack. Grants +30 energy, 12% energy regen and a slight glow."}}, {"DeniedAlternatives" : [], "Files" : {"items/armors/backitems/morphitepack/batterypack_morphite.back" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u53cd\u7269\u8d28\u80fd\u91cfEPP", "Eng" : "Antimatter Energy Pack"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/backitems/morphitepack/batterypack_morphite.back": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/backitems/morphitepack/batterypack_morphite.back"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "Pleasant Hills, Mandaluyong, Metropolitan Manila, National Capital Region, PH", "locale" : "ph.national-capital-region.metropolitan-manila.mandaluyong.pleasant-hills", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "12", "region_reference" : "141", "region_name" : "National Capital Region", "province_id" : "47", "province_reference" : "47", "province_name" : "Metropolitan Manila", "city_id" : "808", "city_reference" : "954", "city_name" : "Mandaluyong", "barangay_id" : "22626", "barangay_reference" : "24425", "barangay_name" : "Pleasant Hills"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[121.044312, 14.588071], [121.043617, 14.58759], [121.042397, 14.586801], [121.04213, 14.58697], [121.041733, 14.58718], [121.041199, 14.587451], [121.041061, 14.587501], [121.040916, 14.587511], [121.040787, 14.587511], [121.039886, 14.587312], [121.039566, 14.587251], [121.039406, 14.587251], [121.039078, 14.587431], [121.038292, 14.58798], [121.037498, 14.588511], [121.036339, 14.588551], [121.036057, 14.588561], [121.03595, 14.588591], [121.035606, 14.58866], [121.035461, 14.588981], [121.035156, 14.589611], [121.034828, 14.590261], [121.034996, 14.590261], [121.035629, 14.590281], [121.035973, 14.590291], [121.037117, 14.590311], [121.037651, 14.590311], [121.038071, 14.590251], [121.038948, 14.590051], [121.039146, 14.59], [121.039452, 14.589941], [121.039787, 14.589861], [121.039963, 14.58981], [121.040207, 14.58971], [121.040787, 14.589491], [121.041046, 14.5894], [121.041328, 14.589291], [121.041603, 14.58919], [121.042366, 14.588911], [121.042763, 14.58876], [121.043266, 14.588531], [121.044067, 14.588181], [121.044312, 14.588071]]]]}} | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "projecte:block/nova_cataclysm"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "cli-prompt": {"type": "string"}, "consolidate": {"type": "string"}, "handlebars": {"type": "string"}, "metalsmith": {"type": "string"}}, "required": ["async", "cli-prompt", "consolidate", "handlebars", "metalsmith"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["name", "private", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "project-scaffolder-example", "private" : true, "dependencies" : {"async" : "^3.2.2", "cli-prompt" : "^0.6.0", "consolidate" : "^0.16.0", "handlebars" : "^4.7.7", "metalsmith" : "^2.3.0"}, "scripts" : {"start" : "node build"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "cli-prompt": {"type": "string"}, "consolidate": {"type": "string"}, "handlebars": {"type": "string"}, "metalsmith": {"type": "string"}}, "required": ["async", "cli-prompt", "consolidate", "handlebars", "metalsmith"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["name", "private", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "artisanat:block/yellow_bricks"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}, "animate.css": {"type": "string"}, "jquery": {"type": "string"}, "angular": {"type": "string"}, "angular-ui-router": {"type": "string"}, "angular-bootstrap": {"type": "string"}, "angular-sanitize": {"type": "string"}, "angular-cookies": {"type": "string"}, "angular-flash": {"type": "string"}, "ng-tags-input": {"type": "string"}, "underscore": {"type": "string"}, "ng-file-upload": {"type": "string"}, "restangular": {"type": "string"}, "ngprogress": {"type": "string"}, "jquery-waypoints": {"type": "string"}, "angular-marked": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-resource": {"type": "string"}, "moment": {"type": "string"}, "highlightjs": {"type": "string"}, "angular-socket-io": {"type": "string"}, "angular-scroll-glue": {"type": "string"}, "ng-emoticons": {"type": "string"}, "angular-material": {"type": "string"}, "angular-messages": {"type": "string"}}, "required": ["bootstrap", "font-awesome", "animate.css", "jquery", "angular", "angular-ui-router", "angular-bootstrap", "angular-sanitize", "angular-cookies", "angular-flash", "ng-tags-input", "underscore", "ng-file-upload", "restangular", "ngprogress", "jquery-waypoints", "angular-marked", "angular-animate", "angular-resource", "moment", "highlightjs", "angular-socket-io", "angular-scroll-glue", "ng-emoticons", "angular-material", "angular-messages"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "version", "dependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "azquestion.com", "version" : "0.0.1", "dependencies" : {"bootstrap" : "~3.3.1", "font-awesome" : "~4.2.0", "animate.css" : "~3.2.0", "jquery" : "~1.11.2", "angular" : "~1.3.15", "angular-ui-router" : "~0.2.13", "angular-bootstrap" : "~0.11.2", "angular-sanitize" : "~1.3.15", "angular-cookies" : "~1.3.15", "angular-flash" : "~0.1.13", "ng-tags-input" : "~2.1.1", "underscore" : "latest", "ng-file-upload" : "~1.6.6", "restangular" : "~1.4.0", "ngprogress" : "~1.0.7", "jquery-waypoints" : "~2.0.5", "angular-marked" : "~0.0.12", "angular-animate" : "~1.3.15", "angular-resource" : "~1.3.15", "moment" : "~2.8.4", "highlightjs" : "latest", "angular-socket-io" : "~0.7.0", "angular-scroll-glue" : "~2.0.4", "ng-emoticons" : "~2.0.0", "angular-material" : "master", "angular-messages" : "~1.3.15"}, "resolutions" : {"angular" : "~1.3.15"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}, "animate.css": {"type": "string"}, "jquery": {"type": "string"}, "angular": {"type": "string"}, "angular-ui-router": {"type": "string"}, "angular-bootstrap": {"type": "string"}, "angular-sanitize": {"type": "string"}, "angular-cookies": {"type": "string"}, "angular-flash": {"type": "string"}, "ng-tags-input": {"type": "string"}, "underscore": {"type": "string"}, "ng-file-upload": {"type": "string"}, "restangular": {"type": "string"}, "ngprogress": {"type": "string"}, "jquery-waypoints": {"type": "string"}, "angular-marked": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-resource": {"type": "string"}, "moment": {"type": "string"}, "highlightjs": {"type": "string"}, "angular-socket-io": {"type": "string"}, "angular-scroll-glue": {"type": "string"}, "ng-emoticons": {"type": "string"}, "angular-material": {"type": "string"}, "angular-messages": {"type": "string"}}, "required": ["bootstrap", "font-awesome", "animate.css", "jquery", "angular", "angular-ui-router", "angular-bootstrap", "angular-sanitize", "angular-cookies", "angular-flash", "ng-tags-input", "underscore", "ng-file-upload", "restangular", "ngprogress", "jquery-waypoints", "angular-marked", "angular-animate", "angular-resource", "moment", "highlightjs", "angular-socket-io", "angular-scroll-glue", "ng-emoticons", "angular-material", "angular-messages"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "version", "dependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@mscs/environment": {"type": "string"}, "discord.js": {"type": "string"}}, "required": ["@mscs/environment", "discord.js"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "nodemon": {"type": "string"}, "tsc": {"type": "string"}}, "required": ["@types/node", "nodemon", "tsc"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jukebox", "version" : "1.0.0", "description" : "A Discord Musicbot based on Open Source", "main" : "dist/main.js", "scripts" : {"test" : "nodemon src/main.ts"}, "author" : "Noel Schmidt <[email protected]>", "license" : "MIT", "dependencies" : {"@mscs/environment" : "^0.1.1", "discord.js" : "^12.5.3"}, "devDependencies" : {"@types/node" : "^14.14.37", "nodemon" : "^2.0.7", "tsc" : "^1.20150623.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@mscs/environment": {"type": "string"}, "discord.js": {"type": "string"}}, "required": ["@mscs/environment", "discord.js"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "nodemon": {"type": "string"}, "tsc": {"type": "string"}}, "required": ["@types/node", "nodemon", "tsc"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "string"}, "status": {"type": "string"}, "created": {"type": "string"}, "fixed_version": {"type": "string"}, "broken_version": {"type": "string"}, "priority": {"type": "string"}, "subsystem": {"type": "string"}, "assigned_to": {"type": "string"}, "derived_from": {"type": "string"}, "creator": {"type": "string"}, "rust": {"type": "string"}, "customer_group": {"type": "string"}, "visibility": {"type": "string"}, "notify": {"type": "string"}, "due_date": {"type": "string"}}, "required": ["id", "title", "description", "remarks", "derived_tickets", "attachments", "check_ins", "type", "last_change", "status", "created", "fixed_version", "broken_version", "priority", "subsystem", "assigned_to", "derived_from", "creator", "rust", "customer_group", "visibility", "notify", "due_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 2028, "title" : "Ticket #2028: Shadow log reports wrong checkpoint server IP under some conditions.", "description" : "<blockquote>\nNotice the 0.0.0.0. Those are incorrect. Find out why.\n\n<p></p><div class=\"verbatim\">\n<pre># condor_version\n$CondorVersion: 7.4.4 Oct 13 2010 BuildID: 279383 $\n$CondorPlatform: X86_64-LINUX_RHEL5 $\n\nincorrectly reports the checkpoint server IP address in the shadow log, e.g.,\n\n03/31 07:42:52 (38689125.0) (31938):Skipping connect to checkpoint server 10.9.2.202 for 1200 seconds due to connection timeout.\n03/31 07:42:52 (38689125.0) (31938):store request to ckpt server 0.0.0.0 failed, trying again in 5 seconds\n...\n03/31 07:42:57 (38689125.0) (31938):Skipping connection to previously timed out ckpt server: 10.9.2.202.\n03/31 07:42:57 (38689125.0) (31938):store request to ckpt server 0.0.0.0 failed, trying again in 10 seconds\n...\n03/31 07:43:07 (38689125.0) (31938):Skipping connection to previously timed out ckpt server: 10.9.2.202.\n03/31 07:43:07 (38689125.0) (31938):store request to ckpt server 0.0.0.0 failed, trying again in 20 seconds\n\n</pre></div>\n</blockquote>", "remarks" : "<blockquote>\n</blockquote>", "derived_tickets" : "", "attachments" : "<html><head></head><body></body></html>", "check_ins" : "", "type" : "defect", "last_change" : "2015-Sep-21 11:25", "status" : "defer", "created" : "2011-Apr-01 16:05", "fixed_version" : "2011-Apr-01 16:05", "broken_version" : "v070404", "priority" : "5", "subsystem" : "Std", "assigned_to" : "", "derived_from" : "", "creator" : "psilord", "rust" : "a21901", "customer_group" : "ligo", "visibility" : "public", "notify" : "[email protected],[email protected]", "due_date" : ""} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "string"}, "status": {"type": "string"}, "created": {"type": "string"}, "fixed_version": {"type": "string"}, "broken_version": {"type": "string"}, "priority": {"type": "string"}, "subsystem": {"type": "string"}, "assigned_to": {"type": "string"}, "derived_from": {"type": "string"}, "creator": {"type": "string"}, "rust": {"type": "string"}, "customer_group": {"type": "string"}, "visibility": {"type": "string"}, "notify": {"type": "string"}, "due_date": {"type": "string"}}, "required": ["id", "title", "description", "remarks", "derived_tickets", "attachments", "check_ins", "type", "last_change", "status", "created", "fixed_version", "broken_version", "priority", "subsystem", "assigned_to", "derived_from", "creator", "rust", "customer_group", "visibility", "notify", "due_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 185}, "clipped" : true, "id" : "86cfd48a3d"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 187}, "clipped" : true, "id" : "966ce88fdf"}, {"arcs" : [[2]], "type" : "Polygon", "properties" : {"id" : 202}, "clipped" : true, "id" : "852980f90e"}, {"arcs" : [[3]], "type" : "Polygon", "properties" : {"id" : 213}, "clipped" : true, "id" : "6f3349b4fb"}, {"arcs" : [[4]], "type" : "Polygon", "properties" : {"id" : 221}, "clipped" : true, "id" : "efd02912b0"}, {"arcs" : [[5]], "type" : "Polygon", "properties" : {"id" : 231}, "clipped" : true, "id" : "5094be1d20"}, {"arcs" : [[6]], "type" : "Polygon", "properties" : {"id" : 259}, "clipped" : true, "id" : "bab566814a"}, {"arcs" : [[7]], "type" : "Polygon", "properties" : {"id" : 275}, "clipped" : true, "id" : "bf16733d47"}]}}, "type" : "Topology", "transform" : {"translate" : [15.117187499999968, 49.26780455063753], "scale" : [0.00017166137695315276, 0.00011188304333205334]}, "arcs" : [[[604, 0], [420, 155], [0, -155], [-420, 0]], [[235, 769], [789, -509], [0, -105], [-420, -155], [-604, 0], [0, 230], [235, 539]], [[0, 474], [235, 295], [-235, -539], [0, 244]], [[792, 1024], [232, -576], [0, -188], [-789, 509], [181, 255], [376, 0]], [[0, 686], [235, 83], [-235, -295], [0, 212]], [[1024, 448], [-232, 576], [232, 0], [0, -576]], [[0, 924], [235, -155], [-235, -83], [0, 238]], [[416, 1024], [-181, -255], [-235, 155], [0, 100], [416, 0]]]} | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See faclbnd4 on Metamath](http://us.metamath.org/mpegif/faclbnd4.html)"}], "names" : ["faclbnd4"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cN", "#T_wcel", "#T_cn0", "#T_w3a--1", "#T_cK", "#T_wcel", "#T_cn0", "#T_w3a--2", "#T_cM", "#T_wcel", "#T_cn0", "#T_wi", "#T_cN", "#T_cexp", "#T_cK", "#T_cmul", "#T_cM", "#T_cexp", "#T_cN", "#T_cle", "#T_c2", "#T_cexp", "#T_cK", "#T_cexp", "#T_c2", "#T_cmul", "#T_cM", "#T_cexp", "#T_cM", "#T_caddc", "#T_cK", "#T_cmul", "#T_cfa", "#T_cfv", "#T_cN"], "metaLanguage" : "METAMATH", "remarks" : " Variant of ~ faclbnd5 providing a non-strict lower bound. (Contributed by NM, 23-Dec-2005.) ", "statement" : "faclbnd4 $p |- ( ( N e. NN0 /\\ K e. NN0 /\\ M e. NN0 ) -> ( ( N ^ K ) x. ( M ^ N ) ) <_ ( ( ( 2 ^ ( K ^ 2 ) ) x. ( M ^ ( M + K ) ) ) x. ( ! ` N ) ) ) $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"an9.47:0.1": {"type": "string"}, "an9.47:0.2": {"type": "string"}, "an9.47:0.3": {"type": "string"}, "an9.47:1.1": {"type": "string"}, "an9.47:1.2": {"type": "string"}, "an9.47:2.1": {"type": "string"}, "an9.47:2.2": {"type": "string"}, "an9.47:3.1": {"type": "string"}, "an9.47:3.2": {"type": "string"}}, "required": ["an9.47:0.1", "an9.47:0.2", "an9.47:0.3", "an9.47:1.1", "an9.47:1.2", "an9.47:2.1", "an9.47:2.2", "an9.47:3.1", "an9.47:3.2"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"an9.47:0.1" : "Nummerierte Lehrreden 9 ", "an9.47:0.2" : "5. \u00c4hnlichkeit ", "an9.47:0.3" : "47. Das Erl\u00f6schen, das in diesem Leben sichtbar ist ", "an9.47:1.1" : "\u201eWerter Freund, man spricht vom \u201aErl\u00f6schen, das in diesem Leben sichtbar ist\u2018. ", "an9.47:1.2" : "Wie sprach der Buddha vom Erl\u00f6schen, das in diesem Leben sichtbar ist?\u201c ", "an9.47:2.1" : "\u201eDa tritt eine Nonne, ganz abgeschieden von den Sinnenfreuden \u2026 in die erste Vertiefung ein und verweilt darin. ", "an9.47:2.2" : "Insoweit sprach der Buddha vom Erl\u00f6schen, das in diesem Leben sichtbar ist, in einem eingeschr\u00e4nkten Sinn. \u2026 ", "an9.47:3.1" : "Dann \u00fcbersteigt da eine Nonne vollst\u00e4ndig die Dimension \u201aweder Wahrnehmung noch keine Wahrnehmung\u2018, tritt in das Aufh\u00f6ren von Wahrnehmung und Gef\u00fchl ein und verweilt darin. Und wenn sie mit Weisheit sieht, l\u00f6sen sich ihre Befleckungen auf. ", "an9.47:3.2" : "Insoweit sprach der Buddha vom Erl\u00f6schen, das in diesem Leben sichtbar ist, in uneingeschr\u00e4nktem Sinn.\u201c "} | json_instruct | {"type": "object", "properties": {"an9.47:0.1": {"type": "string"}, "an9.47:0.2": {"type": "string"}, "an9.47:0.3": {"type": "string"}, "an9.47:1.1": {"type": "string"}, "an9.47:1.2": {"type": "string"}, "an9.47:2.1": {"type": "string"}, "an9.47:2.2": {"type": "string"}, "an9.47:3.1": {"type": "string"}, "an9.47:3.2": {"type": "string"}}, "required": ["an9.47:0.1", "an9.47:0.2", "an9.47:0.3", "an9.47:1.1", "an9.47:1.2", "an9.47:2.1", "an9.47:2.2", "an9.47:3.1", "an9.47:3.2"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"databasetype": {"type": "string"}, "dbconnection": {"type": "string"}, "restfulapi_endpoint": {"type": "string"}, "restfulapi-tlsendpoint": {"type": "string"}}, "required": ["databasetype", "dbconnection", "restfulapi_endpoint", "restfulapi-tlsendpoint"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"databasetype" : "mongodb", "dbconnection" : "mongodb://172.0.0.1:27017", "restfulapi_endpoint" : "localhost:8181", "restfulapi-tlsendpoint" : "localhost:9191"} | json_instruct | {"type": "object", "properties": {"databasetype": {"type": "string"}, "dbconnection": {"type": "string"}, "restfulapi_endpoint": {"type": "string"}, "restfulapi-tlsendpoint": {"type": "string"}}, "required": ["databasetype", "dbconnection", "restfulapi_endpoint", "restfulapi-tlsendpoint"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "subpackages": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "string"}, "pages": {"type": "array", "items": {"type": "string"}}}, "required": ["root", "pages"]}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "tabBar": {"type": "object", "properties": {"selectedColor": {"type": "string"}, "color": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}, "pagePath": {"type": "string"}}, "required": ["text", "iconPath", "selectedIconPath", "pagePath"]}}}, "required": ["selectedColor", "color", "list"]}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "subpackages", "window", "tabBar", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pages" : ["pages/login/login", "pages/select/select", "pages/index/index", "pages/my/my"], "subpackages" : [{"root" : "packageA", "pages" : ["pages/logs/logs", "pages/python/python", "pages/python2/python", "pages/python3/python", "pages/python4/python", "pages/python5/python", "pages/collection/collection", "pages/wrong_set/wrong_set", "pages/prc_all/prc_all", "pages/prc_all_2/prc_all_2", "pages/prc_all_3/prc_all_3", "pages/prc_all_4/prc_all_4", "pages/prc_all_5/prc_all_5"]}, {"root" : "packageB", "pages" : ["pages/showanswers/showanswers"]}], "window" : {"backgroundTextStyle" : "light", "navigationBarBackgroundColor" : "#2db7f5", "navigationBarTitleText" : "\u5b89\u89c4\u666e\u8003\u7b54\u9898\u5e93", "navigationBarTextStyle" : "white"}, "tabBar" : {"selectedColor" : "#2db7f5", "color" : "#909090", "list" : [{"text" : "\u7b54\u9898", "iconPath" : "images/answer.png", "selectedIconPath" : "images/answer-select.png", "pagePath" : "pages/select/select"}, {"text" : "\u6211\u7684", "iconPath" : "images/my.png", "selectedIconPath" : "images/my-select.png", "pagePath" : "pages/my/my"}]}, "sitemapLocation" : "sitemap.json"} | json_instruct | {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "subpackages": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "string"}, "pages": {"type": "array", "items": {"type": "string"}}}, "required": ["root", "pages"]}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "tabBar": {"type": "object", "properties": {"selectedColor": {"type": "string"}, "color": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}, "pagePath": {"type": "string"}}, "required": ["text", "iconPath", "selectedIconPath", "pagePath"]}}}, "required": ["selectedColor", "color", "list"]}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "subpackages", "window", "tabBar", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "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" : [[[134.125, 44.083333333333336], [134.125, 44.166666666666664], [134.25, 44.166666666666664], [134.25, 44.083333333333336], [134.125, 44.083333333333336]]]}, "properties" : {"code" : 663411, "url" : "http://madefor.github.io/0410/api/v1/663411.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/663411.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": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "unlockType": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}}, "required": ["hasIcon"]}, "scope": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "redacted", "unlockType", "displayProperties", "scope"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 18235, "hash" : 2442287274, "blacklisted" : false, "redacted" : false, "unlockType" : 0, "displayProperties" : {"hasIcon" : false}, "scope" : 0} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "unlockType": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}}, "required": ["hasIcon"]}, "scope": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "redacted", "unlockType", "displayProperties", "scope"], "$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" : "7301042002", "district_id" : "7301042", "name" : "JAMBUIYA"} | 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": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}, "craft": {"type": "object", "properties": {"cost": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["cost", "items"]}}, "required": ["id", "name", "description", "source", "rarity", "craft"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "silver_raven_insignia", "name" : "Silver Raven Insignia", "description" : "Lencana gagak yang digunakan oleh anggota Treasure Hoarder untuk mengenali satu sama lain. Para Treasure Hoarder tidak memerlukan surat lamaran. Siapa pun yang memiliki hasrat untuk mendapatkan harta dan keberanian layak menjadi anggotanya.", "source" : ["Dijatuhkan oleh Treasure Hoarder Lv. 40+", "Didapatkan melalui Craft", "Penukaran Stardust"], "rarity" : 2, "craft" : {"cost" : 25, "items" : [{"id" : "treasure_hoarder_insignia", "name" : "Treasure Hoarder Insignia", "amount" : 3}]}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}, "craft": {"type": "object", "properties": {"cost": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["cost", "items"]}}, "required": ["id", "name", "description", "source", "rarity", "craft"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"template": {"type": "string"}, "payloads": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["template", "payloads"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : "sqs", "payloads" : [{"name" : "Serverless Triggers"}]} | json_instruct | {"type": "object", "properties": {"template": {"type": "string"}, "payloads": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["template", "payloads"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 66486, "cartId" : "3c4eb0c3-3dbf-4243-957b-9a84f5cb5d47", "preferredProducts" : [], "productReviews" : [{"productId" : 4069, "reviewText" : "My co-worker Cato has one of these. He says it looks sopping.", "reviewDate" : "2017-07-27T09:03:04.772298+03:00"}, {"productId" : 1474, "reviewText" : "I saw one of these in Bhutan and I bought one.", "reviewDate" : "2017-04-15T03:01:26.508142+03:00"}, {"productId" : 782, "reviewText" : "one of my hobbies is toy collecting. and when i'm collecting toys this works great.", "reviewDate" : "2020-05-07T18:04:23.0553923+03:00"}, {"productId" : 2169, "reviewText" : "I saw one of these in Bhutan and I bought one.", "reviewDate" : "2017-01-25T00:44:36.4948208+02:00"}, {"productId" : 597, "reviewText" : "heard about this on new jersey hip hop radio, decided to give it a try.", "reviewDate" : "2018-10-06T07:20:24.9482386+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"major": {"type": "string"}, "photo": {"type": "string"}, "college": {"type": "string"}, "year": {"type": "string"}, "id": {"type": "string"}, "deptinfo": {"type": "string"}, "title": {"type": "string"}, "lname": {"type": "string"}, "fname": {"type": "string"}, "email": {"type": "string"}, "status": {"type": "string"}, "description": {"type": "string"}, "majorlong": {"type": "string"}, "phone": {"type": "string"}, "birthday": {"type": "string"}, "majorinfo": {"type": "string"}, "account": {"type": "string"}, "room": {"type": "string"}, "country": {"type": "string"}, "floor": {"type": "string"}, "eid": {"type": "string"}, "block": {"type": "string"}}, "required": ["major", "photo", "college", "year", "id", "deptinfo", "title", "lname", "fname", "email", "status", "description", "majorlong", "phone", "birthday", "majorinfo", "account", "room", "country", "floor", "eid", "block"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"major" : "Science", "photo" : "http://jpeople.user.jacobs-university.de/utils/images/2309.jpg", "college" : "", "year" : "", "id" : "1445", "deptinfo" : "Electrical Engineering / Computer Science", "title" : "University Lecturer", "lname" : "Mahleko", "fname" : "Bendick", "email" : "[email protected]", "status" : "", "description" : "disc Computer Science", "majorlong" : "", "phone" : "3198", "birthday" : "", "majorinfo" : "disc Computer Science", "account" : "bmahleko", "room" : "", "country" : "", "floor" : "", "eid" : "2309", "block" : ""}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"major": {"type": "string"}, "photo": {"type": "string"}, "college": {"type": "string"}, "year": {"type": "string"}, "id": {"type": "string"}, "deptinfo": {"type": "string"}, "title": {"type": "string"}, "lname": {"type": "string"}, "fname": {"type": "string"}, "email": {"type": "string"}, "status": {"type": "string"}, "description": {"type": "string"}, "majorlong": {"type": "string"}, "phone": {"type": "string"}, "birthday": {"type": "string"}, "majorinfo": {"type": "string"}, "account": {"type": "string"}, "room": {"type": "string"}, "country": {"type": "string"}, "floor": {"type": "string"}, "eid": {"type": "string"}, "block": {"type": "string"}}, "required": ["major", "photo", "college", "year", "id", "deptinfo", "title", "lname", "fname", "email", "status", "description", "majorlong", "phone", "birthday", "majorinfo", "account", "room", "country", "floor", "eid", "block"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Brunei", "value" : 21462.627}, {"name" : "Cambodia", "value" : 21982.313}, {"name" : "Indonesia", "value" : 4707531.762}, {"name" : "Lao PDR", "value" : 2665.188}, {"name" : "Malaysia", "value" : 3417289.862}, {"name" : "Myanmar", "value" : 19292.51}, {"name" : "Philippines", "value" : 0.0}, {"name" : "Singapore", "value" : 5596519.301}, {"name" : "Thailand", "value" : 6725804.497}, {"name" : "Vietnam", "value" : 1982274.479}, {"name" : "Australia", "value" : 967341.048}, {"name" : "China", "value" : 15916070.7}, {"name" : "India", "value" : 1523235.168}, {"name" : "Japan", "value" : 10196483.01}, {"name" : "New Zealand", "value" : 437797.358}, {"name" : "South Korea", "value" : 5622545.456}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"localhostProfile": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "type": {"type": "object", "properties": {"description": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["description", "enum", "type"]}}, "required": ["localhostProfile", "type"]}, "required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "x-kubernetes-unions": {"type": "array", "items": {"type": "object", "properties": {"discriminator": {"type": "string"}, "fields-to-discriminateBy": {"type": "object", "properties": {"localhostProfile": {"type": "string"}}, "required": ["localhostProfile"]}}, "required": ["discriminator", "fields-to-discriminateBy"]}}}, "required": ["description", "properties", "required", "type", "x-kubernetes-unions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "The SeccompProfile defines the seccomp profile settings for a container or a Pod. Only one profile source may be set.", "properties" : {"localhostProfile" : {"description" : "This indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is `\"Localhost\"`.", "type" : "string"}, "type" : {"description" : "The type of seccomp profile to apply. Valid options are:\n\n- `\"Localhost\"`: a profile defined in a file on the node should be used.\n- `\"RuntimeDefault\"`: the container runtime default profile should be used.\n- `\"Unconfined\"`: no profile should be applied.\n", "enum" : ["Localhost", "RuntimeDefault", "Unconfined"], "type" : "string"}}, "required" : ["type"], "type" : "object", "x-kubernetes-unions" : [{"discriminator" : "type", "fields-to-discriminateBy" : {"localhostProfile" : "LocalhostProfile"}}]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"localhostProfile": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "type": {"type": "object", "properties": {"description": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["description", "enum", "type"]}}, "required": ["localhostProfile", "type"]}, "required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "x-kubernetes-unions": {"type": "array", "items": {"type": "object", "properties": {"discriminator": {"type": "string"}, "fields-to-discriminateBy": {"type": "object", "properties": {"localhostProfile": {"type": "string"}}, "required": ["localhostProfile"]}}, "required": ["discriminator", "fields-to-discriminateBy"]}}}, "required": ["description", "properties", "required", "type", "x-kubernetes-unions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"granuleName": {"type": "string"}, "downloadUrl": {"type": "string"}}, "required": ["granuleName", "downloadUrl"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"granuleName" : "S1A_IW_SLC__1SSV_20150210T141226_20150210T141253_004562_0059BA_211B", "downloadUrl" : "https://datapool.asf.alaska.edu/SLC/SA/S1A_IW_SLC__1SSV_20150210T141226_20150210T141253_004562_0059BA_211B.zip"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-118.4878, 49.4894], [-121.968, 49.8843], [-122.3496, 48.2501], [-118.9839, 47.8568], [-118.4878, 49.4894]]]}}, {"type" : "Feature", "properties" : {"granuleName" : "S1A_IW_SLC__1SSV_20150210T141251_20150210T141318_004562_0059BA_011B", "downloadUrl" : "https://datapool.asf.alaska.edu/SLC/SA/S1A_IW_SLC__1SSV_20150210T141251_20150210T141318_004562_0059BA_011B.zip"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-118.927, 48.0026], [-122.3081, 48.397], [-122.681, 46.7618], [-119.4059, 46.3685], [-118.927, 48.0026]]]}}, {"type" : "Feature", "properties" : {"granuleName" : "S1A_IW_SLC__1SSV_20150210T141316_20150210T141343_004562_0059BA_198E", "downloadUrl" : "https://datapool.asf.alaska.edu/SLC/SA/S1A_IW_SLC__1SSV_20150210T141316_20150210T141343_004562_0059BA_198E.zip"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-119.3574, 46.5154], [-122.6459, 46.9094], [-123.0108, 45.274], [-119.8205, 44.8805], [-119.3574, 46.5154]]]}}]} | json_instruct | {"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"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"granuleName": {"type": "string"}, "downloadUrl": {"type": "string"}}, "required": ["granuleName", "downloadUrl"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-66.212342, 18.43906], [-66.211296, 18.438909], [-66.210901, 18.446419], [-66.195893, 18.454275], [-66.199678, 18.461284], [-66.198937, 18.466627], [-66.194764, 18.463977], [-66.1887, 18.46336], [-66.187856, 18.455728], [-66.188699, 18.449399], [-66.185946, 18.446674], [-66.186938, 18.443554], [-66.18797, 18.445731], [-66.189751, 18.444896], [-66.189741, 18.442838], [-66.191543, 18.440083], [-66.191756, 18.437092], [-66.194761, 18.437578], [-66.195103, 18.436542], [-66.20153, 18.438976], [-66.206767, 18.438108], [-66.212342, 18.43906]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 82586}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"PE991AA": {"type": "array", "items": {"type": "string"}}, "PE991AB": {"type": "array", "items": {"type": "string"}}, "PE991AD": {"type": "array", "items": {"type": "string"}}, "PE991AE": {"type": "array", "items": {"type": "string"}}, "PE991AF": {"type": "array", "items": {"type": "string"}}, "PE991AG": {"type": "array", "items": {"type": "string"}}, "PE991AH": {"type": "array", "items": {"type": "string"}}, "PE991AJ": {"type": "array", "items": {"type": "string"}}, "PE991AL": {"type": "array", "items": {"type": "string"}}, "PE991AN": {"type": "array", "items": {"type": "string"}}, "PE991AP": {"type": "array", "items": {"type": "string"}}, "PE991AQ": {"type": "array", "items": {"type": "string"}}, "PE991AR": {"type": "array", "items": {"type": "string"}}, "PE991AS": {"type": "array", "items": {"type": "string"}}}, "required": ["PE991AA", "PE991AB", "PE991AD", "PE991AE", "PE991AF", "PE991AG", "PE991AH", "PE991AJ", "PE991AL", "PE991AN", "PE991AP", "PE991AQ", "PE991AR", "PE991AS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PE991AA" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AB" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AD" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AE" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AF" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AG" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AH" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AJ" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AL" : ["52.615950", "-0.289593", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AN" : ["52.615950", "-0.289593", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AP" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AQ" : ["52.615950", "-0.289593", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AR" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AS" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"]} | json_instruct | {"type": "object", "properties": {"PE991AA": {"type": "array", "items": {"type": "string"}}, "PE991AB": {"type": "array", "items": {"type": "string"}}, "PE991AD": {"type": "array", "items": {"type": "string"}}, "PE991AE": {"type": "array", "items": {"type": "string"}}, "PE991AF": {"type": "array", "items": {"type": "string"}}, "PE991AG": {"type": "array", "items": {"type": "string"}}, "PE991AH": {"type": "array", "items": {"type": "string"}}, "PE991AJ": {"type": "array", "items": {"type": "string"}}, "PE991AL": {"type": "array", "items": {"type": "string"}}, "PE991AN": {"type": "array", "items": {"type": "string"}}, "PE991AP": {"type": "array", "items": {"type": "string"}}, "PE991AQ": {"type": "array", "items": {"type": "string"}}, "PE991AR": {"type": "array", "items": {"type": "string"}}, "PE991AS": {"type": "array", "items": {"type": "string"}}}, "required": ["PE991AA", "PE991AB", "PE991AD", "PE991AE", "PE991AF", "PE991AG", "PE991AH", "PE991AJ", "PE991AL", "PE991AN", "PE991AP", "PE991AQ", "PE991AR", "PE991AS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"pretty.css": {"type": "string"}, "pretty.min.css": {"type": "string"}}, "required": ["pretty.css", "pretty.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pretty.css" : "sha512-exXbttVMO7t5WK/ZlyylfiFxihg2p/ThAq5rNX8pr+8AZvu6g5iyosGNsZ4jcjOe5onR05uLj/mR2sDjKdGgKw==", "pretty.min.css" : "sha512-2sv9XFwKpAF+DsJo2nBE16v9JLKeoywlju516fPg1XL8stPO/acNnmJsEt1A0ogvugOLNbMt8Plh/plVsu+hEg=="} | json_instruct | {"type": "object", "properties": {"pretty.css": {"type": "string"}, "pretty.min.css": {"type": "string"}}, "required": ["pretty.css", "pretty.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"c-struct": {"type": "string"}, "websocket": {"type": "string"}}, "required": ["c-struct", "websocket"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ws_proxy", "version" : "0.0.9", "description" : "WebSocket proxy to telnet BBS service", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["websocket"], "author" : "Davy <[email protected]>", "license" : "ISC", "dependencies" : {"c-struct" : "0.0.4", "websocket" : "^1.0.24"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"c-struct": {"type": "string"}, "websocket": {"type": "string"}}, "required": ["c-struct", "websocket"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 10840, "cites" : 5, "cited_by" : 65, "reference" : ["Woodford, Michael, Commentary: How Should Monetary Policy be Conducted in an Era of Price Stability? in sl New Challenges for Monetary Policy, Kansas City: Federal Reserve Bank of Kansas City, 1999.", "Giannoni, Marc P., and Michael Woodford, Optimal Interest-Rate Rules: I. General Theory, NBER working paper no. 9419, December 2002.", "Monetary and Fiscal Policy and the Liquidity Trap, Ph.D. dissertation, Princeton University, June 2004.", "Eggertsson, Gauti, The Deflation Bias and Committing to be Irresponsible, chapter 2 of Optimal Monetary and Fiscal Policy and the Liquidity Trap, Ph.D. dissertation, Princeton University, June 2004.", "Auerbach, Alan J., and Maurice Obstfeld, The Case for Open-Market Purchases in a Liquidity Trap, NBER working paper no. 9814, July 2003."]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"orderbookApp": {"type": "object", "properties": {"taskSelectBook": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type": "string"}}, "required": ["title", "createLabel", "createOrEditLabel"]}, "created": {"type": "string"}, "updated": {"type": "string"}, "deleted": {"type": "string"}, "delete": {"type": "object", "properties": {"question": {"type": "string"}}, "required": ["question"]}, "detail": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["home", "created", "updated", "deleted", "delete", "detail"]}}, "required": ["taskSelectBook"]}}, "required": ["orderbookApp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"orderbookApp" : {"taskSelectBook" : {"home" : {"title" : "Task Select Books", "createLabel" : "Create a new Task Select Book", "createOrEditLabel" : "Create or edit a Task Select Book"}, "created" : "A new Task Select Book is created with identifier {{ param }}", "updated" : "A Task Select Book is updated with identifier {{ param }}", "deleted" : "A Task Select Book is deleted with identifier {{ param }}", "delete" : {"question" : "Are you sure you want to delete Task Select Book {{ id }}?"}, "detail" : {"title" : "Task Select Book"}}}} | json_instruct | {"type": "object", "properties": {"orderbookApp": {"type": "object", "properties": {"taskSelectBook": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type": "string"}}, "required": ["title", "createLabel", "createOrEditLabel"]}, "created": {"type": "string"}, "updated": {"type": "string"}, "deleted": {"type": "string"}, "delete": {"type": "object", "properties": {"question": {"type": "string"}}, "required": ["question"]}, "detail": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["home", "created", "updated", "deleted", "delete", "detail"]}}, "required": ["taskSelectBook"]}}, "required": ["orderbookApp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "2057_cam-image_array_.jpg", "user/angle" : 0.316, "user/throttle" : 0.55, "user/mode" : "user", "pos/pos_x" : 44.22155, "pos/pos_y" : 0.5589926, "pos/pos_z" : 52.8898, "pos/speed" : 11.63372, "pos/cte" : -5.468452, "milliseconds" : 113193} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Registry", "definitions" : ["A place where registers or records are kept.", "An official list or register.", "Registration.", "The nationality of a merchant ship."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"origin" : "http://wallbase.cc/wallpaper/17512", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-17512.jpg", "views" : 5549, "x_resolution" : 1920, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 1200, "colors" : ["#256238", "#2867b5", "#52d7f8", "#2086f5", "#8dadb8"], "comments" : [""], "favorites" : 34, "descriptors" : ["women", "water", "blue eyes", "redheads", "short hair", "faces"], "uploader" : " 4chan"} | json_instruct | {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appid" : 448260, "name" : "Cubium Dreams", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490992781} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$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" : 404370591, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "d0ef52a0ef247f1e8999ab7975776759", "wof:id" : 404370591, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.29194, 43.2325, 0.29194, 43.2325], "geometry" : {"coordinates" : [0.29194, 43.2325], "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"lerna": {"type": "string"}, "version": {"type": "string"}, "npmClient": {"type": "string"}, "useWorkspaces": {"type": "boolean"}, "command": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"ignore-scripts": {"type": "string"}}, "required": ["ignore-scripts"]}, "clean": {"type": "object", "properties": {"yes": {"type": "string"}}, "required": ["yes"]}}, "required": ["bootstrap", "clean"]}}, "required": ["lerna", "version", "npmClient", "useWorkspaces", "command"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lerna" : "2.11.0", "version" : "independent", "npmClient" : "yarn", "useWorkspaces" : true, "command" : {"bootstrap" : {"ignore-scripts" : "true"}, "clean" : {"yes" : "true"}}} | json_instruct | {"type": "object", "properties": {"lerna": {"type": "string"}, "version": {"type": "string"}, "npmClient": {"type": "string"}, "useWorkspaces": {"type": "boolean"}, "command": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"ignore-scripts": {"type": "string"}}, "required": ["ignore-scripts"]}, "clean": {"type": "object", "properties": {"yes": {"type": "string"}}, "required": ["yes"]}}, "required": ["bootstrap", "clean"]}}, "required": ["lerna", "version", "npmClient", "useWorkspaces", "command"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Vanilla": {"type": "string"}, "Chocolate": {"type": "string"}, "Strawberry": {"type": "string"}, "Mint": {"type": "string"}}, "required": ["Vanilla", "Chocolate", "Strawberry", "Mint"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Vanilla" : "Vanilla Flavor", "Chocolate" : "Chocolate Flavor", "Strawberry" : "Strawberry Flavor", "Mint" : "Mint Flavor"} | json_instruct | {"type": "object", "properties": {"Vanilla": {"type": "string"}, "Chocolate": {"type": "string"}, "Strawberry": {"type": "string"}, "Mint": {"type": "string"}}, "required": ["Vanilla", "Chocolate", "Strawberry", "Mint"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"examine" : "A small stone carving."} | json_instruct | {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Chapelle-sur-Furieuse (La)", "dpt" : "Jura", "inscrits" : 265, "abs" : 49, "votants" : 216, "blancs" : 10, "nuls" : 1, "exp" : 205, "res" : [{"panneau" : "9", "voix" : 48}, {"panneau" : "2", "voix" : 44}, {"panneau" : "11", "voix" : 35}, {"panneau" : "3", "voix" : 33}, {"panneau" : "4", "voix" : 25}, {"panneau" : "1", "voix" : 6}, {"panneau" : "10", "voix" : 6}, {"panneau" : "6", "voix" : 5}, {"panneau" : "8", "voix" : 2}, {"panneau" : "5", "voix" : 1}, {"panneau" : "7", "voix" : 0}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "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" : 101754535, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "cf3445db98289e9452090bae893edf34", "wof:id" : 101754535, "wof:repo" : "whosonfirst-data-admin-hu"}, "bbox" : [19.13864, 47.6364, 19.13864, 47.6364], "geometry" : {"coordinates" : [19.13864, 47.6364], "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"average_accuracy": {"type": "number"}, "average_error": {"type": "number"}, "average_learning_time": {"type": "number"}, "average_nrmse": {"type": "number"}, "runs": {"type": "object", "properties": {"run_1": {"type": "object", "properties": {"accuracy": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "number"}, "nrmse": {"type": "number"}}, "required": ["accuracy", "average_error", "learning_time", "nrmse"]}, "run_2": {"type": "object", "properties": {"accuracy": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "number"}, "nrmse": {"type": "number"}}, "required": ["accuracy", "average_error", "learning_time", "nrmse"]}, "run_3": {"type": "object", "properties": {"accuracy": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "number"}, "nrmse": {"type": "number"}}, "required": ["accuracy", "average_error", "learning_time", "nrmse"]}, "run_4": {"type": "object", "properties": {"accuracy": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "number"}, "nrmse": {"type": "number"}}, "required": ["accuracy", "average_error", "learning_time", "nrmse"]}, "run_5": {"type": "object", "properties": {"accuracy": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "number"}, "nrmse": {"type": "number"}}, "required": ["accuracy", "average_error", "learning_time", "nrmse"]}}, "required": ["run_1", "run_2", "run_3", "run_4", "run_5"]}}, "required": ["average_accuracy", "average_error", "average_learning_time", "average_nrmse", "runs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_accuracy" : 0.7419969278033796, "average_error" : 0.1823359581182872, "average_learning_time" : 37.704632177734375, "average_nrmse" : 0.1765154108814923, "runs" : {"run_1" : {"accuracy" : 0.7741935483870968, "average_error" : 0.18305441702677286, "learning_time" : 37661.07421875, "nrmse" : 0.1797657989816859}, "run_2" : {"accuracy" : 0.8666666666666667, "average_error" : 0.17401978021598064, "learning_time" : 35899.0869140625, "nrmse" : 0.1771495068992612}, "run_3" : {"accuracy" : 0.6666666666666666, "average_error" : 0.18725871629136306, "learning_time" : 34094.294921875, "nrmse" : 0.17602220728813459}, "run_4" : {"accuracy" : 0.6881720430107527, "average_error" : 0.18713944376035835, "learning_time" : 39630.81396484375, "nrmse" : 0.1775480196658284}, "run_5" : {"accuracy" : 0.7142857142857143, "average_error" : 0.1802074332969612, "learning_time" : 41237.890869140625, "nrmse" : 0.17209152157255164}}} | json_instruct | {"type": "object", "properties": {"average_accuracy": {"type": "number"}, "average_error": {"type": "number"}, "average_learning_time": {"type": "number"}, "average_nrmse": {"type": "number"}, "runs": {"type": "object", "properties": {"run_1": {"type": "object", "properties": {"accuracy": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "number"}, "nrmse": {"type": "number"}}, "required": ["accuracy", "average_error", "learning_time", "nrmse"]}, "run_2": {"type": "object", "properties": {"accuracy": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "number"}, "nrmse": {"type": "number"}}, "required": ["accuracy", "average_error", "learning_time", "nrmse"]}, "run_3": {"type": "object", "properties": {"accuracy": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "number"}, "nrmse": {"type": "number"}}, "required": ["accuracy", "average_error", "learning_time", "nrmse"]}, "run_4": {"type": "object", "properties": {"accuracy": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "number"}, "nrmse": {"type": "number"}}, "required": ["accuracy", "average_error", "learning_time", "nrmse"]}, "run_5": {"type": "object", "properties": {"accuracy": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "number"}, "nrmse": {"type": "number"}}, "required": ["accuracy", "average_error", "learning_time", "nrmse"]}}, "required": ["run_1", "run_2", "run_3", "run_4", "run_5"]}}, "required": ["average_accuracy", "average_error", "average_learning_time", "average_nrmse", "runs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "null"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "null"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Sri Siddhartha Academy of Higher Education", "alt_name" : "(SAHE)", "country" : "India", "state" : null, "address" : {"street" : "Agalakote, B.H. Road", "city" : "Tumkur", "province" : "Karnataka", "postal_code" : "572 107"}, "contact" : {"telephone" : "+91(816) 227-5516", "website" : "http://www.sahe.in/", "email" : "[email protected]", "fax" : null}, "funding" : null, "languages" : null, "academic_year" : null, "accrediting_agency" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "null"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "null"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {"type": "string"}, "amphp/amp": {"type": "string"}, "amphp/cache": {"type": "string"}, "amphp/file": {"type": "string"}, "amphp/log": {"type": "string"}, "amphp/redis": {"type": "string"}, "amphp/socket": {"type": "string"}, "daverandom/libdns": {"type": "string"}, "league/climate": {"type": "string"}}, "required": ["php", "ext-json", "amphp/amp", "amphp/cache", "amphp/file", "amphp/log", "amphp/redis", "amphp/socket", "daverandom/libdns", "league/climate"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"PeeHaa\\AsyncDnsServer\\": {"type": "string"}}, "required": ["PeeHaa\\AsyncDnsServer\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"PeeHaa\\AsyncDnsServerTest\\": {"type": "string"}}, "required": ["PeeHaa\\AsyncDnsServerTest\\"]}}, "required": ["psr-4"]}, "suggest": {"type": "object", "properties": {"amphp/redis": {"type": "string"}}, "required": ["amphp/redis"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}}, "required": ["name", "type", "license", "authors", "minimum-stability", "prefer-stable", "require", "require-dev", "autoload", "autoload-dev", "suggest", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "peehaa/async-dns-server", "type" : "project", "license" : "MIT", "authors" : [{"name" : "Pieter Hordijk", "email" : "[email protected]"}], "minimum-stability" : "dev", "prefer-stable" : true, "require" : {"php" : "^7.4", "ext-json" : "*", "amphp/amp" : "^2.4", "amphp/cache" : "^1.3", "amphp/file" : "^1.0", "amphp/log" : "^1.1", "amphp/redis" : "^1.0", "amphp/socket" : "^1.1", "daverandom/libdns" : "^2.0", "league/climate" : "^3.5"}, "require-dev" : {"phpunit/phpunit" : "^9"}, "autoload" : {"psr-4" : {"PeeHaa\\AsyncDnsServer\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"PeeHaa\\AsyncDnsServerTest\\" : "tests/"}}, "suggest" : {"amphp/redis" : "When using Redis for caching DNS responses"}, "config" : {"sort-packages" : true}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {"type": "string"}, "amphp/amp": {"type": "string"}, "amphp/cache": {"type": "string"}, "amphp/file": {"type": "string"}, "amphp/log": {"type": "string"}, "amphp/redis": {"type": "string"}, "amphp/socket": {"type": "string"}, "daverandom/libdns": {"type": "string"}, "league/climate": {"type": "string"}}, "required": ["php", "ext-json", "amphp/amp", "amphp/cache", "amphp/file", "amphp/log", "amphp/redis", "amphp/socket", "daverandom/libdns", "league/climate"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"PeeHaa\\AsyncDnsServer\\": {"type": "string"}}, "required": ["PeeHaa\\AsyncDnsServer\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"PeeHaa\\AsyncDnsServerTest\\": {"type": "string"}}, "required": ["PeeHaa\\AsyncDnsServerTest\\"]}}, "required": ["psr-4"]}, "suggest": {"type": "object", "properties": {"amphp/redis": {"type": "string"}}, "required": ["amphp/redis"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}}, "required": ["name", "type", "license", "authors", "minimum-stability", "prefer-stable", "require", "require-dev", "autoload", "autoload-dev", "suggest", "config"], "$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"]}, "bin": {"type": "object", "properties": {"gateblu-rebuilder": {"type": "string"}}, "required": ["gateblu-rebuilder"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "lodash": {"type": "string"}, "meshblu": {"type": "string"}}, "required": ["async", "lodash", "meshblu"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "gateblu-rebuilder", "version" : "1.0.0", "description" : "Rebuild gateblu", "main" : "index.js", "scripts" : {"test" : "exit 0"}, "bin" : {"gateblu-rebuilder" : "./command.js"}, "repository" : {"type" : "git", "url" : "github.com/octoblu/gateblu-rebuilder"}, "keywords" : ["gateblu"], "author" : "Octoblu <[email protected]>", "license" : "MIT", "dependencies" : {"async" : "^1.4.0", "lodash" : "^3.10.1", "meshblu" : "^1.30.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"gateblu-rebuilder": {"type": "string"}}, "required": ["gateblu-rebuilder"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "lodash": {"type": "string"}, "meshblu": {"type": "string"}}, "required": ["async", "lodash", "meshblu"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gulp-sourcemaps": {"type": "string"}}, "required": ["gulp-sourcemaps"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"gulp-sourcemaps" : "2.5.2"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gulp-sourcemaps": {"type": "string"}}, "required": ["gulp-sourcemaps"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "code": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "type": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}, "geo": {"type": "object", "properties": {"accuracy": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["accuracy", "lat", "lon"]}}, "required": ["name", "city", "state", "code", "country", "phone", "website", "type", "updated", "description", "address", "geo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Paper City Brewing Company", "city" : "Holyoke", "state" : "Massachusetts", "code" : "1040", "country" : "United States", "phone" : "", "website" : "", "type" : "brewery", "updated" : "2010-07-22 20:00:20", "description" : "", "address" : ["108 Cabot St."], "geo" : {"accuracy" : "ROOFTOP", "lat" : 42.2012, "lon" : -72.6104}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "code": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "type": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}, "geo": {"type": "object", "properties": {"accuracy": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["accuracy", "lat", "lon"]}}, "required": ["name", "city", "state", "code", "country", "phone", "website", "type", "updated", "description", "address", "geo"], "$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"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"debounce": {"type": "string"}, "delegated-events": {"type": "string"}, "jquery-param": {"type": "string"}, "whatwg-fetch": {"type": "string"}}, "required": ["debounce", "delegated-events", "jquery-param", "whatwg-fetch"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "bundle": {"type": "string"}, "test": {"type": "string"}, "lint:js": {"type": "string"}}, "required": ["build", "bundle", "test", "lint:js"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/plugin-proposal-object-rest-spread": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "testem": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/plugin-proposal-object-rest-spread", "@babel/preset-env", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "prettier", "rollup", "rollup-plugin-babel", "rollup-plugin-commonjs", "rollup-plugin-node-resolve", "testem"]}}, "required": ["name", "version", "main", "author", "license", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "better-ujs", "version" : "0.6.1", "main" : "dist/index.js", "author" : "Paul Chavard", "license" : "MIT", "dependencies" : {"debounce" : "^1.2.0", "delegated-events" : "^1.0.9", "jquery-param" : "^1.0.1", "whatwg-fetch" : "^2.0.4"}, "scripts" : {"build" : "babel src --out-dir dist", "bundle" : "rollup -c", "test" : "testem ci", "lint:js" : "eslint ./src ./test"}, "devDependencies" : {"@babel/cli" : "^7.0.0", "@babel/core" : "^7.0.0", "@babel/plugin-proposal-object-rest-spread" : "^7.0.0", "@babel/preset-env" : "^7.0.0", "eslint" : "^5.5.0", "eslint-config-prettier" : "^2.9.0", "eslint-plugin-prettier" : "^2.6.2", "prettier" : "^1.13.7", "rollup" : "^0.65.1", "rollup-plugin-babel" : "^4.0.3", "rollup-plugin-commonjs" : "^9.1.6", "rollup-plugin-node-resolve" : "^3.4.0", "testem" : "^2.10.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"debounce": {"type": "string"}, "delegated-events": {"type": "string"}, "jquery-param": {"type": "string"}, "whatwg-fetch": {"type": "string"}}, "required": ["debounce", "delegated-events", "jquery-param", "whatwg-fetch"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "bundle": {"type": "string"}, "test": {"type": "string"}, "lint:js": {"type": "string"}}, "required": ["build", "bundle", "test", "lint:js"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/plugin-proposal-object-rest-spread": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "testem": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/plugin-proposal-object-rest-spread", "@babel/preset-env", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "prettier", "rollup", "rollup-plugin-babel", "rollup-plugin-commonjs", "rollup-plugin-node-resolve", "testem"]}}, "required": ["name", "version", "main", "author", "license", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "capitula", "definition" : "See Capitulum."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "x_capec_version": {"type": "string"}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "object_marking_refs", "x_capec_version"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "bundle", "id" : "bundle--c1b98c3b-28f6-4ad3-bf62-c8856c6d9a3a", "spec_version" : "2.0", "objects" : [{"type" : "course-of-action", "id" : "course-of-action--ae175d98-2ef9-4f9b-a6e5-bdcd283fca9d", "created_by_ref" : "identity--e50ab59c-5c4f-4d40-bf6a-d58418d89bcd", "created" : "2014-06-23T00:00:00.000Z", "modified" : "2018-07-31T00:00:00.000Z", "name" : "coa-45-0", "description" : "Pay attention to the fact that the resource you read from can be a replaced by a Symbolic link. You can do a Symlink check before reading the file and decide that this is not a legitimate way of accessing the resource.", "object_marking_refs" : ["marking-definition--17d82bb2-eeeb-4898-bda5-3ddbcd2b799d"], "x_capec_version" : "3.3"}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "x_capec_version": {"type": "string"}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "object_marking_refs", "x_capec_version"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"jquery.data-remote.js": {"type": "string"}, "jquery.data-remote.min.js": {"type": "string"}}, "required": ["jquery.data-remote.js", "jquery.data-remote.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.data-remote.js" : "sha256-lw27Xw2cmPLPGmJQiVLOFGNYuQ8v92q2oP8OFwT5GM8=", "jquery.data-remote.min.js" : "sha256-m9Hpigrp+cMjMa7dmkeaIWxHc9BBOwrapnvFOkDmhn8="} | json_instruct | {"type": "object", "properties": {"jquery.data-remote.js": {"type": "string"}, "jquery.data-remote.min.js": {"type": "string"}}, "required": ["jquery.data-remote.js", "jquery.data-remote.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"director": {"type": "array", "items": {"type": "string"}}, "genres": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "bio": {"type": "string"}, "country": {"type": "string"}, "poster_image_url": {"type": "string"}, "Languages": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "object", "properties": {"imdbId": {"type": "string"}, "actorAndActressName": {"type": "string"}}, "required": ["imdbId", "actorAndActressName"]}}, "runtime": {"type": "integer"}}, "required": ["director", "genres", "name", "bio", "country", "poster_image_url", "Languages", "cast", "runtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"director" : ["Karan Johar"], "genres" : ["Comedy", "Drama", "Musical"], "name" : "Kuch Kuch Hota Hai", "bio" : "During their college years, Anjali was in love with her best-friend Rahul, but he had eyes only for Tina. Years later, Rahul and the now-deceased Tina's eight-year-old daughter attempts to reunite her father and Anjali.", "country" : "India", "poster_image_url" : "https://m.media-amazon.com/images/M/MV5BNGNhNWMwNTgtZmNlOS00OGM3LWIxYzItOWQwZDJjMzQ3MzRlXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY268_CR3,0,182,268_AL__QL50.jpg", "Languages" : ["Hindi", "Urdu", "English", "Italian"], "cast" : [{"imdbId" : "nm0451321", "actorAndActressName" : "Shah Rukh Khan"}, {"imdbId" : "nm0004418", "actorAndActressName" : "Kajol"}, {"imdbId" : "nm0611552", "actorAndActressName" : "Rani Mukerji"}, {"imdbId" : "nm0755705", "actorAndActressName" : "Sana Saeed"}, {"imdbId" : "nm0481363", "actorAndActressName" : "Reema Lagoo"}, {"imdbId" : "nm0416077", "actorAndActressName" : "Farida Jalal"}, {"imdbId" : "nm0700687", "actorAndActressName" : "Archana Puran Singh"}, {"imdbId" : "nm0794510", "actorAndActressName" : "Himani Shivpuri"}, {"imdbId" : "nm0505323", "actorAndActressName" : "Johnny Lever"}, {"imdbId" : "nm0451600", "actorAndActressName" : "Anupam Kher"}, {"imdbId" : "nm0202119", "actorAndActressName" : "Parzaan Dastur"}, {"imdbId" : "nm0006795", "actorAndActressName" : "Salman Khan"}, {"imdbId" : "nm0438473", "actorAndActressName" : "Geeta Kapoor"}, {"imdbId" : "nm0007134", "actorAndActressName" : "Farah Khan"}], "runtime" : 177} | json_instruct | {"type": "object", "properties": {"director": {"type": "array", "items": {"type": "string"}}, "genres": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "bio": {"type": "string"}, "country": {"type": "string"}, "poster_image_url": {"type": "string"}, "Languages": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "object", "properties": {"imdbId": {"type": "string"}, "actorAndActressName": {"type": "string"}}, "required": ["imdbId", "actorAndActressName"]}}, "runtime": {"type": "integer"}}, "required": ["director", "genres", "name", "bio", "country", "poster_image_url", "Languages", "cast", "runtime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.