input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "prepare": {"type": "string"}, "prepublishOnly": {"type": "string"}, "preversion": {"type": "string"}}, "required": ["build", "lint", "prepare", "prepublishOnly", "preversion"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}, "sass": {"type": "string"}}, "required": ["prettier", "sass"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "simplest-grid", "version" : "1.0.1", "description" : "A (very) simple grid utility written with CSS Grid Layout.", "main" : "./css/index.css", "scripts" : {"build" : "sass scss:css", "lint" : "prettier --config ./.prettierrc --write ./scss/**/*", "prepare" : "npm run build", "prepublishOnly" : "npm run lint", "preversion" : "npm run lint"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Skylarity/simplest-grid.git"}, "author" : "Skyler Rexroad", "license" : "Unlicense", "bugs" : {"url" : "https://github.com/Skylarity/simplest-grid/issues"}, "homepage" : "https://github.com/Skylarity/simplest-grid#readme", "devDependencies" : {"prettier" : "1.19.1", "sass" : "^1.25.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "prepare": {"type": "string"}, "prepublishOnly": {"type": "string"}, "preversion": {"type": "string"}}, "required": ["build", "lint", "prepare", "prepublishOnly", "preversion"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}, "sass": {"type": "string"}}, "required": ["prettier", "sass"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101873377, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "dd60b8e840ac52259b9278588773ae88", "wof:id" : 101873377, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-1.503753, 53.654609, -1.503753, 53.654609], "geometry" : {"coordinates" : [-1.503753, 53.654609], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"I": {"type": "object", "properties": {"ore": {"type": "string"}, "type": {"type": "string"}}, "required": ["ore", "type"]}, "G": {"type": "object", "properties": {"ore": {"type": "string"}, "type": {"type": "string"}}, "required": ["ore", "type"]}, "L": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "F": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "S": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["I", "G", "L", "F", "S"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["item", "data", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "forge:ore_shaped", "pattern" : ["III", "GFG", "SLS"], "key" : {"I" : {"ore" : "ingotIron", "type" : "forge:ore_dict"}, "G" : {"ore" : "ingotGold", "type" : "forge:ore_dict"}, "L" : {"item" : "minecraft:lava_bucket"}, "F" : {"item" : "minecraft:furnace"}, "S" : {"item" : "minecraft:magma_cream"}}, "result" : {"item" : "snowpower:snowgenerator", "data" : 0, "count" : 1}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"I": {"type": "object", "properties": {"ore": {"type": "string"}, "type": {"type": "string"}}, "required": ["ore", "type"]}, "G": {"type": "object", "properties": {"ore": {"type": "string"}, "type": {"type": "string"}}, "required": ["ore", "type"]}, "L": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "F": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "S": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["I", "G", "L", "F", "S"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["item", "data", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading", "author", "category", "type", "timestamp", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"URL" : "https://www.wired.com/1999/05/microsoft-exploring-open-source", "heading" : "microsoft exploring open source", "subheading" : "president steve ballmer says that redmond has learned from the success of the linux open-source software model. and microsoft may loosen its notoriously tight grip on windows source code. by joanna glasner.", "author" : "joanna glasner", "category" : "business", "type" : "article", "timestamp" : "05.13.1999 02:00 PM", "text" : "san francisco -- the rise of linux is prompting microsoft to consider cracking open its windows source code, microsoft president steve ballmer said on thursday. \"i wouldn't call it a full embrace of the open-source model,\" ballmer said in remarks at strategic directions 1999, an annual conference sponsored by tibco finance technology. but redmond is aware of the encroaching threat from linux, and ballmer acknowledged that it had already sparked \"more interest than i guess i'd wish.\"see also: opening windows? just a crack- - - - - -microsoft (msft) doesn't plan to make all of the windows code available. ballmer said that he didn't see much demand for the zillions of lines of code that run most mundane operating system functions.on the other hand, ballmer said, \"there are parts of the system where, if they had the source code, people would think they'd be able to be more effective.\"ballmer didn't include linux in a list of top microsoft competitors that he rattled off in a question-and-answer session following his talk. the companies that made the short list were ibm, novell, sun, and oracle. he also named america online, not as a direct rival, but as a competitor in the portal business.\"i'd list linux on the list of core competitors, but i don't really have a company to point to,\" ballmer said."}
json_instruct
{"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading", "author", "category", "type", "timestamp", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Obrez"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"], "$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" : "On-stack replacement, distilled.", "fields" : ["implementation", "adaptive optimization", "constructive", "debugging", "breakpoint"], "abstract" : "On-stack replacement (OSR) is essential technology for adaptive optimization, allowing changes to code actively executing in a managed runtime. The engineering aspects of OSR are well-known among VM architects, with several implementations available to date. However, OSR is yet to be explored as a general means to transfer execution between related program versions, which can pave the road to unprecedented applications that stretch beyond VMs. We aim at filling this gap with a constructive and provably correct OSR framework, allowing a class of general-purpose transformation functions to yield a special-purpose replacement. We describe and evaluate an implementation of our technique in LLVM. As a novel application of OSR, we present a feasibility study on debugging of optimized code, showing how our techniques can be used to fix variables holding incorrect values at breakpoints due to optimizations.", "citation" : "Not cited", "departments" : ["Sapienza University of Rome", "Sapienza University of Rome"], "authors" : ["Daniele Cono D'Elia.....http://dblp.org/pers/hd/d/D=Elia:Daniele_Cono", "Camil Demetrescu.....http://dblp.org/pers/hd/d/Demetrescu:Camil"], "conf" : "pldi", "year" : "2018", "pages" : 15}
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 a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "price": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "price", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Pineapple Ponchcake", "price" : "5,000", "description" : "The ponchcake earns its name from the fact that the total weight of the dry ingredients (before pineapples) equals the weight of a single poncho"}, {"name" : "Ponchocolate", "price" : "1,000", "description" : "A luscious bonbon made from dark chocolate infused with lighter-than-air bubbles."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "price": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "price", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["build", "serve"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "restaurant-page", "version" : "1.0.0", "description" : "Restaurante page project from The Odin Project's curriculum", "main" : "index.js", "scripts" : {"build" : "webpack", "serve" : "webpack --watch"}, "author" : "jvfe", "license" : "BSD-3-Clause", "devDependencies" : {"webpack" : "^5.23.0", "webpack-cli" : "^4.5.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["build", "serve"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "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" : "Bento Swap", "symbol" : "Bento", "address" : "0x17e4f86d42d116A3a00c4BA4c96aFd344FB168C2", "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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"wordwrap": {"type": "string"}}, "required": ["wordwrap"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}}, "required": ["author", "name", "description", "version", "homepage", "repository", "main", "scripts", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Andrey Tarantsov <andreyvit@me.com>", "name" : "dreamopt", "description" : "Command-line parser with readable syntax from your sweetest dreams", "version" : "0.8.0", "homepage" : "https://github.com/andreyvit/dreamopt.js", "repository" : {"type" : "git", "url" : "git://github.com/andreyvit/dreamopt.js.git"}, "main" : "lib/dreamopt.js", "scripts" : {"test" : "./node_modules/.bin/mocha"}, "engines" : {"node" : ">=0.4.0"}, "dependencies" : {"wordwrap" : ">=0.0.2"}, "devDependencies" : {"mocha" : ">=0.3.1"}}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"wordwrap": {"type": "string"}}, "required": ["wordwrap"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}}, "required": ["author", "name", "description", "version", "homepage", "repository", "main", "scripts", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 19736, "children" : [{"id" : 19737, "name" : "Admiralty jurisdiction -- Advisory opinions"}, {"id" : 19738, "name" : "Admiralty jurisdiction -- and Oliver Ellsworth"}], "name" : "Admiralty jurisdiction"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "0x72f1f330f4da4bbb3eb6c93cc2b291e6f92acab4641a81d6d23da99a9ab7ba20", "parentHash" : "0xf75be00022de18045c175d1724a03b6051ef0738d78d374322e430377c49dfb8", "number" : 106286, "timestamp" : 1439901728, "nonce" : "0x653db7ee62978f22", "difficulty" : 4461918150894, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xe6A7a1d47ff21B6321162AEA7C6CB457D5476Bca", "extraData" : "0x476574682f76312e302e312d38326566323666362f6c696e75782f676f312e34", "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}, "start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "character": {"type": "integer"}}, "required": ["line", "column", "character"]}, "end": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "character": {"type": "integer"}}, "required": ["line", "column", "character"]}, "pos": {"type": "integer"}}, "required": ["code", "message", "start", "end", "pos"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "unexpected-property", "message" : "Unexpected property 'doSomething' (did you mean to include it in 'methods'?)", "start" : {"line" : 5, "column" : 2, "character" : 42}, "end" : {"line" : 7, "column" : 3, "character" : 81}, "pos" : 42}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}, "start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "character": {"type": "integer"}}, "required": ["line", "column", "character"]}, "end": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "character": {"type": "integer"}}, "required": ["line", "column", "character"]}, "pos": {"type": "integer"}}, "required": ["code", "message", "start", "end", "pos"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"prisonerNumbers": {"type": "array", "items": {"type": "string"}}}, "required": ["prisonerNumbers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"prisonerNumbers" : ["A12345"]}
json_instruct
{"type": "object", "properties": {"prisonerNumbers": {"type": "array", "items": {"type": "string"}}}, "required": ["prisonerNumbers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"workshop": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "theme": {"type": "string"}, "labs": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "string"}, "filename": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["number", "filename", "title", "description"]}}}, "required": ["title", "description", "theme", "labs"]}}, "required": ["workshop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"workshop" : {"title" : "Digital Workshop", "description" : "Hands-on Digital Modernization", "theme" : "default", "labs" : [{"number" : "00", "filename" : "home.md", "title" : "Welcome", "description" : "Read me first"}, {"number" : "01", "filename" : "Lab1.md", "title" : "OIC Process Lab 1", "description" : "OIC Process \u2013 Building a Workflow Application"}, {"number" : "02", "filename" : "Lab2.md", "title" : "OIC Process Lab 2", "description" : "OIC Process \u2013 Leveraging a DMN Rule"}]}}
json_instruct
{"type": "object", "properties": {"workshop": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "theme": {"type": "string"}, "labs": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "string"}, "filename": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["number", "filename", "title", "description"]}}}, "required": ["title", "description", "theme", "labs"]}}, "required": ["workshop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2003", "provinceId" : "75", "regencyId" : "04", "districtId" : "08", "name" : "Karangetan"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["511112102001", "\u6768\u67f3\u6e7e\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["511112102201", "\u6768\u67f3\u6751\u59d4\u4f1a", "220", "0"], ["511112102202", "\u7ffb\u8eab\u6751\u59d4\u4f1a", "220", "0"], ["511112102203", "\u74e6\u7a91\u6751\u59d4\u4f1a", "220", "0"], ["511112102204", "\u9752\u9f99\u6751\u59d4\u4f1a", "220", "0"], ["511112102205", "\u591a\u5b9d\u6751\u59d4\u4f1a", "220", "0"], ["511112102206", "\u4e07\u91cc\u6751\u59d4\u4f1a", "220", "0"], ["511112102207", "\u9f99\u95e8\u575d\u6751\u59d4\u4f1a", "220", "0"], ["511112102208", "\u67d1\u5b50\u6751\u59d4\u4f1a", "220", "0"], ["511112102209", "\u7ea2\u519b\u6751\u59d4\u4f1a", "220", "0"], ["511112102210", "\u7ea2\u8c46\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"isRegexp": {"type": "boolean"}, "isEnum": {"type": "boolean"}, "allowFuzzyExtraction": {"type": "boolean"}, "name": {"type": "string"}, "automatedExpansion": {"type": "boolean"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "synonyms"]}}, "id": {"type": "string"}, "isOverridable": {"type": "boolean"}}, "required": ["isRegexp", "isEnum", "allowFuzzyExtraction", "name", "automatedExpansion", "entries", "id", "isOverridable"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"isRegexp" : true, "isEnum" : false, "allowFuzzyExtraction" : false, "name" : "ID", "automatedExpansion" : false, "entries" : [{"value" : "[a-f0-9]{13}", "synonyms" : ["[a-f0-9]{13}"]}], "id" : "8976f63d-82b8-4e8d-bb4a-95e1fd15fe59", "isOverridable" : false}
json_instruct
{"type": "object", "properties": {"isRegexp": {"type": "boolean"}, "isEnum": {"type": "boolean"}, "allowFuzzyExtraction": {"type": "boolean"}, "name": {"type": "string"}, "automatedExpansion": {"type": "boolean"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "synonyms"]}}, "id": {"type": "string"}, "isOverridable": {"type": "boolean"}}, "required": ["isRegexp", "isEnum", "allowFuzzyExtraction", "name", "automatedExpansion", "entries", "id", "isOverridable"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"schema-version": {"type": "string"}, "changes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}}}, "required": ["schema-version", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema-version" : "1.0", "changes" : [{"type" : "feature", "category" : "blueprints", "description" : "Mark blueprints as an accepted API (#1250)"}, {"type" : "feature", "category" : "package", "description" : "Add ability to generate and merge yaml CloudFormation templates (#1425)"}, {"type" : "enhancement", "category" : "terraform", "description" : "Allow generated terraform template to be used as a terraform module (#1300)"}, {"type" : "feature", "category" : "logs", "description" : "Add support for tailing logs (#4)."}]}
json_instruct
{"type": "object", "properties": {"schema-version": {"type": "string"}, "changes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}}}, "required": ["schema-version", "changes"], "$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"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "required": ["name", "version", "displayName", "description", "unity", "keywords", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "com.fredericrp.singleton", "version" : "1.3.2", "displayName" : "FRP GenericSingleton", "description" : "A generic singleton: a singleton is a development pattern that prevents having multiple instances of the same component in a scene. It allows also any script to access this one wihout requiring a manual link between the two.", "unity" : "2020.1", "keywords" : ["standard assets"], "author" : {"name" : "FredericRP", "email" : "unity@FredericRP.com", "url" : "https://FredericRP.com"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "required": ["name", "version", "displayName", "description", "unity", "keywords", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["ampersand-view", "autocrat-link-advisor", "edita", "reactionary-form-advisor", "reactionary-form-view", "reactionary-view", "swiper-fullscreen"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "compile": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["lint", "test", "compile", "build", "prepublish"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-sugarshin": {"type": "string"}, "eslint-plugin-babel": {"type": "string"}, "espower-babel": {"type": "string"}, "mocha": {"type": "string"}, "power-assert": {"type": "string"}}, "required": ["babel-cli", "babel-eslint", "babel-preset-es2015", "eslint", "eslint-config-sugarshin", "eslint-plugin-babel", "espower-babel", "mocha", "power-assert"]}}, "required": ["name", "version", "description", "repository", "main", "files", "keywords", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "maximum-join", "version" : "0.0.7", "description" : "Maximum join number.", "repository" : {"type" : "git", "url" : "git@github.com:sugarshin/maximum-join.git"}, "main" : "index.js", "files" : ["lib", "index.js", "test", "package.json", "README.md"], "keywords" : ["util", "number", "join"], "scripts" : {"lint" : "eslint src/maximum-join.js", "test" : "mocha --compilers js:espower-babel/guess test/**/*.js", "compile" : "babel --presets es2015 src/maximum-join.js -o lib/maximum-join.js", "build" : "npm run lint && npm run compile", "prepublish" : "npm run build && npm test"}, "author" : "sugarshin", "license" : "MIT", "devDependencies" : {"babel-cli" : "^6.1.1", "babel-eslint" : "^4.1.3", "babel-preset-es2015" : "^6.0.15", "eslint" : "^1.8.0", "eslint-config-sugarshin" : "0.0.7", "eslint-plugin-babel" : "^2.1.1", "espower-babel" : "^3.3.0", "mocha" : "^2.3.3", "power-assert" : "^1.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "compile": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["lint", "test", "compile", "build", "prepublish"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-sugarshin": {"type": "string"}, "eslint-plugin-babel": {"type": "string"}, "espower-babel": {"type": "string"}, "mocha": {"type": "string"}, "power-assert": {"type": "string"}}, "required": ["babel-cli", "babel-eslint", "babel-preset-es2015", "eslint", "eslint-config-sugarshin", "eslint-plugin-babel", "espower-babel", "mocha", "power-assert"]}}, "required": ["name", "version", "description", "repository", "main", "files", "keywords", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"static": {"type": "array", "items": {"type": "integer"}}, "specified": {"type": "array", "items": {"type": "integer"}}, "swapped": {"type": "array", "items": {"type": "integer"}}, "subtraction": {"type": "array", "items": {"type": "integer"}}, "scalar": {"type": "array", "items": {"type": "integer"}}, "site": {"type": "array", "items": {"type": "integer"}}, "size": {"type": "array", "items": {"type": "integer"}}, "subtracts": {"type": "array", "items": {"type": "integer"}}, "sum": {"type": "array", "items": {"type": "integer"}}, "sort": {"type": "array", "items": {"type": "integer"}}, "sets": {"type": "array", "items": {"type": "integer"}}, "syntax": {"type": "array", "items": {"type": "integer"}}, "string": {"type": "array", "items": {"type": "integer"}}, "send": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "array", "items": {"type": "integer"}}, "scaled": {"type": "array", "items": {"type": "integer"}}, "subtracted": {"type": "array", "items": {"type": "integer"}}, "summary": {"type": "array", "items": {"type": "integer"}}, "salty": {"type": "array", "items": {"type": "integer"}}, "sorry": {"type": "array", "items": {"type": "integer"}}, "single": {"type": "array", "items": {"type": "integer"}}, "system": {"type": "array", "items": {"type": "integer"}}, "search": {"type": "array", "items": {"type": "integer"}}, "setrow": {"type": "array", "items": {"type": "integer"}}, "set": {"type": "array", "items": {"type": "integer"}}, "setcolumn": {"type": "array", "items": {"type": "integer"}}}, "required": ["static", "specified", "swapped", "subtraction", "scalar", "site", "size", "subtracts", "sum", "sort", "sets", "syntax", "string", "send", "scale", "scaled", "subtracted", "summary", "salty", "sorry", "single", "system", "search", "setrow", "set", "setcolumn"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"static" : [262145, 786433, 917505, 1048577, 1376257, 1441793, 1572865, 2031617, 2162689, 2228225, 2293761, 2621441], "specified" : [589825], "swapped" : [196609], "subtraction" : [2162689, 2359297, 3080193], "scalar" : [262145, 393218, 917505, 3014657, 3080193], "site" : [1769473], "size" : [2621442], "subtracts" : [2162689, 2359297, 3080193], "sum" : [2293761], "sort" : [65537], "sets" : [720897, 983041, 1179649, 2949121, 3014660, 3080196], "syntax" : [131073, 196609, 262145, 393217, 524289, 589825, 720897, 786433, 851969, 917505, 983041, 1048577, 1179649, 1245185, 1310721, 1376257, 1441793, 1507329, 1572865, 1638401, 1703937, 1900545, 1966081, 2031617, 2162689, 2228225, 2293761, 2424833, 2490369, 2621441, 2752513, 2818049, 2883585, 2949121, 3080193], "string" : [524292, 3014657, 3080193], "send" : [131073, 196609, 262145, 327681, 393217, 458753, 524289, 589825, 655361, 720897, 786433, 851969, 917505, 983041, 1048577, 1114113, 1179649, 1245185, 1310721, 1376257, 1441793, 1507329, 1572865, 1638401, 1703937, 1900545, 1966081, 2031617, 2097153, 2162689, 2228225, 2293761, 2359297, 2424833, 2490369, 2555905, 2621441, 2686977, 2752513, 2818049, 2883585, 2949121, 3014657, 3080193], "scale" : [393218, 3014657, 3080193], "scaled" : [262147, 655362, 917507, 2359298, 3080194], "subtracted" : [2162689], "summary" : [2097153], "salty" : [131074, 196610, 262147, 327681, 393218, 458753, 524290, 589826, 655361, 720898, 786434, 851970, 917507, 983042, 1048579, 1114113, 1179650, 1245186, 1310722, 1376260, 1441795, 1507330, 1572868, 1638402, 1703938, 1900546, 1966082, 2031619, 2097153, 2162692, 2228228, 2293764, 2359297, 2424834, 2490370, 2555905, 2621443, 2686977, 2752514, 2818050, 2883587, 2949122, 3014657, 3080195], "sorry" : [1769473, 1835009], "single" : [262146, 393217, 589825, 655362, 720897, 917506, 983042, 1179650, 1507329, 1638401, 1703937, 1900545, 2359298, 2949122, 3080194], "system" : [262145, 393217, 589826, 720897, 786434, 851969, 917505, 983042, 1048580, 1179650, 1245186, 1507329, 1638401, 1703937, 1900546, 2621442, 2949123, 3080193], "search" : [65537, 1835009], "setrow" : [1179650, 3014657, 3080193], "set" : [589825, 983043, 1114114, 1179651, 1638402, 1900546, 2686978, 2949126, 3014657, 3080195], "setcolumn" : [983042, 3014657, 3080193]}
json_instruct
{"type": "object", "properties": {"static": {"type": "array", "items": {"type": "integer"}}, "specified": {"type": "array", "items": {"type": "integer"}}, "swapped": {"type": "array", "items": {"type": "integer"}}, "subtraction": {"type": "array", "items": {"type": "integer"}}, "scalar": {"type": "array", "items": {"type": "integer"}}, "site": {"type": "array", "items": {"type": "integer"}}, "size": {"type": "array", "items": {"type": "integer"}}, "subtracts": {"type": "array", "items": {"type": "integer"}}, "sum": {"type": "array", "items": {"type": "integer"}}, "sort": {"type": "array", "items": {"type": "integer"}}, "sets": {"type": "array", "items": {"type": "integer"}}, "syntax": {"type": "array", "items": {"type": "integer"}}, "string": {"type": "array", "items": {"type": "integer"}}, "send": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "array", "items": {"type": "integer"}}, "scaled": {"type": "array", "items": {"type": "integer"}}, "subtracted": {"type": "array", "items": {"type": "integer"}}, "summary": {"type": "array", "items": {"type": "integer"}}, "salty": {"type": "array", "items": {"type": "integer"}}, "sorry": {"type": "array", "items": {"type": "integer"}}, "single": {"type": "array", "items": {"type": "integer"}}, "system": {"type": "array", "items": {"type": "integer"}}, "search": {"type": "array", "items": {"type": "integer"}}, "setrow": {"type": "array", "items": {"type": "integer"}}, "set": {"type": "array", "items": {"type": "integer"}}, "setcolumn": {"type": "array", "items": {"type": "integer"}}}, "required": ["static", "specified", "swapped", "subtraction", "scalar", "site", "size", "subtracts", "sum", "sort", "sets", "syntax", "string", "send", "scale", "scaled", "subtracted", "summary", "salty", "sorry", "single", "system", "search", "setrow", "set", "setcolumn"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"block.agriculture.tomato": {"type": "string"}, "block.agriculture.corn_crop": {"type": "string"}}, "required": ["block.agriculture.tomato", "block.agriculture.corn_crop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"block.agriculture.tomato" : "Tomato", "block.agriculture.corn_crop" : "Corn"}
json_instruct
{"type": "object", "properties": {"block.agriculture.tomato": {"type": "string"}, "block.agriculture.corn_crop": {"type": "string"}}, "required": ["block.agriculture.tomato", "block.agriculture.corn_crop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@nathanfriend/fortune-flash-briefings", "version" : "2.0.2", "description" : "Small utilities that power the Fortune Cookie and Oddly Specific Fortunes Alexa flash briefings", "repository" : {"type" : "git", "url" : "git+https://gitlab.com/nfriend/fortune-flash-briefings.git"}, "author" : "Nathan Friend", "license" : "MIT", "bugs" : {"url" : "https://gitlab.com/nfriend/fortune-flash-briefings/issues"}, "homepage" : "https://gitlab.com/nfriend/fortune-flash-briefings#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"AUTHOR": {"type": "string"}, "TITLE": {"type": "string"}, "PDF_URL": {"type": "string"}, "LOCAL_PDF_FILE": {"type": "string"}, "DATE": {"type": "string"}, "TEXT": {"type": "string"}, "PDF_TEXT": {"type": "array", "items": {"type": "string"}}, "SECTION": {"type": "string"}, "RECORD_ID": {"type": "integer"}}, "required": ["AUTHOR", "TITLE", "PDF_URL", "LOCAL_PDF_FILE", "DATE", "TEXT", "PDF_TEXT", "SECTION", "RECORD_ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AUTHOR" : "AndreasDombret", "TITLE" : "Globale Reformen und marktwirtschaftliche Ordnung", "PDF_URL" : "https://www.bundesbank.de/resource/blob/689086/d1d18cd62a2c2a879bff11c27a149d26/mL/2011-09-06-dombret-globale-reformen-marktwirtschaftliche-ordnung-download.pdf", "LOCAL_PDF_FILE" : "2011-09-06-dombret-globale-reformen-marktwirtschaftliche-ordnung-download.pdf", "DATE" : "06.09.2011", "TEXT" : "-", "PDF_TEXT" : ["Dr. Andreas Dombret\n \n\nGlobale Reformen und marktwirtschaftliche \nOrdnung", "Inhalt\n \n \n \n\n\n\n \n \n \n1 Begr\u00fc\u00dfung", "2 Lehren aus der Krise\n \u0152 \nAnmerkungen zur G20\n-Agenda\n \n\n\u2014Die Ordnung der Weltwirtschaft: Lektionen aus der \nKrise\ufb01", "", "", "", "disincentives\n\ufb01", "3 Schluss", ""], "SECTION" : "reden", "RECORD_ID" : 593}
json_instruct
{"type": "object", "properties": {"AUTHOR": {"type": "string"}, "TITLE": {"type": "string"}, "PDF_URL": {"type": "string"}, "LOCAL_PDF_FILE": {"type": "string"}, "DATE": {"type": "string"}, "TEXT": {"type": "string"}, "PDF_TEXT": {"type": "array", "items": {"type": "string"}}, "SECTION": {"type": "string"}, "RECORD_ID": {"type": "integer"}}, "required": ["AUTHOR", "TITLE", "PDF_URL", "LOCAL_PDF_FILE", "DATE", "TEXT", "PDF_TEXT", "SECTION", "RECORD_ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "St\u00e4dt. Realschule Schlo\u00df Neuhaus", "id" : "NRW-162530", "address" : "Residenzstra\u00dfe 2, 33104 Paderborn", "school_type" : "Realschule", "fax" : "05254 80190", "phone" : "05254 80183", "website" : " http://rsn.lspb.de", "email" : " 162530@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 8.712471, "lat" : 51.744969}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"manufacturer" : "Wiko", "market_name" : "View2 Plus", "codename" : "W-P210", "model" : "View2 Plus"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "content": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "img": {"type": "string"}}, "required": ["_id", "name", "content", "flags", "img"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "nHhvyUE4TIfZoffm", "name" : "Darkvision", "content" : "<p>CRB pg. 262</p>\n<p>Darkvision is the ability to see with no light source at all, out to a range specified in the creature\u2019s description. Darkvision is black and white only (colors cannot be discerned). It does not allow characters to see anything that they could not see otherwise\u2014 when a creature has darkvision, invisible objects and creatures are still invisible, and illusions are still visible as what they seem to be. Likewise, darkvision subjects a creature to gaze attacks normally (see the\u00a0<em>Starfinder Alien Archive</em>). The presence of light does not affect darkvision.\u00a0</p>", "flags" : {}, "img" : "icons/svg/mystery-man.svg"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "content": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "img": {"type": "string"}}, "required": ["_id", "name", "content", "flags", "img"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "CREED", "website" : "https://creed.finance", "short_description" : "Every time you stake and unstake LP tokens, the contract will automatically harvest CREED rewards for you", "explorer" : "https://etherscan.io/token/0x675e7d927af7e6d0082e0153dc3485b687a6f0ad?a=0x81aff3701a2a6ad7ce2782b61b27967141a8e2ba"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "export default function cart() {\n console.log('test');\n return [];\n}", "map" : {"version" : 3, "sources" : ["/Users/danielsimoes/workspace/coffe/src/store/modules/cart/reducer.js"], "names" : ["cart", "console", "log"], "mappings" : "AAAA,eAAe,SAASA,IAAT,GAAgB;AAC7BC,EAAAA,OAAO,CAACC,GAAR,CAAY,MAAZ;AACA,SAAO,EAAP;AACD", "sourcesContent" : ["export default function cart() {\n console.log('test')\n return [];\n}\n"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "quality": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "address", "phone", "email", "web", "sources", "quality"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "dirtlej-gmbh", "relevant-countries" : ["de"], "categories" : ["commerce"], "name" : "dirtlej GmbH", "address" : "Am Kesselhaus 5\n79576 Weil am Rhein\nDeutschland", "phone" : "+49 7621 6868950", "email" : "info@dirtlej.de", "web" : "https://www.dirtlej.de", "sources" : ["https://www.dirtlej.de/privacy", "https://github.com/datenanfragen/data/issues/211"], "quality" : "verified"}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "quality": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "address", "phone", "email", "web", "sources", "quality"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Target" : "scss/style.min.28ed68bab5b43905afa2a8a9d1080deda21d38a754d0a40ec23a42cf60e1011a.css", "MediaType" : "text/css", "Data" : {"Integrity" : "sha256-KO1ourW0OQWvoqip0QgN7aIdOKdU0KQOwjpCz2DhARo="}}
json_instruct
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Id" : "1058937", "ThreadId" : "447620", "Html" : "I have a moderndialog with my own button in my moderndialog for example \r<br />\n<br />\nUser Control in <strong>/Content/ContentDialog.xaml</strong> like this <br />\n<pre><code>&lt;UserControl .....&gt;\n ...\n &lt;Button Content=&quot;Navigate&quot; OnClick=&quot;ButtonNavigate&quot; /&gt;\n&lt;/UserControl&gt;\n\n</code></pre>\n\nAnd in ContentDialog.xaml.cs will look like this :<br />\n<pre><code>var frame=NavigationHelper.FindFrame(null,this)\nif(frame!=null)\n frame.Source=new Uri(path,UriKind.Relative);</code></pre>\n\nAnd I show the ContentDialog in moderndialog like this..<br />\n<pre><code>new ModernDialog(){\n Content=&quot;/Content/ContentDialog.xaml&quot;,\n Title=&quot;My Dialog&quot;,\n}.show();</code></pre>\n\nBut I don't know the context of this in <strong>var frame=NavigationHelper.FindFrame(null,this)</strong> and the code will not allow me to navigate to another page from here.\r<br />\n<br />\nHow can I try the correct modernframe object from another dialog?<br />\n", "PostedDate" : "2013-06-19T18:46:35.557-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"keV" : [2.84, 21.02, 21.177, 23.791, 23.819, 24.299, 89.3, 511.0, 539.0, 580.8, 597.5, 605.1, 621.9, 675.7, 720.0, 763.1, 802.1, 1014.7, 1021.7, 1219.6, 1226.2, 1254.1, 1261.8, 1351.1, 1384.0, 1471.7, 1686.0, 1800.6, 2024.9, 2570.8, 2940.2], "intensity" : [0.055, 0.223, 0.42, 0.036, 0.069, 0.0167, 0.34, 173.0, 2.91, 1.32, 0.8, 0.8, 1.09, 2.52, 0.48, 0.65, 1.19, 1.91, 3.1, 12.2, 0.71, 1.24, 21.0, 25.4, 1.22, 0.9, 12.6, 2.8, 9.2, 1.95, 2.1], "halfLife" : ["1.74 s"]}
json_instruct
{"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$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": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xe861ad00aed0f04b41c675ec1c1493d2ebcbe776", "tool" : "securify", "start" : 1563582043.3560746, "end" : 1563582046.8943, "duration" : 3.5382254123687744, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"attackers": {"type": "array", "items": {"type": "object", "properties": {"alliance_id": {"type": "integer"}, "character_id": {"type": "integer"}, "corporation_id": {"type": "integer"}, "damage_done": {"type": "integer"}, "final_blow": {"type": "boolean"}, "security_status": {"type": "number"}, "weapon_type_id": {"type": "integer"}}, "required": ["alliance_id", "character_id", "corporation_id", "damage_done", "final_blow", "security_status", "weapon_type_id"]}}, "killmail_id": {"type": "integer"}, "killmail_time": {"type": "string"}, "solar_system_id": {"type": "integer"}, "victim": {"type": "object", "properties": {"alliance_id": {"type": "integer"}, "character_id": {"type": "integer"}, "corporation_id": {"type": "integer"}, "damage_taken": {"type": "integer"}, "position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "ship_type_id": {"type": "integer"}}, "required": ["alliance_id", "character_id", "corporation_id", "damage_taken", "position", "ship_type_id"]}}, "required": ["attackers", "killmail_id", "killmail_time", "solar_system_id", "victim"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"attackers" : [{"alliance_id" : 99007988, "character_id" : 92198919, "corporation_id" : 98474028, "damage_done" : 469, "final_blow" : true, "security_status" : 2.9, "weapon_type_id" : 27371}], "killmail_id" : 71244573, "killmail_time" : "2018-07-14T10:58:17-07:00", "solar_system_id" : 30000672, "victim" : {"alliance_id" : 99000814, "character_id" : 1654461002, "corporation_id" : 98518919, "damage_taken" : 469, "position" : {"x" : -1232251560610.331, "y" : -98899855305.98619, "z" : 5561484290747.057}, "ship_type_id" : 670}}
json_instruct
{"type": "object", "properties": {"attackers": {"type": "array", "items": {"type": "object", "properties": {"alliance_id": {"type": "integer"}, "character_id": {"type": "integer"}, "corporation_id": {"type": "integer"}, "damage_done": {"type": "integer"}, "final_blow": {"type": "boolean"}, "security_status": {"type": "number"}, "weapon_type_id": {"type": "integer"}}, "required": ["alliance_id", "character_id", "corporation_id", "damage_done", "final_blow", "security_status", "weapon_type_id"]}}, "killmail_id": {"type": "integer"}, "killmail_time": {"type": "string"}, "solar_system_id": {"type": "integer"}, "victim": {"type": "object", "properties": {"alliance_id": {"type": "integer"}, "character_id": {"type": "integer"}, "corporation_id": {"type": "integer"}, "damage_taken": {"type": "integer"}, "position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "ship_type_id": {"type": "integer"}}, "required": ["alliance_id", "character_id", "corporation_id", "damage_taken", "position", "ship_type_id"]}}, "required": ["attackers", "killmail_id", "killmail_time", "solar_system_id", "victim"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "string"}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["length", "type", "url"]}}}, "required": ["alias", "category", "copyright_text", "description", "duration", "id", "language", "quality_notes", "recorded", "slug", "speakers", "summary", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"alias" : "video/3651/how-to-build-a-python-web-application-with-flask", "category" : "PyCon SE 2015", "copyright_text" : "", "description" : "", "duration" : 1970, "id" : 3651, "language" : "eng", "quality_notes" : "", "recorded" : "2015-05-25", "slug" : "how-to-build-a-python-web-application-with-flask", "speakers" : ["Nicole White"], "summary" : "Flask, a popular Python web framework, has many tutorials available\nonline that use an SQL database to store information about the website\u2019s\nusers and their activities. In this session, we\u2019ll use Neo4j instead of\nSQL to build social aspects into our application, including recommending\nsimilar users to the logged-in user.\n", "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/ZMOHEh-caTc/maxresdefault.jpg", "title" : "How to build a Python web application with Flask and Neo4j", "videos" : [{"length" : 0, "type" : "youtube", "url" : "https://www.youtube.com/watch?v=ZMOHEh-caTc"}]}
json_instruct
{"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "string"}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["length", "type", "url"]}}}, "required": ["alias", "category", "copyright_text", "description", "duration", "id", "language", "quality_notes", "recorded", "slug", "speakers", "summary", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d1367-2", "text" : "SURVEY OF EDUCATIONAL RADIO PROGRAM DEVICES\nTabulation of Ranking of Devices Most Frequently Used\n\u00a3 i\n\"bQ\nci !j\n. c\nCO J| r\nCO bfl\n^ <D CO CO\n\u201e O\ns 5\u00ae 3\nV-t e+\u2014i\nO G O\n3 OXJ\n\u00ab Og\np2f o OJ G"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"main": {"type": "boolean"}}, "required": ["main"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "12efd2b45d6ce8783c1e", "c" : {"main" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"main": {"type": "boolean"}}, "required": ["main"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "They Came From Mordor (13U181)", "text" : "Set:\tBloodlines\nKind:\tShadow\nCulture:\tWraith\nTwilight:\t0\nCard Type:\tCondition \u2022 Support Area\nGame Text:\tWhen you play this, you may add a [Wraith] token here for each [Wraith] card in your support area. Shadow: Discard this from play or remove 2 tokens from here to play a [Wraith] mount from your draw deck on your [Wraith] minion.\nRarity:\tU", "scanUrl" : "https://lotrtcgwiki.com/wiki/_media/cards:lotr13181.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"xdsl_modem_wifi_status_enabled": {"type": "string"}, "xdsl_modem_detault_wifi_status_enabled": {"type": "string"}, "xdsl_modem_wifi_status_disabled": {"type": "string"}, "xdsl_modem_default_wifi_status_disabled": {"type": "string"}, "xdsl_modem_wifi_description": {"type": "string"}, "xdsl_modem_wifi_success_validation_on": {"type": "string"}, "xdsl_modem_wifi_success_validation_off": {"type": "string"}, "xdsl_modem_wifi_really_on": {"type": "string"}, "xdsl_modem_wifi_really_off": {"type": "string"}, "xdsl_modem_wifi_configure": {"type": "string"}, "xdsl_modem_wifi_configure_many": {"type": "string"}, "xdsl_modem_wifi_read_error": {"type": "string"}, "xdsl_modem_wifi_update_error": {"type": "string"}}, "required": ["xdsl_modem_wifi_status_enabled", "xdsl_modem_detault_wifi_status_enabled", "xdsl_modem_wifi_status_disabled", "xdsl_modem_default_wifi_status_disabled", "xdsl_modem_wifi_description", "xdsl_modem_wifi_success_validation_on", "xdsl_modem_wifi_success_validation_off", "xdsl_modem_wifi_really_on", "xdsl_modem_wifi_really_off", "xdsl_modem_wifi_configure", "xdsl_modem_wifi_configure_many", "xdsl_modem_wifi_read_error", "xdsl_modem_wifi_update_error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xdsl_modem_wifi_status_enabled" : "Wi-Fi activ\u00e9", "xdsl_modem_detault_wifi_status_enabled" : "Wi-Fi activ\u00e9 par d\u00e9faut", "xdsl_modem_wifi_status_disabled" : "Wi-Fi d\u00e9sactiv\u00e9", "xdsl_modem_default_wifi_status_disabled" : "Wi-Fi d\u00e9sactiv\u00e9 par d\u00e9faut", "xdsl_modem_wifi_description" : "La modalit\u00e0 Wi-Fi permette di configurare la rete wireless del modem per consentire ai tuoi dispositivi di accedere a Internet.", "xdsl_modem_wifi_success_validation_on" : "Attivazione del Wi-Fi in corso...", "xdsl_modem_wifi_success_validation_off" : "Disattivazione del Wi-Fi in corso...", "xdsl_modem_wifi_really_on" : "Vuoi davvero attivare il Wi-Fi?", "xdsl_modem_wifi_really_off" : "Vuoi davvero disattivare il Wi-Fi?", "xdsl_modem_wifi_configure" : "Configura il Wi-Fi", "xdsl_modem_wifi_configure_many" : "Configurer les r\u00e9seaux Wi-Fi", "xdsl_modem_wifi_read_error" : "Ops, impossibile recuperare le informazioni relative al Wi-Fi.", "xdsl_modem_wifi_update_error" : "Ops, impossibile aggiornare il Wi-Fi del tuo modem."}
json_instruct
{"type": "object", "properties": {"xdsl_modem_wifi_status_enabled": {"type": "string"}, "xdsl_modem_detault_wifi_status_enabled": {"type": "string"}, "xdsl_modem_wifi_status_disabled": {"type": "string"}, "xdsl_modem_default_wifi_status_disabled": {"type": "string"}, "xdsl_modem_wifi_description": {"type": "string"}, "xdsl_modem_wifi_success_validation_on": {"type": "string"}, "xdsl_modem_wifi_success_validation_off": {"type": "string"}, "xdsl_modem_wifi_really_on": {"type": "string"}, "xdsl_modem_wifi_really_off": {"type": "string"}, "xdsl_modem_wifi_configure": {"type": "string"}, "xdsl_modem_wifi_configure_many": {"type": "string"}, "xdsl_modem_wifi_read_error": {"type": "string"}, "xdsl_modem_wifi_update_error": {"type": "string"}}, "required": ["xdsl_modem_wifi_status_enabled", "xdsl_modem_detault_wifi_status_enabled", "xdsl_modem_wifi_status_disabled", "xdsl_modem_default_wifi_status_disabled", "xdsl_modem_wifi_description", "xdsl_modem_wifi_success_validation_on", "xdsl_modem_wifi_success_validation_off", "xdsl_modem_wifi_really_on", "xdsl_modem_wifi_really_off", "xdsl_modem_wifi_configure", "xdsl_modem_wifi_configure_many", "xdsl_modem_wifi_read_error", "xdsl_modem_wifi_update_error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Atreides Tea", "description" : "In the world of Dune, he who controls the spice Melange controls the universe. House Atreides rules Arrakis, the home world of the spice Melange. The spice Melange gives you longer life and expands your consciousness but beware...it's highly addictive and once you start you can never stop. \r\n\r\nThis recipe is how I imagine Paul Maud'dib and his mother, Lady Jessica might consume Melange. It's a spicy tea with a light fruity back note. ", "id" : 130219, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recipe/imageUrl/130219/Screenshot_2018-11-30-05-40-17_2.png", "updated_at" : "2020-12-11T14:08:44.000-05:00", "deleted_at" : null, "recipe_type" : 1, "recipe_flavors" : [{"name" : "Chai Masala", "flavor_id" : "8847", "millipercent" : 500, "vendor" : "VT"}, {"name" : "Golden Syrup", "flavor_id" : "8887", "millipercent" : 500, "vendor" : "VT"}, {"name" : "Green tea", "flavor_id" : "9376", "millipercent" : 1000, "vendor" : "FLV"}, {"name" : "Persimmon", "flavor_id" : "4420", "millipercent" : 1000, "vendor" : "FLV"}], "author" : "hibbadoray", "views" : "1184", "created_at" : "2018-12-05", "slug" : "atreides_tea", "archive_image_url" : "https://allthearchives.com/images/130219.png", "total_flavoring" : "3.0%", "steep_days" : "3 (SNV)", "best_vg" : "0%", "temperature" : "0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"invalid_url": {"type": "string"}, "syncthru_not_supported": {"type": "string"}, "unknown_state": {"type": "string"}}, "required": ["invalid_url", "syncthru_not_supported", "unknown_state"]}, "flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"confirm": {"type": "object", "properties": {"data": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "required": ["data"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "required": ["data"]}}, "required": ["confirm", "user"]}}, "required": ["abort", "error", "flow_title", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"abort" : {"already_configured" : "El dispositivo ya est\u00e1 configurado"}, "error" : {"invalid_url" : "URL no v\u00e1lida", "syncthru_not_supported" : "El dispositivo no es compatible con SyncThru", "unknown_state" : "Estado de la impresora desconocido, verifica la URL y la conectividad de la red"}, "flow_title" : "{name}", "step" : {"confirm" : {"data" : {"name" : "Nombre", "url" : "URL de la interfaz web"}}, "user" : {"data" : {"name" : "Nombre", "url" : "URL de la interfaz web"}}}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"invalid_url": {"type": "string"}, "syncthru_not_supported": {"type": "string"}, "unknown_state": {"type": "string"}}, "required": ["invalid_url", "syncthru_not_supported", "unknown_state"]}, "flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"confirm": {"type": "object", "properties": {"data": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "required": ["data"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "required": ["data"]}}, "required": ["confirm", "user"]}}, "required": ["abort", "error", "flow_title", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"data_catalog_api": {"type": "string"}, "ensemble_manager_api": {"type": "string"}, "execution_engine": {"type": "string"}, "localex": {"type": "object", "properties": {"codedir": {"type": "string"}, "datadir": {"type": "string"}, "dataurl": {"type": "string"}, "logdir": {"type": "string"}, "logurl": {"type": "string"}, "parallelism": {"type": "integer"}}, "required": ["codedir", "datadir", "dataurl", "logdir", "logurl", "parallelism"]}, "graphql": {"type": "object", "properties": {"endpoint": {"type": "string"}, "secret": {"type": "string"}}, "required": ["endpoint", "secret"]}, "visualization_url": {"type": "string"}, "ingestion_api": {"type": "string"}, "google_maps_key": {"type": "string"}, "apiKey": {"type": "string"}, "authDomain": {"type": "string"}, "databaseURL": {"type": "string"}, "projectId": {"type": "string"}, "storageBucket": {"type": "string"}, "messagingSenderId": {"type": "string"}, "appId": {"type": "string"}}, "required": ["data_catalog_api", "ensemble_manager_api", "execution_engine", "localex", "graphql", "visualization_url", "ingestion_api", "google_maps_key", "apiKey", "authDomain", "databaseURL", "projectId", "storageBucket", "messagingSenderId", "appId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data_catalog_api" : "https://data-catalog.mint.isi.edu/", "ensemble_manager_api" : "https://ensemble.mint.isi.edu/v1", "execution_engine" : "localex", "localex" : {"codedir" : "/data/storage/mint/local-execution/code", "datadir" : "/data/storage/mint/data-catalog/production/local-execution", "dataurl" : "https://data.mint.isi.edu/files/local-execution", "logdir" : "/data/storage/mint/data-catalog/production/local-execution/logs", "logurl" : "https://data.mint.isi.edu/files/local-execution/logs", "parallelism" : 50}, "graphql" : {"endpoint" : "graphql.production.mint.isi.edu/v1/graphql", "secret" : "WmGrIc4MxU"}, "visualization_url" : "https://dev.viz.mint.isi.edu", "ingestion_api" : "https://node1.ingestion.mint.isi.edu/v1.3.0", "google_maps_key" : "AIzaSyBl8J85KibSuhHEw_j0JTlITVTBb8oXiMo", "apiKey" : "AIzaSyD-9p_lHomJd99QOVG9OqeHw6kuVD2naas", "authDomain" : "mint-full.firebaseapp.com", "databaseURL" : "https://mint-full.firebaseio.com", "projectId" : "mint-full", "storageBucket" : "mint-full.appspot.com", "messagingSenderId" : "128464392367", "appId" : "1:128464392367:web:97eaa44bc1fcb5296c445a"}
json_instruct
{"type": "object", "properties": {"data_catalog_api": {"type": "string"}, "ensemble_manager_api": {"type": "string"}, "execution_engine": {"type": "string"}, "localex": {"type": "object", "properties": {"codedir": {"type": "string"}, "datadir": {"type": "string"}, "dataurl": {"type": "string"}, "logdir": {"type": "string"}, "logurl": {"type": "string"}, "parallelism": {"type": "integer"}}, "required": ["codedir", "datadir", "dataurl", "logdir", "logurl", "parallelism"]}, "graphql": {"type": "object", "properties": {"endpoint": {"type": "string"}, "secret": {"type": "string"}}, "required": ["endpoint", "secret"]}, "visualization_url": {"type": "string"}, "ingestion_api": {"type": "string"}, "google_maps_key": {"type": "string"}, "apiKey": {"type": "string"}, "authDomain": {"type": "string"}, "databaseURL": {"type": "string"}, "projectId": {"type": "string"}, "storageBucket": {"type": "string"}, "messagingSenderId": {"type": "string"}, "appId": {"type": "string"}}, "required": ["data_catalog_api", "ensemble_manager_api", "execution_engine", "localex", "graphql", "visualization_url", "ingestion_api", "google_maps_key", "apiKey", "authDomain", "databaseURL", "projectId", "storageBucket", "messagingSenderId", "appId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "object", "properties": {"tagged": {"type": "array", "items": {"type": "string"}}, "code": {"type": "string"}, "title": {"type": "string"}, "credits": {"type": "string"}}, "required": ["tagged", "code", "title", "credits"]}}}, "required": ["modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"modules" : [{"tagged" : ["GEH"], "code" : "GEH1005", "title" : "Crime Fiction in English and Chinese", "credits" : "4"}, {"tagged" : ["GEH"], "code" : "GEH1006", "title" : "Chinese Music, Language And Literature (In English)", "credits" : "4"}, {"tagged" : ["GEH"], "code" : "GEH1049", "title" : "Public Health In Action", "credits" : "4"}, {"tagged" : ["GEH"], "code" : "GEH1074", "title" : "Luck", "credits" : "4"}, {"tagged" : ["GEQ"], "code" : "GEQ1000", "title" : "Asking Questions", "credits" : "4"}, {"tagged" : ["GEQ"], "code" : "GEQ1917", "title" : "Understanding and Critiquing Sustainability\n(offered exclusively for Year One RVRC residents)", "credits" : "4"}, {"tagged" : ["GER"], "code" : "GER1000", "title" : "Quantitative Reasoning", "credits" : "4"}, {"tagged" : ["GES"], "code" : "GES1005", "title" : "Everyday Life of Chinese Singaporean: Past & Present", "credits" : "4"}, {"tagged" : ["GET"], "code" : "GET1046", "title" : "I do not think therefore I am", "credits" : "4"}, {"tagged" : ["GET"], "code" : "GET1048", "title" : "Science: From Thinking to Narratives", "credits" : "4"}]}
json_instruct
{"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "object", "properties": {"tagged": {"type": "array", "items": {"type": "string"}}, "code": {"type": "string"}, "title": {"type": "string"}, "credits": {"type": "string"}}, "required": ["tagged", "code", "title", "credits"]}}}, "required": ["modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"selenium": {"type": "string"}, "browsers": {"type": "array", "items": {"type": "object", "properties": {"browserName": {"type": "string"}, "version": {"type": "string"}, "platform": {"type": "string"}, "browserstack.user": {"type": "string"}, "browserstack.key": {"type": "string"}, "browserstack.debug": {"type": "string"}}, "required": ["browserName", "version", "platform", "browserstack.user", "browserstack.key", "browserstack.debug"]}}}, "required": ["selenium", "browsers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"selenium" : "http://hub.browserstack.com:80/wd/hub", "browsers" : [{"browserName" : "chrome", "version" : "35", "platform" : "WINDOWS", "browserstack.user" : "parsahuram", "browserstack.key" : "", "browserstack.debug" : "true"}]}
json_instruct
{"type": "object", "properties": {"selenium": {"type": "string"}, "browsers": {"type": "array", "items": {"type": "object", "properties": {"browserName": {"type": "string"}, "version": {"type": "string"}, "platform": {"type": "string"}, "browserstack.user": {"type": "string"}, "browserstack.key": {"type": "string"}, "browserstack.debug": {"type": "string"}}, "required": ["browserName", "version", "platform", "browserstack.user", "browserstack.key", "browserstack.debug"]}}}, "required": ["selenium", "browsers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contributors": {"type": "array", "items": {}}, "creator": {"type": "object", "properties": {"login": {"type": "string"}, "name": {"type": "string"}}, "required": ["login", "name"]}, "decisions": {"type": "array", "items": {}}, "description": {"type": "string"}, "name": {"type": "string"}, "queries": {"type": "array", "items": {}}}, "required": ["contributors", "creator", "decisions", "description", "name", "queries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contributors" : [], "creator" : {"login" : "jimallman", "name" : "Jim Allman"}, "decisions" : [], "description" : "test of new collection in profile page", "name" : "new test", "queries" : []}
json_instruct
{"type": "object", "properties": {"contributors": {"type": "array", "items": {}}, "creator": {"type": "object", "properties": {"login": {"type": "string"}, "name": {"type": "string"}}, "required": ["login", "name"]}, "decisions": {"type": "array", "items": {}}, "description": {"type": "string"}, "name": {"type": "string"}, "queries": {"type": "array", "items": {}}}, "required": ["contributors", "creator", "decisions", "description", "name", "queries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "A will, testament, or codicil is not valid for any purpose unless the person making it is at least 18 years of age and, at the time of executing or acknowledging it as provided by this chapter, of sound and disposing mind and capable of executing a valid deed or contract.", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 18-102.\n\n1973 Ed., \u00a7 18-102.\n\nLegislative History of Laws\n\nLaw 1-75, the \"District of Columbia Age of Majority Act,\" was introduced in Council and assigned Bill No. 1-252, which was referred to the Committee on Public Services and Consumer Affairs. The Bill was adopted on first and second readings on April 6, 1976, and April 20, 1976, respectively. Signed by the Mayor on May 14, 1976, it was assigned Act No. 1-116 and transmitted to both Houses of Congress for its review.\n\nDC CODE \u00a7 18-102\n\nCurrent through December 11, 2012", "credits" : "(Sept. 14, 1965, 79 Stat. 686, Pub. L. 89-183, \u00a7 1; July 22, 1976, D.C. Law 1-75, \u00a7 4(a), 23 DCR 1180.)", "sections" : [], "division" : {"identifier" : "III", "text" : "Decedents' Estates and Fiduciary Relations."}, "title" : {"identifier" : "18", "text" : "Wills. (Refs & Annos)"}, "chapter" : {"identifier" : "1", "text" : "General Provisions."}, "heading" : {"title" : "18", "chaptersection" : "102", "identifier" : "18-102", "catch_text" : "Capacity to make a will."}}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"resourceType": {"type": "string"}, "contained": {"type": "array", "items": {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "array", "items": {"type": "object", "properties": {"family": {"type": "string"}, "given": {"type": "array", "items": {"type": "string"}}}, "required": ["family", "given"]}}, "_birthDate": {"type": "object", "properties": {"extension": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "valueCode": {"type": "string"}}, "required": ["url", "valueCode"]}}}, "required": ["extension"]}}, "required": ["resourceType", "id", "name", "_birthDate"]}}, "asserter": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}}, "required": ["resourceType", "contained", "asserter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceType" : "Condition", "contained" : [{"resourceType" : "Practitioner", "id" : "p1", "name" : [{"family" : "Person", "given" : ["Patricia"]}], "_birthDate" : {"extension" : [{"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", "valueCode" : "unknown"}]}}], "asserter" : {"reference" : "#p1"}}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "contained": {"type": "array", "items": {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "array", "items": {"type": "object", "properties": {"family": {"type": "string"}, "given": {"type": "array", "items": {"type": "string"}}}, "required": ["family", "given"]}}, "_birthDate": {"type": "object", "properties": {"extension": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "valueCode": {"type": "string"}}, "required": ["url", "valueCode"]}}}, "required": ["extension"]}}, "required": ["resourceType", "id", "name", "_birthDate"]}}, "asserter": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}}, "required": ["resourceType", "contained", "asserter"], "$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"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["website", "twitter"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "XSOL Token", "symbol" : "XSOL", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/ABxCiDz4jjKt1t7Syu5Tb37o8Wew9ADpwngZh6kpLbLX/logo.png", "decimals" : 8, "address" : "ABxCiDz4jjKt1t7Syu5Tb37o8Wew9ADpwngZh6kpLbLX", "chainId" : 101, "tags" : ["utility-token"], "extensions" : {"website" : "https://0xsol.network", "twitter" : "https://twitter.com/0xSol_Network"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["website", "twitter"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$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"}, "bin": {"type": "object", "properties": {"sklize": {"type": "string"}}, "required": ["sklize"]}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "files": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "node-sketch": {"type": "string"}}, "required": ["commander", "node-sketch"]}}, "required": ["name", "version", "description", "main", "bin", "directories", "files", "author", "license", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sklize", "version" : "0.1.0", "description" : "turn sketch file to skl tree", "main" : "js/index.js", "bin" : {"sklize" : "./js/bin/sklize.js"}, "directories" : {"lib" : "js/lib"}, "files" : ["js/bin/", "js/bin/*.js", "js/index.js", "js/src/**/*"], "author" : "Giang 'Yakiro' Nguyen <yakiro.nvg@gmail.com>", "license" : "BSD-2-Clause", "repository" : {"type" : "git", "url" : "https://github.com/yakiro-nvg/sklize.git"}, "dependencies" : {"commander" : "^2.20.0", "node-sketch" : "^0.13.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"sklize": {"type": "string"}}, "required": ["sklize"]}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "files": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "node-sketch": {"type": "string"}}, "required": ["commander", "node-sketch"]}}, "required": ["name", "version", "description", "main", "bin", "directories", "files", "author", "license", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "MTCN", "name" : "Multicoin", "decimals" : 18, "address" : "0xf6117cc92d7247f605f11d4c942f0feda3399cb5"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "occultism:block/silver_ore"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Replacing a Random Oracle: Full Domain Hash from Indistinguishability Obfuscation.", "fields" : ["random oracle", "obfuscation", "distributed computing", "full domain hash", "hash buster", "hash chain", "mdc 2", "rolling hash", "swifft"], "abstract" : "Our main result gives a way to instantiate the random oracle with a concrete hash function in \u201cfull domain hash\u201d applications. The term full domain hash was first proposed by Bellare and Rogaway [BR93, BR96] and referred to a signature scheme from any trapdoor permutation that was part of their seminal work introducing the random oracle heuristic. Over time the term full domain hash has (informally) encompassed a broader range of notable cryptographic schemes including the Boneh-Franklin [BF01] IBE scheme and Boneh-Lynn-Shacham (BLS) [BLS01] signatures. All of the above described schemes required a hash function that had to be modeled as a random oracle to prove security. Our work utilizes recent advances in indistinguishability obfuscation to construct specific hash functions for use in these schemes. We then prove security of the original cryptosystems when instantiated with our specific hash function.", "citation" : "Citations (126)", "year" : "2014", "departments" : ["Johns Hopkins University", "University of California, Los Angeles", "University of Texas at Austin"], "conf" : "eurocrypt", "authors" : ["Susan Hohenberger.....http://dblp.org/pers/hd/h/Hohenberger:Susan", "Amit Sahai.....http://dblp.org/pers/hd/s/Sahai:Amit", "Brent Waters.....http://dblp.org/pers/hd/w/Waters:Brent"], "pages" : 20}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}, "realPrice": {"type": "integer"}}, "required": ["examine", "bonuses", "realPrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "It looks like it'll help my aim.", "bonuses" : [0, 0, 0, 0, 3, -5, -5, -5, 5, 5, 0, 0, 0, 0, 0, 0, 0, 0], "realPrice" : 178414}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}, "realPrice": {"type": "integer"}}, "required": ["examine", "bonuses", "realPrice"], "$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"}, "Author": {"type": "string"}, "Number of Nodes": {"type": "integer"}, "Number of Namespaces": {"type": "integer"}, "Number of Edges": {"type": "integer"}, "Number of Annotations": {"type": "integer"}, "Number of Citations": {"type": "integer"}, "Number of Authors": {"type": "integer"}, "Network Density": {"type": "string"}, "Number of Components": {"type": "integer"}, "Number of Warnings": {"type": "integer"}}, "required": ["Name", "Version", "Author", "Number of Nodes", "Number of Namespaces", "Number of Edges", "Number of Annotations", "Number of Citations", "Number of Authors", "Network Density", "Number of Components", "Number of Warnings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Interplay of pathogenic forms of human tau with different autophagic pathways", "Version" : "1.0.1", "Author" : "Sandra Spalek", "Number of Nodes" : 59, "Number of Namespaces" : 7, "Number of Edges" : 141, "Number of Annotations" : 3, "Number of Citations" : 1, "Number of Authors" : 9, "Network Density" : "4.12E-02", "Number of Components" : 1, "Number of Warnings" : 0}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Version": {"type": "string"}, "Author": {"type": "string"}, "Number of Nodes": {"type": "integer"}, "Number of Namespaces": {"type": "integer"}, "Number of Edges": {"type": "integer"}, "Number of Annotations": {"type": "integer"}, "Number of Citations": {"type": "integer"}, "Number of Authors": {"type": "integer"}, "Network Density": {"type": "string"}, "Number of Components": {"type": "integer"}, "Number of Warnings": {"type": "integer"}}, "required": ["Name", "Version", "Author", "Number of Nodes", "Number of Namespaces", "Number of Edges", "Number of Annotations", "Number of Citations", "Number of Authors", "Network Density", "Number of Components", "Number of Warnings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nutrition-information": {"type": "string"}, "prep-time": {"type": "string"}, "cook-time": {"type": "string"}, "categories": {"type": "string"}, "latest-recipes": {"type": "string"}, "powered-by": {"type": "string"}, "subscribe": {"type": "string"}, "deliciousness-inbox": {"type": "string"}, "your-email-address": {"type": "string"}, "share-this-on": {"type": "string"}}, "required": ["nutrition-information", "prep-time", "cook-time", "categories", "latest-recipes", "powered-by", "subscribe", "deliciousness-inbox", "your-email-address", "share-this-on"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nutrition-information" : "Informaci\u00f3n nutricional", "prep-time" : "Preparaci\u00f3n", "cook-time" : "Cocinar", "categories" : "Categor\u00edas", "latest-recipes" : "\u00daltimas Recetas", "powered-by" : "Construida sobre", "subscribe" : "Suscribir", "deliciousness-inbox" : "Delicias a tu bandeja de entrada", "your-email-address" : "Tu correo electr\u00f3nico", "share-this-on" : "Comparte esto en"}
json_instruct
{"type": "object", "properties": {"nutrition-information": {"type": "string"}, "prep-time": {"type": "string"}, "cook-time": {"type": "string"}, "categories": {"type": "string"}, "latest-recipes": {"type": "string"}, "powered-by": {"type": "string"}, "subscribe": {"type": "string"}, "deliciousness-inbox": {"type": "string"}, "your-email-address": {"type": "string"}, "share-this-on": {"type": "string"}}, "required": ["nutrition-information", "prep-time", "cook-time", "categories", "latest-recipes", "powered-by", "subscribe", "deliciousness-inbox", "your-email-address", "share-this-on"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "string"}, "year_end": {"type": "string"}, "year_acquired": {"type": "string"}, "decade": {"type": "string"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "18651119", "tms:id" : "200499", "accession_number" : "1995-37-10-a,b", "title" : "Cigarette Card Case With Lid, 1901\u201350", "url" : "http://collection.cooperhewitt.org/objects/18651119/", "department_id" : "35347497", "period_id" : null, "media_id" : "35431595", "type_id" : "35295323", "date" : "1901\u201350", "year_start" : "1901", "year_end" : "1950", "year_acquired" : "1995", "decade" : "1900", "woe:country" : "23424863", "medium" : "Brass, copper", "markings" : null, "signed" : null, "inscribed" : null, "provenance" : null, "dimensions" : "Document case: 8.6 x 4.8 x 1.1 (3 3/8 x 1 7/8 x 7/16) \nLength: 39 cm (15 3/8 in.)", "creditline" : "Gift of Anonymous Donor", "description" : "Flat rectangular box with loop at one end, through which long copper chain passes. Box has lid that slides on and is inscribed on one side \"N A D.\"", "justification" : null, "type" : {"id" : "35295323", "name" : "Cigarette card case with lid"}, "images" : [], "participants" : [], "tombstone" : {"epitaph" : "Cigarette Card Case With Lid, 1901\u201350.\n1901\u201350. Brass, copper. Gift of Anonymous Donor. 1995-37-10-a,b."}, "colors" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "string"}, "year_end": {"type": "string"}, "year_acquired": {"type": "string"}, "decade": {"type": "string"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ebooklib", "description" : "Python E-book library for handling books in EPUB2/EPUB3 and Kindle format - ", "license" : {"key" : "agpl-3.0", "name" : "GNU Affero General Public License v3.0", "spdx_id" : "AGPL-3.0", "url" : "https://api.github.com/licenses/agpl-3.0"}, "starNum" : 344, "folkNum" : 77, "watchNum" : 344, "topic" : ["epub", "python", "python-library"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}}, "required": ["name", "version", "description", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "xquery-tools", "version" : "1.0.0", "description" : "Handy utilities for dealing with Indexes.", "repository" : "https://github.com/masyukun/xquery-tools"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}}, "required": ["name", "version", "description", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"companyLogo": {"type": "string"}, "companyName": {"type": "string"}, "cnpj": {"type": "string"}, "cardNumber": {"type": "string"}, "isAutomaticDebit": {"type": "boolean"}, "automaticDebitBankName": {"type": "string"}, "isFromIuPay": {"type": "boolean"}, "isUserAdded": {"type": "boolean"}, "authorizedLimit": {"type": "boolean"}, "autoPayment": {"type": "boolean"}, "cardHolderName": {"type": "string"}, "paymentHistory": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "number"}}, "required": ["date", "value"]}}, "billDetails": {"type": "object", "properties": {"barCode": {"type": "string"}, "billDate": {"type": "string"}, "dueDate": {"type": "string"}, "emissionDate": {"type": "string"}, "interestInstallmentFine": {"type": "integer"}, "interestInstallmentRate": {"type": "integer"}, "interestInstallmentRateCET": {"type": "integer"}, "interestRate": {"type": "integer"}, "interestRateCET": {"type": "number"}, "minimumPaymentValue": {"type": "integer"}, "totalLimitValue": {"type": "integer"}, "totalWithdrawLimitValue": {"type": "integer"}, "value": {"type": "number"}}, "required": ["barCode", "billDate", "dueDate", "emissionDate", "interestInstallmentFine", "interestInstallmentRate", "interestInstallmentRateCET", "interestRate", "interestRateCET", "minimumPaymentValue", "totalLimitValue", "totalWithdrawLimitValue", "value"]}}, "required": ["companyLogo", "companyName", "cnpj", "cardNumber", "isAutomaticDebit", "automaticDebitBankName", "isFromIuPay", "isUserAdded", "authorizedLimit", "autoPayment", "cardHolderName", "paymentHistory", "billDetails"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"companyLogo" : "https://cdn2.downdetector.com/static/uploads/logo/Nubank_logo.png", "companyName" : "Nu Pagamentos S.A.", "cnpj" : "18.236.120/0001-58", "cardNumber" : "5162 **** **** 9090", "isAutomaticDebit" : true, "automaticDebitBankName" : "Banco Ita\u00fa", "isFromIuPay" : true, "isUserAdded" : false, "authorizedLimit" : false, "autoPayment" : false, "cardHolderName" : "Roberto de Oliveira Santos", "paymentHistory" : [{"date" : "2020-01", "value" : 2589.99}, {"date" : "2020-02", "value" : 1330.45}, {"date" : "2020-03", "value" : 998.22}, {"date" : "2020-04", "value" : 1660.89}, {"date" : "2020-05", "value" : 1289.55}], "billDetails" : {"barCode" : "34191.09065 44830. 1285 40141.906 8 00001.83120.59475", "billDate" : "2020-06", "dueDate" : "2020-06-19T23:00:00.000Z", "emissionDate" : "2020-06-06T23:00:00.000Z", "interestInstallmentFine" : 22, "interestInstallmentRate" : 12, "interestInstallmentRateCET" : 15, "interestRate" : 14, "interestRateCET" : 385.17, "minimumPaymentValue" : 400, "totalLimitValue" : 1200, "totalWithdrawLimitValue" : 600, "value" : 1230.89}}
json_instruct
{"type": "object", "properties": {"companyLogo": {"type": "string"}, "companyName": {"type": "string"}, "cnpj": {"type": "string"}, "cardNumber": {"type": "string"}, "isAutomaticDebit": {"type": "boolean"}, "automaticDebitBankName": {"type": "string"}, "isFromIuPay": {"type": "boolean"}, "isUserAdded": {"type": "boolean"}, "authorizedLimit": {"type": "boolean"}, "autoPayment": {"type": "boolean"}, "cardHolderName": {"type": "string"}, "paymentHistory": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "number"}}, "required": ["date", "value"]}}, "billDetails": {"type": "object", "properties": {"barCode": {"type": "string"}, "billDate": {"type": "string"}, "dueDate": {"type": "string"}, "emissionDate": {"type": "string"}, "interestInstallmentFine": {"type": "integer"}, "interestInstallmentRate": {"type": "integer"}, "interestInstallmentRateCET": {"type": "integer"}, "interestRate": {"type": "integer"}, "interestRateCET": {"type": "number"}, "minimumPaymentValue": {"type": "integer"}, "totalLimitValue": {"type": "integer"}, "totalWithdrawLimitValue": {"type": "integer"}, "value": {"type": "number"}}, "required": ["barCode", "billDate", "dueDate", "emissionDate", "interestInstallmentFine", "interestInstallmentRate", "interestInstallmentRateCET", "interestRate", "interestRateCET", "minimumPaymentValue", "totalLimitValue", "totalWithdrawLimitValue", "value"]}}, "required": ["companyLogo", "companyName", "cnpj", "cardNumber", "isAutomaticDebit", "automaticDebitBankName", "isFromIuPay", "isUserAdded", "authorizedLimit", "autoPayment", "cardHolderName", "paymentHistory", "billDetails"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"MutualMasquerade": {"type": "array", "items": {"type": "string"}}}, "required": ["MutualMasquerade"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MutualMasquerade" : ["TheMasquerade", "JustifiedTrope", "Muggles", "LimitedSocialCircle", "BrokenMasquerade", "FantasyKitchenSink", "Crossover", "RightHandVersusLeftHand", "FlockOfWolves", "TheMasquerade", "GenderBender", "GoldenAge", "GenreSavvy", "LaserGuidedAmnesia", "DependingOnTheWriter", "BelligerentSexualTension", "MonsterRoommate", "AncientConspiracy", "MagicalSociety", "TheChosenOne", "Twelve", "OhCrap", "GoMadFromTheRevelation", "AncientConspiracy", "MagicalSociety", "TheChosenOne", "PerkyFemaleMinion", "DevilInPlainSight", "ManipulativeBastard", "PerkyFemaleMinion", "TheMenInBlack", "TheMenInBlack", "Masquerade", "PlayedForComedy", "TheMasquerade", "TwoPersonLoveTriangle", "INeedToGoIronMyDog", "TwoPersonLoveTriangle"]}
json_instruct
{"type": "object", "properties": {"MutualMasquerade": {"type": "array", "items": {"type": "string"}}}, "required": ["MutualMasquerade"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "bioconductor-flowsorted.cordbloodnorway.450k", "downloads" : 3500, "count" : 3138}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}}, "required": ["properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"properties" : [{"name" : "app.cors.origins", "type" : "java.lang.String", "description" : "A description for 'app.cors.origins'"}]}
json_instruct
{"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}}, "required": ["properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"enums": {"type": "array", "items": {"type": "string"}}}, "required": ["enums"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"enums" : ["WGS", "Target-Capture", "Depletion", "Unknown"]}
json_instruct
{"type": "object", "properties": {"enums": {"type": "array", "items": {"type": "string"}}}, "required": ["enums"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"SConstruct": {"type": "string"}, "SConscript": {"type": "string"}, "*.S": {"type": "string"}, "usbd_cdc_if_template.h": {"type": "string"}, "usb_device.h": {"type": "string"}}, "required": ["SConstruct", "SConscript", "*.S", "usbd_cdc_if_template.h", "usb_device.h"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files.associations" : {"SConstruct" : "python", "SConscript" : "python", "*.S" : "avr", "usbd_cdc_if_template.h" : "c", "usb_device.h" : "c"}}
json_instruct
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"SConstruct": {"type": "string"}, "SConscript": {"type": "string"}, "*.S": {"type": "string"}, "usbd_cdc_if_template.h": {"type": "string"}, "usb_device.h": {"type": "string"}}, "required": ["SConstruct", "SConscript", "*.S", "usbd_cdc_if_template.h", "usb_device.h"]}}, "required": ["files.associations"], "$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": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x6870b5cb805c704741783beef1619a98ccc43c09", "tool" : "osiris", "start" : 1564589305.8001814, "end" : 1564589362.5055747, "duration" : 56.70539331436157, "analysis" : [{"errors" : [], "file" : "/unique_chucks/9/0x6870b5cb805c704741783beef1619a98ccc43c09.sol", "name" : "Ninja"}, {"errors" : [], "file" : "/unique_chucks/9/0x6870b5cb805c704741783beef1619a98ccc43c09.sol", "name" : "SafeMath"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "9416019", "regency_id" : "9416", "name" : "SILIMO"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "deep_trenches:block/opalite_block"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"votes" : {"diff" : 6037, "dem" : 11875, "tot" : 31471, "gop" : 17912}, "for" : "WI/Chippewa County/55017", "pct" : {"dem" : 37.73, "per_point_diff" : 19.18, "gop" : 56.92}}
json_instruct
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "fesm2015": {"type": "string"}, "esm2015": {"type": "string"}, "typings": {"type": "string"}, "module": {"type": "string"}, "es2015": {"type": "string"}}, "required": ["name", "main", "fesm2015", "esm2015", "typings", "module", "es2015"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@angular/localize/init", "main" : "../bundles/localize-init.umd.js", "fesm2015" : "../fesm2015/init.js", "esm2015" : "../esm2015/init/index.js", "typings" : "./index.d.ts", "module" : "../fesm2015/init.js", "es2015" : "../fesm2015/init.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "fesm2015": {"type": "string"}, "esm2015": {"type": "string"}, "typings": {"type": "string"}, "module": {"type": "string"}, "es2015": {"type": "string"}}, "required": ["name", "main", "fesm2015", "esm2015", "typings", "module", "es2015"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "accountServiceRoot": {"type": "string"}, "profileServiceRoot": {"type": "string"}, "apiRoot": {"type": "string"}, "cacheRoot": {"type": "string"}, "imageRoot": {"type": "string"}, "region": {"type": "string"}, "s3Bucket": {"type": "string"}}, "required": ["title", "accountServiceRoot", "profileServiceRoot", "apiRoot", "cacheRoot", "imageRoot", "region", "s3Bucket"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Office Map", "accountServiceRoot" : "http://localhost/accounts/api", "profileServiceRoot" : "http://localhost/profiles/api", "apiRoot" : "http://localhost/api", "cacheRoot" : "http://localhost/cache", "imageRoot" : "http://localhost/images", "region" : "", "s3Bucket" : ""}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "accountServiceRoot": {"type": "string"}, "profileServiceRoot": {"type": "string"}, "apiRoot": {"type": "string"}, "cacheRoot": {"type": "string"}, "imageRoot": {"type": "string"}, "region": {"type": "string"}, "s3Bucket": {"type": "string"}}, "required": ["title", "accountServiceRoot", "profileServiceRoot", "apiRoot", "cacheRoot", "imageRoot", "region", "s3Bucket"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"random_seed": {"type": "object", "properties": {"type": {"type": "string"}, "func": {"type": "string"}, "args": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}}, "required": ["a", "b"]}}, "required": ["type", "func", "args"]}, "pytorch_seed": {"type": "object", "properties": {"type": {"type": "string"}, "func": {"type": "string"}, "args": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}}, "required": ["a", "b"]}}, "required": ["type", "func", "args"]}, "numpy_seed": {"type": "object", "properties": {"type": {"type": "string"}, "func": {"type": "string"}, "args": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}}, "required": ["a", "b"]}}, "required": ["type", "func", "args"]}, "train_data_path": {"type": "string"}, "validation_data_path": {"type": "string"}, "test_data_path": {"type": "string"}, "trainer": {"type": "object", "properties": {"num_epochs": {"type": "integer"}, "patience": {"type": "integer"}, "cuda_device": {"type": "integer"}, "validation_metric": {"type": "string"}, "num_serialized_models_to_keep": {"type": "integer"}, "grad_norm": {"type": "integer"}, "optimizer": {"type": "object", "properties": {"type": {"type": "string"}, "lr": {"type": "number"}}, "required": ["type", "lr"]}, "learning_rate_scheduler": {"type": "object", "properties": {"type": {"type": "string"}, "factor": {"type": "number"}, "mode": {"type": "string"}, "patience": {"type": "integer"}}, "required": ["type", "factor", "mode", "patience"]}}, "required": ["num_epochs", "patience", "cuda_device", "validation_metric", "num_serialized_models_to_keep", "grad_norm", "optimizer", "learning_rate_scheduler"]}}, "required": ["random_seed", "pytorch_seed", "numpy_seed", "train_data_path", "validation_data_path", "test_data_path", "trainer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"random_seed" : {"type" : "random", "func" : "randint", "args" : {"a" : 1, "b" : 13337}}, "pytorch_seed" : {"type" : "random", "func" : "randint", "args" : {"a" : 10, "b" : 1337}}, "numpy_seed" : {"type" : "random", "func" : "randint", "args" : {"a" : 100, "b" : 4242}}, "train_data_path" : "data/OpenBookQA-V1-Sep2018/Data/Main/dev.jsonl", "validation_data_path" : "data/OpenBookQA-V1-Sep2018/Data/Main/dev.jsonl", "test_data_path" : "data/OpenBookQA-V1-Sep2018/Data/Main/test.jsonl", "trainer" : {"num_epochs" : 1, "patience" : 20, "cuda_device" : -1, "validation_metric" : "+accuracy", "num_serialized_models_to_keep" : 1, "grad_norm" : 10, "optimizer" : {"type" : "adam", "lr" : 0.001}, "learning_rate_scheduler" : {"type" : "reduce_on_plateau", "factor" : 0.5, "mode" : "max", "patience" : 5}}}
json_instruct
{"type": "object", "properties": {"random_seed": {"type": "object", "properties": {"type": {"type": "string"}, "func": {"type": "string"}, "args": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}}, "required": ["a", "b"]}}, "required": ["type", "func", "args"]}, "pytorch_seed": {"type": "object", "properties": {"type": {"type": "string"}, "func": {"type": "string"}, "args": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}}, "required": ["a", "b"]}}, "required": ["type", "func", "args"]}, "numpy_seed": {"type": "object", "properties": {"type": {"type": "string"}, "func": {"type": "string"}, "args": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}}, "required": ["a", "b"]}}, "required": ["type", "func", "args"]}, "train_data_path": {"type": "string"}, "validation_data_path": {"type": "string"}, "test_data_path": {"type": "string"}, "trainer": {"type": "object", "properties": {"num_epochs": {"type": "integer"}, "patience": {"type": "integer"}, "cuda_device": {"type": "integer"}, "validation_metric": {"type": "string"}, "num_serialized_models_to_keep": {"type": "integer"}, "grad_norm": {"type": "integer"}, "optimizer": {"type": "object", "properties": {"type": {"type": "string"}, "lr": {"type": "number"}}, "required": ["type", "lr"]}, "learning_rate_scheduler": {"type": "object", "properties": {"type": {"type": "string"}, "factor": {"type": "number"}, "mode": {"type": "string"}, "patience": {"type": "integer"}}, "required": ["type", "factor", "mode", "patience"]}}, "required": ["num_epochs", "patience", "cuda_device", "validation_metric", "num_serialized_models_to_keep", "grad_norm", "optimizer", "learning_rate_scheduler"]}}, "required": ["random_seed", "pytorch_seed", "numpy_seed", "train_data_path", "validation_data_path", "test_data_path", "trainer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "spawners": {"type": "array", "items": {"type": "object", "properties": {"level": {"type": "array", "items": {"type": "integer"}}, "potentials": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["level", "potentials"]}}}, "required": ["name", "spawners"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "spawners:evil_humanoids", "spawners" : [{"level" : [0, 1, 2, 3, 4], "potentials" : [{"name" : "minecraft:evocation_illager"}]}, {"level" : [0, 1, 2, 3, 4], "potentials" : [{"name" : "minecraft:witch"}]}, {"level" : [0, 1, 2, 3, 4], "potentials" : [{"name" : "minecraft:vex"}]}, {"level" : [0, 1, 2, 3, 4], "potentials" : [{"name" : "minecraft:evocation_illager"}, {"name" : "minecraft:illusion_illager"}, {"name" : "minecraft:witch"}, {"name" : "minecraft:villager"}]}, {"level" : [0, 1, 2, 3, 4], "potentials" : [{"weight" : 1, "name" : "minecraft:illusion_illager"}, {"weight" : 1, "name" : "minecraft:zombie"}]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "spawners": {"type": "array", "items": {"type": "object", "properties": {"level": {"type": "array", "items": {"type": "integer"}}, "potentials": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["level", "potentials"]}}}, "required": ["name", "spawners"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "thecomfortzone:block/black_oak_stool"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"courseCode" : "PP5150", "courseCredit" : "4", "description" : "How is social welfare organised in East Asia? What are the unique strengths and vulnerabilities? This course examines the origins, structure, and performance of social welfare systems in Hong Kong, Singapore, Taiwan, and Korea, and analyses their distinctiveness relative to the mature welfare states of Europe and other developed economies. Students will be trained to combine major theoretical perspectives such as developmentalism, neoliberalism, and welfare regimes with empirical understanding of country cases using a critical and comparative approach.", "faculty" : "LKY School of Public Policy", "title" : "Social Welfare in East Asia"}
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 27109, "children" : [{"id" : 27110, "name" : "Secondary sector jobs -- and African Americans"}], "name" : "Secondary sector jobs"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.4"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.1.4"], "meta" : {"description" : "PySide view for menues", "homepage" : "https://github.com/storax/qmenuview", "license" : "BSD"}, "versions" : {"0.1.0" : {"sha256" : "95c0a420ac4155f5b697a2abe135182ee0979f2006c10229c154ce6d7a1cb28f", "url" : "https://files.pythonhosted.org/packages/5f/13/819b3e55c08dd164e0c791a96ba50785479fe2b7b6f0ad3974ce3f3506a2/qmenuview-0.1.0.tar.gz"}, "0.1.4" : {"sha256" : "ad7eb880983e31d985b05358389b8e72c28e3c4f43c46b0bbfd167de7bb6c7a3", "url" : "https://files.pythonhosted.org/packages/d9/f8/24d0b85aa8e2e028c7ca0091053428ec4dfb63cdf82f7260fcb15d5c7480/qmenuview-0.1.4.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.4"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "14ea10dc3983780952b7", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "integer"}, "platform-name": {"type": "string"}}, "required": ["version", "platform-name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1, "platform-name" : "DCP"}
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "platform-name": {"type": "string"}}, "required": ["version", "platform-name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"techniques": {"type": "array", "items": {"type": "string"}}, "tool_techniques": {"type": "array", "items": {"type": "string"}}}, "required": ["techniques", "tool_techniques"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"techniques" : ["T1007", "T1016", "T1036.005", "T1049", "T1059.003", "T1069.001", "T1082", "T1083", "T1087.001", "T1203", "T1204.002", "T1566.001"], "tool_techniques" : ["T1007", "T1016", "T1018", "T1021.002", "T1049", "T1069.001", "T1069.002", "T1070.005", "T1082", "T1087.001", "T1087.002", "T1124", "T1135", "T1136.001", "T1136.002", "T1201", "T1569.002"]}
json_instruct
{"type": "object", "properties": {"techniques": {"type": "array", "items": {"type": "string"}}, "tool_techniques": {"type": "array", "items": {"type": "string"}}}, "required": ["techniques", "tool_techniques"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import isPrefixedValue from 'css-in-js-utils/lib/isPrefixedValue'; // http://caniuse.com/#feat=css-image-set\n\nvar prefixes = ['-webkit-', ''];\nexport default function imageSet(property, value) {\n if (typeof value === 'string' && !isPrefixedValue(value) && value.indexOf('image-set(') > -1) {\n return prefixes.map(function (prefix) {\n return value.replace(/image-set\\(/g, prefix + 'image-set(');\n });\n }\n}", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "terrain": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "name", "terrain"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"type" : "start_location", "id" : "sloc_scavenger_bunker", "name" : "Scavenger Bunker", "terrain" : ["s_bunker_shop_g"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "terrain": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "name", "terrain"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xc06fa497387f2bb6a067bc193266919c94e874b4", "tool" : "osiris", "start" : 1564593471.6763208, "end" : 1564593474.6156566, "duration" : 2.939335823059082, "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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "workspaceFolder": {"type": "string"}, "workspaceFolderBasename": {"type": "string"}, "relativeFile": {"type": "string"}, "file": {"type": "string"}, "cwd": {"type": "string"}, "lineNumber": {"type": "string"}, "selectedText": {"type": "string"}, "fileDirname": {"type": "string"}, "fileExtname": {"type": "string"}, "fileBasename": {"type": "string"}, "fileBasenameNoExtension": {"type": "string"}, "exampleExtension": {"type": "string"}}, "required": ["", "workspaceFolder", "workspaceFolderBasename", "relativeFile", "file", "cwd", "lineNumber", "selectedText", "fileDirname", "fileExtname", "fileBasename", "fileBasenameNoExtension", "exampleExtension"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"" : ["--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the Source EULA. See License.txt in the project root for license information.", "--------------------------------------------------------------------------------------------", "Do not edit this file. It is machine generated."], "workspaceFolder" : "Pfad des in VS Code ge\u00f6ffneten Ordners", "workspaceFolderBasename" : "Name des in VS Code ge\u00f6ffneten Ordners ohne Schr\u00e4gstriche (/)", "relativeFile" : "Die aktuelle ge\u00f6ffnete Datei bezogen auf ${WorkspaceFolder}", "file" : "Die aktuelle ge\u00f6ffnete Datei", "cwd" : "Das aktuelle Arbeitsverzeichnis der Aufgabenausf\u00fchrung beim Start", "lineNumber" : "Die aktuelle ausgew\u00e4hlte Zeilennummer in der aktiven Datei", "selectedText" : "Der aktuelle ausgew\u00e4hlte Text in der aktiven Datei", "fileDirname" : "Der Verzeichnisname der aktuellen ge\u00f6ffneten Datei", "fileExtname" : "Die Erweiterung der aktuellen ge\u00f6ffneten Datei", "fileBasename" : "Der Basisname der aktuellen ge\u00f6ffneten Datei", "fileBasenameNoExtension" : "Der Basisname der aktuellen ge\u00f6ffneten Datei ohne Erweiterung", "exampleExtension" : "Beispiel"}
json_instruct
{"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "workspaceFolder": {"type": "string"}, "workspaceFolderBasename": {"type": "string"}, "relativeFile": {"type": "string"}, "file": {"type": "string"}, "cwd": {"type": "string"}, "lineNumber": {"type": "string"}, "selectedText": {"type": "string"}, "fileDirname": {"type": "string"}, "fileExtname": {"type": "string"}, "fileBasename": {"type": "string"}, "fileBasenameNoExtension": {"type": "string"}, "exampleExtension": {"type": "string"}}, "required": ["", "workspaceFolder", "workspaceFolderBasename", "relativeFile", "file", "cwd", "lineNumber", "selectedText", "fileDirname", "fileExtname", "fileBasename", "fileBasenameNoExtension", "exampleExtension"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/apple_wood_beam_bark"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ReactNativeLinkPreviewExample", "displayName" : "ReactNativeLinkPreview Example"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "boolean"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[true, true, false, false, false, true, true], [true, false, true, false, true, false, true], [false, false, true, false, true, false, false], [false, true, true, false, true, true, false]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "boolean"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["420113001001", "\u7eff\u82d1\u8def\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["420113001002", "\u6731\u5bb6\u5c71\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["420113001003", "\u8587\u6e56\u8def\u793e\u533a\u5c45\u59d4\u4f1a", "112", "0"], ["420113001004", "\u6ee8\u6c5f\u8def\u793e\u533a\u5c45\u59d4\u4f1a", "112", "0"], ["420113001005", "\u767e\u82b1\u8857\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["420113001006", "\u6708\u4eae\u6e7e\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["420113001007", "\u5ed6\u5bb6\u5821\u793e\u533a\u5c45\u59d4\u4f1a", "112", "0"], ["420113001008", "\u65b0\u5170\u793e\u533a\u5c45\u59d4\u4f1a", "112", "0"], ["420113001201", "\u9661\u57e0\u6751\u6751\u59d4\u4f1a", "112", "0"], ["420113001202", "\u5e78\u798f\u6751\u6751\u59d4\u4f1a", "220", "0"], ["420113001203", "\u6c5f\u4e0b\u6751\u6751\u59d4\u4f1a", "220", "0"], ["420113001204", "\u6c5f\u4e0a\u6751\u6751\u59d4\u4f1a", "220", "0"], ["420113001205", "\u5468\u5bb6\u6cb3\u6751\u6751\u59d4\u4f1a", "220", "0"], ["420113001206", "\u4e1c\u98ce\u6751\u6751\u59d4\u4f1a", "220", "0"], ["420113001207", "\u5927\u5480\u6751\u6751\u59d4\u4f1a", "220", "0"], ["420113001208", "\u957f\u6c5f\u6751\u6751\u59d4\u4f1a", "220", "0"], ["420113001209", "\u4e1c\u6c5f\u6751\u6751\u59d4\u4f1a", "220", "0"], ["420113001210", "\u901a\u6d25\u6751\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"corporate_authors": {"type": "array", "items": {"type": "string"}}, "agency_code": {"type": "string"}, "acquisition_source": {"type": "object", "properties": {"datetime": {"type": "string"}}, "required": ["datetime"]}, "languages": {"type": "array", "items": {"type": "string"}}, "titles": {"type": "array", "items": {"type": "object", "properties": {"subtitle": {"type": "string"}, "title": {"type": "string"}}, "required": ["subtitle", "title"]}}, "recid": {"type": "integer"}, "_access": {"type": "object", "properties": {"read": {"type": "array", "items": {}}}, "required": ["read"]}, "keywords": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "name": {"type": "string"}}, "required": ["source", "name"]}}, "$schema": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "document_type": {"type": "array", "items": {"type": "string"}}, "abstracts": {"type": "array", "items": {"type": "string"}}, "imprints": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "publisher": {"type": "string"}, "place": {"type": "string"}}, "required": ["date", "publisher", "place"]}}, "coverUrl": {"type": "string"}}, "required": ["corporate_authors", "agency_code", "acquisition_source", "languages", "titles", "recid", "_access", "keywords", "$schema", "document_type", "abstracts", "imprints", "coverUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"corporate_authors" : ["Principal Metals"], "agency_code" : "SzGeCERN", "acquisition_source" : {"datetime" : "2000-12-25"}, "languages" : ["en"], "titles" : [{"subtitle" : "property data", "title" : "Principal metals online"}], "recid" : 524898, "_access" : {"read" : []}, "keywords" : [{"source" : "CERN", "name" : "metals"}, {"source" : "CERN", "name" : "properties"}], "$schema" : {"$ref" : "records/books/book/book-v.0.0.1.json"}, "document_type" : ["BOOK"], "abstracts" : ["Principal Metals is a leading supplier of specialty metals. This database contains complete materials property data on more than 5000 ferrous and non-ferrous materials (chemistry, mechanicals, general description, applications, welding, machining, an"], "imprints" : [{"date" : "2002-", "publisher" : "Principal Metals", "place" : "Boston, MA"}], "coverUrl" : "https://picsum.photos/300/420?image=124"}
json_instruct
{"type": "object", "properties": {"corporate_authors": {"type": "array", "items": {"type": "string"}}, "agency_code": {"type": "string"}, "acquisition_source": {"type": "object", "properties": {"datetime": {"type": "string"}}, "required": ["datetime"]}, "languages": {"type": "array", "items": {"type": "string"}}, "titles": {"type": "array", "items": {"type": "object", "properties": {"subtitle": {"type": "string"}, "title": {"type": "string"}}, "required": ["subtitle", "title"]}}, "recid": {"type": "integer"}, "_access": {"type": "object", "properties": {"read": {"type": "array", "items": {}}}, "required": ["read"]}, "keywords": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "name": {"type": "string"}}, "required": ["source", "name"]}}, "$schema": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "document_type": {"type": "array", "items": {"type": "string"}}, "abstracts": {"type": "array", "items": {"type": "string"}}, "imprints": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "publisher": {"type": "string"}, "place": {"type": "string"}}, "required": ["date", "publisher", "place"]}}, "coverUrl": {"type": "string"}}, "required": ["corporate_authors", "agency_code", "acquisition_source", "languages", "titles", "recid", "_access", "keywords", "$schema", "document_type", "abstracts", "imprints", "coverUrl"], "$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": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "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"}, "devDependencies": {"type": "object", "properties": {"event-stream": {"type": "string"}, "gulp": {"type": "string"}, "gulp-nodeunit": {"type": "string"}, "gulp-tslint": {"type": "string"}, "gulp-typescript": {"type": "string"}, "rimraf": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}, "vinyl-map": {"type": "string"}}, "required": ["event-stream", "gulp", "gulp-nodeunit", "gulp-tslint", "gulp-typescript", "rimraf", "tslint", "typescript", "vinyl-map"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "zelkova", "version" : "0.0.5", "description" : "Elm-inspired FRP for TypeScript and JavaScript", "main" : "dist/zelkova.js", "repository" : {"type" : "git", "url" : "https://github.com/thisismN/zelkova.git"}, "author" : {"name" : "Gary Burgess", "email" : "gary.burgess@gmail.com"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/thisismN/zelkova/issues"}, "homepage" : "https://github.com/thisismN/zelkova", "devDependencies" : {"event-stream" : "^3.2.0", "gulp" : "^3.8.10", "gulp-nodeunit" : "0.0.5", "gulp-tslint" : "^1.4.1", "gulp-typescript" : "^2.3.0", "rimraf" : "^2.2.8", "tslint" : "^1.0.1", "typescript" : "^1.3.0", "vinyl-map" : "^1.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "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"}, "devDependencies": {"type": "object", "properties": {"event-stream": {"type": "string"}, "gulp": {"type": "string"}, "gulp-nodeunit": {"type": "string"}, "gulp-tslint": {"type": "string"}, "gulp-typescript": {"type": "string"}, "rimraf": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}, "vinyl-map": {"type": "string"}}, "required": ["event-stream", "gulp", "gulp-nodeunit", "gulp-tslint", "gulp-typescript", "rimraf", "tslint", "typescript", "vinyl-map"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"gccgo630": {"type": "boolean"}, "gccgo494": {"type": "boolean"}, "6g141": {"type": "boolean"}}, "required": ["gccgo630", "gccgo494", "6g141"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"gccgo630" : true, "gccgo494" : true, "6g141" : true}
json_instruct
{"type": "object", "properties": {"gccgo630": {"type": "boolean"}, "gccgo494": {"type": "boolean"}, "6g141": {"type": "boolean"}}, "required": ["gccgo630", "gccgo494", "6g141"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"inventory": {"type": "string"}}, "required": ["inventory"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "ctdmythos:blocks/crystal_fire_ore", "textures" : {"inventory" : "ctdmythos:blocks/crystal_fire_ore"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"inventory": {"type": "string"}}, "required": ["inventory"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {"18561": {"type": "string"}, "18566": {"type": "string"}, "18568": {"type": "string"}}, "required": ["18561", "18566", "18568"]}, "timeto": {"type": "object", "properties": {"18561": {"type": "number"}, "18566": {"type": "number"}, "18568": {"type": "number"}}, "required": ["18561", "18566", "18568"]}}, "required": ["id", "title", "description", "paths", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 18567, "title" : ["[Grawood Farmstead, Field]"], "description" : ["Three slender trees grow up beside the artichoke field, their limbs graced with only a handful of pale green leaves. Their willowy builds bend slightly with passing breezes, unlike the artichoke stalks, which seem to have hardened themselves against the wind, in the neighboring field. Underfoot, the soil from the field, which is a rich, brown color, splatters across the dusty trail that edges several like fields."], "paths" : ["Obvious paths: north, south, west"], "wayto" : {"18561" : "west", "18566" : "south", "18568" : "north"}, "timeto" : {"18561" : 0.2, "18566" : 0.2, "18568" : 0.2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {"18561": {"type": "string"}, "18566": {"type": "string"}, "18568": {"type": "string"}}, "required": ["18561", "18566", "18568"]}, "timeto": {"type": "object", "properties": {"18561": {"type": "number"}, "18566": {"type": "number"}, "18568": {"type": "number"}}, "required": ["18561", "18566", "18568"]}}, "required": ["id", "title", "description", "paths", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"DONE_DESCRIPTION": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "DONE_TITLE": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "ERROR_HEADER": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "WARNING_HEADER": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "ATTENTION_HEADER": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "ENABLE_BADGE": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "TODAY_BIRTHDAY_TITLE": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "TODAY_NO_BIRTHDAYS_TITLE": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "THANKS_FOR_MAKING_IT_BETTER": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["DONE_DESCRIPTION", "DONE_TITLE", "ERROR_HEADER", "WARNING_HEADER", "ATTENTION_HEADER", "ENABLE_BADGE", "TODAY_BIRTHDAY_TITLE", "TODAY_NO_BIRTHDAYS_TITLE", "THANKS_FOR_MAKING_IT_BETTER"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DONE_DESCRIPTION" : {"message" : "Your calendar has been downloaded and is ready to import. <p>Please leave me a feedback if you find this extension helpful.<br/> You can also treat me with a cup of coffee :o)</p>", "description" : "Description when extraction process successfully finished"}, "DONE_TITLE" : {"message" : "Success!", "description" : "Title when extraction process successfully finished"}, "ERROR_HEADER" : {"message" : "Error...", "description" : "Error header"}, "WARNING_HEADER" : {"message" : "Warning!", "description" : "Warning header"}, "ATTENTION_HEADER" : {"message" : "Attention!", "description" : "Attention header"}, "ENABLE_BADGE" : {"message" : "See birthday notification icon.", "description" : "Label for checkbox to display today's birthdays."}, "TODAY_BIRTHDAY_TITLE" : {"message" : "Today's Birthdays", "description" : "Header text above list of birthdays"}, "TODAY_NO_BIRTHDAYS_TITLE" : {"message" : "There are no birthdays today", "description" : "Header text above list of birthdays when no birthdays for today"}, "THANKS_FOR_MAKING_IT_BETTER" : {"message" : "Thank you for making this extension better!"}}
json_instruct
{"type": "object", "properties": {"DONE_DESCRIPTION": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "DONE_TITLE": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "ERROR_HEADER": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "WARNING_HEADER": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "ATTENTION_HEADER": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "ENABLE_BADGE": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "TODAY_BIRTHDAY_TITLE": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "TODAY_NO_BIRTHDAYS_TITLE": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "THANKS_FOR_MAKING_IT_BETTER": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["DONE_DESCRIPTION", "DONE_TITLE", "ERROR_HEADER", "WARNING_HEADER", "ATTENTION_HEADER", "ENABLE_BADGE", "TODAY_BIRTHDAY_TITLE", "TODAY_NO_BIRTHDAYS_TITLE", "THANKS_FOR_MAKING_IT_BETTER"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@xutl/test": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@xutl/test", "typescript"]}, "dependencies": {"type": "object", "properties": {"@xutl/queue": {"type": "string"}}, "required": ["@xutl/queue"]}}, "required": ["name", "version", "description", "main", "files", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@xutl/events", "version" : "1.0.1", "description" : "Async Event Emitter", "main" : "dist/events.js", "files" : ["dist/events.js", "dist/events.js.map", "dist/events.d.ts"], "scripts" : {"build" : "tsc", "test" : "npm run build && node dist/events.t.js"}, "keywords" : ["Async", "Promise", "Events"], "author" : "Philipp Dunkel <pip@pipobscure.com>", "license" : "ISC", "devDependencies" : {"@types/node" : "^14.14.22", "@xutl/test" : "^1.0.2", "typescript" : "^4.1.3"}, "dependencies" : {"@xutl/queue" : "^1.2.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": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@xutl/test": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@xutl/test", "typescript"]}, "dependencies": {"type": "object", "properties": {"@xutl/queue": {"type": "string"}}, "required": ["@xutl/queue"]}}, "required": ["name", "version", "description", "main", "files", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101879565, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "95520b0594cc5cb8b5b4ee66d86d020c", "wof:id" : 101879565, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.52738886724927, 48.50551649795784, -1.51667255520761, 48.51331350013078], "geometry" : {"coordinates" : [[[-1.52017548219572, 48.51331350013078], [-1.51955761221433, 48.5106523661687], [-1.51687844750597, 48.51093253267646], [-1.51667255520761, 48.51004548053845], [-1.52069122323707, 48.50962521513782], [-1.52048527134366, 48.50873817070044], [-1.52182479080943, 48.50859805280061], [-1.52161882521142, 48.50771101034263], [-1.52429779785678, 48.50743073182701], [-1.52388580261402, 48.50565665571094], [-1.52522523285649, 48.50551649795784], [-1.52543124879668, 48.50640353359512], [-1.52677069517449, 48.50626335683478], [-1.52738886724927, 48.50892444986641], [-1.52470983005401, 48.50920480441488], [-1.52532794765011, 48.51186590668158], [-1.52398835001765, 48.51200606832231], [-1.52419438475363, 48.51289310350961], [-1.52017548219572, 48.51331350013078]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "goo:block/crystal_goo_debris"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1125293191, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "9119201ac4fad0b5f4d5e21b6d268cd9", "wof:id" : 1125293191, "wof:repo" : "whosonfirst-data-admin-pl"}, "bbox" : [16.52704, 52.01339, 16.52704, 52.01339], "geometry" : {"coordinates" : [16.52704, 52.01339], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}