input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"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" : "Yesquel: scalable sql storage for web applications.", "fields" : ["nosql", "converged storage", "web application", "joins", "sql", "query by example"], "abstract" : "Based on a brief history of the storage systems for Web applications, we motivate the need for a new storage system. We then describe the architecture of such a system, called Yesquel. Yesquel supports the sql query language and offers performance similar to nosql storage systems.", "citation" : "Citations (18)", "departments" : ["Association for Computing Machinery", "University of Texas at Austin", "Microsoft", "New York University", "VMware", "University of Texas at Austin", "New York University"], "authors" : ["Marcos K. Aguilera.....http://dblp.org/pers/hd/a/Aguilera:Marcos_K=", "Joshua B. Leners.....http://dblp.org/pers/hd/l/Leners:Joshua_B=", "Michael Walfish.....http://dblp.org/pers/hd/w/Walfish:Michael"], "conf" : "sosp", "year" : "2015", "pages" : 18}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "b2af7bce-7788-4f9f-8a95-ec206de132ee", "playerTags" : ["5831a238-8efe-4d53-a483-1ad681e50ac3"], "teamTags" : ["747b8e4a-7e50-4638-a973-ea7950a3e739", "ca3f1c8c-c025-4d8e-8eef-5be6accbeb16"], "gameTags" : ["57cf613b-acf3-4c3d-8f70-27ff34663f84"], "metadata" : {"play" : 267, "subPlay" : -1, "children" : ["d77b8f80-7492-4146-9255-e09d2bfaa2ea"]}, "created" : "2021-03-15T20:22:45.928Z", "season" : 13, "tournament" : -1, "type" : 39, "day" : 5, "phase" : 2, "category" : 2, "description" : "Gita Sparrow is Beaned by a continental roast with grass-fed butter.\nGita Sparrow is Wired!", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Hubble's Lagoon", "credit" : "NASA, ESA, Hubble Space Telescope", "explanation" : "Like brush strokes on a canvas, ridges of color seem to flow across this scene. But here, the canvas is nearly 3 light-years wide and the colors map emission from ionized gas in the Lagoon Nebula, recorded by the Hubble Space Telescope's Advanced Camera for Surveys. Also known as M8, the nebula is a star forming region about 5,000 light-years distant in the constellation Sagittarius. Hubble's remarkably sharp, close-up view reveals undulating shapes sculpted by the energetic light and winds from the region's new born stars. Of course, the Lagoon nebula is a popular target for earthbound skygazers, too. It features a prominent dust lane and bright hourglass shape in small telescopes with wider fields of view.", "date" : "2010-10-02", "hdurl" : "https://apod.nasa.gov/apod/image/1010/LagoonClose_hst.jpg", "service_version" : "v1", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/1010/LagoonClose_hst_c0.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["542527200201", "\u5200\u9752\u6751", "210", "0"], ["542527200202", "\u5c3c\u9f99\u6751", "220", "0"], ["542527200203", "\u683c\u739b\u6751", "220", "0"], ["542527200204", "\u52a0\u7ed5\u6751", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"touchingColorDirection": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "spec": {"type": "string"}}, "required": ["type", "category", "spec"]}}, "required": ["touchingColorDirection"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"touchingColorDirection" : {"type" : "reporter", "category" : "sensing", "spec" : "touch color %clr in direction"}}
json_instruct
{"type": "object", "properties": {"touchingColorDirection": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "spec": {"type": "string"}}, "required": ["type", "category", "spec"]}}, "required": ["touchingColorDirection"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mustache", "symbol" : "MUST", "address" : "0x00D2f4aBB3166AAbB8e5D8D43e6D571f9A455621", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x095c3f181cde64ff0d96ec14fba29210f2851fe2", "tool" : "manticore", "start" : 1564994259.7692971, "end" : 1564996062.3369658, "duration" : 1802.5676686763763, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"<page title>": {"type": "string"}, "deal first added on": {"type": "string"}, "ean13": {"type": "string"}, "last updated": {"type": "string"}, "lcd screen size": {"type": "string"}, "manufacturer": {"type": "string"}, "megapixels": {"type": "string"}, "optical zoom": {"type": "string"}, "product name": {"type": "string"}, "product number mpn": {"type": "string"}, "redeye reduction": {"type": "string"}, "retail price": {"type": "string"}, "upc": {"type": "string"}}, "required": ["<page title>", "deal first added on", "ean13", "last updated", "lcd screen size", "manufacturer", "megapixels", "optical zoom", "product name", "product number mpn", "redeye reduction", "retail price", "upc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"<page title>" : "Canon PowerShot SD1300IS 12MP Digital on sale for $179.95", "deal first added on" : "2-December-2010", "ean13" : "0013803119558", "last updated" : "09-October-2014", "lcd screen size" : "2.7 inches", "manufacturer" : "Canon", "megapixels" : "12.1 MP", "optical zoom" : "4 x", "product name" : "Canon PowerShot SD1300IS 12MP Digital Camera with IS Zoom (Pink)", "product number mpn" : "SD1300IS Pink", "redeye reduction" : "Yes", "retail price" : "$179.99", "upc" : "013803119558"}
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "deal first added on": {"type": "string"}, "ean13": {"type": "string"}, "last updated": {"type": "string"}, "lcd screen size": {"type": "string"}, "manufacturer": {"type": "string"}, "megapixels": {"type": "string"}, "optical zoom": {"type": "string"}, "product name": {"type": "string"}, "product number mpn": {"type": "string"}, "redeye reduction": {"type": "string"}, "retail price": {"type": "string"}, "upc": {"type": "string"}}, "required": ["<page title>", "deal first added on", "ean13", "last updated", "lcd screen size", "manufacturer", "megapixels", "optical zoom", "product name", "product number mpn", "redeye reduction", "retail price", "upc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"timestamp" : "2020-09-18T05:52:25Z", "data" : [{"data_type" : "pm10", "value" : "2.93", "max" : "4.00", "min" : "1.00", "sd" : "1.38"}, {"data_type" : "pm2.5", "value" : "2.00", "max" : "4.00", "min" : "1.00", "sd" : "0.88"}, {"data_type" : "pm1", "value" : "0.86", "max" : "1.00", "min" : "0.00", "sd" : "0.36"}, {"data_type" : "pm10", "value" : "2.40", "max" : "5.00", "min" : "1.00", "sd" : "1.35", "sensor" : 2}, {"data_type" : "pm2.5", "value" : "1.53", "max" : "2.00", "min" : "1.00", "sd" : "0.52", "sensor" : 2}, {"data_type" : "pm1", "value" : "0.87", "max" : "1.00", "min" : "0.00", "sd" : "0.35", "sensor" : 2}, {"data_type" : "noise", "value" : "76.30", "max" : "302.14", "min" : "51.54", "sd" : "27.18"}, {"data_type" : "illuminance", "value" : "56.24", "max" : "65.00", "min" : "55.00", "sd" : "1.59"}, {"data_type" : "irradiance", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"data_type" : "temperature", "value" : "9.59", "max" : "9.64", "min" : "9.53", "sd" : "0.08"}, {"data_type" : "humidity", "value" : "78.51", "max" : "78.81", "min" : "77.80", "sd" : "0.40"}, {"data_type" : "presure", "value" : "691.91", "max" : "692.09", "min" : "691.79", "sd" : "0.16"}, {"data_type" : "voltage", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"data_type" : "batery", "value" : "3.60", "max" : "3.61", "min" : "3.60", "sd" : "0.01"}, {"data_type" : "panel", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}]}
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "As a basketball fan this is how I look at where we are with Covid in the US. We have a 2 point lead going into the fourth quarter. Our two star players are out with injuries. Our fans are going home, they think the game is won. I know anything could happen at this point.", "created" : "Sat, 08 May 2021 14:51:11 GMT", "type" : "outline", "flInCalendar" : true}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1199.5126106475798, 482.7849731057556], [1233.3951230358732, 535.7263987124643], [1263.04232137563, 571.7265681250262], [1307.5131188852656, 590.7854813434415], [1377.395800686121, 616.1973656346618], [1434.5725403413664, 626.7856507560034]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "WR124: Stellar Fireball", "credit" : "Y. Grosdidier (U. Montreal) et al., WFPC2, HST, NASA", "explanation" : "Some stars explode in slow motion. Rare, massive Wolf-Rayet stars are so tumultuous and hot they are disintegrating right before our telescopes. Glowing gas globs each over 30 times more massive than the Earth are being expelled by a violent stellar wind. Wolf-Rayet star WR124, visible near the image center, is thus creating the surrounding nebula known as M1-67. Why this star has been slowly blowing itself apart over the past 10,000 years remains unclear. WR124 is 15,000 light-years away towards the constellation of Sagitta.", "date" : "1998-11-09", "hdurl" : "https://apod.nasa.gov/apod/image/9811/wr124_hst_big.jpg", "service_version" : "v1", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/9811/wr124_hst.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"allBlogPost": {"type": "null"}}, "required": ["allBlogPost"]}, "pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"allBlogPost" : null}, "pageContext" : {}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"allBlogPost": {"type": "null"}}, "required": ["allBlogPost"]}, "pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["data", "pageContext"], "$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"}, "bin": {"type": "object", "properties": {"transkit": {"type": "string"}}, "required": ["transkit"]}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}}, "required": ["commander"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "bin", "dependencies", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "transkit", "version" : "0.0.8", "description" : "\u81ea\u7528\u547d\u4ee4\u884c\u7ffb\u8bd1\u5de5\u5177", "main" : "index.js", "bin" : {"transkit" : "bin/transkit.js"}, "dependencies" : {"commander" : "2.16.0"}, "author" : "yzsolo125@gmail.com", "license" : "MIT", "bugs" : {"url" : ""}, "homepage" : "https://github.com/yzsolo/transkit"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"transkit": {"type": "string"}}, "required": ["transkit"]}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}}, "required": ["commander"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "bin", "dependencies", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "start", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cors": {"type": "string"}, "crypto": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "mongoose": {"type": "string"}, "web-push": {"type": "string"}, "swagger-ui-express": {"type": "string"}}, "required": ["axios", "cors", "crypto", "dotenv", "express", "mongoose", "web-push", "swagger-ui-express"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dsd04-notification", "version" : "1.0.0", "description" : "DSD04-notification", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node server.js", "dev" : "nodemon server.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/IT4883-2020I/DSD04-Notification.git"}, "author" : "DSD04-20201", "license" : "MIT", "bugs" : {"url" : "https://github.com/IT4883-2020I/DSD04-Notification/issues"}, "homepage" : "https://github.com/IT4883-2020I/DSD04-Notification#readme", "dependencies" : {"axios" : "^0.21.0", "cors" : "^2.8.5", "crypto" : "^1.0.1", "dotenv" : "^8.2.0", "express" : "^4.17.1", "mongoose" : "^5.10.15", "web-push" : "^3.3.1", "swagger-ui-express" : "^4.1.5"}, "devDependencies" : {"nodemon" : "^2.0.6"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "start", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cors": {"type": "string"}, "crypto": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "mongoose": {"type": "string"}, "web-push": {"type": "string"}, "swagger-ui-express": {"type": "string"}}, "required": ["axios", "cors", "crypto", "dotenv", "express", "mongoose", "web-push", "swagger-ui-express"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_occupancy" : [27.738074998759163, 26.220473327043152, 26.29735394201735, 29.262867450319003, 30.25326105967424, 27.96576201901407, 28.028494494761297, 26.474664791091616, 26.54529941818092, 30.046354413706315, 30.86060347322874, 26.9357414207595, 25.81339875943943, 26.39372904073065, 30.147623715821346, 32.641504442383315, 26.727281071896744, 23.76523002955654, 25.960794739639493, 30.893199320450897, 33.11923461859752, 28.64829042840857, 23.90019058343376, 23.510928605104784, 28.137674048053675, 33.9867509350763, 34.238484718449186, 25.148115583048956, 19.927872629567624, 20.950141935537808, 36.40838856500326, 41.757280341143066, 27.450925988387386, 18.465834036984216, 14.738168107643355, 12.518554677120939, 85.34430133601637, 12.14103452965989, 13.78050960822879, 19.01846977062671, 27.69950980140057, 43.24503577469586, 35.091283818017594, 20.80564511366939, 18.71044994880842, 26.03130187670312, 35.46562624365516, 34.444896334221525, 26.316579883348545, 23.060266223634752, 24.222131768944998, 30.515916337842405, 32.96983803410703, 29.244502550927233, 24.668147128366883, 25.66192072227739, 28.24225697963582, 30.939708180918696, 30.208374535510686, 25.615835823330407, 26.839952866672636, 28.0663909791101, 29.50371252207399, 28.363937507418388, 28.2711096949422, 28.138700510721456, 26.741065339323903, 27.75792307463027, 29.082533546012453, 29.26328365065353, 28.401280983749192, 26.30436863112567, 26.87286404060894, 28.59776096444324, 31.47302563393221]}
json_instruct
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": {"type": "integer"}, "reward": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "required": ["title", "description", "progress", "reward"]}}, "required": ["name", "achievementgroup", "sortorder", "stages", "stage1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Rauschendes Wasser", "achievementgroup" : "Weltreise \u2013 Reihe 1", "sortorder" : 3, "stages" : 1, "stage1" : {"title" : "Rauschendes Wasser", "description" : "Sammle die ganze Reihe \u201eHerz der Quelle\u201c.", "progress" : 1, "reward" : {"name" : "Urgestein", "count" : 5}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": {"type": "integer"}, "reward": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "required": ["title", "description", "progress", "reward"]}}, "required": ["name", "achievementgroup", "sortorder", "stages", "stage1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 90589, "cartId" : "d6fdbce7-e6ae-4dd6-a0b3-a053a705f6f8", "preferredProducts" : [2987, 2398, 117, 3500, 3999, 414], "productReviews" : [{"productId" : 4931, "reviewText" : "My neighbor Alida has one of these. She works as a gambler and she says it looks spotless.", "reviewDate" : "2016-05-31T05:40:18.456808+03:00"}, {"productId" : 4301, "reviewText" : "My neighbor Forest has one of these. She works as a gardener and she says it looks nude.", "reviewDate" : "2019-11-24T22:36:05.9401448+02:00"}, {"productId" : 655, "reviewText" : "heard about this on wonky radio, decided to give it a try.", "reviewDate" : "2017-05-16T18:46:13.2670158+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"predef": {"type": "array", "items": {"type": "string"}}, "browser": {"type": "boolean"}, "boss": {"type": "boolean"}, "curly": {"type": "boolean"}, "debug": {"type": "boolean"}, "devel": {"type": "boolean"}, "eqeqeq": {"type": "boolean"}, "evil": {"type": "boolean"}, "forin": {"type": "boolean"}, "immed": {"type": "boolean"}, "laxbreak": {"type": "boolean"}, "newcap": {"type": "boolean"}, "noarg": {"type": "boolean"}, "noempty": {"type": "boolean"}, "nonew": {"type": "boolean"}, "nomen": {"type": "boolean"}, "onevar": {"type": "boolean"}, "plusplus": {"type": "boolean"}, "regexp": {"type": "boolean"}, "undef": {"type": "boolean"}, "sub": {"type": "boolean"}, "strict": {"type": "boolean"}, "white": {"type": "boolean"}, "eqnull": {"type": "boolean"}, "esnext": {"type": "boolean"}, "unused": {"type": "string"}}, "required": ["predef", "browser", "boss", "curly", "debug", "devel", "eqeqeq", "evil", "forin", "immed", "laxbreak", "newcap", "noarg", "noempty", "nonew", "nomen", "onevar", "plusplus", "regexp", "undef", "sub", "strict", "white", "eqnull", "esnext", "unused"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"predef" : ["document", "window", "-Promise", "Angular", "DS", "OAuth", "require", "process", "module", "assert", "ga"], "browser" : true, "boss" : true, "curly" : true, "debug" : false, "devel" : true, "eqeqeq" : true, "evil" : true, "forin" : false, "immed" : false, "laxbreak" : false, "newcap" : true, "noarg" : true, "noempty" : false, "nonew" : false, "nomen" : false, "onevar" : false, "plusplus" : false, "regexp" : false, "undef" : true, "sub" : true, "strict" : false, "white" : false, "eqnull" : true, "esnext" : true, "unused" : "vars"}
json_instruct
{"type": "object", "properties": {"predef": {"type": "array", "items": {"type": "string"}}, "browser": {"type": "boolean"}, "boss": {"type": "boolean"}, "curly": {"type": "boolean"}, "debug": {"type": "boolean"}, "devel": {"type": "boolean"}, "eqeqeq": {"type": "boolean"}, "evil": {"type": "boolean"}, "forin": {"type": "boolean"}, "immed": {"type": "boolean"}, "laxbreak": {"type": "boolean"}, "newcap": {"type": "boolean"}, "noarg": {"type": "boolean"}, "noempty": {"type": "boolean"}, "nonew": {"type": "boolean"}, "nomen": {"type": "boolean"}, "onevar": {"type": "boolean"}, "plusplus": {"type": "boolean"}, "regexp": {"type": "boolean"}, "undef": {"type": "boolean"}, "sub": {"type": "boolean"}, "strict": {"type": "boolean"}, "white": {"type": "boolean"}, "eqnull": {"type": "boolean"}, "esnext": {"type": "boolean"}, "unused": {"type": "string"}}, "required": ["predef", "browser", "boss", "curly", "debug", "devel", "eqeqeq", "evil", "forin", "immed", "laxbreak", "newcap", "noarg", "noempty", "nonew", "nomen", "onevar", "plusplus", "regexp", "undef", "sub", "strict", "white", "eqnull", "esnext", "unused"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "social": {"type": "object", "properties": {"twitter": {"type": "string"}}, "required": ["twitter"]}}, "required": ["title", "description", "social"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"site" : {"siteMetadata" : {"title" : "JFXJ Codes", "description" : "", "social" : {"twitter" : "kylemathews"}}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "social": {"type": "object", "properties": {"twitter": {"type": "string"}}, "required": ["twitter"]}}, "required": ["title", "description", "social"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "http://data.doremus.org/performance/1c8e43e4-75af-3a62-9e0d-575c60566feb", "expression" : [{"id" : "http://data.doremus.org/expression/39a56e7f-7e81-3878-ab04-2116da50c45c"}, {"id" : "http://data.doremus.org/expression/d7756428-dd61-3b80-adf2-88d4fe890c59"}, {"id" : "http://data.doremus.org/expression/b9ea149b-8a51-37fa-abaa-07cb94f952ee"}, {"id" : "http://data.doremus.org/expression/d830b37d-5195-3cb7-a56a-957c4964ad59"}, {"id" : "http://data.doremus.org/expression/26a6c2b5-16ed-300e-8d00-e3352032b821"}, {"id" : "http://data.doremus.org/expression/93cb9a0f-c5cb-384a-bd5f-f2cb200641d6"}, {"id" : "http://data.doremus.org/expression/5b55d45c-f62b-301f-9c13-a202ee715517"}, {"id" : "http://data.doremus.org/expression/496729fa-fab6-39d8-94be-ec443b3b6824"}, {"id" : "http://data.doremus.org/expression/28f2bf61-8bc1-3f86-a070-e9f59cd02f31"}, {"id" : "http://data.doremus.org/expression/0519a649-bb80-3523-8de0-332b7a604c34"}, {"id" : "http://data.doremus.org/expression/3816dbed-0abf-3e31-b77e-910eb9ef5b7d"}, {"id" : "http://data.doremus.org/expression/7423e990-758f-3c03-9ddd-ea7e47754b8c"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 9279, "cartId" : "5cd0c535-689e-458e-a1bb-5aa22a8b524c", "preferredProducts" : [2083, 4226, 4555], "productReviews" : [{"productId" : 2268, "reviewText" : "i use it every Tuesday when i'm in my homeless shelter.", "reviewDate" : "2018-12-13T10:06:20.6948628+02:00"}, {"productId" : 4671, "reviewText" : "The box this comes in is 4 yard by 5 inch and weights 12 pound!", "reviewDate" : "2018-06-26T01:35:35.9652084+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"angular-socialshare.js": {"type": "string"}, "angular-socialshare.min.js": {"type": "string"}}, "required": ["angular-socialshare.js", "angular-socialshare.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-socialshare.js" : "sha512-XaMLvNNvCeiRy1a/zDMbzoDCGFDJWbpXwZH4tcbttHcg7Ixk5s3xteRv3oCQbpdiviDBxN2fTBfAMJ6iWBuhBg==", "angular-socialshare.min.js" : "sha512-6VQFWaZku/OuKecsBXFAyH8DiYOfVf6eINr6UXmm03aFZmX9lLVETiZ5eozk4qVwgpt8buUbZJcbUOGlR+ARNA=="}
json_instruct
{"type": "object", "properties": {"angular-socialshare.js": {"type": "string"}, "angular-socialshare.min.js": {"type": "string"}}, "required": ["angular-socialshare.js", "angular-socialshare.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"webtorrent.min.js": {"type": "string"}}, "required": ["webtorrent.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webtorrent.min.js" : "sha512-qab1JMQ0zXKXiGw0ZbP70Q9Qvlh+D5y3ezYGIpsdCv2wwj0bwFATkS9jF2QyOuYUYs2rVKJDwKFtoMX3N1zE7A=="}
json_instruct
{"type": "object", "properties": {"webtorrent.min.js": {"type": "string"}}, "required": ["webtorrent.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "ALIZZA", "frequency" : 2, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}}, "required": ["0", "1", "2", "3", "4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"0" : "Lionel messi", "1" : "Maria Sharapova", "2" : "Roger Federer", "3" : "Serena Williams", "4" : "Virat Kohli"}
json_instruct
{"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}}, "required": ["0", "1", "2", "3", "4"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"widgetLabel": {"type": "string"}}, "required": ["widgetLabel"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"widgetLabel" : "Farveskyder"}
json_instruct
{"type": "object", "properties": {"widgetLabel": {"type": "string"}}, "required": ["widgetLabel"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "rarity": {"type": "integer"}, "data": {"type": "object", "properties": {"en": {"type": "object", "properties": {"name": {"type": "string"}, "2p": {"type": "string"}, "4p": {"type": "string"}}, "required": ["name", "2p", "4p"]}, "zh": {"type": "object", "properties": {"name": {"type": "string"}, "2p": {"type": "string"}, "4p": {"type": "string"}}, "required": ["name", "2p", "4p"]}}, "required": ["en", "zh"]}}, "required": ["id", "type", "rarity", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "berserker", "type" : "artifact", "rarity" : 4, "data" : {"en" : {"name" : "Berserker", "2p" : "CRIT Rate +12%", "4p" : "When HP is below 70%, CRIT Rate increases by an additional 24%."}, "zh" : {"name" : "\u6218\u72c2", "2p" : "\u66b4\u51fb\u7387\u63d0\u9ad812%\u3002", "4p" : "\u751f\u547d\u503c\u4f4e\u4e8e70%\u65f6\uff0c\u66b4\u51fb\u7387\u989d\u5916\u63d0\u534724%\u3002"}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "rarity": {"type": "integer"}, "data": {"type": "object", "properties": {"en": {"type": "object", "properties": {"name": {"type": "string"}, "2p": {"type": "string"}, "4p": {"type": "string"}}, "required": ["name", "2p", "4p"]}, "zh": {"type": "object", "properties": {"name": {"type": "string"}, "2p": {"type": "string"}, "4p": {"type": "string"}}, "required": ["name", "2p", "4p"]}}, "required": ["en", "zh"]}}, "required": ["id", "type", "rarity", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Los Alamos", "state_name" : "New Mexico", "state_abbrv" : "NM", "lat" : "35.8639", "long" : "-106.2953"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "kevinlebrun/colors.php": {"type": "string"}}, "required": ["php", "kevinlebrun/colors.php"]}, "version": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Commando": {"type": "string"}}, "required": ["Commando"]}}, "required": ["psr-0"]}}, "required": ["name", "description", "homepage", "license", "keywords", "authors", "require", "version", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nategood/commando", "description" : "PHP CLI Commando Style", "homepage" : "http://github.com/nategood/commando", "license" : "MIT", "keywords" : ["cli", "command line", "command", "command line interface", "scripting", "automation"], "authors" : [{"name" : "Nate Good", "email" : "me@nategood.com"}], "require" : {"php" : ">=5.3", "kevinlebrun/colors.php" : "0.2.*"}, "version" : "0.2.1", "autoload" : {"psr-0" : {"Commando" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "kevinlebrun/colors.php": {"type": "string"}}, "required": ["php", "kevinlebrun/colors.php"]}, "version": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Commando": {"type": "string"}}, "required": ["Commando"]}}, "required": ["psr-0"]}}, "required": ["name", "description", "homepage", "license", "keywords", "authors", "require", "version", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "mocreatures:tiger", "Registry ID" : "mocreatures:tiger", "Class" : "drzhark.mocreatures.entity.passive.MoCEntityTiger"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["jviz", "stattic"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "\u5bdd\u53d6\u3089\u308c\u79cb\u8449\u69d8\u3001\u653e\u8ab2\u5f8c\u304a\u6563\u6b69\u7de8\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "blendy13", "description" : "\u3042\u305d\u3053\u306b\u304a\u3082\u3061\u3083\u3092\u5165\u308c\u3089\u308c\u3066\u6b69\u304b\u3055\u308c\u308b\u79cb\u8449\u69d8\u3002\u6211\u6162\u3067\u304d\u305a\u306b\u5d29\u308c\u843d\u3061\u308b\u5f7c\u5973\u3092\u30b3\u30f3\u30d3\u30cb\u306e\u88cf\u624b\u306b\u9023\u308c\u8fbc\u3093\u3067\u3001\u3044\u304d\u308a\u52c3\u3063\u305f\u30c1\u30f3\u30b3\u3067\u7126\u3089\u3055\u308c\u7d9a\u3051\u3050\u3061\u3087\u3050\u3061\u3087\u306b\u306a\u3063\u305f\u79d8\u6240\u3092\u6109\u3057\u3080\u30c1\u30e3\u30e9\u7537...\u3068\u3044\u3046\u8a71(=\u30fb\u03c9\u30fb\uff09\u30ce<br>Twitter\u2192<aundefinedhref='https://twitter.com/blendy_13'>https://twitter.com/blendy_13</a><br>Fantia\u2192<aundefinedhref='https://fantia.jp/fanclubs/2279'>https://fantia.jp/fanclubs/2279</a>undefinedundefinedundefinedFantia\u306b\u306f\u3082\u3046\u3061\u3087\u3044\u9ad8\u753b\u8cea\uff06\u6587\u5b57\u306a\u3057\u5dee\u5206\u3092\u3042\u3052\u3088\u3046\u3068\u601d\u3044\u307e\u3059(=\u30fb\u03c9\u30fb\uff09\u30ce<br>pixiv\u2192<aundefinedhref='https://www.pixiv.net/member.php?id=6161124'>https://www.pixiv.net/member.php?id=6161124</a>", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/205792/thumbnail-205792_0003.jpg?itok=r89KG-Au", "download" : "https://ecchi.iwara.tv/api/video/v2km9s5npeterzlad", "origin" : "https://ecchi.iwara.tv/videos/v2km9s5npeterzlad"}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-uglify": {"type": "string"}, "tsify": {"type": "string"}, "typescript": {"type": "string"}, "uglify-js": {"type": "string"}, "vinyl-buffer": {"type": "string"}, "vinyl-source-stream": {"type": "string"}}, "required": ["browserify", "del", "gulp", "gulp-sourcemaps", "gulp-uglify", "tsify", "typescript", "uglify-js", "vinyl-buffer", "vinyl-source-stream"]}, "dependencies": {"type": "object", "properties": {"@types/bootstrap": {"type": "string"}, "@types/jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "es6-promise": {"type": "string"}, "jquery": {"type": "string"}, "nsapi": {"type": "string"}}, "required": ["@types/bootstrap", "@types/jquery", "bootstrap", "es6-promise", "jquery", "nsapi"]}}, "required": ["name", "description", "license", "author", "repository", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nslogin-web", "description" : "Web client for logging into and restoring NationStates nations", "license" : "Apache-2.0", "author" : {"name" : "Auralia", "email" : "railana-ns@outlook.com"}, "repository" : {"type" : "git", "url" : "git://github.com/auralia/nslogin-web.git"}, "devDependencies" : {"browserify" : "^14.5.0", "del" : "^3.0.0", "gulp" : "^3.9.1", "gulp-sourcemaps" : "^2.6.2", "gulp-uglify" : "^3.0.0", "tsify" : "^3.0.4", "typescript" : "^2.6.2", "uglify-js" : "^3.2.2", "vinyl-buffer" : "^1.0.0", "vinyl-source-stream" : "^2.0.0"}, "dependencies" : {"@types/bootstrap" : "^3.3.36", "@types/jquery" : "^3.2.17", "bootstrap" : "^3.3.7", "es6-promise" : "^4.2.2", "jquery" : "^3.2.1", "nsapi" : "^0.1.14"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-uglify": {"type": "string"}, "tsify": {"type": "string"}, "typescript": {"type": "string"}, "uglify-js": {"type": "string"}, "vinyl-buffer": {"type": "string"}, "vinyl-source-stream": {"type": "string"}}, "required": ["browserify", "del", "gulp", "gulp-sourcemaps", "gulp-uglify", "tsify", "typescript", "uglify-js", "vinyl-buffer", "vinyl-source-stream"]}, "dependencies": {"type": "object", "properties": {"@types/bootstrap": {"type": "string"}, "@types/jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "es6-promise": {"type": "string"}, "jquery": {"type": "string"}, "nsapi": {"type": "string"}}, "required": ["@types/bootstrap", "@types/jquery", "bootstrap", "es6-promise", "jquery", "nsapi"]}}, "required": ["name", "description", "license", "author", "repository", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.93": {"type": "integer"}, "1.0": {"type": "integer"}, "0.91": {"type": "integer"}, "0.96": {"type": "integer"}, "0.99": {"type": "integer"}, "0.62": {"type": "integer"}, "0.92": {"type": "integer"}, "0.0": {"type": "integer"}, "0.01": {"type": "integer"}, "0.78": {"type": "integer"}, "0.94": {"type": "integer"}, "0.98": {"type": "integer"}, "0.45": {"type": "integer"}, "0.63": {"type": "integer"}, "0.95": {"type": "integer"}}, "required": ["0.93", "1.0", "0.91", "0.96", "0.99", "0.62", "0.92", "0.0", "0.01", "0.78", "0.94", "0.98", "0.45", "0.63", "0.95"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hour positive count" : 15, "hour neutral count" : 4, "hour negative count" : 3, "hour distri" : {"0.93" : 1, "1.0" : 5, "0.91" : 3, "0.96" : 1, "0.99" : 1, "0.62" : 1, "0.92" : 1, "0.0" : 1, "0.01" : 2, "0.78" : 1, "0.94" : 1, "0.98" : 1, "0.45" : 1, "0.63" : 1, "0.95" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.93": {"type": "integer"}, "1.0": {"type": "integer"}, "0.91": {"type": "integer"}, "0.96": {"type": "integer"}, "0.99": {"type": "integer"}, "0.62": {"type": "integer"}, "0.92": {"type": "integer"}, "0.0": {"type": "integer"}, "0.01": {"type": "integer"}, "0.78": {"type": "integer"}, "0.94": {"type": "integer"}, "0.98": {"type": "integer"}, "0.45": {"type": "integer"}, "0.63": {"type": "integer"}, "0.95": {"type": "integer"}}, "required": ["0.93", "1.0", "0.91", "0.96", "0.99", "0.62", "0.92", "0.0", "0.01", "0.78", "0.94", "0.98", "0.45", "0.63", "0.95"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nbStatement": {"type": "integer"}, "executionTime": {"type": "integer"}, "date": {"type": "string"}, "nb_methods": {"type": "integer"}, "nb_classes": {"type": "integer"}, "nbAngelicValue": {"type": "integer"}}, "required": ["nbStatement", "executionTime", "date", "nb_methods", "nb_classes", "nbAngelicValue"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nbStatement" : 0, "executionTime" : 63327, "date" : "Sun Jul 28 09:56:52 EDT 2019", "nb_methods" : 2053, "nb_classes" : 107, "nbAngelicValue" : 0}
json_instruct
{"type": "object", "properties": {"nbStatement": {"type": "integer"}, "executionTime": {"type": "integer"}, "date": {"type": "string"}, "nb_methods": {"type": "integer"}, "nb_classes": {"type": "integer"}, "nbAngelicValue": {"type": "integer"}}, "required": ["nbStatement", "executionTime", "date", "nb_methods", "nb_classes", "nbAngelicValue"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "properties": {"level": {"type": "string"}, "submissions": {"type": "integer"}, "solved": {"type": "integer"}, "ratio": {"type": "string"}}, "required": ["level", "submissions", "solved", "ratio"]}}, "required": ["output", "input", "level", "name", "has_images", "description", "id", "category", "statistics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"output" : "For each test case, print a single line containing the number of guests allowed to ride the roller coaster.", "input" : "The input contains several test cases. The first line of each test case contains three integers N (1 \u2264 N \u2264 100), Amin and Amax (50 \u2264 Amin \u2264 Amax \u2264 250), the number of guests, the minimum and the maximum allowed height, respectively, in centimeters.\r\n\r\nEach of the next N lines contains an integer (50 \u2264 Ai \u2264 250), the height of the i-th guest, in centimeters.The input ends with end-of-file (EOF).", "level" : 2, "name" : "Roller Coaster", "has_images" : false, "description" : "Everyone in Nlog\u00f4nia is really excited with the opening of Ricardo Barreiro World, the newest amusement park in the country. Its roller coaster, the fastest in the continent, is being widely advertised on TV and Radio. It\u2019s the attraction everyone, from kids to grandmas, wants to ride.\r\n\r\nUnfortunately, some restrictions were imposed by the government during the attraction\u2019s homologation. For safety reasons, there is a minimum and a maximum height people must have to ride the roller coaster.\r\n\r\nIn the inauguration day, every guest filled a register in which they indicated their heights. In order to reduce lines and optimize the operation, you were hired to write a program that, given the number of guests, the minimum and maximum allowed height, and the height of every guest, determine how many guests are allowed to ride the roller coaster.", "id" : "2547", "category" : "Beginner", "statistics" : {"level" : "2 / 10", "submissions" : 2841, "solved" : 1509, "ratio" : "53.12%"}}
json_instruct
{"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "properties": {"level": {"type": "string"}, "submissions": {"type": "integer"}, "solved": {"type": "integer"}, "ratio": {"type": "string"}}, "required": ["level", "submissions", "solved", "ratio"]}}, "required": ["output", "input", "level", "name", "has_images", "description", "id", "category", "statistics"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"line" : 1, "column" : 1, "msg" : "Invalid character."}, {"line" : 1, "column" : 5, "msg" : "Invalid character."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_in_progress": {"type": "string"}, "invalid_host": {"type": "string"}}, "required": ["already_in_progress", "invalid_host"]}, "error": {"type": "object", "properties": {"invalid_host": {"type": "string"}}, "required": ["invalid_host"]}, "step": {"type": "object", "properties": {"auth": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "finish": {"type": "object", "properties": {"data": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "title": {"type": "string"}}, "required": ["data", "title"]}}, "required": ["auth", "finish"]}}, "required": ["abort", "error", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"abort" : {"already_in_progress" : "Il y a d\u00e9j\u00e0 un processus de configuration en cours pour cet appareil", "invalid_host" : "Nom d'h\u00f4te ou adresse IP non valide"}, "error" : {"invalid_host" : "Nom d'h\u00f4te ou adresse IP non valide"}, "step" : {"auth" : {"title" : "S'authentifier sur l'appareil"}, "finish" : {"data" : {"name" : "Nom"}, "title" : "Choisissez un nom pour l'appareil"}}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_in_progress": {"type": "string"}, "invalid_host": {"type": "string"}}, "required": ["already_in_progress", "invalid_host"]}, "error": {"type": "object", "properties": {"invalid_host": {"type": "string"}}, "required": ["invalid_host"]}, "step": {"type": "object", "properties": {"auth": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "finish": {"type": "object", "properties": {"data": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "title": {"type": "string"}}, "required": ["data", "title"]}}, "required": ["auth", "finish"]}}, "required": ["abort", "error", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xf19eac69f9566f0b40660bd0cc16234330f38456", "tool" : "mythril", "start" : 1563434823.6252353, "end" : 1563434826.9444306, "duration" : 3.31919527053833, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"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": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x50f83af084ad3c16672417502322623ba78c1fa7bb2228c5fb9ae857769992b1", "parentHash" : "0x132eb6befed30d2926cb8e382db4ffa82904acf0e255c03d174997c72ac9f96b", "number" : 79686, "timestamp" : 1439473594, "nonce" : "0xfab45c9c35a5e88f", "difficulty" : 2351832899283, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xe090Ffdced499691fA9379752a59F8A058c1eE4A", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "transactions" : []}
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": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : [[[-73.860452, 40.887804], [-73.858908, 40.890632], [-73.853153, 40.8888], [-73.855104, 40.885271], [-73.860862, 40.887097], [-73.860452, 40.887804]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 43016}}]}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["513434102200", "\u65b0\u6c11\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["513434102201", "\u65b0\u5e02\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["513434102202", "\u65b0\u5efa\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513434102203", "\u5927\u5be8\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["513434102204", "\u5f69\u6797\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["513434102205", "\u4e94\u798f\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "descriptions": {"type": "array", "items": {"type": "string"}}, "entry_point": {"type": "string"}, "has_score_leaderboard": {"type": "boolean"}}, "required": ["name", "descriptions", "entry_point", "has_score_leaderboard"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Sample: Rotation", "descriptions" : ["A triangle, rotated in different directions."], "entry_point" : "level.lua", "has_score_leaderboard" : false}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "descriptions": {"type": "array", "items": {"type": "string"}}, "entry_point": {"type": "string"}, "has_score_leaderboard": {"type": "boolean"}}, "required": ["name", "descriptions", "entry_point", "has_score_leaderboard"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"access": {"type": "string"}, "avail": {"type": "string"}, "brief": {"type": "array", "items": {"type": "string"}}, "cmd-syntax": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "hook": {"type": "string"}, "name": {"type": "string"}, "support": {"type": "array", "items": {"type": "string"}}}, "required": ["access", "avail", "brief", "cmd-syntax", "description", "hook", "name", "support"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"access" : "read", "avail" : "1.7.1", "brief" : ["This command retrieves all IPv4 leases with the specified client id."], "cmd-syntax" : ["{", " \"command\": \"lease4-get-by-client-id\",", " \"arguments\": {", " \"client-id\": \"42:42:42:42:42:42:42:42\"", " }", "}"], "description" : "See <xref linkend=\"command-lease4-get-by-client-id\"/>", "hook" : "lease_cmds", "name" : "lease4-get-by-client-id", "support" : ["kea-dhcp4"]}
json_instruct
{"type": "object", "properties": {"access": {"type": "string"}, "avail": {"type": "string"}, "brief": {"type": "array", "items": {"type": "string"}}, "cmd-syntax": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "hook": {"type": "string"}, "name": {"type": "string"}, "support": {"type": "array", "items": {"type": "string"}}}, "required": ["access", "avail", "brief", "cmd-syntax", "description", "hook", "name", "support"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Cubierta superior Zenit B-33 para AK-74", "ShortName" : "B-33", "Description" : "Cubierta superior B-33 con riel Picatinny integrado es compatible con todos los fusiles y carabinas Kalashnikov basados en sistemas AK. Permite la instalaci\u00f3n de todo tipo de miras tipo Picatinny, asegurando la consistencia del apuntado incluso despu\u00e9s de reemplazar la cubierta superior repetidas veces. \u00a9 Zenit"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : "Juicq", "dpt" : "Charente-Maritime", "inscrits" : 197, "abs" : 31, "votants" : 166, "blancs" : 4, "nuls" : 2, "exp" : 160, "res" : [{"panneau" : "9", "voix" : 47}, {"panneau" : "11", "voix" : 30}, {"panneau" : "3", "voix" : 27}, {"panneau" : "2", "voix" : 24}, {"panneau" : "4", "voix" : 22}, {"panneau" : "1", "voix" : 5}, {"panneau" : "10", "voix" : 3}, {"panneau" : "5", "voix" : 1}, {"panneau" : "6", "voix" : 1}, {"panneau" : "7", "voix" : 0}, {"panneau" : "8", "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "hunch-backed", "long" : "<i>Meaning:</i> \"hunch-backed\".<br/><i>Usage:</i> crookbackt.<br/><i>Source:</i> from an unused root meaning to be arched or contracted;"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"require": {"type": "object", "properties": {"zendframework/zend-crypt": {"type": "string"}}, "required": ["zendframework/zend-crypt"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"zendframework/zend-crypt" : "2.0.*"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"zendframework/zend-crypt": {"type": "string"}}, "required": ["zendframework/zend-crypt"]}}, "required": ["require"], "$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"}, "scripts": {"type": "object", "properties": {"watch": {"type": "string"}, "build": {"type": "string"}}, "required": ["watch", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "minify": {"type": "string"}, "postcss": {"type": "string"}, "tailwind-scrollbar-hide": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["autoprefixer", "minify", "postcss", "tailwind-scrollbar-hide", "tailwindcss"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "aama-theme-layout", "version" : "1.0.0", "description" : "\ud83c\udfa8 Layout for the custom WordPress theme for AAMA Taipei. Proudly built with Tailwind CSS.", "scripts" : {"watch" : "tailwindcss -i src/styles.css -o public/_assets/styles/main.css --watch", "build" : "tailwindcss -i src/styles.css -o public/_assets/styles/main.css --minify && minify src/index.js > public/_assets/scripts/main.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/LZerApp/aama-theme-layout.git"}, "keywords" : [], "author" : "H.-H. Peng (Hsins), C.-X. Zhou (chenxuanzzy)", "license" : "MIT", "bugs" : {"url" : "https://github.com/LZerApp/aama-theme-layout/issues"}, "homepage" : "https://github.com/LZerApp/aama-theme-layout#readme", "devDependencies" : {"autoprefixer" : "^10.4.4", "minify" : "^8.0.4", "postcss" : "^8.4.12", "tailwind-scrollbar-hide" : "^1.1.7", "tailwindcss" : "^3.0.23"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"watch": {"type": "string"}, "build": {"type": "string"}}, "required": ["watch", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "minify": {"type": "string"}, "postcss": {"type": "string"}, "tailwind-scrollbar-hide": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["autoprefixer", "minify", "postcss", "tailwind-scrollbar-hide", "tailwindcss"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " How do we simplify an expression by rewriting with a negative power\n\n[imath]x^{-3}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=xHm-P6FKECs"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["421381111001", "\u592a\u5e73\u793e\u533a", "121", "0"], ["421381111201", "\u897f\u6cb3\u6751", "220", "0"], ["421381111202", "\u671d\u9633\u6751", "220", "0"], ["421381111203", "\u732b\u5b50\u6e56\u6751", "220", "0"], ["421381111204", "\u7fa4\u8054\u6751", "122", "0"], ["421381111205", "\u5de6\u5bb6\u6cb3\u6751", "220", "0"], ["421381111206", "\u7ea2\u65e5\u6751", "220", "0"], ["421381111207", "\u4e03\u91cc\u51b2\u6751", "220", "0"], ["421381111208", "\u7ea2\u65d7\u6751", "220", "0"], ["421381111209", "\u4e1c\u6cb3\u6751", "220", "0"], ["421381111210", "\u6a80\u6811\u6751", "220", "0"], ["421381111211", "\u7fa4\u76ca\u6751", "220", "0"], ["421381111212", "\u660e\u5be8\u6751", "220", "0"], ["421381111213", "\u9ad8\u5e97\u6751", "220", "0"], ["421381111214", "\u6731\u5e99\u6751", "220", "0"], ["421381111215", "\u54cd\u6c34\u6f6d\u6751", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"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" : "Augmenting spatial skills with mobile devices.", "fields" : ["mobile interaction", "turn by turn navigation", "spatial ability", "handset", "interaction technique"], "abstract" : "Mobile devices are increasingly providing novel ways for users to engage with the spaces around them. However, there are few systematic studies of enhancing spatial ability with mobile devices, and applications such as turn-by-turn navigation systems have even been associated with a decline in spatial skills. In this paper we present a study based on the 1971 Shepard-Metzler mental rotation test but performed on a mobile-phone handset and a tablet PC. Our study extends the original experiment with the incorporation of touch and tilt interaction techniques, in order to determine if these affect the use and acquisition of spatial skills. Results suggest that the task is performed faster, and with no significant difference in accuracy, when participants rely on mental abilities rather than interaction techniques to perform 3D rotations. We also find significant differences between tablet and phone handset platforms under interactive conditions. We conclude that applications on mobile devices could be designed to enhance rather than erode spatial skills, by supporting the use of imagination to align real and virtual content.", "citation" : "Citations (3)", "departments" : ["University of Bristol", "University of Bristol", "University of Bath", "University of Bristol"], "authors" : ["Douglas Boari.....http://dblp.org/pers/hd/b/Boari:Douglas", "Mike Fraser.....http://dblp.org/pers/hd/f/Fraser:Mike", "Danae Stanton Fraser.....http://dblp.org/pers/hd/f/Fraser:Danae_Stanton", "Kirsten Cater.....http://dblp.org/pers/hd/c/Cater:Kirsten"], "conf" : "chi", "year" : "2012", "pages" : 10}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "react-ace": {"type": "string"}, "ace-builds": {"type": "string"}}, "required": ["axios", "react-ace", "ace-builds"]}, "devDependencies": {"type": "object", "properties": {"babel-loader": {"type": "string"}, "enzyme": {"type": "string"}, "enzyme-adapter-react-16": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["babel-loader", "enzyme", "enzyme-adapter-react-16", "webpack", "webpack-cli"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "service", "version" : "1.0.0", "scripts" : {"start" : "webpack --mode development --watch"}, "dependencies" : {"axios" : "^0.19.0", "react-ace" : "^8.0.0", "ace-builds" : "^1.4.8"}, "devDependencies" : {"babel-loader" : "^8.0.6", "enzyme" : "^3.10.0", "enzyme-adapter-react-16" : "^1.15.1", "webpack" : "^4.41.2", "webpack-cli" : "^3.3.9"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "react-ace": {"type": "string"}, "ace-builds": {"type": "string"}}, "required": ["axios", "react-ace", "ace-builds"]}, "devDependencies": {"type": "object", "properties": {"babel-loader": {"type": "string"}, "enzyme": {"type": "string"}, "enzyme-adapter-react-16": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["babel-loader", "enzyme", "enzyme-adapter-react-16", "webpack", "webpack-cli"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bin": {"type": "object", "properties": {"cncjs-pendant-shuttle": {"type": "string"}}, "required": ["cncjs-pendant-shuttle"]}, "preferGlobal": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "lodash": {"type": "string"}, "serialport": {"type": "string"}, "socket.io-client": {"type": "string"}, "shuttle-control-usb": {"type": "string"}, "raspberrypi-liquid-crystal": {"type": "string"}, "async-mutex": {"type": "string"}, "deep-equal": {"type": "string"}, "p-event": {"type": "string"}}, "required": ["commander", "jsonwebtoken", "lodash", "serialport", "socket.io-client", "shuttle-control-usb", "raspberrypi-liquid-crystal", "async-mutex", "deep-equal", "p-event"]}}, "required": ["name", "version", "description", "main", "engines", "bin", "preferGlobal", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cncjs-pendant-shuttle", "version" : "1.0.0", "description" : "A cncjs pendant for Grbl and ShuttleXpress", "main" : "./index.js", "engines" : {"node" : ">=4"}, "bin" : {"cncjs-pendant-shuttle" : "./bin/cncjs-pendant-shuttle"}, "preferGlobal" : true, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/bensuffolk/cncjs-pendant-shuttle.git"}, "keywords" : ["cncjs", "pendant", "shuttle", "xpress"], "author" : {"name" : "Ben Suffolk", "email" : "ben@vanilla.net"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/bensuffolk/cncjs-pendant-shuttle/issues"}, "homepage" : "https://github.com/bensuffolk/cncjs-pendant-shuttle#readme", "dependencies" : {"commander" : "^7.2.0", "jsonwebtoken" : "^8.5.1", "lodash" : "^4.17.15", "serialport" : "^8.0.7", "socket.io-client" : "^2.3.0", "shuttle-control-usb" : "hopejr/ShuttleControlUSB.git#v1.0.4", "raspberrypi-liquid-crystal" : "^1.15.0", "async-mutex" : "^0.3.1", "deep-equal" : "^2.0.5", "p-event" : "^4.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bin": {"type": "object", "properties": {"cncjs-pendant-shuttle": {"type": "string"}}, "required": ["cncjs-pendant-shuttle"]}, "preferGlobal": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "lodash": {"type": "string"}, "serialport": {"type": "string"}, "socket.io-client": {"type": "string"}, "shuttle-control-usb": {"type": "string"}, "raspberrypi-liquid-crystal": {"type": "string"}, "async-mutex": {"type": "string"}, "deep-equal": {"type": "string"}, "p-event": {"type": "string"}}, "required": ["commander", "jsonwebtoken", "lodash", "serialport", "socket.io-client", "shuttle-control-usb", "raspberrypi-liquid-crystal", "async-mutex", "deep-equal", "p-event"]}}, "required": ["name", "version", "description", "main", "engines", "bin", "preferGlobal", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Fangaden~ `ningra~ `koya~ `capox~.\ufffa\ufffb\u4ed6\u628a\u79e7\u82d7\u62d4\u4e86\u3002"], "f" : "\u628a\u4f5c\u7269\u9023\u6839\u62d4\u4e86\u3002"}]}], "stem" : "fangad", "t" : "fangaden"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "validationstatistics": {"type": "string"}, "validationstatistics-users": {"type": "string"}, "validationstatistics-lastupdate": {"type": "string"}, "validationstatistics-pndtime": {"type": "string"}, "validationstatistics-revtime": {"type": "string"}, "validationstatistics-table": {"type": "string"}, "validationstatistics-ns": {"type": "string"}, "validationstatistics-total": {"type": "string"}, "validationstatistics-stable": {"type": "string"}, "validationstatistics-latest": {"type": "string"}, "validationstatistics-synced": {"type": "string"}, "validationstatistics-old": {"type": "string"}, "validationstatistics-unreviewed": {"type": "string"}, "validationstatistics-utable": {"type": "string"}, "validationstatistics-user": {"type": "string"}, "validationstatistics-reviews": {"type": "string"}}, "required": ["@metadata", "validationstatistics", "validationstatistics-users", "validationstatistics-lastupdate", "validationstatistics-pndtime", "validationstatistics-revtime", "validationstatistics-table", "validationstatistics-ns", "validationstatistics-total", "validationstatistics-stable", "validationstatistics-latest", "validationstatistics-synced", "validationstatistics-old", "validationstatistics-unreviewed", "validationstatistics-utable", "validationstatistics-user", "validationstatistics-reviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Dbc334"]}, "validationstatistics" : "Statistika pregledov strani", "validationstatistics-users" : "'''{{SITENAME}}''' ima trenutno '''[[Special:ListUsers/editor|$1]]''' {{PLURAL:$1|uporabnika|uporabnika|uporabnike|uporabnikov}} s pravicami [[{{MediaWiki:Validationpage}}|Urednika]].\n\nUredniki so uveljavljeni uporabniki, ki lahko samodejno preverijo redakcije strani.", "validationstatistics-lastupdate" : "''Slede\u010di podatki so bili nazadnje posodobljeni dne $1 ob $2.''", "validationstatistics-pndtime" : "Urejanja, ki so jih preverili uveljavljeni uporabniki, se smatrajo kot ''{{int:validationstatistics-stable}}''.\n\nPovpre\u010dni zamik pregleda [[Special:OldReviewedPages|strani z urejanji, ki trenutno \u010dakajo na pregled]], je '''$1'''; zakasnitev meri, kako dolgo je bilo nepregledano najstarej\u0161e urejanje, ki je \u010dakalo na pregled.", "validationstatistics-revtime" : "Povpre\u010dna \u010dakalna doba pregleda urejanj ''uporabnikov, ki niso prijavljeni''', je '''$1'''; mediana je '''$2'''.\n$3", "validationstatistics-table" : "Statistika pregleda strani za posamezni imenski prostor je prikazana spodaj, ''brez'' preusmeritvenih strani.\n\nStrani se obravnavajo kot ''{{int:validationstatistics-old}}'', \u010de imajo urejanja, ki \u010dakajo na pregled;\nstrani se \u0161tejejo kot ''{{int:validationstatistics-latest}}'', \u010de na pregled ne \u010daka nobeno urejanje.", "validationstatistics-ns" : "Imenski prostor", "validationstatistics-total" : "Strani", "validationstatistics-stable" : "Pregledano", "validationstatistics-latest" : "Usklajeno", "validationstatistics-synced" : "Usklajeno/Pregledano", "validationstatistics-old" : "Zastarelo", "validationstatistics-unreviewed" : "Nepregledano", "validationstatistics-utable" : "Spodaj se nahaja seznam {{PLURAL:$1|najdejavnej\u0161ega pregledovalca|$1 najdejavnej\u0161ih pregledovalcev}} v {{PLURAL:$1|zadnji uri|zadnjih $2 urah}}.", "validationstatistics-user" : "Uporabnik", "validationstatistics-reviews" : "Pregledi"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "validationstatistics": {"type": "string"}, "validationstatistics-users": {"type": "string"}, "validationstatistics-lastupdate": {"type": "string"}, "validationstatistics-pndtime": {"type": "string"}, "validationstatistics-revtime": {"type": "string"}, "validationstatistics-table": {"type": "string"}, "validationstatistics-ns": {"type": "string"}, "validationstatistics-total": {"type": "string"}, "validationstatistics-stable": {"type": "string"}, "validationstatistics-latest": {"type": "string"}, "validationstatistics-synced": {"type": "string"}, "validationstatistics-old": {"type": "string"}, "validationstatistics-unreviewed": {"type": "string"}, "validationstatistics-utable": {"type": "string"}, "validationstatistics-user": {"type": "string"}, "validationstatistics-reviews": {"type": "string"}}, "required": ["@metadata", "validationstatistics", "validationstatistics-users", "validationstatistics-lastupdate", "validationstatistics-pndtime", "validationstatistics-revtime", "validationstatistics-table", "validationstatistics-ns", "validationstatistics-total", "validationstatistics-stable", "validationstatistics-latest", "validationstatistics-synced", "validationstatistics-old", "validationstatistics-unreviewed", "validationstatistics-utable", "validationstatistics-user", "validationstatistics-reviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "bio": {"type": "string"}, "avatar": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}}, "required": ["name", "url", "icon"]}}}, "required": ["name", "type", "bio", "avatar", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Aditya Patel", "type" : "personal", "bio" : "DevRel at @thesemicolondevs \ud83e\udd51", "avatar" : "https://github.com/adityatheoctocatdev.png", "links" : [{"name" : "Follow me on GitHub", "url" : "https://github.com/adityatheoctocatdev", "icon" : "github"}, {"name" : "Follow me on Twitter", "url" : "https://twitter.com/adptheoctcatdev", "icon" : "twitter"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "bio": {"type": "string"}, "avatar": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}}, "required": ["name", "url", "icon"]}}}, "required": ["name", "type", "bio", "avatar", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "titleTemplate": {"type": "string"}, "welcomeText": {"type": "string"}, "logo": {"type": "string"}, "icon": {"type": "string"}, "loadingColor": {"type": "string"}, "seoDescription": {"type": "string"}, "seoMetaImage": {"type": "string"}}, "required": ["title", "titleTemplate", "welcomeText", "logo", "icon", "loadingColor", "seoDescription", "seoMetaImage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Home", "titleTemplate" : "| Brady Pest Control", "welcomeText" : "# Brady Pest Control\n\nBrady Pest Control is here to serve all your pest control needs in the Blue Water Area. Our expert technicians and staff are knowleadge and always ready to help you with any pest issues or prevention needs you might have.", "logo" : "/images/uploads/logo.svg", "icon" : "/images/uploads/logo.png", "loadingColor" : "#0b3765", "seoDescription" : "A quickstart for Nuxt & Netlify CMS", "seoMetaImage" : ""}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "titleTemplate": {"type": "string"}, "welcomeText": {"type": "string"}, "logo": {"type": "string"}, "icon": {"type": "string"}, "loadingColor": {"type": "string"}, "seoDescription": {"type": "string"}, "seoMetaImage": {"type": "string"}}, "required": ["title", "titleTemplate", "welcomeText", "logo", "icon", "loadingColor", "seoDescription", "seoMetaImage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"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" : "Sedze-Maubecq", "dpt" : "Pyr\u00e9n\u00e9es-Atlantiques", "inscrits" : 196, "abs" : 37, "votants" : 159, "blancs" : 12, "nuls" : 8, "exp" : 139, "res" : [{"panneau" : "1", "voix" : 77}, {"panneau" : "2", "voix" : 62}]}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1927, "sex" : "M", "n" : 9, "prop" : 7.75e-06}, {"year" : 1928, "sex" : "M", "n" : 7, "prop" : 6.13e-06}, {"year" : 1929, "sex" : "M", "n" : 8, "prop" : 7.22e-06}, {"year" : 1930, "sex" : "M", "n" : 5, "prop" : 4.43e-06}, {"year" : 1932, "sex" : "M", "n" : 7, "prop" : 6.52e-06}, {"year" : 1934, "sex" : "M", "n" : 7, "prop" : 6.59e-06}, {"year" : 1936, "sex" : "M", "n" : 5, "prop" : 4.7e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "type": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"@google-cloud/firestore": {"type": "string"}, "@google-cloud/functions-framework": {"type": "string"}, "@google-cloud/logging": {"type": "string"}, "firebase-admin": {"type": "string"}, "firebase-functions": {"type": "string"}}, "required": ["@google-cloud/firestore", "@google-cloud/functions-framework", "@google-cloud/logging", "firebase-admin", "firebase-functions"]}, "//": {"type": "object", "properties": {"engines.node": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"@google-cloud/functions-framework": {"type": "array", "items": {"type": "string"}}, "firebase-functions": {"type": "array", "items": {"type": "string"}}}, "required": ["@google-cloud/functions-framework", "firebase-functions"]}}, "required": ["engines.node", "scripts"]}}, "required": ["name", "private", "type", "engines", "files", "dependencies", "//"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "functions", "private" : true, "type" : "module", "engines" : {"node" : "16"}, "files" : ["src/**/*.js", "index.js"], "dependencies" : {"@google-cloud/firestore" : "^5.0.2", "@google-cloud/functions-framework" : "^3.1.1", "@google-cloud/logging" : "^10.0.0", "firebase-admin" : "^10.2.0", "firebase-functions" : "^3.21.2"}, "//" : {"engines.node" : ["Firebase emulators require the field to be plain '16' and such. This is okay for us, since Functions are always", "run within the DC node instance (not what one would have natively installed, which might be -say- an uneven", "version number)."], "scripts" : {"@google-cloud/functions-framework" : ["Included, since a post by Firebase suggests that (explicitly defining the version), moving to ES modules implementation (past 3.14.1)."], "firebase-functions" : ["!3.15.2 - that was a bad one."]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "type": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"@google-cloud/firestore": {"type": "string"}, "@google-cloud/functions-framework": {"type": "string"}, "@google-cloud/logging": {"type": "string"}, "firebase-admin": {"type": "string"}, "firebase-functions": {"type": "string"}}, "required": ["@google-cloud/firestore", "@google-cloud/functions-framework", "@google-cloud/logging", "firebase-admin", "firebase-functions"]}, "//": {"type": "object", "properties": {"engines.node": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"@google-cloud/functions-framework": {"type": "array", "items": {"type": "string"}}, "firebase-functions": {"type": "array", "items": {"type": "string"}}}, "required": ["@google-cloud/functions-framework", "firebase-functions"]}}, "required": ["engines.node", "scripts"]}}, "required": ["name", "private", "type", "engines", "files", "dependencies", "//"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Trent", "state_name" : "Texas", "state_abbrv" : "TX", "lat" : "32.4898", "long" : "-100.1195"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 22830, "info" : {"name" : "Czyste Grrr.pl", "description" : "Serwis Grrry.pl przemodelowany do \"trybu\" pojedynczej kolumny.\r\nDo ca\u0142kowitego pozbycia si\u0119 reklam sugeruje \"Ad Block\" lub \"No Script\".", "additionalInfo" : null, "format" : "uso", "category" : "grrr", "createdAt" : "2009-11-25T10:55:39.000Z", "updatedAt" : "2009-12-02T19:04:09.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 33139, "name" : "azun"}}, "stats" : {"installs" : {"total" : 38, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "22830_after.gif", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"grrr.pl\") {\r\n\r\nbody {\r\nbackground:#000 !important;\r\n}\r\n#top, #newestBlomedia, #topPromo,#footer, .smoButtons, .postAricles, #crossbannerblomain, #crossbanerblomain, .col2 {\r\ndisplay: none !important;\r\n}\r\n#innerpage #sidebar, .innerpage .sidebar {\r\ndisplay: none !important;\r\n}\r\np img {\r\ndisplay: block !important; \r\nmargin: 0 auto !important;\r\n}\r\n#innerpage #content, .innerpage .content {\r\nfloat: none !important;\r\nwidth: 95% !important;\r\n}\r\na:hover {\r\ntext-align: center !important;\r\n}\r\n.page-navi {\r\ntext-align: center !important;\r\n}\r\nbody {\r\nfont-size: 75% !important;\r\n}\r\n.showexcerpts .thumb img {\r\npadding: 50% !important;\r\n}\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "411527004001", "text" : "\u7acb\u57ce\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411527004002", "text" : "\u90d1\u8425\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411527004003", "text" : "\u65b0\u6751\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411527004004", "text" : "\u6bdb\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"section1": {"type": "object", "properties": {}, "required": []}}, "required": ["section1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"section1" : {}}
json_instruct
{"type": "object", "properties": {"section1": {"type": "object", "properties": {}, "required": []}}, "required": ["section1"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"configFile": {"type": "string"}, "begin": {"type": "integer"}, "end": {"type": "integer"}, "aggregation": {"type": "integer"}, "singleVehicle": {"type": "integer"}, "affectedTraffic": {"type": "integer"}}, "required": ["configFile", "begin", "end", "aggregation", "singleVehicle", "affectedTraffic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configFile" : "DenHaag/testing.sumocfg", "begin" : 3600000, "end" : 7200000, "aggregation" : 3600000, "singleVehicle" : 3600000, "affectedTraffic" : 3600000}
json_instruct
{"type": "object", "properties": {"configFile": {"type": "string"}, "begin": {"type": "integer"}, "end": {"type": "integer"}, "aggregation": {"type": "integer"}, "singleVehicle": {"type": "integer"}, "affectedTraffic": {"type": "integer"}}, "required": ["configFile", "begin", "end", "aggregation", "singleVehicle", "affectedTraffic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "PeepoPlay", "symbol" : "PEEPO", "address" : "0xF3Cb3A8B42e6cb2C50f55568764348Db35f2B315", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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 utop3cls on Metamath](http://us.metamath.org/mpegif/utop3cls.html)"}], "names" : ["utop3cls"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cJ", "#T_wceq", "#T_cutop", "#T_cfv", "#T_cU", "#T_cU", "#T_wcel", "#T_cust", "#T_cfv", "#T_cX", "#T_wa", "#T_cM", "#T_wss", "#T_cX", "#T_cxp", "#T_cX", "#T_wa", "#T_cV", "#T_wcel", "#T_cU", "#T_wa", "#T_ccnv", "#T_cV", "#T_wceq", "#T_cV", "#T_wi", "#T_ccl", "#T_cfv", "#T_cJ", "#T_ctx", "#T_cJ", "#T_cfv", "#T_cM", "#T_wss", "#T_cV", "#T_ccom", "#T_cM", "#T_ccom", "#T_cV"], "metaLanguage" : "METAMATH", "remarks" : " Relation between a topological closure and a symmetric entourage in an uniform space. Second part of proposition 2 of [BourbakiTop1] p. II.4. (Contributed by Thierry Arnoux, 17-Jan-2018.) ", "statement" : "utoptop.1 $e |- J = ( unifTop ` U ) $.\nutop3cls $p |- ( ( ( U e. ( UnifOn ` X ) /\\ M C_ ( X X. X ) ) /\\ ( V e. U /\\ `' V = V ) ) -> ( ( cls ` ( J tX J ) ) ` M ) C_ ( V o. ( M o. V ) ) ) $."}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "chai-as-promised": {"type": "string"}}, "required": ["eslint", "chai", "mocha", "chai-as-promised"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "dotenv": {"type": "string"}, "js-sha512": {"type": "string"}, "lodash": {"type": "string"}, "randomstring": {"type": "string"}, "request": {"type": "string"}}, "required": ["bluebird", "dotenv", "js-sha512", "lodash", "randomstring", "request"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "bugs", "license", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cf-api-wrapper", "version" : "1.0.2", "description" : "Node.js wrapper for Codeforces API.", "main" : "./cf-api-wrapper.js", "scripts" : {"test" : "./node_modules/mocha/bin/mocha --timeout 300000"}, "repository" : {"type" : "git", "url" : "https://github.com/sokokaleb/cf-api-wrapper.git"}, "keywords" : ["codeforces", "wrapper"], "author" : "Pusaka Kaleb Setyabudi <sokokaleb@gmail.com>", "bugs" : {"url" : "https://github.com/sokokaleb/cf-api-wrapper/issues"}, "license" : "MIT", "homepage" : "https://github.com/sokokaleb/cf-api-wrapper", "devDependencies" : {"eslint" : "~1.10.3", "chai" : "~3.5.0", "mocha" : "~2.4.5", "chai-as-promised" : "~5.2.0"}, "dependencies" : {"bluebird" : "~3.2.0", "dotenv" : "~2.0.0", "js-sha512" : "~0.2.2", "lodash" : "~4.1.0", "randomstring" : "~1.1.3", "request" : "~2.69.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"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "chai-as-promised": {"type": "string"}}, "required": ["eslint", "chai", "mocha", "chai-as-promised"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "dotenv": {"type": "string"}, "js-sha512": {"type": "string"}, "lodash": {"type": "string"}, "randomstring": {"type": "string"}, "request": {"type": "string"}}, "required": ["bluebird", "dotenv", "js-sha512", "lodash", "randomstring", "request"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "bugs", "license", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"min": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["min", "prepublish"]}, "dependencies": {"type": "object", "properties": {"node-materialize": {"type": "string"}}, "required": ["node-materialize"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["grunt", "grunt-contrib-connect", "uglify-js"]}}, "required": ["name", "description", "author", "version", "license", "repository", "keywords", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "angular-materialize", "description" : "Angularjs directives for Materialize CSS Framework", "author" : "@krescruz", "version" : "0.2.1", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/krescruz/angular-materialize"}, "keywords" : ["angularjs", "materializecss", "web", "app", "component"], "main" : "src/index.js", "scripts" : {"min" : "uglifyjs src/angular-materialize.js -m > src/angular-materialize.min.js", "prepublish" : "npm run min"}, "dependencies" : {"node-materialize" : "https://github.com/ryepdx/node-materialize/tarball/master"}, "devDependencies" : {"grunt" : "^0.4.5", "grunt-contrib-connect" : "^0.9.0", "uglify-js" : "^3.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"min": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["min", "prepublish"]}, "dependencies": {"type": "object", "properties": {"node-materialize": {"type": "string"}}, "required": ["node-materialize"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["grunt", "grunt-contrib-connect", "uglify-js"]}}, "required": ["name", "description", "author", "version", "license", "repository", "keywords", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}, "examDate": {"type": "string"}, "examDuration": {"type": "integer"}}, "required": ["semester", "timetable", "examDate", "examDuration"]}}, "prereqTree": {"type": "object", "properties": {"or": {"type": "array", "items": {"type": "string"}}}, "required": ["or"]}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}}, "required": ["acadYear", "preclusion", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData", "prereqTree", "fulfillRequirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"acadYear" : "2019/2020", "preclusion" : "EE4411", "description" : "The ability to create and characterize nanomaterials and nanostructures is important for many emerging advanced materials industries, from silicon electronics to intelligent nanosystems. Two general approaches to create nanostructures are bottom-up (colloidal-based chemistry) and top-down (nanofabrication and nanopatterning) methods. The course covers the essential physical chemistry principles and synthesis of bottom-up nanomaterials. Principles and practical aspects of top-down nanostructuring using nanolithography (optical, electron beam, ion beam) and pattern replication methods, including 3D-printing are discussed. Finally, nanocharacterisation using electrons, ions and scanning probe techniques are covered. Knowledge gained will be invaluable to design current and future nanosystems for diverse industries.", "title" : "Nanofabrication and Nanocharacterization", "department" : "Physics", "faculty" : "Science", "workload" : [3, 0, 1, 3, 3], "prerequisite" : "PC2131 or PC3235 or MLE2104 or PC2133 or EE2005", "moduleCredit" : "4", "moduleCode" : "PC3242", "semesterData" : [{"semester" : 1, "timetable" : [{"classNo" : "1", "startTime" : "1400", "endTime" : "1600", "weeks" : [1, 2, 3, 4, 5, 6], "venue" : "E3-06-14", "day" : "Wednesday", "lessonType" : "Lecture", "size" : 20}, {"classNo" : "1", "startTime" : "1400", "endTime" : "1600", "weeks" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "venue" : "E3-06-14", "day" : "Monday", "lessonType" : "Lecture", "size" : 20}, {"classNo" : "1", "startTime" : "1400", "endTime" : "1600", "weeks" : [7, 8, 9, 10, 11, 12, 13], "venue" : "E2-0306PC3", "day" : "Wednesday", "lessonType" : "Lecture", "size" : 20}], "examDate" : "2019-11-26T01:00:00.000Z", "examDuration" : 120}], "prereqTree" : {"or" : ["PC2131", "PC3235", "MLE2104", "PC2133", "EE2005"]}, "fulfillRequirements" : ["PC4259", "PC4253"]}
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}, "examDate": {"type": "string"}, "examDuration": {"type": "integer"}}, "required": ["semester", "timetable", "examDate", "examDuration"]}}, "prereqTree": {"type": "object", "properties": {"or": {"type": "array", "items": {"type": "string"}}}, "required": ["or"]}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}}, "required": ["acadYear", "preclusion", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData", "prereqTree", "fulfillRequirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following 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" : "10972_cam-image_array_.jpg", "user/angle" : -0.27, "user/throttle" : 0.404, "user/mode" : "user", "pos/pos_x" : 74.23492, "pos/pos_y" : 0.5552483, "pos/pos_z" : 24.81527, "pos/speed" : 6.863869, "pos/cte" : -0.8454576, "milliseconds" : 585902}
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#"}
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"}, "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" : "A joint probabilistic classification model for resource selection.", "fields" : ["federated search", "data mining", "probabilistic classification", "small number", "information retrieval"], "abstract" : "Resource selection is an important task in Federated Search to select a small number of most relevant information sources. Current resource selection algorithms such as GlOSS, CORI, ReDDE, Geometric Average and the recent classification-based method focus on the evidence of individual information sources to determine the relevance of available sources. Current algorithms do not model the important relationship information among individual sources. For example, an information source tends to be relevant to a user query if it is similar to another source with high probability of being relevant. This paper proposes a joint probabilistic classification model for resource selection. The model estimates the probability of relevance of information sources in a joint manner by considering both the evidence of individual sources and their relationship. An extensive set of experiments have been conducted on several datasets to demonstrate the advantage of the proposed model.", "citation" : "Citations (16)", "departments" : ["Purdue University", "Purdue University", "Purdue University", "Purdue University", "Purdue University"], "authors" : ["Dzung Hong.....http://dblp.org/pers/hd/h/Hong:Dzung", "Luo Si.....http://dblp.org/pers/hd/s/Si:Luo", "Paul J. Bracke.....http://dblp.org/pers/hd/b/Bracke:Paul_J=", "Michael Witt.....http://dblp.org/pers/hd/w/Witt:Michael", "Tim Juchcinski.....http://dblp.org/pers/hd/j/Juchcinski:Tim"], "conf" : "sigir", "year" : "2010", "pages" : 8}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "top-rung-brewing-company", "name" : "Top Rung Brewing Company", "brewery_type" : "micro", "street" : "8343 Hogum Bay Ln NE Ste E", "city" : "Lacey", "state" : "Washington", "postal_code" : "98516-3135", "website_url" : "http://www.toprungbrewing.com", "phone" : "3609158766", "created_at" : "2018-07-24 01:34:33.341586", "updated_at" : "2018-08-11 21:40:27.056518", "country" : "United States", "longitude" : "", "latitude" : "", "tags" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"suncalc.js": {"type": "string"}, "suncalc.min.js": {"type": "string"}}, "required": ["suncalc.js", "suncalc.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"suncalc.js" : "sha256-w6mWpiIXMkpTsvtS+oNlqA7TG51/PXzlTJuWG9IN0KM=", "suncalc.min.js" : "sha256-2OO3xptsAkquN5yXQgywTRUiGHGT7nzjD6RqKbd/Jrg="}
json_instruct
{"type": "object", "properties": {"suncalc.js": {"type": "string"}, "suncalc.min.js": {"type": "string"}}, "required": ["suncalc.js", "suncalc.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible 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"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "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" : 21, "nazev" : "Doma\ufffdlice"}, "clipped" : true, "id" : "a614e1ba40"}]}}, "type" : "Topology", "transform" : {"translate" : [12.744140624999957, 49.32512199104001], "scale" : [8.583068847656077e-05, 5.5908980439008105e-05]}, "arcs" : [[[1024, 276], [-226, 3], [-166, 28], [-180, 69], [-54, 41], [-6, 46], [32, 158], [-42, 63], [-101, 27], [-123, 184], [35, 115], [-3, 14], [834, 0], [0, -748]]]}
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"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"country": {"type": "string"}, "slug": {"type": "string"}, "orgs": {"type": "array", "items": {}}, "iso2Code": {"type": "string"}, "iso3Code": {"type": "string"}}, "required": ["country", "slug", "orgs", "iso2Code", "iso3Code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"country" : "Guatemala", "slug" : "guatemala", "orgs" : [], "iso2Code" : "GT", "iso3Code" : "GTM"}
json_instruct
{"type": "object", "properties": {"country": {"type": "string"}, "slug": {"type": "string"}, "orgs": {"type": "array", "items": {}}, "iso2Code": {"type": "string"}, "iso3Code": {"type": "string"}}, "required": ["country", "slug", "orgs", "iso2Code", "iso3Code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies 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" : "Bayog, Canlaon City, Negros Oriental, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.negros-oriental.canlaon-city.bayog", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "7", "region_reference" : "7", "region_name" : "Central Visayas (Region VII)", "province_id" : "52", "province_reference" : "52", "province_name" : "Negros Oriental", "city_id" : "314", "city_reference" : "1059", "city_name" : "Canlaon City", "barangay_id" : "8685", "barangay_reference" : "27778", "barangay_name" : "Bayog"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[123.209412, 10.41277], [123.216759, 10.40097], [123.2174, 10.39444], [123.219009, 10.39048], [123.214882, 10.39205], [123.204147, 10.38866], [123.190376, 10.38479], [123.189507, 10.38601], [123.188637, 10.38704], [123.188263, 10.38801], [123.187859, 10.38907], [123.187599, 10.39033], [123.187813, 10.39171], [123.187576, 10.39372], [123.187309, 10.39548], [123.18692, 10.39654], [123.186378, 10.39813], [123.185204, 10.39999], [123.183617, 10.40105], [123.181732, 10.40233], [123.179321, 10.40434], [123.177727, 10.4062], [123.176521, 10.40844], [123.17466, 10.41181], [123.190193, 10.41243], [123.209412, 10.41277]]]]}}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"EventStore": {"type": "object", "properties": {"connectionString": {"type": "string"}}, "required": ["connectionString"]}, "RavenDb": {"type": "object", "properties": {"server": {"type": "string"}, "database": {"type": "string"}}, "required": ["server", "database"]}, "Serilog": {"type": "object", "properties": {"MinimumLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Override": {"type": "object", "properties": {"Microsoft": {"type": "string"}, "Microsoft.AspNetCore.SpaServices": {"type": "string"}, "System": {"type": "string"}}, "required": ["Microsoft", "Microsoft.AspNetCore.SpaServices", "System"]}}, "required": ["Default", "Override"]}, "Enrich": {"type": "array", "items": {"type": "string"}}, "WriteTo": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Args": {"type": "object", "properties": {"theme": {"type": "string"}, "outputTemplate": {"type": "string"}}, "required": ["theme", "outputTemplate"]}}, "required": ["Name", "Args"]}}}, "required": ["MinimumLevel", "Enrich", "WriteTo"]}}, "required": ["EventStore", "RavenDb", "Serilog"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"EventStore" : {"connectionString" : "ConnectTo=tcp://admin:changeit@localhost:1113; DefaultUserCredentials=admin:changeit;"}, "RavenDb" : {"server" : "http://localhost:8080", "database" : "Marketplace_Chapter13"}, "Serilog" : {"MinimumLevel" : {"Default" : "Debug", "Override" : {"Microsoft" : "Warning", "Microsoft.AspNetCore.SpaServices" : "Information", "System" : "Debug"}}, "Enrich" : ["WithDemystifiedStackTraces"], "WriteTo" : [{"Name" : "Console", "Args" : {"theme" : "Serilog.Sinks.SystemConsole.Themes.AnsiConsoleTheme::Literate, Serilog.Sinks.Console", "outputTemplate" : "[{Timestamp:HH:mm:ss.fff} {Level:u3}] ({ThreadId:000}) {SourceContext} {Message}{NewLine}{Exception}"}}]}}
json_instruct
{"type": "object", "properties": {"EventStore": {"type": "object", "properties": {"connectionString": {"type": "string"}}, "required": ["connectionString"]}, "RavenDb": {"type": "object", "properties": {"server": {"type": "string"}, "database": {"type": "string"}}, "required": ["server", "database"]}, "Serilog": {"type": "object", "properties": {"MinimumLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Override": {"type": "object", "properties": {"Microsoft": {"type": "string"}, "Microsoft.AspNetCore.SpaServices": {"type": "string"}, "System": {"type": "string"}}, "required": ["Microsoft", "Microsoft.AspNetCore.SpaServices", "System"]}}, "required": ["Default", "Override"]}, "Enrich": {"type": "array", "items": {"type": "string"}}, "WriteTo": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Args": {"type": "object", "properties": {"theme": {"type": "string"}, "outputTemplate": {"type": "string"}}, "required": ["theme", "outputTemplate"]}}, "required": ["Name", "Args"]}}}, "required": ["MinimumLevel", "Enrich", "WriteTo"]}}, "required": ["EventStore", "RavenDb", "Serilog"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "index": {"type": "integer"}, "scopes": {"type": "array", "items": {"type": "string"}}, "types": {"type": "array", "items": {"type": "string"}}, "format": {"type": "string"}, "present": {"type": "boolean"}}, "required": ["name", "index", "scopes", "types", "format", "present"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "org.tensorflow:tensorflow-android:1.6.0", "index" : 0, "scopes" : ["EXTERNAL_LIBRARIES"], "types" : ["CLASSES"], "format" : "JAR", "present" : true}, {"name" : "org.apache.commons:commons-math3:3.2", "index" : 1, "scopes" : ["EXTERNAL_LIBRARIES"], "types" : ["CLASSES"], "format" : "JAR", "present" : true}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "index": {"type": "integer"}, "scopes": {"type": "array", "items": {"type": "string"}}, "types": {"type": "array", "items": {"type": "string"}}, "format": {"type": "string"}, "present": {"type": "boolean"}}, "required": ["name", "index", "scopes", "types", "format", "present"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "3326100004", "district_id" : "3326100", "name" : "SUMUB LOR"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/cheerio": {"type": "string"}, "@types/underscore": {"type": "string"}, "@types/roll20": {"type": "string"}}, "required": ["@types/cheerio", "@types/underscore", "@types/roll20"]}}, "required": ["name", "version", "description", "author", "license", "repository", "keywords", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "types-mock20", "version" : "1.0.2", "description" : "Mock20 type definition file", "author" : "Carl-Hugo Marcotte (https://github.com/Carl-Hugo)", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/Carl-Hugo/types-mock20"}, "keywords" : ["roll20", "mock20", "typescript", "typescript-definition"], "bugs" : {"url" : "https://github.com/Carl-Hugo/types-mock20/issues"}, "homepage" : "https://github.com/Carl-Hugo/types-mock20#readme", "devDependencies" : {"@types/cheerio" : "0.22.0", "@types/underscore" : "1.8.3", "@types/roll20" : "^1.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/cheerio": {"type": "string"}, "@types/underscore": {"type": "string"}, "@types/roll20": {"type": "string"}}, "required": ["@types/cheerio", "@types/underscore", "@types/roll20"]}}, "required": ["name", "version", "description", "author", "license", "repository", "keywords", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {"type": "string"}, "ext-gd": {"type": "string"}, "ext-openssl": {"type": "string"}, "monolog/monolog": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}, "ramsey/uuid": {"type": "string"}}, "required": ["php", "ext-json", "ext-gd", "ext-openssl", "monolog/monolog", "vlucas/phpdotenv", "ramsey/uuid"]}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "string"}, "friendsofphp/php-cs-fixer": {"type": "string"}, "brainmaestro/composer-git-hooks": {"type": "string"}, "swoole/ide-helper": {"type": "string"}}, "required": ["squizlabs/php_codesniffer", "friendsofphp/php-cs-fixer", "brainmaestro/composer-git-hooks", "swoole/ide-helper"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Magnolia\\": {"type": "string"}}, "required": ["Magnolia\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"cs": {"type": "string"}, "fix": {"type": "string"}, "tests": {"type": "array", "items": {"type": "string"}}, "post-install-cmd": {"type": "string"}, "post-update-cmd": {"type": "string"}}, "required": ["cs", "fix", "tests", "post-install-cmd", "post-update-cmd"]}, "extra": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "array", "items": {"type": "string"}}}, "required": ["pre-commit"]}}, "required": ["hooks"]}}, "required": ["require", "require-dev", "autoload", "scripts", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"php" : ">=7.3", "ext-json" : "*", "ext-gd" : "*", "ext-openssl" : "*", "monolog/monolog" : "^1.24", "vlucas/phpdotenv" : "^3.4", "ramsey/uuid" : "^3.8"}, "require-dev" : {"squizlabs/php_codesniffer" : "^3.4", "friendsofphp/php-cs-fixer" : "^2.15", "brainmaestro/composer-git-hooks" : "^2.7", "swoole/ide-helper" : "^4.4"}, "autoload" : {"psr-4" : {"Magnolia\\" : "magnolia/"}}, "scripts" : {"cs" : "phpcs -n --standard=phpcs.xml src", "fix" : "php-cs-fixer fix", "tests" : ["@cs", "@fix"], "post-install-cmd" : "[ \"$COMPOSER_DEV_MODE\" = 1 ] && cghooks add --ignore-lock", "post-update-cmd" : "[ \"$COMPOSER_DEV_MODE\" = 1 ] && cghooks update"}, "extra" : {"hooks" : {"pre-commit" : ["git diff-index --cached --name-only HEAD | vendor/bin/php-cs-fixer fix", "git update-index --again"]}}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {"type": "string"}, "ext-gd": {"type": "string"}, "ext-openssl": {"type": "string"}, "monolog/monolog": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}, "ramsey/uuid": {"type": "string"}}, "required": ["php", "ext-json", "ext-gd", "ext-openssl", "monolog/monolog", "vlucas/phpdotenv", "ramsey/uuid"]}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "string"}, "friendsofphp/php-cs-fixer": {"type": "string"}, "brainmaestro/composer-git-hooks": {"type": "string"}, "swoole/ide-helper": {"type": "string"}}, "required": ["squizlabs/php_codesniffer", "friendsofphp/php-cs-fixer", "brainmaestro/composer-git-hooks", "swoole/ide-helper"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Magnolia\\": {"type": "string"}}, "required": ["Magnolia\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"cs": {"type": "string"}, "fix": {"type": "string"}, "tests": {"type": "array", "items": {"type": "string"}}, "post-install-cmd": {"type": "string"}, "post-update-cmd": {"type": "string"}}, "required": ["cs", "fix", "tests", "post-install-cmd", "post-update-cmd"]}, "extra": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "array", "items": {"type": "string"}}}, "required": ["pre-commit"]}}, "required": ["hooks"]}}, "required": ["require", "require-dev", "autoload", "scripts", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"active": {"type": "boolean"}, "synopsis": {"type": "string"}, "generate-client-constructors": {"type": "boolean"}}, "required": ["active", "synopsis", "generate-client-constructors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"active" : true, "synopsis" : "Amazon Comprehend is an AWS service for gaining insight into the content of text and documents. It can be used to determine the topics contained in your documents, the topics they discuss, the predominant sentiment expressed in them, the predominant language used, and more. For more information, go to the Amazon Comprehend product page. To get started, see the Amazon Comprehend Developer Guide.", "generate-client-constructors" : true}
json_instruct
{"type": "object", "properties": {"active": {"type": "boolean"}, "synopsis": {"type": "string"}, "generate-client-constructors": {"type": "boolean"}}, "required": ["active", "synopsis", "generate-client-constructors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"test_var_1": {"type": "string"}, "test_var_2": {"type": "string"}, "subclassones": {"type": "array", "items": {"type": "object", "properties": {"classone_var_one": {"type": "string"}, "classone_var_two": {"type": "array", "items": {}}}, "required": ["classone_var_one", "classone_var_two"]}}, "subclasstwos": {"type": "array", "items": {"type": "object", "properties": {"classtwo_var_one": {"type": "string"}, "classtwo_var_two": {"type": "string"}, "classtwo_var_three": {"type": "string"}}, "required": ["classtwo_var_one", "classtwo_var_two", "classtwo_var_three"]}}}, "required": ["test_var_1", "test_var_2", "subclassones", "subclasstwos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"test_var_1" : "", "test_var_2" : "", "subclassones" : [{"classone_var_one" : "", "classone_var_two" : []}], "subclasstwos" : [{"classtwo_var_one" : "", "classtwo_var_two" : "", "classtwo_var_three" : ""}]}
json_instruct
{"type": "object", "properties": {"test_var_1": {"type": "string"}, "test_var_2": {"type": "string"}, "subclassones": {"type": "array", "items": {"type": "object", "properties": {"classone_var_one": {"type": "string"}, "classone_var_two": {"type": "array", "items": {}}}, "required": ["classone_var_one", "classone_var_two"]}}, "subclasstwos": {"type": "array", "items": {"type": "object", "properties": {"classtwo_var_one": {"type": "string"}, "classtwo_var_two": {"type": "string"}, "classtwo_var_three": {"type": "string"}}, "required": ["classtwo_var_one", "classtwo_var_two", "classtwo_var_three"]}}}, "required": ["test_var_1", "test_var_2", "subclassones", "subclasstwos"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "futurism", "definition" : "A movement or phase of post-impressionism (which see, below)."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "peerDependencies": {"type": "object", "properties": {"html-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["html-webpack-plugin", "webpack"]}}, "required": ["name", "version", "description", "main", "files", "scripts", "repository", "keywords", "author", "license", "engines", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "html-webpack-inline-source-only-plugin", "version" : "1.0.0", "description" : "Allow scripts and styles to be inlined for HtmlWebpackPlugin through templates.", "main" : "index.js", "files" : ["index.js"], "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/andykuo1/html-webpack-inline-source-only-plugin.git"}, "keywords" : ["html-webpack-plugin", "webpack", "inline", "template"], "author" : "Andrew Kuo", "license" : "MIT", "engines" : {"node" : ">=6.9"}, "peerDependencies" : {"html-webpack-plugin" : "^2.0.0 || ^3.0.0 || ^4.0.0", "webpack" : "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "peerDependencies": {"type": "object", "properties": {"html-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["html-webpack-plugin", "webpack"]}}, "required": ["name", "version", "description", "main", "files", "scripts", "repository", "keywords", "author", "license", "engines", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"styles": {"type": "boolean"}}, "required": ["styles"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "931d21d6acdf6c6b2890", "c" : {"styles" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"styles": {"type": "boolean"}}, "required": ["styles"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Villefloure", "circ" : "3\u00e8me circonscription", "dpt" : "Aude", "inscrits" : 132, "abs" : 40, "votants" : 92, "blancs" : 15, "nuls" : 5, "exp" : 72, "res" : [{"nuance" : "SOC", "nom" : "M. Andr\u00e9 VIOLA", "voix" : 56}, {"nuance" : "REM", "nom" : "Mme Mireille ROBERT", "voix" : 16}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"PDFMerger": {"type": "string"}}, "required": ["PDFMerger"]}}, "required": ["psr-0"]}}, "required": ["name", "version", "description", "keywords", "homepage", "type", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rguedes/pdfmerger", "version" : "1.0.3", "description" : "PDFMerger for PHP", "keywords" : ["PHP", "PDF"], "homepage" : "https://github.com/rguedes/PDFMerger", "type" : "library", "license" : "LGPL", "authors" : [{"name" : "Myo Kyaw Htun", "homepage" : "https://github.com/myokyawhtun"}, {"name" : "Rolando Guedes", "homepage" : "https://github.com/rguedes"}], "require" : {"php" : ">=5.2.0"}, "autoload" : {"psr-0" : {"PDFMerger" : "Classes/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"PDFMerger": {"type": "string"}}, "required": ["PDFMerger"]}}, "required": ["psr-0"]}}, "required": ["name", "version", "description", "keywords", "homepage", "type", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 98463, "cartId" : "b940810d-22fe-4e12-bbb5-af19effaacfb", "preferredProducts" : [2203, 4592, 873, 4630, 241, 653], "productReviews" : [{"productId" : 3314, "reviewText" : "heard about this on Kansas City jazz radio, decided to give it a try.", "reviewDate" : "2017-11-07T22:55:13.8325299+02:00"}, {"productId" : 4694, "reviewText" : "My neighbor Lori has one of these. She works as a taxidermist and she says it looks whopping.", "reviewDate" : "2017-05-10T03:11:30.87523+03:00"}, {"productId" : 154, "reviewText" : "this SSL is slurpee.", "reviewDate" : "2016-06-21T17:14:00.8959012+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"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"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "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" : 63, "nazev" : "Jesen\ufffdk"}, "clipped" : true, "id" : "6c846e8ad4"}]}}, "type" : "Topology", "transform" : {"translate" : [16.699218749999993, 50.401515322782366], "scale" : [0.00017166137695312153, 0.00010928828472381996]}, "arcs" : [[[1019, 0], [-55, 60], [-32, -3], [9, 36], [47, 46], [0, 48], [36, 51], [0, -238], [-5, 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"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "cover": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "title", "author", "subject", "column", "intro", "keywords", "cover", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "\uff1c\u6447\u5149\uff1e\u201c\u67aa\u201d\u7684\u80cc\u540e", "title" : "\uff1c\u6447\u5149\uff1e\u201c\u67aa\u201d\u7684\u80cc\u540e", "author" : "\u4f5a\u540d", "subject" : "", "column" : "", "intro" : "**\u7981\u67aa\u7684\u51b3\u5b9a\u9700\u8981\u7edd\u5927\u591a\u6570\u7f8e\u56fd\u4eba\u5728\u601d\u60f3\u548c\u8ba4\u8bc6\u4e0a\u7684\u8f6c\u53d8\u3002\u5728\u90a3\u4e4b\u524d\uff0c\u6211\u4eec\u53ea\u80fd\u60b2\u89c2\u7684\u7b49\u5f85\u7740\u66f4\u591a\u7684\u67aa\u51fb\u6848\u6210\u4e3a\u62a5\u7eb8\u7684\u5934\u6761\u65b0\u95fb\u3002\u4f46\u6211\u4eec\u5e0c\u671b\u66f4\u591a\u56fd\u4eba\u80fd\u591f\u8ba4\u8bc6\u5230\uff0c\u7f8e\u56fd\u5e76\u6ca1\u6709\u4ec0\u4e48...", "keywords" : ["\u7f8e\u56fd", "\u6c6a\u6bc5", "\u5baa\u6cd5\u7b2c\u4e8c\u4fee\u6b63\u6848", "\u67aa\u652f", "\u67aa\u51fb\u6848", "\u6742\u8c08", "\u6447\u5149"], "cover" : "ed5ed1dc-70a8-48f8-8ffd-5abd98bae27b.jpg", "date" : "2012-08-30T10:00:37.000Z"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "cover": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "title", "author", "subject", "column", "intro", "keywords", "cover", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "A two-handed sword. (Tier 1)", "bonuses" : [-4, 25, 21, -4, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 24, 0, 0, 0]}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"s" : ["`laheci~"], "f" : "\ufff9\ufffatime when finished\ufffb\u5b8c\u6210\u7684\u6642\u9593"}]}], "t" : "kalahecian"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "ordering": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "wells": {"type": "object", "properties": {"A1": {"type": "object", "properties": {"depth": {"type": "integer"}, "diameter": {"type": "integer"}, "height": {"type": "integer"}, "length": {"type": "integer"}, "total-liquid-volume": {"type": "integer"}, "width": {"type": "integer"}, "x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "integer"}}, "required": ["depth", "diameter", "height", "length", "total-liquid-volume", "width", "x", "y", "z"]}}, "required": ["A1"]}}, "required": ["metadata", "ordering", "wells"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"metadata" : {"name" : "T75-flask"}, "ordering" : [["A1"]], "wells" : {"A1" : {"depth" : 163, "diameter" : 25, "height" : 163, "length" : 25, "total-liquid-volume" : 75000, "width" : 25, "x" : 51.375, "y" : 30.25, "z" : 0}}}
json_instruct
{"type": "object", "properties": {"metadata": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "ordering": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "wells": {"type": "object", "properties": {"A1": {"type": "object", "properties": {"depth": {"type": "integer"}, "diameter": {"type": "integer"}, "height": {"type": "integer"}, "length": {"type": "integer"}, "total-liquid-volume": {"type": "integer"}, "width": {"type": "integer"}, "x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "integer"}}, "required": ["depth", "diameter", "height", "length", "total-liquid-volume", "width", "x", "y", "z"]}}, "required": ["A1"]}}, "required": ["metadata", "ordering", "wells"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"@babel/parser": {"type": "string"}, "@babel/traverse": {"type": "string"}, "airtable": {"type": "string"}, "cli-progress": {"type": "string"}, "cli-table": {"type": "string"}, "find-up": {"type": "string"}, "globby": {"type": "string"}}, "required": ["@babel/parser", "@babel/traverse", "airtable", "cli-progress", "cli-table", "find-up", "globby"]}, "scripts": {"type": "object", "properties": {"ci": {"type": "string"}}, "required": ["ci"]}}, "required": ["name", "version", "description", "main", "repository", "license", "keywords", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "liferay-js-insights", "version" : "0.0.0", "description" : "Tool that analyzes Liferay's JS code base to produce valuable insights about usages, dependencies, features...", "main" : "index.js", "repository" : "https://github.com/liferay/liferay-npm-tools/tree/master/packages/liferay-js-insights", "license" : "BSD-3-Clause", "keywords" : ["code", "insights", "js", "usage", "statistics"], "dependencies" : {"@babel/parser" : "^7.6.0", "@babel/traverse" : "^7.6.2", "airtable" : "0.8.1", "cli-progress" : "^3.1.0", "cli-table" : "^0.3.1", "find-up" : "^4.1.0", "globby" : "11.0.0"}, "scripts" : {"ci" : "cd ../.. && yarn ci"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"@babel/parser": {"type": "string"}, "@babel/traverse": {"type": "string"}, "airtable": {"type": "string"}, "cli-progress": {"type": "string"}, "cli-table": {"type": "string"}, "find-up": {"type": "string"}, "globby": {"type": "string"}}, "required": ["@babel/parser", "@babel/traverse", "airtable", "cli-progress", "cli-table", "find-up", "globby"]}, "scripts": {"type": "object", "properties": {"ci": {"type": "string"}}, "required": ["ci"]}}, "required": ["name", "version", "description", "main", "repository", "license", "keywords", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1920, 5], [1923, 5], [1925, 5], [1927, 7], [1928, 9], [1929, 5], [1933, 9], [1934, 7], [1935, 5], [1936, 7], [1937, 6], [1938, 7], [1940, 9], [1941, 10], [1942, 5], [1943, 21], [1944, 14], [1945, 13], [1946, 20], [1947, 19], [1948, 21], [1949, 11], [1950, 15], [1951, 14], [1952, 23], [1953, 28], [1954, 25], [1955, 25], [1956, 24], [1957, 26], [1958, 36], [1959, 32], [1960, 31], [1961, 43], [1962, 47], [1963, 46], [1964, 32], [1965, 42], [1966, 40], [1967, 36], [1968, 35], [1969, 47], [1970, 41], [1971, 27], [1972, 45], [1973, 30], [1974, 32], [1975, 36], [1976, 36], [1977, 31], [1978, 27], [1979, 26], [1980, 26], [1981, 32], [1982, 26], [1983, 28], [1984, 21], [1985, 18], [1986, 15], [1987, 20], [1988, 14], [1989, 25], [1990, 14], [1991, 15], [1992, 19], [1993, 16], [1994, 8], [1995, 9], [1997, 5], [2000, 5], [2005, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : 79402, "cartId" : "41b7493c-12b9-4c17-a76c-f41679207c27", "preferredProducts" : [2472, 4688, 2790, 3042, 2923, 1996, 3544, 4166, 240, 4394], "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#"}