input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"allowedSKUSetting": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["displayName", "description"]}, "defaultValue": {"type": "string"}}, "required": ["type", "metadata", "defaultValue"]}, "policyEffect": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["displayName", "description"]}, "defaultValue": {"type": "string"}}, "required": ["type", "metadata", "defaultValue"]}}, "required": ["allowedSKUSetting", "policyEffect"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"allowedSKUSetting" : {"type" : "String", "metadata" : {"displayName" : "Allowed SKU Setting", "description" : "The allowed SKU setting of an Azure Key Vault"}, "defaultValue" : "Premium"}, "policyEffect" : {"type" : "String", "metadata" : {"displayName" : "Policy Effect", "description" : "The Policy Effect associated with this Policy Definition"}, "defaultValue" : "Audit"}} | json_instruct | {"type": "object", "properties": {"allowedSKUSetting": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["displayName", "description"]}, "defaultValue": {"type": "string"}}, "required": ["type", "metadata", "defaultValue"]}, "policyEffect": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["displayName", "description"]}, "defaultValue": {"type": "string"}}, "required": ["type", "metadata", "defaultValue"]}}, "required": ["allowedSKUSetting", "policyEffect"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {}, "required": []}, "exports": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}}, "required": ["from"]}}}, "required": ["__symbolic", "version", "metadata", "exports"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"__symbolic" : "module", "version" : 4, "metadata" : {}, "exports" : [{"from" : "./soho-popupmenu.component"}, {"from" : "./soho-popupmenu.module"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {}, "required": []}, "exports": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}}, "required": ["from"]}}}, "required": ["__symbolic", "version", "metadata", "exports"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "broker.protocol", "type" : "java.lang.String", "description" : "Protocol used to communicate with cloud gateway"}, {"name" : "broker.domain", "type" : "java.lang.String", "description" : "Cloud Broker's Domain or ip"}, {"name" : "broker.port", "type" : "java.lang.String", "description" : "Cloud Broker's port"}, {"name" : "broker.client-id", "type" : "java.lang.String", "description" : "A description for 'broker.client-id'"}]} | 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": {"templateKey": {"type": "string"}, "id": {"type": "string"}, "courseKey": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "units": {"type": "integer"}, "department": {"type": "string"}}, "required": ["templateKey", "id", "courseKey", "number", "title", "description", "units", "department"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"templateKey" : "course", "id" : "6c10eb54-257d-4d2d-8ad6-12b5e6a706c8", "courseKey" : "cs169", "number" : "COMPSCI 169L", "title" : "Software Engineering Team Project", "description" : "Open-ended design project enhancing or creating software for real customers in an agile team setting. Teamwork coordination, effective customer meetings, pre- and post-iteration team meetings, running scrums and standups, technical communication. Contributing as a team to an open-source project; tools and workflows associated with open source collaboration, including fork-and-pull, rebase, upstream merge, continuous deployment & integration.", "units" : 2, "department" : "Computer Science"} | json_instruct | {"type": "object", "properties": {"templateKey": {"type": "string"}, "id": {"type": "string"}, "courseKey": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "units": {"type": "integer"}, "department": {"type": "string"}}, "required": ["templateKey", "id", "courseKey", "number", "title", "description", "units", "department"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"assets/css/emojione.min.css": {"type": "string"}, "assets/sprites/emojione.sprites.css": {"type": "string"}, "lib/js/emojione.min.js": {"type": "string"}}, "required": ["assets/css/emojione.min.css", "assets/sprites/emojione.sprites.css", "lib/js/emojione.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assets/css/emojione.min.css" : "sha512-stXuDISyaxZUf+TKKuWLknpyCteOwkgqm4eqXCRuryS1d9aqKj1VIuDRHevj4DC8voNTwY/mHklbyoRTkRdulQ==", "assets/sprites/emojione.sprites.css" : "sha512-v11xUTSEjghf7vqcRSRV/CI1xwL6yvFAuVhttfQzNBjEVbLcyAYOzp83IqfiNjcZU6IzfUZDxAHpKngSaKFFdg==", "lib/js/emojione.min.js" : "sha512-MuTX3ReL5nsD2iUv0oYl3/yt9QSEI+dBF3lPJ+q4rEmbekpZo0O/gOTjCN82rdDx+iMrlivOIJpOUyCvbwDHRQ=="} | json_instruct | {"type": "object", "properties": {"assets/css/emojione.min.css": {"type": "string"}, "assets/sprites/emojione.sprites.css": {"type": "string"}, "lib/js/emojione.min.js": {"type": "string"}}, "required": ["assets/css/emojione.min.css", "assets/sprites/emojione.sprites.css", "lib/js/emojione.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn": {"type": "null"}, "wban": {"type": "string"}, "usaf": {"type": "string"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "null"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "KEZF0", "name" : {"en" : "Shannon / Sylvania Heights"}, "country" : "US", "region" : "VA", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : "03706", "usaf" : "724033", "mosmix" : null, "icao" : "KEZF", "iata" : null}, "location" : {"latitude" : 38.2662, "longitude" : -77.4494, "elevation" : 26}, "timezone" : "America/New_York", "history" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn": {"type": "null"}, "wban": {"type": "string"}, "usaf": {"type": "string"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "null"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"COB": {"type": "string"}, "CYTB": {"type": "string"}, "MTCYB": {"type": "string"}, "Complex III subunit 3": {"type": "string"}, "Complex III subunit III": {"type": "string"}, "Cytochrome b-c1 complex subunit 3": {"type": "string"}, "Ubiquinol-cytochrome-c reductase complex cytochrome b subunit": {"type": "string"}, "Q85IN4": {"type": "string"}, "CYB_MELMS": {"type": "string"}, "Cytochrome b": {"type": "string"}, "MT-CYB": {"type": "string"}}, "required": ["COB", "CYTB", "MTCYB", "Complex III subunit 3", "Complex III subunit III", "Cytochrome b-c1 complex subunit 3", "Ubiquinol-cytochrome-c reductase complex cytochrome b subunit", "Q85IN4", "CYB_MELMS", "Cytochrome b", "MT-CYB"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"COB" : "Q85IN4", "CYTB" : "Q85IN4", "MTCYB" : "Q85IN4", "Complex III subunit 3" : "Q85IN4", "Complex III subunit III" : "Q85IN4", "Cytochrome b-c1 complex subunit 3" : "Q85IN4", "Ubiquinol-cytochrome-c reductase complex cytochrome b subunit" : "Q85IN4", "Q85IN4" : "Q85IN4", "CYB_MELMS" : "Q85IN4", "Cytochrome b" : "Q85IN4", "MT-CYB" : "Q85IN4"} | json_instruct | {"type": "object", "properties": {"COB": {"type": "string"}, "CYTB": {"type": "string"}, "MTCYB": {"type": "string"}, "Complex III subunit 3": {"type": "string"}, "Complex III subunit III": {"type": "string"}, "Cytochrome b-c1 complex subunit 3": {"type": "string"}, "Ubiquinol-cytochrome-c reductase complex cytochrome b subunit": {"type": "string"}, "Q85IN4": {"type": "string"}, "CYB_MELMS": {"type": "string"}, "Cytochrome b": {"type": "string"}, "MT-CYB": {"type": "string"}}, "required": ["COB", "CYTB", "MTCYB", "Complex III subunit 3", "Complex III subunit III", "Cytochrome b-c1 complex subunit 3", "Ubiquinol-cytochrome-c reductase complex cytochrome b subunit", "Q85IN4", "CYB_MELMS", "Cytochrome b", "MT-CYB"], "$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" : "Scheduling for Transfers in Pickup and Delivery Problems with Very Large Neighborhood Search.", "fields" : ["scheduling", "pickup", "simulation", "mathematical optimization", "schedule"], "abstract" : "In pickup and delivery problems (PDPs), vehicles pickup and deliver a set of items under various constraints. We address the PDP with Transfers (PDP-T), in which vehicles plan to transfer items between one another to form more efficient schedules. We introduce the Very Large Neighborhood Search with Transfers (VLNS-T) algorithm to form schedules for the PDP-T. Our approach allows multiple transfers for items at arbitrary locations, and is not restricted to a set of predefined transfer points. We show that VLNS-T improves upon the best known PDP solutions for benchmark problems, and demonstrate its effectiveness on problems sampled from real world taxi data in New York City.", "citation" : "Citations (11)", "departments" : ["Carnegie Mellon University", "Carnegie Mellon University"], "authors" : ["Brian Coltin.....http://dblp.org/pers/hd/c/Coltin:Brian", "Manuela M. Veloso.....http://dblp.org/pers/hd/v/Veloso:Manuela_M="], "conf" : "aaai", "year" : "2014", "pages" : 7} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Ch\u00e2teau-Vou\u00e9", "dpt" : "Moselle", "inscrits" : 82, "abs" : 16, "votants" : 66, "blancs" : 4, "nuls" : 1, "exp" : 61, "res" : [{"panneau" : "1", "voix" : 31}, {"panneau" : "2", "voix" : 30}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"accuracy": {"type": "number"}, "loss": {"type": "number"}}, "required": ["accuracy", "loss"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accuracy" : 0.7560324367088608, "loss" : 2.399230588840533} | json_instruct | {"type": "object", "properties": {"accuracy": {"type": "number"}, "loss": {"type": "number"}}, "required": ["accuracy", "loss"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1125928583, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "0c15939959d3824da47f7f595a69cf07", "wof:id" : 1125928583, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.24488, 49.69512, 1.24488, 49.69512], "geometry" : {"coordinates" : [1.24488, 49.69512], "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}, "posttest": {"type": "string"}}, "required": ["pretest", "test", "posttest"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bh": {"type": "string"}}, "required": ["bh"]}, "devDependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "expect": {"type": "string"}, "mocha": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["cheerio", "expect", "mocha", "webpack"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bh-loader", "version" : "0.0.1", "description" : "Webpack loader for BH template engine", "main" : "index.js", "scripts" : {"pretest" : "rm -rf dist/", "test" : "webpack --config test/webpack.config.js", "posttest" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/bempack/bh-loader.git"}, "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/bempack/bh-loader/issues"}, "homepage" : "https://github.com/bempack/bh-loader#readme", "dependencies" : {"bh" : "^4.1.3"}, "devDependencies" : {"cheerio" : "^0.19.0", "expect" : "^1.13.4", "mocha" : "^2.3.4", "webpack" : "^1.12.9"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}, "posttest": {"type": "string"}}, "required": ["pretest", "test", "posttest"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bh": {"type": "string"}}, "required": ["bh"]}, "devDependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "expect": {"type": "string"}, "mocha": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["cheerio", "expect", "mocha", "webpack"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "embellishcraft:block/slate_cobblestone_bricks_slab"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "photo": {"type": "string"}}, "required": ["type", "name", "url", "photo"]}, "url": {"type": "string"}, "published": {"type": "string"}, "content": {"type": "object", "properties": {"html": {"type": "string"}, "text": {"type": "string"}}, "required": ["html", "text"]}, "wm-id": {"type": "string"}, "wm-property": {"type": "string"}, "in-reply-to": {"type": "string"}}, "required": ["type", "author", "url", "published", "content", "wm-id", "wm-property", "in-reply-to"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "entry", "author" : {"type" : "card", "name" : "Will Norris", "url" : "http://willnorris.com", "photo" : "https://www.gravatar.com/avatar/2025929025b4492c58961f28cc4ed93d?s=256&d=404"}, "url" : "http://willnorris.com", "published" : "2007-02-27T19:51:57-08:00", "content" : {"html" : "I actually just updated the comment form a little bit to provide better explanatory text of OpenID. If you want to use that, you'll need to grab the latest version of wpopenid+ out of SVN.", "text" : ""}, "wm-id" : "1360", "wm-property" : "in-reply-to", "in-reply-to" : "https://willnorris.com/2007/02/new-wpopenid-r13/"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "photo": {"type": "string"}}, "required": ["type", "name", "url", "photo"]}, "url": {"type": "string"}, "published": {"type": "string"}, "content": {"type": "object", "properties": {"html": {"type": "string"}, "text": {"type": "string"}}, "required": ["html", "text"]}, "wm-id": {"type": "string"}, "wm-property": {"type": "string"}, "in-reply-to": {"type": "string"}}, "required": ["type", "author", "url", "published", "content", "wm-id", "wm-property", "in-reply-to"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["arango-lock", "arango-up", "arango-util", "caminte", "camintoz", "connect-caminte", "kronos-step-archive-arangodb"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"_id": {"type": "string"}, "_rev": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "dist-tags": {"type": "object", "properties": {"latest": {"type": "string"}}, "required": ["latest"]}, "versions": {"type": "object", "properties": {"0.0.1": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "_id": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "tarball": {"type": "string"}}, "required": ["shasum", "tarball"]}, "_from": {"type": "string"}, "_npmVersion": {"type": "string"}, "_npmUser": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "directories": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "readme", "readmeFilename", "_id", "dist", "_from", "_npmVersion", "_npmUser", "maintainers", "directories"]}}, "required": ["0.0.1"]}, "readme": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "time": {"type": "object", "properties": {"modified": {"type": "string"}, "created": {"type": "string"}, "0.0.1": {"type": "string"}}, "required": ["modified", "created", "0.0.1"]}, "_attachments": {"type": "object", "properties": {}, "required": []}}, "required": ["_id", "_rev", "name", "description", "dist-tags", "versions", "readme", "maintainers", "time", "_attachments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "castlabs-hubot", "_rev" : "3-5900d3dfa61ba0f48966d30bbcaffcb8", "name" : "castlabs-hubot", "description" : "Castlabs Hubot scripts", "dist-tags" : {"latest" : "0.0.1"}, "versions" : {"0.0.1" : {"name" : "castlabs-hubot", "version" : "0.0.1", "description" : "Castlabs Hubot scripts", "readme" : "\n", "readmeFilename" : "README.md", "_id" : "castlabs-hubot@0.0.1", "dist" : {"shasum" : "1f5744b418d48da4fa318b30793da562745cf280", "tarball" : "https://registry.npmjs.org/castlabs-hubot/-/castlabs-hubot-0.0.1.tgz"}, "_from" : "castlabs-hubot", "_npmVersion" : "1.3.14", "_npmUser" : {"name" : "castlabs", "email" : "noc@castlabs.com"}, "maintainers" : [{"name" : "castlabs", "email" : "noc@castlabs.com"}], "directories" : {}}}, "readme" : "\n", "maintainers" : [{"name" : "castlabs", "email" : "noc@castlabs.com"}], "time" : {"modified" : "2013-11-19T18:41:28.658Z", "created" : "2013-11-19T18:41:25.771Z", "0.0.1" : "2013-11-19T18:41:28.658Z"}, "_attachments" : {}} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_rev": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "dist-tags": {"type": "object", "properties": {"latest": {"type": "string"}}, "required": ["latest"]}, "versions": {"type": "object", "properties": {"0.0.1": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "_id": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "tarball": {"type": "string"}}, "required": ["shasum", "tarball"]}, "_from": {"type": "string"}, "_npmVersion": {"type": "string"}, "_npmUser": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "directories": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "readme", "readmeFilename", "_id", "dist", "_from", "_npmVersion", "_npmUser", "maintainers", "directories"]}}, "required": ["0.0.1"]}, "readme": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "time": {"type": "object", "properties": {"modified": {"type": "string"}, "created": {"type": "string"}, "0.0.1": {"type": "string"}}, "required": ["modified", "created", "0.0.1"]}, "_attachments": {"type": "object", "properties": {}, "required": []}}, "required": ["_id", "_rev", "name", "description", "dist-tags", "versions", "readme", "maintainers", "time", "_attachments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "This is a blocker for #26599 where tests suddenly started failing because\n\n```\nspack.binary_distribution.binary_index\n```\n\nhas state leaking between tests.\n\nIn particular, `archive-files` which was pushed to a local mirror in one test, was later pulled during a spack install in an entirely unrelated test, which then failed, because there was no gpg signature for it. :(.\n\nAfter fixing individual tests, other failures creeped in, namely \n\n```\ntest_patchelf_is_relocatable\n```\n\nreferencing a patchelf binary from a buildcache, which did not exist anymore at the time the test was executed. I have no clue and don't want to figure out why.\n\nWhat's important is that tests shouldn't leak state, and hence the second commit of this PR resets\n\n```\nspack.binary_distribution.binary_index\n```\n\nat the end of every test, hopefully solving the issue.\n\nThis would hopefully be a temporary measure until someone takes on the project of getting rid of those great globals sprinkled around in Spack.\n", "user" : "haampie", "url" : "https://api.github.com/repos/spack/spack/issues/26609", "updated_at" : "2021-10-08 21:26:06", "created_at" : "2021-10-08 15:46:07", "closed_at" : "2021-10-08 17:41:48", "state" : "closed", "title" : "Fix leaky spack.binary_distribution.binary_index in tests", "number" : 26609, "milestone" : null, "labels" : ["tests"], "id" : 1021235594, "html_url" : "https://github.com/spack/spack/pull/26609", "assignees" : [], "comments" : 1} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["540302100000", "\u57ce\u5173\u9547", "4", "1"], ["540302101000", "\u4fc4\u6d1b\u9547", "4", "1"], ["540302102000", "\u5361\u82e5\u9547", "4", "1"], ["540302200000", "\u8292\u8fbe\u4e61", "4", "1"], ["540302201000", "\u7ea6\u5df4\u4e61", "4", "1"], ["540302202000", "\u59a5\u575d\u4e61", "4", "1"], ["540302203000", "\u62c9\u591a\u4e61", "4", "1"], ["540302204000", "\u9762\u8fbe\u4e61", "4", "1"], ["540302205000", "\u560e\u739b\u4e61", "4", "1"], ["540302206000", "\u67f4\u7ef4\u4e61", "4", "1"], ["540302207000", "\u65e5\u901a\u4e61", "4", "1"], ["540302208000", "\u5982\u610f\u4e61", "4", "1"], ["540302209000", "\u57c3\u897f\u4e61", "4", "1"], ["540302210000", "\u82e5\u5df4\u4e61", "4", "1"], ["540302211000", "\u6c99\u8d21\u4e61", "4", "1"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"createnew": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "explanationofflinedisabled": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "explanationofflineenabled": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "extdesc": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "extname": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "learnmore": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "popuphelptext": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["createnew", "explanationofflinedisabled", "explanationofflineenabled", "extdesc", "extname", "learnmore", "popuphelptext"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"createnew" : {"message" : "YEN\u0130S\u0130N\u0130 YARADIN"}, "explanationofflinedisabled" : {"message" : "Oflayns\u0131n\u0131z. Google S\u0259n\u0259di internet ba\u011flant\u0131s\u0131 olmadan istifad\u0259 etm\u0259k ist\u0259yirsinizs\u0259, Google S\u0259n\u0259din \u0259sas s\u0259hif\u0259sind\u0259 ayarlara gedin v\u0259 n\u00f6vb\u0259ti d\u0259f\u0259 internet\u0259 qo\u015fulanda oflayn sinxronizasiyan\u0131 aktiv edin."}, "explanationofflineenabled" : {"message" : "Oflayns\u0131n\u0131z, amma m\u00f6vcud fayllar\u0131 redakt\u0259 ed\u0259 v\u0259 yenil\u0259rini yarada bil\u0259rsiniz."}, "extdesc" : {"message" : "S\u0259n\u0259d, c\u0259dv\u0259l v\u0259 t\u0259qdimatlar\u0131n ham\u0131s\u0131n\u0131 internet olmadan redakt\u0259 edin, yarad\u0131n v\u0259 bax\u0131n."}, "extname" : {"message" : "Google S\u0259n\u0259d Oflayn"}, "learnmore" : {"message" : "\u018ftrafl\u0131 M\u0259lumat"}, "popuphelptext" : {"message" : "Harda olma\u011f\u0131n\u0131zdan v\u0259 internet\u0259 qo\u015fulu olub-olmad\u0131\u011f\u0131n\u0131zdan as\u0131l\u0131 olmayaraq, yaz\u0131n, redakt\u0259 edin v\u0259 \u0259m\u0259kda\u015fl\u0131q edin."}} | json_instruct | {"type": "object", "properties": {"createnew": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "explanationofflinedisabled": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "explanationofflineenabled": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "extdesc": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "extname": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "learnmore": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "popuphelptext": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["createnew", "explanationofflinedisabled", "explanationofflineenabled", "extdesc", "extname", "learnmore", "popuphelptext"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright_text" : "Standard YouTube License", "description" : "Two years ago, the largest python project at Zillow was a multi-headed hydra of testing complexity, with hundreds of test cases that took longer to maintain than the code itself. Now, we've done a complete 180. Come learn about the patterns we used on 1000 tests to make them a joy to maintain.", "duration" : 1568, "language" : "eng", "recorded" : "2018-01-23", "related_urls" : [{"label" : "event schedule", "url" : "https://www.pycascades.com/schedule/"}, {"label" : "talk schedule", "url" : "https://www.pycascades.com/talks/taming-the-hydra-how-we-learned-to-love-testing-a-/"}, {"label" : "slides", "url" : "https://goo.gl/WJt4A4"}], "speakers" : ["Yusuke Tsutsumi"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/F5x4_KVtfcA/maxresdefault.jpg", "title" : "Taming the Hydra: How we Learned to Love Testing a Giant Python Codebase", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=F5x4_KVtfcA"}]} | json_instruct | {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-p": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "test-p", "lint"]}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "chai": {"type": "string"}, "cucumber": {"type": "string"}}, "required": ["aws-sdk", "chai", "cucumber"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-json": {"type": "string"}}, "required": ["eslint", "eslint-plugin-import", "eslint-plugin-json"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "scripts", "dependencies", "devDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "chatpickle-cucumber-examples", "version" : "1.0.0", "description" : "Cucumber Implementation of Chat Pickle (Lex Conversational Flow Tests)", "keywords" : ["BDD", "Chatbot", "Conversation", "Testing", "Cucumber", "AWS", "Amazon", "Lex"], "author" : "Aaron Arsenault", "license" : "UNLICENSED", "scripts" : {"test" : "time cucumber-js", "test-p" : "time cucumber-js --parallel 4", "lint" : "eslint --ignore-path .gitignore ."}, "dependencies" : {"aws-sdk" : "^2.550.0", "chai" : "^4.2.0", "cucumber" : "^5.1.0"}, "devDependencies" : {"eslint" : "^5.16.0", "eslint-plugin-import" : "^2.17.2", "eslint-plugin-json" : "^1.4.0"}, "engines" : {"node" : "8.10.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-p": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "test-p", "lint"]}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "chai": {"type": "string"}, "cucumber": {"type": "string"}}, "required": ["aws-sdk", "chai", "cucumber"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-json": {"type": "string"}}, "required": ["eslint", "eslint-plugin-import", "eslint-plugin-json"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "scripts", "dependencies", "devDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1822, "cites" : 10, "cited_by" : 0, "reference" : ["October. arid S. Fischer (1984). The Inflationary Process in Israel: Shocks and Accommodation, Jerusalem: Falk Institute Discussion Paper No.", "Dornbusch, R. (1986). Stopping Hyperinflation: Lessons from the German Experience in the ~ forthcoming in J.Bossons and S.Fischer eds.), Essays in Honour of Franco Modigliani, M.I.T.", "Fraenkel, M., M. Sokoler, and S. Piterman (1984). Principles of a Plan for Rapid Disinflation, Rivaon Lekalkala (Economic Quarterly), 123, December (Hebrew).", "Horn, H., and T. Persson (1985). Exchange Rate Policy, Wage Formation and Credibility, Stockholm: Institute for International Economic Studies, Seminar Paper No. 325, April.", "Litwin, U.,, L. Meridor, and A. Spivak (1984). Inflation and Money Forma- tion in Israel, Jerusalem: Bank of Israel Research Department Discussion Paper No. 84.04, March (Hebrew).", "Liviatan, N. (1984). The Dollarization Plan, Rivaon Lekalkala (Economic Quarterly), 119, January (Hebrew).", "Melnick, R., and M. Sokoler (1984). The Governments Revenue from Money Creation and the Inflationary Effects of a Decline in the Rate of Growth of GNP, Journal of Monetary Economics, 13 (No. 2, March): 225-236.", "Sargent, T. (1982). The Ends of Four Big Inflations, in R. E. Hall (ed.), Inflation: Causes and Effects, University of Chicago Press.", "Shiffer, Z. F. (1982). Money and Inflation in Israel: The Transition of an Economy to High Inflation, Review of the Federal Reserve Bank of St. Louis, 65 (No. 7, August-September), 28-40.", "Sussman, Z. (1982). Is Growth Possible? Rivaon Lekalkala (Economic Quarterly), 113 (June), Hebrew."]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"pageTitle": {"type": "string"}, "h1": {"type": "string"}, "p1": {"type": "string"}, "p2": {"type": "string"}, "p3": {"type": "string"}, "whatDoYouWantToDo": {"type": "object", "properties": {"label": {"type": "string"}, "uc": {"type": "string"}, "nsesa": {"type": "string"}, "uchint": {"type": "string"}, "nsesahint": {"type": "string"}}, "required": ["label", "uc", "nsesa", "uchint", "nsesahint"]}, "error": {"type": "string"}}, "required": ["pageTitle", "h1", "p1", "p2", "p3", "whatDoYouWantToDo", "error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pageTitle" : "Efallai nad ydych yn gymwys am daliadau ESA Dull Newydd", "h1" : "Yn seiliedig ar eich atebion, efallai nad ydych yn gymwys am daliadau ESA Dull Newydd", "p1" : "Os nad ydych wedi gwneud digon o gyfraniadau Yswiriant Gwladol dros y 2 i 3 blynedd diwethaf, efallai na fyddwch yn gymwys i wneud cais am daliadau ESA Dull Newydd. Ond efallai y byddwch yn gallu cael <a class=\"govuk-link\" href=\"https://www.gov.uk/credydau-yswiriant-gwladol/\" target=\"_blank\">credydau Yswiriant Gwladol (agor mewn tab newydd)</a>.", "p2" : "Mae ESA Dull Newydd yn rhoi credydau Dosbarth 1 i chi, a all helpu i lenwi bylchau yn eich cofnod Yswiriant Gwladol a gallai eich helpu i fod yn gymwys am fudd-daliadau penodol, yn cynnwys Lwfans Ceisio Gwaith Dull Newydd a Phensiwn y Wladwriaeth.", "p3" : "Os ydych ar incwm isel neu allan o waith, gallwch edrych i weld a ydych yn gymwys i gael Credyd Cynhwysol. Bydd hyn yn rhoi taliad rheolaidd a chredydau Dosbarth 3 i chi. Maent ond yn cyfrif tuag at eich Pensiwn y Wladwriaeth.", "whatDoYouWantToDo" : {"label" : "Beth ydych eisiau ei wneud?", "uc" : "Gwneud cais am Gredyd Cynhwysol", "nsesa" : "Parhau i wneud cais am ESA Dull Newydd", "uchint" : "Rwyf yn deall os wyf yn gymwys am Gredyd Cynhwysol bydd yn rhoi cyfraniadau Yswiriant Gwladol Dosbarth 3 i mi.", "nsesahint" : "Rwyf yn deall efallai na fyddaf yn cael taliad, ond efallai y byddaf yn cael credydau Yswiriant Gwladol Dosbarth 1."}, "error" : "Dewiswch os ydych eisiau gwneud cais am Gredyd Cynhwysol neu barhau i wneud cais am ESA Dull Newydd"} | json_instruct | {"type": "object", "properties": {"pageTitle": {"type": "string"}, "h1": {"type": "string"}, "p1": {"type": "string"}, "p2": {"type": "string"}, "p3": {"type": "string"}, "whatDoYouWantToDo": {"type": "object", "properties": {"label": {"type": "string"}, "uc": {"type": "string"}, "nsesa": {"type": "string"}, "uchint": {"type": "string"}, "nsesahint": {"type": "string"}}, "required": ["label", "uc", "nsesa", "uchint", "nsesahint"]}, "error": {"type": "string"}}, "required": ["pageTitle", "h1", "p1", "p2", "p3", "whatDoYouWantToDo", "error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "string"}, "fieldcode": {"type": "string"}, "description": {"type": "string"}, "groupcode": {"type": "string"}, "subgroupcode": {"type": "string"}, "@context": {"type": "string"}, "descriptionFull": {"type": "string"}}, "required": ["code", "fieldcode", "description", "groupcode", "subgroupcode", "@context", "descriptionFull"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "13.340.99", "fieldcode" : "13", "description" : "Other protective equipment", "groupcode" : "340", "subgroupcode" : "99", "@context" : "https://isoics.org/ics/ns/subgroup.jsonld", "descriptionFull" : "Environment. Health protection. Safety. Protective equipment. Other protective equipment."} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "fieldcode": {"type": "string"}, "description": {"type": "string"}, "groupcode": {"type": "string"}, "subgroupcode": {"type": "string"}, "@context": {"type": "string"}, "descriptionFull": {"type": "string"}}, "required": ["code", "fieldcode", "description", "groupcode", "subgroupcode", "@context", "descriptionFull"], "$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" : "d605-47", "text" : "SELLING THE PUBLIC SERVICE PROGRAM\nChairmans WILLIAM DEKKER, Vice President and Director of Media, McCann-\nErickson, New York City, was appointed to this position in 1952 when\nMcCann-Erickson unified all its New York Media operations <> He joined\nthis agency in 19U3 as Director of Radio Time and Station Relations*\nPrior to this he had been associated with Ted Bates, Inc*, advertising\nagency, and with Procter and Gamble*\nROBERT B* COCHRAN, Program Director, WMAR-TV, Baltimore, has been with the\nBaltimore Evening Sun, owners of WMAR-TV, for the past 2k years as reporter,\nmusic critic, theatre reviewer, city editor, war correspondent, and now\nprogram director* Mr* Cochran was the first employee assigned to the\nstation when it went on the air in 19U7o\nW* E* \"BILL\" HALL, Production Manager, CHML, Hamilton, Ontario, Canada,\nbegan his radio career in 1951 in a small mid-west Canadian station, where\nhie duties were primarily news and spots* He came to CHML in 1952 as news\nreporter and soon became Director of Special Events and Public Service,\nMerchandising-Promotion Manager and recently was promoted to his present\nposition*\nERNEST J* HODGES, Vice President and Account Supervisor of Guild, Bascom\nand Bonfigli, Inc*, San Francisco, Calif*, worked for a number of years\nfor the Cleveland Press, Cleveland, Ohio* After his release from the Army\nAir Force he became a copywriter at J. Walter Thompson's San Francisco\noffice\u00ab He joined his present employer as an account executive five years\nago*\nJAMES V* RYAN, Assistant Vice President-Public Relations, A*T\u00ab&T*, New York\nCity, first entered the Bell System February 1, 19i|0* Since that time he\nhas served in the capacities of copywriter, advertising assistant, advertising\nmanager (New Jersey Bell), and Asst* Vice President, New Jersey Bell*\nAt present, he is a member of the Advertising Club of New Jersey*"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$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"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "lasso-string": {"type": "string"}, "lodash": {"type": "string"}, "match-file-utility": {"type": "string"}}, "required": ["eslint", "grunt", "grunt-contrib-concat", "grunt-contrib-copy", "grunt-contrib-uglify", "grunt-contrib-watch", "lasso-string", "lodash", "match-file-utility"]}}, "required": ["name", "version", "license", "author", "main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mirc-parse", "version" : "1.0.5", "license" : "MIT", "author" : "Sean MacIsaac <seanjmacisaac@gmail.com> (http://twitter.com/seanjmacisaac)", "main" : "mirc-parse.js", "scripts" : {"test" : "test/index.js"}, "dependencies" : {"eslint" : "latest", "grunt" : "latest", "grunt-contrib-concat" : "latest", "grunt-contrib-copy" : "latest", "grunt-contrib-uglify" : "latest", "grunt-contrib-watch" : "latest", "lasso-string" : "^5.3.1", "lodash" : "latest", "match-file-utility" : "latest"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "lasso-string": {"type": "string"}, "lodash": {"type": "string"}, "match-file-utility": {"type": "string"}}, "required": ["eslint", "grunt", "grunt-contrib-concat", "grunt-contrib-copy", "grunt-contrib-uglify", "grunt-contrib-watch", "lasso-string", "lodash", "match-file-utility"]}}, "required": ["name", "version", "license", "author", "main", "scripts", "dependencies"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Eren": {"type": "string"}, "Orhan": {"type": "string"}}, "required": ["Eren", "Orhan"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "swift_versions": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "ios": {"type": "object", "properties": {"frameworks": {"type": "string"}}, "required": ["frameworks"]}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "swift_versions", "platforms", "source_files", "ios", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ValidatorKit", "version" : "0.0.3", "summary" : "Validator+ SDK for iOS", "description" : "Short shiny description will be coming soon for Validator+", "homepage" : "https://git.mobilex.com.tr/mobilex/validator-sdk", "license" : {"type" : "GNU", "file" : "LICENSE"}, "authors" : {"Eren" : "eren@mobilex.com.tr", "Orhan" : "orhan@mobilex.com.tr"}, "source" : {"git" : "https://git.mobilex.com.tr/mobilex/validator-sdk", "tag" : "0.0.3"}, "swift_versions" : "5.0", "platforms" : {"ios" : "11.0"}, "source_files" : "Validator/Core/**/*.swift", "ios" : {"frameworks" : "UIKit"}, "swift_version" : "5.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Eren": {"type": "string"}, "Orhan": {"type": "string"}}, "required": ["Eren", "Orhan"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "swift_versions": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "ios": {"type": "object", "properties": {"frameworks": {"type": "string"}}, "required": ["frameworks"]}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "swift_versions", "platforms", "source_files", "ios", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"light": {"type": "object", "properties": {"bg-color": {"type": "string"}, "txt-color": {"type": "string"}}, "required": ["bg-color", "txt-color"]}, "dark": {"type": "object", "properties": {"bg-color": {"type": "string"}, "txt-color": {"type": "string"}}, "required": ["bg-color", "txt-color"]}, "midnight": {"type": "object", "properties": {"bg-color": {"type": "string"}, "txt-color": {"type": "string"}}, "required": ["bg-color", "txt-color"]}}, "required": ["light", "dark", "midnight"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"light" : {"bg-color" : "white", "txt-color" : "black"}, "dark" : {"bg-color" : "black", "txt-color" : "white"}, "midnight" : {"bg-color" : "navy", "txt-color" : "silver"}} | json_instruct | {"type": "object", "properties": {"light": {"type": "object", "properties": {"bg-color": {"type": "string"}, "txt-color": {"type": "string"}}, "required": ["bg-color", "txt-color"]}, "dark": {"type": "object", "properties": {"bg-color": {"type": "string"}, "txt-color": {"type": "string"}}, "required": ["bg-color", "txt-color"]}, "midnight": {"type": "object", "properties": {"bg-color": {"type": "string"}, "txt-color": {"type": "string"}}, "required": ["bg-color", "txt-color"]}}, "required": ["light", "dark", "midnight"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 1371060, "parent" : 1371, "name" : "PADANG BARAT", "latitude" : "-0.94467696749917", "longitude" : "100.35697746243", "postal" : [25112, 25113, 25114, 25115, 25117, 25118, 25119, 25111], "children" : [1371060010, 1371060013, 1371060023, 1371060031, 1371060032, 1371060033, 1371060034, 1371060035, 1371060036, 1371060037]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cumulativeDeaths": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeDeaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cumulativeDeaths" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 5, 6, 7, 7, 7, 7, 8, 8, 9, 11, 12, 12, 12, 15, 18, 18, 19, 19, 20, 21, 22, 22, 22, 22, 22, 22, 22, 26, 26, 26, 27, 28, 28, 28, 28, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 31, 31, 31, 31, 31, 31, 32, 33, 33, 34, 34, 34, 34, 35, 36, 37, 38, 40, 42, 44, 48, 49, 49, 51, 54, 55, 58, 66, 75, 79, 82, 86, 94, 97, 101, 102, 108, 112, 118, 124, 130, 135, 139, 144, 150, 158, 164, 169, 177, 185, 192, 196, 212, 227, 236, 249, 256, 269, 284, 300, 303, 316, 328, 341, 354, 365, 373, 381, 390, 401, 410, 416, 425, 438, 448, 457, 467, 480, 488, 492, 498, 499, 508, 516, 525, 533, 539, 548, 551, 556, 563, 568, 568, 574, 581, 586, 589, 596, 600, 601, 604, 607, 611, 614, 614, 615, 615, 616, 616, 617, 619, 622, 625, 625, 625, 627, 627, 630, 630, 633, 635, 638, 638, 641, 645, 647, 648, 649, 650, 650, 652, 652, 653, 656, 657, 657, 657, 659, 661, 663, 663, 663, 673, 673, 678, 678, 678, 688, 705, 714, 720, 732, 732, 732, 768, 773, 777, 785, 798, 798, 822, 833, 833, 860, 874, 885, 904, 914, 926, 939, 948, 963, 975, 989, 1005, 1016, 1026, 1026, 1026, 1026, 1087, 1106, 1120, 1137, 1148, 1161, 1174, 1186, 1198, 1203, 1220, 1225, 1225, 1240, 1248, 1256, 1262, 1262, 1274, 1274, 1298, 1305, 1309, 1317, 1325, 1325, 1332, 1336, 1336, 1344, 1344, 1355, 1355, 1363, 1368, 1368, 1377, 1383, 1387, 1388, 1392, 1399, 1399, 1410, 1410, 1411, 1420, 1433, 1447, 1447, 1447, 1466, 1466, 1479, 1479, 1487, 1487, 1498, 1498, 1498, 1509, 1514, 1519, 1519, 1519, 1526]} | json_instruct | {"type": "object", "properties": {"cumulativeDeaths": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeDeaths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "always_show": {"type": "integer"}, "responses": {"type": "array", "items": {"type": "object", "properties": {"headers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "body_from_file": {"type": "string"}}, "required": ["headers", "body_from_file"]}}}, "required": ["path", "always_show", "responses"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"path" : "/", "always_show" : 0, "responses" : [{"headers" : [{"name" : "Content-Type", "value" : "text/html"}], "body_from_file" : "examples/html/hello.html"}]}, {"path" : "/not_found", "always_show" : 0, "responses" : [{"headers" : [{"name" : "Content-Type", "value" : "text/html"}, {"name" : "x-Foo", "value" : "bar"}], "body_from_file" : "examples/html/hello.html", "code" : 404}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "always_show": {"type": "integer"}, "responses": {"type": "array", "items": {"type": "object", "properties": {"headers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "body_from_file": {"type": "string"}}, "required": ["headers", "body_from_file"]}}}, "required": ["path", "always_show", "responses"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-rjwx-r4qm-9x8f", "modified" : "2022-04-29T01:26:45Z", "published" : "2022-04-29T01:26:45Z", "aliases" : ["CVE-2003-0636"], "details" : "Novell iChain 2.2 before Support Pack 1 does not properly verify that URL redirects match the DNS name of an accelerator, which allows attackers to redirect URLs to malicious web sites.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2003-0636"}, {"type" : "WEB", "url" : "http://support.novell.com/cgi-bin/search/searchtid.cgi?/2966435.htm"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"json-2-csv": {"type": "string"}, "write-file-p": {"type": "string"}}, "required": ["json-2-csv", "write-file-p"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"json-2-csv" : "^3.10.2", "write-file-p" : "^1.0.8"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"json-2-csv": {"type": "string"}, "write-file-p": {"type": "string"}}, "required": ["json-2-csv", "write-file-p"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"twilio/sdk": {"type": "string"}}, "required": ["twilio/sdk"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"require" : {"twilio/sdk" : "~4.6"}} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"twilio/sdk": {"type": "string"}}, "required": ["twilio/sdk"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "evaluate": {"type": "string"}, "metadata": {"type": "object", "properties": {"impact": {"type": "string"}, "messages": {"type": "object", "properties": {"pass": {"type": "string"}, "fail": {"type": "string"}}, "required": ["pass", "fail"]}}, "required": ["impact", "messages"]}}, "required": ["id", "evaluate", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "has-lang", "evaluate" : "has-lang.js", "metadata" : {"impact" : "serious", "messages" : {"pass" : "The <html> element has a lang attribute", "fail" : "The <html> element does not have a lang attribute"}}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "evaluate": {"type": "string"}, "metadata": {"type": "object", "properties": {"impact": {"type": "string"}, "messages": {"type": "object", "properties": {"pass": {"type": "string"}, "fail": {"type": "string"}}, "required": ["pass", "fail"]}}, "required": ["impact", "messages"]}}, "required": ["id", "evaluate", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "headers": {"type": "array", "items": {"type": "string"}}}, "required": ["columns", "headers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"columns" : ["start_entity", "numeric", "general_relation", "category", "text", "category", "category", "text", "category", "text", "text", "category", "text", "text", "text", "category", "text", "text", "text", "text", "category", "category", "category", "numeric", "category", "text", "text", "text", "text", "text", "text", "text", "text", "text"], "headers" : ["Landrace Population", "id", "Population_id@Population", "Place", "Origin", "Source", "Purchased", "Purchased where", "Exchanged", "Exchanged with whom", "Propagation", "Similarity", "Isolation precaution", "Conservation duration", "Storage conditions", "Importance", "Sowing date", "Harvest date", "Irrigation", "Informant", "Human food", "Forage", "Part used", "Number of recipes", "Destination", "Destination where", "Destination how", "Taste qualities", "Why kept", "When abandoned", "Why abandoned", "Grown duration", "Cultivated", "Comments"]} | json_instruct | {"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "headers": {"type": "array", "items": {"type": "string"}}}, "required": ["columns", "headers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"laravel/framework": {"type": "string"}, "sunel/layout-core": {"type": "string"}, "marcj/topsort": {"type": "string"}, "tubalmartin/cssmin": {"type": "string"}, "tedivm/jshrink": {"type": "string"}, "laracasts/flash": {"type": "string"}, "zendframework/zend-code": {"type": "string"}, "mods/form": {"type": "string"}}, "required": ["laravel/framework", "sunel/layout-core", "marcj/topsort", "tubalmartin/cssmin", "tedivm/jshrink", "laracasts/flash", "zendframework/zend-code", "mods/form"]}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "psr-4": {"type": "object", "properties": {"Mods\\": {"type": "string"}}, "required": ["Mods\\"]}}, "required": ["files", "psr-4"]}}, "required": ["name", "description", "keywords", "license", "homepage", "support", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mods/framework", "description" : "The Mods Framework.", "keywords" : ["framework", "mods"], "license" : "MIT", "homepage" : "https://thehackerleague.com", "support" : {"issues" : "https://github.com/thehackerleague/framework/issues", "source" : "https://github.com/thehackerleague/framework"}, "authors" : [{"name" : "Sunel Tr", "email" : "sunelbe@gmail.com"}], "require" : {"laravel/framework" : "5.6.*", "sunel/layout-core" : "0.0.*", "marcj/topsort" : "1.1.*", "tubalmartin/cssmin" : "4.1.*", "tedivm/jshrink" : "^1.1", "laracasts/flash" : "^3.0", "zendframework/zend-code" : "^3.3", "mods/form" : "0.0.*"}, "autoload" : {"files" : ["src/Mods/Theme/helpers.php", "src/Mods/View/helpers.php"], "psr-4" : {"Mods\\" : "src/Mods/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"laravel/framework": {"type": "string"}, "sunel/layout-core": {"type": "string"}, "marcj/topsort": {"type": "string"}, "tubalmartin/cssmin": {"type": "string"}, "tedivm/jshrink": {"type": "string"}, "laracasts/flash": {"type": "string"}, "zendframework/zend-code": {"type": "string"}, "mods/form": {"type": "string"}}, "required": ["laravel/framework", "sunel/layout-core", "marcj/topsort", "tubalmartin/cssmin", "tedivm/jshrink", "laracasts/flash", "zendframework/zend-code", "mods/form"]}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "psr-4": {"type": "object", "properties": {"Mods\\": {"type": "string"}}, "required": ["Mods\\"]}}, "required": ["files", "psr-4"]}}, "required": ["name", "description", "keywords", "license", "homepage", "support", "authors", "require", "autoload"], "$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"}, "module": {"type": "string"}}, "required": ["name", "version", "module"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cdn-not-supported-package", "version" : "1.2.3", "module" : "entrypoint.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "module": {"type": "string"}}, "required": ["name", "version", "module"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"e" : ["\ufff9`Mido'edoan~ `ita~ `ko~ `demak~ `no~ `toas~.\ufffa\ufffb\u6211\u5011\u4ee5\u7956\u5148\u7684\u884c\u70ba\u70ba\u9075\u5faa\u7684\u699c\u6a23\u4e86\u3002"], "f" : "\u4ee5\u2026\u70ba\u6e96\u5247\u800c\u9806\u6cbf\u3001\u9075\u5faa\u4e86\uff0c\u670d\u5f9e\u4e86\u3002"}, {"e" : ["\ufff9`Mido'edoan~ `a~ `tanengnengan~.\ufffa\ufffb\u6240\u9075\u5faa\u7684\u699c\u6a23\u3002"], "f" : "\u6307\u6240\u9806\u6cbf\u3001\u9075\u5faa\u7684(\u7269\u4ef6)\u3002"}]}], "stem" : "do'edo", "t" : "mido'edoan"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "vanillaextension:block/emerald_ore_wall_inventory"} | 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": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "region2loc1lloc393", "type" : "HAS", "start" : "primordia", "end" : "loc393"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$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"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "advancedrocketry:alienwood"}], "result" : {"item" : "advancedrocketry:planks", "count" : 4}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"TITLE": {"type": "string"}, "NUMBER": {"type": "integer"}, "DESCRIPTION": {"type": "string"}, "CONTENT": {"type": "string"}, "IMAGE": {"type": "string"}, "ITUNES_IMAGE": {"type": "string"}, "FILE": {"type": "string"}, "DATE": {"type": "string"}, "EXPLICIT": {"type": "boolean"}}, "required": ["TITLE", "NUMBER", "DESCRIPTION", "CONTENT", "IMAGE", "ITUNES_IMAGE", "FILE", "DATE", "EXPLICIT"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"TITLE" : "Episode 72 - Moon Rocks and Red Hot Butthole Pokers (featuring David Derryberry)", "NUMBER" : 72, "DESCRIPTION" : "This is the last episode of the show as \"Make Liberty Great Again.\" Next week, we will return as The Mad Ones, Jessica's coming on as official co-host, and we are moving past the Trump era and embracing hope and white pills. For my last episode, my good friend David Derryberry joins us to talk about what's happening now, what the future holds, stocks and bonds, good and bad superhero movies, TikTok fame, and how the South is better than everywhere else. We also had Phil Padilla, my original MLGA co-host come on to say goodbye, Ryan from TechnoAgorist joins us, and we have a good time.", "CONTENT" : "This is the last episode of the show as \"Make Liberty Great Again.\" Next week, we will return as The Mad Ones, Jessica's coming on as official co-host, and we are moving past the Trump era and embracing hope and white pills. For my last episode, my good friend David Derryberry joins us to talk about what's happening now, what the future holds, stocks and bonds, good and bad superhero movies, TikTok fame, and how the South is better than everywhere else. We also had Phil Padilla, my original MLGA co-host come on to say goodbye, Ryan from TechnoAgorist joins us, and we have a good time.", "IMAGE" : "mlga_0072.png", "ITUNES_IMAGE" : "mlga_0072.png", "FILE" : "mlga_0072.mp3", "DATE" : "2021-01-29T02:30:25.206Z", "EXPLICIT" : true} | json_instruct | {"type": "object", "properties": {"TITLE": {"type": "string"}, "NUMBER": {"type": "integer"}, "DESCRIPTION": {"type": "string"}, "CONTENT": {"type": "string"}, "IMAGE": {"type": "string"}, "ITUNES_IMAGE": {"type": "string"}, "FILE": {"type": "string"}, "DATE": {"type": "string"}, "EXPLICIT": {"type": "boolean"}}, "required": ["TITLE", "NUMBER", "DESCRIPTION", "CONTENT", "IMAGE", "ITUNES_IMAGE", "FILE", "DATE", "EXPLICIT"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : {"type" : "Feature", "properties" : {"name" : "\u8354\u6e7e\u533a", "id" : "440103"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[113.243616972656, 23.1495143867188], [113.241214628906, 23.1388014960938], [113.247345, 23.113843], [113.23970828125, 23.0956618476563], [113.267345, 23.0538430000001], [113.247345, 23.0538430000001], [113.247345, 23.0438430000001], [113.204989042969, 23.0487795234376], [113.163170195313, 23.0774660468751], [113.205357695313, 23.0885964179688], [113.20025515625, 23.114419171875], [113.207345, 23.143843], [113.211353789063, 23.1517678046875], [113.222359648438, 23.1463942695313], [113.237345, 23.153843], [113.243616972656, 23.1495143867188]]]]}}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "foodtype": {"type": "string"}, "foodfilter": {"type": "string"}, "foodcategory": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}, "suspicious": {"type": "object", "properties": {"effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["effect", "description"]}, "normal": {"type": "object", "properties": {"effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["effect", "description"]}, "delicious": {"type": "object", "properties": {"effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["effect", "description"]}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}}, "required": ["name", "rarity", "foodtype", "foodfilter", "foodcategory", "effect", "description", "suspicious", "normal", "delicious", "ingredients"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Sushi de Camar\u00e3o Doce", "rarity" : "1", "foodtype" : "NORMAL", "foodfilter" : "Pratos de Regenera\u00e7\u00e3o", "foodcategory" : "Recovery_Revive", "effect" : "Regenera o Personagem selecionado.\nRestaura 50 - 150 de Vida.", "description" : "Um prato tradicional fresco e doce. Um camar\u00e3o limpo e cortado \u00e9 colocado sobre o arroz e moldado com suas pr\u00f3prias m\u00e3os. A carne el\u00e1stica do camar\u00e3o e o delicioso arroz real\u00e7am ainda mais o sabor.", "suspicious" : {"effect" : "Revive um personagem e restaura 50 de Vida.", "description" : "Um prato tradicional fresco e doce. O camar\u00e3o parece um pouco murcho, e uma \u00fanica mordida deixa gr\u00e3os de arroz grudados nos dentes. Nota para si mesmo: \u00e9 melhor n\u00e3o o deixar de fora por tanto tempo da pr\u00f3xima vez..."}, "normal" : {"effect" : "Revive um personagem e restaura 100 de Vida.", "description" : "Um prato tradicional fresco e doce. Um camar\u00e3o limpo e cortado \u00e9 colocado sobre o arroz e moldado com suas pr\u00f3prias m\u00e3os. A carne el\u00e1stica do camar\u00e3o e o delicioso arroz real\u00e7am ainda mais o sabor."}, "delicious" : {"effect" : "Revive um personagem e restaura 150 de Vida.", "description" : "Um prato tradicional fresco e doce. Um camar\u00e3o cristalino reclina-se sobre a pilha de arroz branco como a neve. A acidez dos gr\u00e3os com vinagre e a do\u00e7ura da carne se entrela\u00e7am em sua l\u00edngua como a dan\u00e7a suave das ondas ondulantes nas margens brancas."}, "ingredients" : [{"name" : "Camar\u00e3o", "count" : 2}, {"name" : "Arroz", "count" : 1}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "foodtype": {"type": "string"}, "foodfilter": {"type": "string"}, "foodcategory": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}, "suspicious": {"type": "object", "properties": {"effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["effect", "description"]}, "normal": {"type": "object", "properties": {"effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["effect", "description"]}, "delicious": {"type": "object", "properties": {"effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["effect", "description"]}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}}, "required": ["name", "rarity", "foodtype", "foodfilter", "foodcategory", "effect", "description", "suspicious", "normal", "delicious", "ingredients"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-material.css" : "sha256-7LpYYtyoG5s5N1tM4xFXeOGxmWAQwRxQPmgFfCKRSis=", "angular-material.js" : "sha256-qZQLND4HMj2RjihebWvfeQPx1DMvqQyi9zv1DTbdRpo=", "angular-material.min.css" : "sha256-/ELCkJCUD4JyEFH4kV/a/yYufYya3cKdMezd5JUktVU=", "angular-material.min.js" : "sha256-5ruJAG+L5auOH+qDKb1LaXeT1jygcnFy+7IwBKZNOEg="} | json_instruct | {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "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" : "Bilateral Multi-Perspective Matching for Natural Language Sentences.", "fields" : ["sentence", "natural language", "paraphrase", "inference", "encoder"], "abstract" : "Natural language sentence matching is a fundamental technology for a variety of tasks. Previous approaches either match sentences from a single direction or only apply single granular (word-by-word or sentence-by-sentence) matching. In this work, we propose a bilateral multi-perspective matching (BiMPM) model under the \"matching-aggregation\" framework. Given two sentences $P$ and $Q$, our model first encodes them with a BiLSTM encoder. Next, we match the two encoded sentences in two directions $P \\rightarrow Q$ and $P \\leftarrow Q$. In each matching direction, each time step of one sentence is matched against all time-steps of the other sentence from multiple perspectives. Then, another BiLSTM layer is utilized to aggregate the matching results into a fix-length matching vector. Finally, based on the matching vector, the decision is made through a fully connected layer. We evaluate our model on three tasks: paraphrase identification, natural language inference and answer sentence selection. Experimental results on standard benchmark datasets show that our model achieves the state-of-the-art performance on all tasks.", "citation" : "Citations (113)", "year" : "2017", "departments" : ["IBM"], "conf" : "ijcai", "authors" : ["Zhiguo Wang.....http://dblp.org/pers/hd/w/Wang:Zhiguo", "Wael Hamza.....http://dblp.org/pers/hd/h/Hamza:Wael", "Radu Florian.....http://dblp.org/pers/hd/f/Florian:Radu"], "pages" : 7} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "filename": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["name", "description", "filename", "keywords", "homepage", "repository", "autoupdate", "license", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "gridder", "description" : "A jQuery plugin that displays a thumbnail grid expanding preview similar to the effect seen on Google Images.", "filename" : "js/jquery.gridder.min.js", "keywords" : ["jquery", "plugin", "thumbnail", "expanding", "grid"], "homepage" : "http://oriongunning.github.io/gridder/", "repository" : {"type" : "git", "url" : "https://github.com/oriongunning/gridder.git"}, "autoupdate" : {"source" : "git", "target" : "https://github.com/oriongunning/gridder.git", "fileMap" : [{"basePath" : "dist", "files" : ["**/*"]}]}, "license" : "CC-BY-3.0", "authors" : [{"name" : "Orion Gunning", "email" : "orion.gunning@gmail.com"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "filename": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["name", "description", "filename", "keywords", "homepage", "repository", "autoupdate", "license", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "mod:block/ender_titanium_ore"} | 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": {"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" : "Discriminative Analysis Dictionary Learning.", "fields" : ["minification", "discriminative model", "speedup", "induced metric", "machine learning"], "abstract" : "Dictionary learning (DL) has been successfully applied to various pattern classification tasks in recent years. However, analysis dictionary learning (ADL), as a major branch of DL, has not yet been fully exploited in classification due to its poor discriminability. This paper presents a novel DL method, namely Discriminative Analysis Dictionary Learning (DADL), to improve the classification performance of ADL. First, a code consistent term is integrated into the basic analysis model to improve discriminability. Second, a triplet-constraint-based local topology preserving loss function is introduced to capture the discriminative geometrical structures embedded in data. Third, correntropy induced metric is employed as a robust measure to better control outliers for classification. Then, half-quadratic minimization and alternate search strategy are used to speed up the optimization process so that there exist closed-form solutions in each alternating minimization stage. Experiments on several commonly used databases show that our proposed method not only significantly improves the discriminative ability of ADL, but also outperforms state-of-the-art synthesis DL methods.", "citation" : "Citations (7)", "departments" : ["Dalian University of Technology", "Dalian University of Technology", "Dalian University of Technology", "Chinese Academy of Sciences", "Chinese Academy of Sciences"], "authors" : ["Jun Guo.....http://dblp.org/pers/hd/g/Guo:Jun", "Yanqing Guo.....http://dblp.org/pers/hd/g/Guo:Yanqing", "Xiangwei Kong.....http://dblp.org/pers/hd/k/Kong:Xiangwei", "Man Zhang.....http://dblp.org/pers/hd/z/Zhang:Man", "Ran He.....http://dblp.org/pers/hd/h/He:Ran"], "conf" : "aaai", "year" : "2016", "pages" : 7} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "methods": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Recommendations", "version" : "2013-04-01", "methods" : ["getLastUpdatedTimeForRecommendations", "listRecommendations", "listRecommendationsByNextToken", "getServiceStatus"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "methods": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {"type": "string"}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "F\u00f6rderzentrum an der Danziger Stra\u00dfe - Schule mit dem F\u00f6rderschwerpunkt Lernen", "id" : "MV-75230381", "address" : "Danziger Stra\u00dfe 45, 18107 Rostock", "school_type" : "F\u00f6rderschule", "fax" : "0381/7787239", "phone" : "0381/713045", "website" : "www.foerderzentrum-danzigerstr.de", "email" : "foez.danziger-strasse@t-online.de", "headmaster" : " Regina Moscha", "state" : "MV", "programs" : {"programs" : ["Be smart - don't Start"]}, "full_time_school" : false, "lon" : 12.053075, "lat" : 54.143905} | 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"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {"type": "string"}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2011, 6], [2013, 8], [2014, 8]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {"inoreader": {"type": "string"}}, "required": ["inoreader"]}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 200, "data" : {"totalSubs" : 354, "subsInEachSource" : {"feedly" : 344, "inoreader" : 0, "feedsPub" : 10}, "failedSources" : {"inoreader" : "RSS feed not found on Inoreader"}}, "lastModified" : 1645330698421} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {"inoreader": {"type": "string"}}, "required": ["inoreader"]}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"units": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "geometries"]}}, "required": ["units"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"units" : {"type" : "GeometryCollection", "geometries" : [{"type" : "Polygon", "properties" : {"name" : "Cura\u00e7ao"}, "arcs" : [[0]]}]}}, "arcs" : [[[9301, 44], [-5499, 3007], [-3519, 4145], [7505, -3493], [1513, -3659]]], "transform" : {"scale" : [4.320500410041281e-05, 3.5021405740579754e-05], "translate" : [-69.17174231699991, 12.041327216000042]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"units": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "geometries"]}}, "required": ["units"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this 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"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Zibbi Coin", "symbol" : "ZBC", "logoURI" : "https://raw.githubusercontent.com/mindmaster7/ZBC/main/logo.png", "decimals" : 0, "address" : "Ds644r6pUQZVt6wX4THmey2ejWSeqq2CDpiisiGcUKij", "chainId" : 101, "tags" : ["social-token"]} | 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"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"jquery.typeahead.css": {"type": "string"}, "jquery.typeahead.js": {"type": "string"}, "jquery.typeahead.min.css": {"type": "string"}, "jquery.typeahead.min.js": {"type": "string"}}, "required": ["jquery.typeahead.css", "jquery.typeahead.js", "jquery.typeahead.min.css", "jquery.typeahead.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.typeahead.css" : "sha512-Ny/d1lufp5LZraipDi867dI8wSQNcD9956hjFsZhcvSB5q7sHlQY00QmuQgjECRnvDTmYGXAsJ+hKgAKFmhIXQ==", "jquery.typeahead.js" : "sha512-RSAYhetk0YCCraJ0l0MIuJJ12p3v5Biulovg0g5rqaFHYtwBpPjNp4VW6BXRPvWWo/JVoTs8VQLX/aTOMyyaLA==", "jquery.typeahead.min.css" : "sha512-Blqo9OM5len/Yx5rZuoxG/alhU/USPbHk+bPeKq7JdYmH74WRvNyiqcp8BwLgZmzH0oibELaZuNEsI9URZFL0Q==", "jquery.typeahead.min.js" : "sha512-t1GnCrXyr3jpx9fltOO8TJjhKWbLz8ZxuIL8liOXGaeCttpjozGjx3a8hBcya4xOnHN5RmuEY07zvU4qTs3vew=="} | json_instruct | {"type": "object", "properties": {"jquery.typeahead.css": {"type": "string"}, "jquery.typeahead.js": {"type": "string"}, "jquery.typeahead.min.css": {"type": "string"}, "jquery.typeahead.min.js": {"type": "string"}}, "required": ["jquery.typeahead.css", "jquery.typeahead.js", "jquery.typeahead.min.css", "jquery.typeahead.min.js"], "$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" : "absentbydesign:block/stairs_smooth_stone"} | 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": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "null"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 9241, "name" : "LDR background to ITKZ", "description" : "\u7cf8\u67f3", "user" : {"id" : 12780, "name" : "jimibandrix", "email" : "redacted", "paypal_email" : "jimibandrix@gmail.com", "homepage" : null, "about" : null, "license" : null}, "updated" : "2008-07-31T21:55:59.000Z", "weekly_install_count" : 0, "total_install_count" : 197, "rating" : null, "after_screenshot_name" : null, "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2008-07-31T21:55:59.000Z", "category" : "site", "raw_subcategory" : "livedoor", "subcategory" : "livedoor", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document url(\"http://reader.livedoor.com/reader/\") {\r\n #right_body {\r\n background: url(\"http://media.tumblr.com/YYV3RqGZQbsxa1sx4fXRtsan_400.jpg\") !important;\r\n }\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/9241/ldr-background-to-itkz.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "null"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Bring an inch of water to a boil in a large saucepan fitted with a steamer basket. Add potatoes, cover and steam for 10 minutes. Place broccoli on top, cover and steam until the potatoes and broccoli are tender, 6 to 8 minutes more.", "Transfer the broccoli to a large bowl and coarsely mash with a potato masher. Add the potatoes, cheese, milk, salt and pepper and continue mashing to desired consistency. Serve immediately."], "ingredients" : ["1 pound Yukon Gold potatoes, scrubbed and cut into wedges", "3/4 pound broccoli crowns, chopped", "3/4 cup shredded fontina cheese", "1/2 cup nonfat milk, heated", "1/2 teaspoon salt", "Freshly ground pepper to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Cheesy Broccoli-Potato Mash", "url" : "http://allrecipes.com/recipe/238790/cheesy-broccoli-potato-mash/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "link": {"type": "string"}, "desc": {"type": "string"}, "image_src": {"type": "string"}}, "required": ["title", "date", "link", "desc", "image_src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "", "date" : "2021\u5e746\u67085\u65e5", "link" : "/slides/20210605", "desc" : "\u6211\u5728\u521b\u65b0\u57fa\u5730\u7684\u4e00\u4e9b\u5fc3\u8def\u5386\u7a0b", "image_src" : "/slides/slides_banner/20210605.png"}, {"title" : "", "date" : "2020\u5e7411\u670812\u65e5", "link" : "/slides/20201112", "desc" : "Linux & Cloud Native", "image_src" : "/slides/slides_banner/20201112.png"}, {"title" : "", "date" : "2020\u5e742\u6708", "link" : "/slides/slide_for_course.html", "desc" : "\u4e8c\u5206\u641c\u7d22\u65f6\u95f4\u590d\u6742\u5ea6\u5206\u6790\uff0c\u6570\u5b66\u63a8\u5bfc", "image_src" : "/slides/slides_banner/20200409.png"}, {"title" : "", "date" : "2019\u5e7411\u670823\u65e5", "link" : "/slides/slide_1.html", "desc" : "\u5e38\u89c1\u8d5b\u4e8b\u4ecb\u7ecd", "image_src" : "/slides/slides_banner/20191123.png"}, {"title" : "", "date" : "2019\u5e7410\u670815\u65e5", "link" : "/slides/index.html", "desc" : "\u95ea\u7535\u26a1\u6f14\u8bb2\uff08\u5b9e\u9645\u5fae\u5fae\u4e45\uff09", "image_src" : "/slides/slides_banner/20191015-lightning-talk.png"}, {"title" : "", "date" : "2019\u5e7410\u670815\u65e5", "link" : "/slides/slide.html", "desc" : "OSS \u76f8\u5173\u5206\u4eab", "image_src" : "/slides/slides_banner/20191015.png"}, {"title" : "", "date" : "2019\u5e749\u670820\u65e5", "link" : "/oldslide/index.html", "desc" : "\u4e00\u6b21\u7b80\u77ed\u7684\u8ff0\u804c\u4f1a", "image_src" : "/slides/slides_banner/20190920.png"}, {"title" : "\u656c\u8bf7\u671f\u5f85", "date" : "", "link" : "\u66f4\u591a\u5185\u5bb9\uff0c\u656c\u8bf7\u671f\u5f85", "desc" : "", "image_src" : "https://images.pexels.com/photos/36717/amazing-animal-beautiful-beautifull.jpg?w=1260&h=750&dpr=2&auto=compress&cs=tinysrgb"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "link": {"type": "string"}, "desc": {"type": "string"}, "image_src": {"type": "string"}}, "required": ["title", "date", "link", "desc", "image_src"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "\"use strict\";\n\nvar _interopRequireDefault = require(\"@babel/runtime/helpers/interopRequireDefault\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = useTheme;\n\nvar _styles = require(\"@material-ui/styles\");\n\nvar _defaultTheme = _interopRequireDefault(require(\"./defaultTheme\"));\n\nfunction useTheme() {\n return (0, _styles.useTheme)() || _defaultTheme.default;\n}", "map" : null, "metadata" : {}, "sourceType" : "script"} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "HAM", "symbol" : "Ham ham ham", "address" : "0xa047498BEAF604EAAeF4F85b0085EDdbB4253085", "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uuid" : "ff67b101-2fc4-4885-8d3a-a62204b50da7", "children" : ["257768c2-7819-41ab-9a9f-1e933a9b073f"], "befores" : [{"name" : "app", "status" : "passed", "start" : 1635103984709, "stop" : 1635103985142}], "start" : 1635103984709, "stop" : 1635103990514} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$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"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["build", "prepublishOnly"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "typescript"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "license", "main", "types", "author", "homepage", "repository", "bugs", "scripts", "devDependencies", "files", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@woubuc/data-picker", "description" : "A simple type-checking data validator and extractor", "version" : "2.0.1", "license" : "MIT", "main" : "dist/DataPicker.js", "types" : "dist/DataPicker.d.ts", "author" : "Wouter Buckens <wou.buc@gmail.com>", "homepage" : "https://github.com/woubuc/data-picker/blob/master/README.md", "repository" : "github:woubuc/data-picker", "bugs" : "https://github.com/woubuc/data-picker/issues", "scripts" : {"build" : "tsc", "prepublishOnly" : "tsc"}, "devDependencies" : {"@types/node" : "^14.6.0", "typescript" : "^3.9.7"}, "files" : ["dist/**/*"], "keywords" : ["data", "pick", "picker", "datapicker", "object", "validator", "validation", "extractor", "input", "unknown", "types", "typed", "typescript"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["build", "prepublishOnly"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "typescript"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "license", "main", "types", "author", "homepage", "repository", "bugs", "scripts", "devDependencies", "files", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"lib": {"type": "array", "items": {"type": "string"}}, "jsx": {"type": "string"}, "noEmit": {"type": "boolean"}, "composite": {"type": "boolean"}, "declaration": {"type": "boolean"}, "skipDefaultLibCheck": {"type": "boolean"}, "skipLibCheck": {"type": "boolean"}, "resolveJsonModule": {"type": "boolean"}, "outDir": {"type": "string"}, "baseUrl": {"type": "string"}, "rootDir": {"type": "string"}, "typeRoots": {"type": "array", "items": {"type": "string"}}, "tsBuildInfoFile": {"type": "string"}, "paths": {"type": "object", "properties": {"@liexp/core/*": {"type": "array", "items": {"type": "string"}}, "@liexp/shared/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@liexp/core/*", "@liexp/shared/*"]}}, "required": ["lib", "jsx", "noEmit", "composite", "declaration", "skipDefaultLibCheck", "skipLibCheck", "resolveJsonModule", "outDir", "baseUrl", "rootDir", "typeRoots", "tsBuildInfoFile", "paths"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "references", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "../../../tsconfig.json", "compilerOptions" : {"lib" : ["DOM", "ESNext"], "jsx" : "react", "noEmit" : false, "composite" : true, "declaration" : true, "skipDefaultLibCheck" : true, "skipLibCheck" : true, "resolveJsonModule" : true, "outDir" : "./lib", "baseUrl" : "./src", "rootDir" : "./src", "typeRoots" : ["node_modules/@types", "../../../node_modules/@types", "../shared/typings", "./typings"], "tsBuildInfoFile" : "lib/tsconfig.tsbuildinfo", "paths" : {"@liexp/core/*" : ["../../core/src/*"], "@liexp/shared/*" : ["../../shared/src/*"]}}, "references" : [{"path" : "../core"}, {"path" : "../shared"}], "include" : ["./src", "./typings", "./src/**/*.json"], "exclude" : ["node_modules", "lib"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"lib": {"type": "array", "items": {"type": "string"}}, "jsx": {"type": "string"}, "noEmit": {"type": "boolean"}, "composite": {"type": "boolean"}, "declaration": {"type": "boolean"}, "skipDefaultLibCheck": {"type": "boolean"}, "skipLibCheck": {"type": "boolean"}, "resolveJsonModule": {"type": "boolean"}, "outDir": {"type": "string"}, "baseUrl": {"type": "string"}, "rootDir": {"type": "string"}, "typeRoots": {"type": "array", "items": {"type": "string"}}, "tsBuildInfoFile": {"type": "string"}, "paths": {"type": "object", "properties": {"@liexp/core/*": {"type": "array", "items": {"type": "string"}}, "@liexp/shared/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@liexp/core/*", "@liexp/shared/*"]}}, "required": ["lib", "jsx", "noEmit", "composite", "declaration", "skipDefaultLibCheck", "skipLibCheck", "resolveJsonModule", "outDir", "baseUrl", "rootDir", "typeRoots", "tsBuildInfoFile", "paths"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "references", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"client.min.js": {"type": "string"}, "default.css": {"type": "string"}}, "required": ["client.min.js", "default.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"client.min.js" : "sha512-Jwe7XKbSMHmyqSEB3UNHvvsngZ1y4nt5b/6OVL7dZavvVGND9584nGy0oh0GonvDfJY2RFhshIhRIzQlkC8cUQ==", "default.css" : "sha512-AEn/9ShKAE8SjylbRfOWsVJcNHbepI73KagpXSBkRx5PVUSbl93US8UsGp+cQo4x5vBdEBYYN5NaaAgdQ9idxw=="} | json_instruct | {"type": "object", "properties": {"client.min.js": {"type": "string"}, "default.css": {"type": "string"}}, "required": ["client.min.js", "default.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "thickness": {"type": "number"}, "gas_type": {"type": "string"}}, "required": ["type", "name", "thickness", "gas_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "EnergyWindowMaterialGas", "name" : "Generic Window Air Gap", "thickness" : 0.0127, "gas_type" : "Air"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "thickness": {"type": "number"}, "gas_type": {"type": "string"}}, "required": ["type", "name", "thickness", "gas_type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "411522101001", "text" : "\u5341\u91cc\u8857\u9053\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411522101002", "text" : "\u4e94\u91cc\u5e97\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411522101202", "text" : "\u897f\u738b\u5be8\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411522101203", "text" : "\u5434\u660e\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411522101204", "text" : "\u674e\u5830\u5846\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411522101205", "text" : "\u59da\u5be8\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411522101206", "text" : "\u5f90\u5bfa\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411522101207", "text" : "\u4ee3\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411522101208", "text" : "\u738b\u5c97\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411522101209", "text" : "\u5218\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411522101210", "text" : "\u9ad8\u5927\u5e97\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411522101211", "text" : "\u4e1c\u6768\u5846\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411522101212", "text" : "\u5341\u91cc\u5e99\u6751\u6c11\u59d4\u5458\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1998, "sex" : "M", "n" : 5, "prop" : 2.47e-06}, {"year" : 1999, "sex" : "M", "n" : 8, "prop" : 3.92e-06}, {"year" : 2000, "sex" : "M", "n" : 6, "prop" : 2.87e-06}, {"year" : 2004, "sex" : "M", "n" : 5, "prop" : 2.37e-06}, {"year" : 2012, "sex" : "M", "n" : 5, "prop" : 2.47e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}}, "required": ["id", "type", "start", "end", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "r946", "type" : "GOAL", "start" : "n111", "end" : "mission395-14", "data" : {}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}}, "required": ["id", "type", "start", "end", "data"], "$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" : "rechiseled_compat:block/genericeco_balsa_planks_diagonal_tiles"}}} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"antd": {"type": "string"}, "bcrypt": {"type": "string"}, "bluebird": {"type": "string"}, "body-parser": {"type": "string"}, "bookshelf": {"type": "string"}, "classnames": {"type": "string"}, "composer-client": {"type": "string"}, "crypto": {"type": "string"}, "express": {"type": "string"}, "formidable": {"type": "string"}, "fs": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "knex": {"type": "string"}, "lodash": {"type": "string"}, "mongodb": {"type": "string"}, "multer": {"type": "string"}, "mysql": {"type": "string"}, "path": {"type": "string"}, "shortid": {"type": "string"}, "validator": {"type": "string"}, "winston": {"type": "string"}}, "required": ["antd", "bcrypt", "bluebird", "body-parser", "bookshelf", "classnames", "composer-client", "crypto", "express", "formidable", "fs", "jsonwebtoken", "knex", "lodash", "mongodb", "multer", "mysql", "path", "shortid", "validator", "winston"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-env": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["babel-cli", "babel-preset-env", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "redux-login", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "nodemon --watch server --exec babel-node -- server/index.js"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"antd" : "^3.9.1", "bcrypt" : "^3.0.0", "bluebird" : "^3.5.1", "body-parser" : "^1.18.3", "bookshelf" : "^0.13.3", "classnames" : "^2.2.6", "composer-client" : "^0.19.12", "crypto" : "^1.0.1", "express" : "^4.16.3", "formidable" : "^1.2.1", "fs" : "0.0.1-security", "jsonwebtoken" : "^8.3.0", "knex" : "^0.19.5", "lodash" : "^4.17.13", "mongodb" : "^3.1.3", "multer" : "^1.3.1", "mysql" : "^2.16.0", "path" : "^0.12.7", "shortid" : "^2.2.12", "validator" : "^10.5.0", "winston" : "^3.1.0"}, "devDependencies" : {"babel-cli" : "^6.26.0", "babel-preset-env" : "^1.7.0", "nodemon" : "^1.18.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"antd": {"type": "string"}, "bcrypt": {"type": "string"}, "bluebird": {"type": "string"}, "body-parser": {"type": "string"}, "bookshelf": {"type": "string"}, "classnames": {"type": "string"}, "composer-client": {"type": "string"}, "crypto": {"type": "string"}, "express": {"type": "string"}, "formidable": {"type": "string"}, "fs": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "knex": {"type": "string"}, "lodash": {"type": "string"}, "mongodb": {"type": "string"}, "multer": {"type": "string"}, "mysql": {"type": "string"}, "path": {"type": "string"}, "shortid": {"type": "string"}, "validator": {"type": "string"}, "winston": {"type": "string"}}, "required": ["antd", "bcrypt", "bluebird", "body-parser", "bookshelf", "classnames", "composer-client", "crypto", "express", "formidable", "fs", "jsonwebtoken", "knex", "lodash", "mongodb", "multer", "mysql", "path", "shortid", "validator", "winston"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-env": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["babel-cli", "babel-preset-env", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "tag": {"type": "string"}}, "required": ["t", "h", "stem", "tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "tatolasen", "h" : [{"d" : [{"f" : "\u8981\u5283\u754c\u9650\uff0c\u8981\u7d50\u675f\u3002", "e" : ["\ufff9`O~ `ta~`tolasen~ `kora~ `lalan~.\ufffa\ufffb\u8981\u628a\u90a3\u689d\u9053\u8def\u756b\u51fa\u754c\u9650\u3002"]}, {"f" : "\u6307\u8981\u5283\u7684\uff08\u6771\u897f\u3001\u754c\u9650\uff09\uff0c\u8981\u7d50\u675f\u7684\u4e8b\u60c5\uff0c\u8ac7\u8a71\u3002", "e" : ["\ufff9`Ta~`tolasen~ `a~ `sera~.\ufffa\ufffb\u8981\u756b\u51fa\u754c\u9650\u7684\u571f\u5730\u3002"]}]}], "stem" : "tolas", "tag" : "[\u758a 2]"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "tag": {"type": "string"}}, "required": ["t", "h", "stem", "tag"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"apiCode": {"type": "string"}, "codeGroup": {"type": "array", "items": {"type": "object", "properties": {"httpStatus": {"type": "integer"}, "code": {"type": "string"}, "message": {"type": "string"}}, "required": ["httpStatus", "code", "message"]}}}, "required": ["apiCode", "codeGroup"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"apiCode" : "", "codeGroup" : [{"httpStatus" : 200, "code" : "0000", "message" : "Ok"}]} | json_instruct | {"type": "object", "properties": {"apiCode": {"type": "string"}, "codeGroup": {"type": "array", "items": {"type": "object", "properties": {"httpStatus": {"type": "integer"}, "code": {"type": "string"}, "message": {"type": "string"}}, "required": ["httpStatus", "code", "message"]}}}, "required": ["apiCode", "codeGroup"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"res": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "seq": {"type": "string"}, "cutsForward": {"type": "integer"}, "cutsReverse": {"type": "integer"}, "color": {"type": "string"}}, "required": ["id", "name", "seq", "cutsForward", "cutsReverse", "color"]}}}, "required": ["res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"res" : [{"id" : 0, "name" : "HndIII", "seq" : "AAGCTT", "cutsForward" : 1, "cutsReverse" : 5, "color" : "39, 188, 6"}, {"id" : 1, "name" : "EcoRI", "seq" : "GAATTC", "cutsForward" : 1, "cutsReverse" : 5, "color" : "188, 130, 6"}, {"id" : 2, "name" : "NheI", "seq" : "GCTAGC", "cutsForward" : 1, "cutsReverse" : 5, "color" : "188, 39, 6"}, {"id" : 3, "name" : "PstI", "seq" : "CTGCAG", "cutsForward" : 5, "cutsReverse" : 1, "color" : "248, 183, 32"}, {"id" : 4, "name" : "SacII", "seq" : "CCGCGG", "cutsForward" : 4, "cutsReverse" : 2, "color" : "32, 248, 187"}, {"id" : 5, "name" : "SpeI", "seq" : "ACTAGT", "cutsForward" : 1, "cutsReverse" : 5, "color" : "32, 162, 248"}, {"id" : 6, "name" : "KpnI", "seq" : "GGTACC", "cutsForward" : 5, "cutsReverse" : 1, "color" : "32, 36, 248"}, {"id" : 7, "name" : "SalI", "seq" : "GTCGAC", "cutsForward" : 1, "cutsReverse" : 5, "color" : "176, 32, 248"}, {"id" : 8, "name" : "NdeI", "seq" : "CATATG", "cutsForward" : 2, "cutsReverse" : 4, "color" : "248, 32, 108"}]} | json_instruct | {"type": "object", "properties": {"res": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "seq": {"type": "string"}, "cutsForward": {"type": "integer"}, "cutsReverse": {"type": "integer"}, "color": {"type": "string"}}, "required": ["id", "name", "seq", "cutsForward", "cutsReverse", "color"]}}}, "required": ["res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"A": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "C": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["A", "B", "C"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shaped", "pattern" : ["CBC", "BAB", "CBC"], "key" : {"A" : {"item" : "gobber2:gobber2_ring_end"}, "B" : {"item" : "minecraft:red_mushroom_block"}, "C" : {"item" : "minecraft:feather"}}, "result" : {"item" : "gobber2:gobber2_ring_dismissal", "count" : 1}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"A": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "C": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["A", "B", "C"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "ltd-brewery", "name" : "LTD Brewery", "brewery_type" : "micro", "street" : "725 Mainstreet", "city" : "Hopkins", "state" : "Minnesota", "postal_code" : "55343-7624", "website_url" : "http://www.ltdbrewing.com", "phone" : "9529382415", "created_at" : "2018-07-24 01:33:39.094711", "updated_at" : "2018-08-11 21:38:03.499404", "country" : "United States", "longitude" : "", "latitude" : "", "tags" : []}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "9111020005", "district_id" : "9111020", "name" : "DIHISU"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"attributes": {"type": "object", "properties": {"STR": {"type": "string"}, "VIT": {"type": "string"}, "AGI": {"type": "string"}, "DEX": {"type": "string"}, "INT": {"type": "string"}, "CHA": {"type": "string"}, "MEM": {"type": "string"}, "EXE": {"type": "string"}, "REA": {"type": "string"}, "CON": {"type": "string"}, "PSI": {"type": "string"}}, "required": ["STR", "VIT", "AGI", "DEX", "INT", "CHA", "MEM", "EXE", "REA", "CON", "PSI"]}, "meters": {"type": "object", "properties": {"short": {"type": "object", "properties": {"hp": {"type": "string"}, "sp": {"type": "string"}, "sh": {"type": "string"}, "fp": {"type": "string"}, "rv": {"type": "string"}}, "required": ["hp", "sp", "sh", "fp", "rv"]}, "long": {"type": "object", "properties": {"hp": {"type": "string"}, "sp": {"type": "string"}, "sh": {"type": "string"}, "fp": {"type": "string"}, "rv": {"type": "string"}}, "required": ["hp", "sp", "sh", "fp", "rv"]}}, "required": ["short", "long"]}}, "required": ["attributes", "meters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"attributes" : {"STR" : "Strength", "VIT" : "Vitality", "AGI" : "Agility", "DEX" : "Dexterity", "INT" : "Intelligence", "CHA" : "Charisma", "MEM" : "Memory", "EXE" : "Execution", "REA" : "Reaction", "CON" : "Confirms", "PSI" : "Mindfulness"}, "meters" : {"short" : {"hp" : "HP", "sp" : "SP", "sh" : "SH", "fp" : "FP", "rv" : "GD"}, "long" : {"hp" : "Health Points", "sp" : "Special Points", "sh" : "Shield Points", "fp" : "Focus Points", "rv" : "Guardian Drive"}}} | json_instruct | {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"STR": {"type": "string"}, "VIT": {"type": "string"}, "AGI": {"type": "string"}, "DEX": {"type": "string"}, "INT": {"type": "string"}, "CHA": {"type": "string"}, "MEM": {"type": "string"}, "EXE": {"type": "string"}, "REA": {"type": "string"}, "CON": {"type": "string"}, "PSI": {"type": "string"}}, "required": ["STR", "VIT", "AGI", "DEX", "INT", "CHA", "MEM", "EXE", "REA", "CON", "PSI"]}, "meters": {"type": "object", "properties": {"short": {"type": "object", "properties": {"hp": {"type": "string"}, "sp": {"type": "string"}, "sh": {"type": "string"}, "fp": {"type": "string"}, "rv": {"type": "string"}}, "required": ["hp", "sp", "sh", "fp", "rv"]}, "long": {"type": "object", "properties": {"hp": {"type": "string"}, "sp": {"type": "string"}, "sh": {"type": "string"}, "fp": {"type": "string"}, "rv": {"type": "string"}}, "required": ["hp", "sp", "sh", "fp", "rv"]}}, "required": ["short", "long"]}}, "required": ["attributes", "meters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "icao": {"type": "string"}, "iata": {"type": "string"}, "ghcn": {"type": "string"}, "wban": {"type": "string"}, "usaf": {"type": "string"}, "mosmix": {"type": "string"}}, "required": ["wmo", "icao", "iata", "ghcn", "wban", "usaf", "mosmix"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "72290", "name" : {"en" : "San Diego International Airport"}, "country" : "US", "region" : "CA", "identifiers" : {"wmo" : "72290", "icao" : "KSAN", "iata" : "SAN", "ghcn" : "USW00023188", "wban" : "23188", "usaf" : "722900", "mosmix" : "72290"}, "location" : {"latitude" : 32.7333, "longitude" : -117.1833, "elevation" : 5}, "timezone" : "America/Los_Angeles"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "icao": {"type": "string"}, "iata": {"type": "string"}, "ghcn": {"type": "string"}, "wban": {"type": "string"}, "usaf": {"type": "string"}, "mosmix": {"type": "string"}}, "required": ["wmo", "icao", "iata", "ghcn", "wban", "usaf", "mosmix"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"chunk_definitions": {"type": "array", "items": {"type": "object", "properties": {"chunk_id": {"type": "string"}, "chunk_label": {"type": "string"}, "document_id": {"type": "string"}, "expansion_state": {"type": "integer"}, "options": {"type": "object", "properties": {"engine": {"type": "string"}, "label": {"type": "string"}}, "required": ["engine", "label"]}, "row": {"type": "integer"}, "row_count": {"type": "integer"}, "visible": {"type": "boolean"}}, "required": ["chunk_id", "chunk_label", "document_id", "expansion_state", "options", "row", "row_count", "visible"]}}, "chunk_rendered_width": {"type": "integer"}, "doc_write_time": {"type": "integer"}}, "required": ["chunk_definitions", "chunk_rendered_width", "doc_write_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"chunk_definitions" : [{"chunk_id" : "cec3br95l970f", "chunk_label" : "unnamed-chunk-1", "document_id" : "CEFAE60F", "expansion_state" : 0, "options" : {"engine" : "r", "label" : "unnamed-chunk-44"}, "row" : 40, "row_count" : 1, "visible" : true}, {"chunk_id" : "c2mc6ihe8a5nq", "chunk_label" : "unnamed-chunk-2", "document_id" : "CEFAE60F", "expansion_state" : 0, "options" : {"engine" : "r", "label" : "unnamed-chunk-45"}, "row" : 52, "row_count" : 1, "visible" : true}, {"chunk_id" : "ckegbn25hx2n2", "chunk_label" : "unnamed-chunk-3", "document_id" : "CEFAE60F", "expansion_state" : 0, "options" : {"engine" : "r", "label" : "unnamed-chunk-46"}, "row" : 63, "row_count" : 1, "visible" : true}, {"chunk_id" : "cyjfxb58rduzh", "chunk_label" : "unnamed-chunk-4", "document_id" : "CEFAE60F", "expansion_state" : 0, "options" : {"engine" : "r", "label" : "unnamed-chunk-47"}, "row" : 70, "row_count" : 1, "visible" : true}, {"chunk_id" : "cukkgs76zrxl2", "chunk_label" : "unnamed-chunk-5", "document_id" : "CEFAE60F", "expansion_state" : 0, "options" : {"engine" : "r", "label" : "unnamed-chunk-48"}, "row" : 75, "row_count" : 1, "visible" : true}, {"chunk_id" : "cueirli7t8k6c", "chunk_label" : "unnamed-chunk-6", "document_id" : "CEFAE60F", "expansion_state" : 0, "options" : {"engine" : "r", "label" : "unnamed-chunk-49"}, "row" : 91, "row_count" : 1, "visible" : true}, {"chunk_id" : "c1pzyj0hs6dtn", "chunk_label" : "unnamed-chunk-7", "document_id" : "CEFAE60F", "expansion_state" : 0, "options" : {"engine" : "r", "label" : "unnamed-chunk-50"}, "row" : 109, "row_count" : 1, "visible" : true}, {"chunk_id" : "ci72pqy8cifq1", "chunk_label" : "unnamed-chunk-8", "document_id" : "CEFAE60F", "expansion_state" : 0, "options" : {"engine" : "r", "label" : "unnamed-chunk-51"}, "row" : 140, "row_count" : 1, "visible" : true}, {"chunk_id" : "cmbzs5nltaa75", "chunk_label" : "unnamed-chunk-9", "document_id" : "CEFAE60F", "expansion_state" : 0, "options" : {"engine" : "r", "label" : "unnamed-chunk-52"}, "row" : 158, "row_count" : 1, "visible" : true}], "chunk_rendered_width" : 647, "doc_write_time" : 1556150947} | json_instruct | {"type": "object", "properties": {"chunk_definitions": {"type": "array", "items": {"type": "object", "properties": {"chunk_id": {"type": "string"}, "chunk_label": {"type": "string"}, "document_id": {"type": "string"}, "expansion_state": {"type": "integer"}, "options": {"type": "object", "properties": {"engine": {"type": "string"}, "label": {"type": "string"}}, "required": ["engine", "label"]}, "row": {"type": "integer"}, "row_count": {"type": "integer"}, "visible": {"type": "boolean"}}, "required": ["chunk_id", "chunk_label", "document_id", "expansion_state", "options", "row", "row_count", "visible"]}}, "chunk_rendered_width": {"type": "integer"}, "doc_write_time": {"type": "integer"}}, "required": ["chunk_definitions", "chunk_rendered_width", "doc_write_time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "build-serve": {"type": "string"}}, "required": ["dev", "build", "build-serve"]}, "dependencies": {"type": "object", "properties": {"@mdx-js/loader": {"type": "string"}, "@next/mdx": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "next": {"type": "string"}, "polished": {"type": "string"}, "prism-react-renderer": {"type": "string"}, "react": {"type": "string"}, "react-bemed": {"type": "string"}, "react-dom": {"type": "string"}, "react-icons": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@mdx-js/loader", "@next/mdx", "@types/react", "@types/react-dom", "next", "polished", "prism-react-renderer", "react", "react-bemed", "react-dom", "react-icons", "typescript"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-bemed-website", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "scripts" : {"dev" : "next dev", "build" : "next build && next export && cp googlebcf0c0dff8e11d4a.html out", "build-serve" : "next build && next export && cd out && serve ."}, "dependencies" : {"@mdx-js/loader" : "^1.0.20", "@next/mdx" : "^8.1.0", "@types/react" : "^16.8.19", "@types/react-dom" : "^16.8.4", "next" : "^8.1.1-canary.37", "polished" : "^3.4.0", "prism-react-renderer" : "^0.1.6", "react" : "^16.8.6", "react-bemed" : "^0.6.4", "react-dom" : "^16.8.6", "react-icons" : "^3.7.0", "typescript" : "^3.5.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "build-serve": {"type": "string"}}, "required": ["dev", "build", "build-serve"]}, "dependencies": {"type": "object", "properties": {"@mdx-js/loader": {"type": "string"}, "@next/mdx": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "next": {"type": "string"}, "polished": {"type": "string"}, "prism-react-renderer": {"type": "string"}, "react": {"type": "string"}, "react-bemed": {"type": "string"}, "react-dom": {"type": "string"}, "react-icons": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@mdx-js/loader", "@next/mdx", "@types/react", "@types/react-dom", "next", "polished", "prism-react-renderer", "react", "react-bemed", "react-dom", "react-icons", "typescript"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"cron": {"type": "object", "properties": {"development": {"type": "object", "properties": {"replicationfrom": {"type": "string"}, "replicationcron": {"type": "string"}}, "required": ["replicationfrom", "replicationcron"]}, "qa": {"type": "object", "properties": {"replicationfrom": {"type": "string"}, "replicationcron": {"type": "string"}}, "required": ["replicationfrom", "replicationcron"]}}, "required": ["development", "qa"]}, "qa": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "username": {"type": "string"}, "password": {"type": "string"}, "webAppPath": {"type": "string"}}, "required": ["host", "port", "username", "password", "webAppPath"]}, "production": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "privateKey": {"type": "string"}, "username": {"type": "string"}, "webAppPath": {"type": "string"}}, "required": ["host", "port", "privateKey", "username", "webAppPath"]}}, "required": ["cron", "qa", "production"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cron" : {"development" : {"replicationfrom" : "qa", "replicationcron" : "59 2 * * * *"}, "qa" : {"replicationfrom" : "production", "replicationcron" : "59 3 * * * *"}}, "qa" : {"host" : "192.168.100.100", "port" : 22, "username" : "root", "password" : "serverpassword", "webAppPath" : "/var/www/mywebapp"}, "production" : {"host" : "192.168.200.100", "port" : 22, "privateKey" : "path/to/private/key", "username" : "sshusername", "webAppPath" : "/var/www/mywebapp"}} | json_instruct | {"type": "object", "properties": {"cron": {"type": "object", "properties": {"development": {"type": "object", "properties": {"replicationfrom": {"type": "string"}, "replicationcron": {"type": "string"}}, "required": ["replicationfrom", "replicationcron"]}, "qa": {"type": "object", "properties": {"replicationfrom": {"type": "string"}, "replicationcron": {"type": "string"}}, "required": ["replicationfrom", "replicationcron"]}}, "required": ["development", "qa"]}, "qa": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "username": {"type": "string"}, "password": {"type": "string"}, "webAppPath": {"type": "string"}}, "required": ["host", "port", "username", "password", "webAppPath"]}, "production": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "privateKey": {"type": "string"}, "username": {"type": "string"}, "webAppPath": {"type": "string"}}, "required": ["host", "port", "privateKey", "username", "webAppPath"]}}, "required": ["cron", "qa", "production"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"index_number": {"type": "integer"}, "names": {"type": "object", "properties": {"fr": {"type": "string"}, "de": {"type": "string"}, "it": {"type": "string"}, "en": {"type": "string"}}, "required": ["fr", "de", "it", "en"]}, "descriptions": {"type": "object", "properties": {"en": {"type": "string"}, "de": {"type": "string"}}, "required": ["en", "de"]}}, "required": ["index_number", "names", "descriptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index_number" : 79, "names" : {"fr" : "Rivalit\u00e9", "de" : "Rivalit\u00e4t", "it" : "Antagonismo", "en" : "Rivalry"}, "descriptions" : {"en" : "Becomes competitive and deals more damage to Pok\u00e9mon of the same gender, but deals less to Pok\u00e9mon of the opposite gender.", "de" : "Angriff steigt um 25 %, wenn der Gegner das selbe Geschlecht wie das eingesetzte Pok\u00e9mon hat bzw. sinkt um 25 %, wenn der Gegner ein anderes Geschlecht hat. Keine Wirkung auf geschlechtslose Pok\u00e9mon."}} | json_instruct | {"type": "object", "properties": {"index_number": {"type": "integer"}, "names": {"type": "object", "properties": {"fr": {"type": "string"}, "de": {"type": "string"}, "it": {"type": "string"}, "en": {"type": "string"}}, "required": ["fr", "de", "it", "en"]}, "descriptions": {"type": "object", "properties": {"en": {"type": "string"}, "de": {"type": "string"}}, "required": ["en", "de"]}}, "required": ["index_number", "names", "descriptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/red_shipping_container_stairs"} | 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": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-address": {"type": "string"}, "start-date": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "point": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-history": {"type": "string"}, "ownership-status": {"type": "string"}, "site-plan-url": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-date": {"type": "string"}, "site": {"type": "string"}, "notes": {"type": "string"}, "planning-permission-status": {"type": "string"}, "planning-permission-type": {"type": "string"}, "hectares": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "end-date": {"type": "string"}}, "required": ["site-address", "start-date", "maximum-net-dwellings", "point", "minimum-net-dwellings", "planning-permission-history", "ownership-status", "site-plan-url", "name", "organisation", "planning-permission-date", "site", "notes", "planning-permission-status", "planning-permission-type", "hectares", "slug", "entity", "entry-date", "end-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.815169, 50.721891]}, "properties" : {"site-address" : "9 Southbourne Overcliff Drive", "start-date" : "2017-12-20", "maximum-net-dwellings" : "5", "point" : "POINT(-1.815169 50.721891)", "minimum-net-dwellings" : "5", "planning-permission-history" : "https://planning.bournemouth.gov.uk/plandisp.aspx?recno=88489", "ownership-status" : "not owned by a public authority", "site-plan-url" : "https://www.bournemouth.gov.uk//planningbuilding/PlanningPolicy/PlanningPolicyFiles/brownfieldlandregister/blr-2020-site-plans.pdf", "name" : "B/BLR/0017", "organisation" : "local-authority-eng:BPC", "planning-permission-date" : "2016-02-29", "site" : "B/BLR/0017", "notes" : "Erection of a 3/4 storey block of 6 flats, bin and cycle store, modification to existing access and formation of parking spaces", "planning-permission-status" : "permissioned", "planning-permission-type" : "full planning permission", "hectares" : "0.049", "slug" : "/brownfield-land/local-authority-eng/BPC/B-BLR-0017", "entity" : 477354, "entry-date" : "2020-12-08", "end-date" : "2020-12-08"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-address": {"type": "string"}, "start-date": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "point": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-history": {"type": "string"}, "ownership-status": {"type": "string"}, "site-plan-url": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-date": {"type": "string"}, "site": {"type": "string"}, "notes": {"type": "string"}, "planning-permission-status": {"type": "string"}, "planning-permission-type": {"type": "string"}, "hectares": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "end-date": {"type": "string"}}, "required": ["site-address", "start-date", "maximum-net-dwellings", "point", "minimum-net-dwellings", "planning-permission-history", "ownership-status", "site-plan-url", "name", "organisation", "planning-permission-date", "site", "notes", "planning-permission-status", "planning-permission-type", "hectares", "slug", "entity", "entry-date", "end-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Booy, Tagbilaran City, Bohol, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.bohol.tagbilaran-city.booy", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "7", "region_reference" : "7", "region_name" : "Central Visayas (Region VII)", "province_id" : "15", "province_reference" : "15", "province_name" : "Bohol", "city_id" : "1290", "city_reference" : "252", "city_name" : "Tagbilaran City", "barangay_id" : "38042", "barangay_reference" : "5724", "barangay_name" : "Booy"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[123.85965, 9.66873], [123.859703, 9.66798], [123.859718, 9.66658], [123.859123, 9.66408], [123.858299, 9.66171], [123.857826, 9.66073], [123.857681, 9.65978], [123.857437, 9.65838], [123.846382, 9.65716], [123.846497, 9.65662], [123.846367, 9.65688], [123.846153, 9.65724], [123.846031, 9.65769], [123.845833, 9.65812], [123.845573, 9.65856], [123.845367, 9.65907], [123.845161, 9.65959], [123.844673, 9.66091], [123.844101, 9.66205], [123.843964, 9.66259], [123.843933, 9.66309], [123.84407, 9.66356], [123.844017, 9.66402], [123.84391, 9.66448], [123.843903, 9.66497], [123.843987, 9.66547], [123.84407, 9.66598], [123.844131, 9.66649], [123.84417, 9.66695], [123.844231, 9.66737], [123.844299, 9.6675], [123.846558, 9.66754], [123.85965, 9.66873]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : 101838775, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "b577d2e25d84c829a7bd014eff8e3ca8", "wof:id" : 101838775, "wof:repo" : "whosonfirst-data-admin-be"}, "bbox" : [5.36819, 50.99064, 5.36819, 50.99064], "geometry" : {"coordinates" : [5.36819, 50.99064], "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "copyBlurToExample": {"type": "string"}}, "required": ["test", "copyBlurToExample"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jimp": {"type": "string"}}, "required": ["jimp"]}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "browserify": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "ts-node": {"type": "string"}, "tsify": {"type": "string"}, "typescript": {"type": "string"}, "watch": {"type": "string"}}, "required": ["@types/chai", "@types/mocha", "@types/node", "browserify", "chai", "mocha", "ts-node", "tsify", "typescript", "watch"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tourablurtest", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "mocha --require ts-node/register src/test/**/*.test.ts", "copyBlurToExample" : "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./scripts/copyBlur.ps1"}, "author" : "", "license" : "ISC", "dependencies" : {"jimp" : "^0.6.8"}, "devDependencies" : {"@types/chai" : "^4.2.11", "@types/mocha" : "^5.2.7", "@types/node" : "^10.17.17", "browserify" : "^16.5.0", "chai" : "^4.2.0", "mocha" : "^5.2.0", "ts-node" : "^7.0.1", "tsify" : "^4.0.1", "typescript" : "^3.8.3", "watch" : "^1.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "copyBlurToExample": {"type": "string"}}, "required": ["test", "copyBlurToExample"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jimp": {"type": "string"}}, "required": ["jimp"]}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "browserify": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "ts-node": {"type": "string"}, "tsify": {"type": "string"}, "typescript": {"type": "string"}, "watch": {"type": "string"}}, "required": ["@types/chai", "@types/mocha", "@types/node", "browserify", "chai", "mocha", "ts-node", "tsify", "typescript", "watch"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-config-google": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "gulp": {"type": "string"}, "gulp-eslint": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-server-livereload": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-config-google", "eslint-config-standard", "eslint-plugin-react", "eslint-plugin-standard", "gulp", "gulp-eslint", "gulp-sass", "gulp-server-livereload"]}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "materialize-css": {"type": "string"}}, "required": ["angular", "materialize-css"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "html-validity-game", "version" : "1.0.0", "description" : "A game for teaching HTML", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/acingraham/html-validity-game.git"}, "keywords" : ["html", "game", "learning"], "author" : "Andrew Ingraham", "license" : "ISC", "bugs" : {"url" : "https://github.com/acingraham/html-validity-game/issues"}, "homepage" : "https://github.com/acingraham/html-validity-game#readme", "devDependencies" : {"eslint" : "^1.10.1", "eslint-config-airbnb" : "^1.0.0", "eslint-config-google" : "^0.3.0", "eslint-config-standard" : "^4.4.0", "eslint-plugin-react" : "^3.10.0", "eslint-plugin-standard" : "^1.3.1", "gulp" : "^3.9.0", "gulp-eslint" : "^1.1.0", "gulp-sass" : "^2.1.0", "gulp-server-livereload" : "^1.5.4"}, "dependencies" : {"angular" : "^1.4.8", "materialize-css" : "^0.97.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-config-google": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "gulp": {"type": "string"}, "gulp-eslint": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-server-livereload": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-config-google", "eslint-config-standard", "eslint-plugin-react", "eslint-plugin-standard", "gulp", "gulp-eslint", "gulp-sass", "gulp-server-livereload"]}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "materialize-css": {"type": "string"}}, "required": ["angular", "materialize-css"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$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"}, "title": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "private": {"type": "boolean"}}, "required": ["name", "title", "version", "description", "author", "homepage", "repository", "bugs", "keywords", "dependencies", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "countly-slipping-away-users", "title" : "Slipping Away Users", "version" : "1.0.0", "description" : "See how many of your application users didn't have any sessions for 7, 14, 30, 60 and 90 days", "author" : "Count.ly", "homepage" : "https://count.ly/plugins/slipping-away-users/", "repository" : {"type" : "git", "url" : "http://github.com/Countly/countly-server.git"}, "bugs" : {"url" : "http://github.com/Countly/countly-server/issues"}, "keywords" : ["countly", "analytics", "churn", "slipping-away"], "dependencies" : {}, "private" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "private": {"type": "boolean"}}, "required": ["name", "title", "version", "description", "author", "homepage", "repository", "bugs", "keywords", "dependencies", "private"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "base": {"type": "string"}, "options": {"type": "object", "properties": {"validateUpsert": {"type": "boolean"}}, "required": ["validateUpsert"]}, "properties": {"type": "object", "properties": {"key": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "boolean"}, "required": {"type": "boolean"}}, "required": ["type", "id", "required"]}, "value": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["key", "value"]}, "validations": {"type": "array", "items": {}}, "relations": {"type": "object", "properties": {}, "required": []}, "acls": {"type": "array", "items": {"type": "object", "properties": {"principalType": {"type": "string"}, "principalId": {"type": "string"}, "permission": {"type": "string"}}, "required": ["principalType", "principalId", "permission"]}}, "methods": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "base", "options", "properties", "validations", "relations", "acls", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "setting", "base" : "PersistedModel", "options" : {"validateUpsert" : true}, "properties" : {"key" : {"type" : "string", "id" : true, "required" : true}, "value" : {"type" : "any"}}, "validations" : [], "relations" : {}, "acls" : [{"principalType" : "ROLE", "principalId" : "$everyone", "permission" : "DENY"}, {"accessType" : "EXECUTE", "principalType" : "ROLE", "principalId" : "$everyone", "permission" : "ALLOW", "property" : ["find", "findById", "findOne", "count", "exists"]}, {"accessType" : "EXECUTE", "principalType" : "ROLE", "principalId" : "admin", "permission" : "ALLOW", "property" : ["create", "upsert", "deleteById", "updateAttributes", "updateAll", "createMany"]}], "methods" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "base": {"type": "string"}, "options": {"type": "object", "properties": {"validateUpsert": {"type": "boolean"}}, "required": ["validateUpsert"]}, "properties": {"type": "object", "properties": {"key": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "boolean"}, "required": {"type": "boolean"}}, "required": ["type", "id", "required"]}, "value": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["key", "value"]}, "validations": {"type": "array", "items": {}}, "relations": {"type": "object", "properties": {}, "required": []}, "acls": {"type": "array", "items": {"type": "object", "properties": {"principalType": {"type": "string"}, "principalId": {"type": "string"}, "permission": {"type": "string"}}, "required": ["principalType", "principalId", "permission"]}}, "methods": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "base", "options", "properties", "validations", "relations", "acls", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u79e6\u967d\u6a5f\u68b0\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "13000065", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5c4f\u6771\u7e23\u5357\u5dde\u9109\u6eaa\u5317\u6751\u52dd\u5229\u8def120\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u5c4f\u6771\u7e23\u5357\u5dde\u9109\u6eaa\u5317\u6751", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u9673\u96c5\u73b2", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "86981299", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1000824", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["31\u5176\u4ed6\u904b\u8f38\u5de5\u5177\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["319\u672a\u5206\u985e\u5176\u4ed6\u904b\u8f38\u5de5\u5177\u53ca\u5176\u96f6\u4ef6"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"ndjson": {"type": "string"}, "stream-filter": {"type": "string"}, "through2-map": {"type": "string"}}, "required": ["ndjson", "stream-filter", "through2-map"]}, "devDependencies": {"type": "object", "properties": {"gtfs-utils": {"type": "string"}, "rimraf": {"type": "string"}, "shorthash": {"type": "string"}, "so": {"type": "string"}, "tap-min": {"type": "string"}, "tape": {"type": "string"}, "tape-catch": {"type": "string"}, "vbb-mode-weights": {"type": "string"}}, "required": ["gtfs-utils", "rimraf", "shorthash", "so", "tap-min", "tape", "tape-catch", "vbb-mode-weights"]}, "scripts": {"type": "object", "properties": {"download": {"type": "string"}, "cleanup": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["download", "cleanup", "build", "test", "prepublishOnly"]}}, "required": ["name", "description", "version", "main", "files", "keywords", "author", "homepage", "repository", "bugs", "license", "engines", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "vbb-trips", "description" : "When do trains run where in VBB?", "version" : "3.13.1", "main" : "index.js", "files" : ["index.js", "data/*"], "keywords" : ["vbb", "berlin", "brandenburg", "public transport", "lines", "trips", "journeys", "schedule", "open data", "json", "ndjson", "gtfs"], "author" : "Jannis R <mail@jannisr.de>", "homepage" : "https://github.com/derhuerst/vbb-trips", "repository" : "git://github.com/derhuerst/vbb-trips.git", "bugs" : "https://github.com/derhuerst/vbb-trips/issues", "license" : "ISC", "engines" : {"node" : ">=6"}, "dependencies" : {"ndjson" : "^1.5.0", "stream-filter" : "^2.1.0", "through2-map" : "^3.0.0"}, "devDependencies" : {"gtfs-utils" : "^1.0.2", "rimraf" : "^3.0.0", "shorthash" : "0.0.2", "so" : "^1.0.1", "tap-min" : "^1.2.1", "tape" : "^4.6.3", "tape-catch" : "^1.0.4", "vbb-mode-weights" : "^0.2.0"}, "scripts" : {"download" : "./build/download.sh", "cleanup" : "rimraf 'build/data/*.csv'", "build" : "npm run download && node build/index.js && npm run cleanup", "test" : "tape test.js | tap-min", "prepublishOnly" : "npm run build && npm test"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"ndjson": {"type": "string"}, "stream-filter": {"type": "string"}, "through2-map": {"type": "string"}}, "required": ["ndjson", "stream-filter", "through2-map"]}, "devDependencies": {"type": "object", "properties": {"gtfs-utils": {"type": "string"}, "rimraf": {"type": "string"}, "shorthash": {"type": "string"}, "so": {"type": "string"}, "tap-min": {"type": "string"}, "tape": {"type": "string"}, "tape-catch": {"type": "string"}, "vbb-mode-weights": {"type": "string"}}, "required": ["gtfs-utils", "rimraf", "shorthash", "so", "tap-min", "tape", "tape-catch", "vbb-mode-weights"]}, "scripts": {"type": "object", "properties": {"download": {"type": "string"}, "cleanup": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["download", "cleanup", "build", "test", "prepublishOnly"]}}, "required": ["name", "description", "version", "main", "files", "keywords", "author", "homepage", "repository", "bugs", "license", "engines", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "felt", "definition" : "imp. & p. p. or a. from Feel.\n\n1. A cloth or stuff made of matted fibers of wool, or wool and fur, fulled or wrought into a compact substance by rolling and pressure, with lees or size, without spinning or weaving. It were a delicate stratagem to shoe A troop of horse with felt. Shak . 2. A hat made of felt. Thynne. 3. A skin or hide; a fell; a pelt. [Obs.] To know whether sheep are sound or not, see that the felt be loose. Mortimer.\n\n1. To make into felt, or a feltike substance; to cause to adhere and mat together. Sir M. Hale. 2. To cover with, or as with, felt; as, to felt the cylinder of a steam emgine."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"count": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["count"]}, "required": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "type": {"type": "string"}}, "required": ["$schema", "description", "properties", "required", "title", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "https://json-schema.org/draft/2020-12/schema", "description" : "A simple message", "properties" : {"count" : {"description" : "A simple counter.", "type" : "integer"}}, "required" : ["count"], "title" : "Message", "type" : "object"} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"count": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["count"]}, "required": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "type": {"type": "string"}}, "required": ["$schema", "description", "properties", "required", "title", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "CAN WITH ASSURANCE AND GAIETY SLIGHT AND TRAMPLE UNDER FOOT HIS MOST SACRED INJUNCTIONS?", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/966.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uuid" : "f513cb8b-08c4-4c47-9613-b5b7ec7cfe3c", "name" : "search()", "children" : ["d2f6caee-5c8a-470a-83a0-80cb075c513d"], "befores" : [], "afters" : [], "links" : [], "start" : 1598883282311, "stop" : 1598883296411} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$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"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "b205c74f-cf63-49bd-8a44-cf4a3bd69d6a", "playerTags" : ["51c5473a-7545-4a9a-920d-d9b718d0e8d1"], "teamTags" : ["3f8bbb15-61c0-4e3f-8e4a-907a5fb1565e", "878c1bf6-0d21-4659-bfee-916c8314d69c"], "gameTags" : ["ee6bd2ce-86b9-4664-a8af-e979cf644a14"], "metadata" : {"play" : 177, "subPlay" : -1, "children" : ["668fe612-11b3-4441-9583-37eeeb5d9fde"]}, "created" : "2021-04-06T16:14:50.072Z", "season" : 14, "tournament" : -1, "type" : 39, "day" : 25, "phase" : 2, "category" : 2, "description" : "Jacob Haynes is Beaned by a cinnamon roast with dark chocolate and toffee.\nJacob Haynes is Wired!", "nuts" : 0} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.