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": ["... | {"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... | 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"}}, "req... |
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... | [{"__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"]}}}, "... |
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"... | {"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" : "Cl... | 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... |
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": "inte... | {"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, effecti... | 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",... |
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.spr... | {"assets/css/emojione.min.css" : "sha512-stXuDISyaxZUf+TKKuWLknpyCteOwkgqm4eqXCRuryS1d9aqKj1VIuDRHevj4DC8voNTwY/mHklbyoRTkRdulQ==", "assets/sprites/emojione.sprites.css" : "sha512-v11xUTSEjghf7vqcRSRV/CI1xwL6yvFAuVhttfQzNBjEVbLcyAYOzp83IqfiNjcZU6IzfUZDxAHpKngSaKFFdg==", "lib/js/emojione.min.js" : "sha512-MuTX3ReL5nsD2i... | 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://... |
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", "prop... | {"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, "elevati... | 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... |
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... | {"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" : "Q... | 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 ... |
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"}}, "... | {"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 constrain... | 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": {"typ... |
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": {"... | {"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"... |
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... | {"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.6951... | 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": ["... |
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": "... | {"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.... | 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", "te... |
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", "u... | {"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 t... | 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": "stri... |
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": ["late... | {"_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", "readmeFi... | 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": "... |
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... | {"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 ... | 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": ... |
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", "\... | 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"]}, "e... | {"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... | 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... |
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... | {"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 100... | 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": {"t... |
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"}, "s... | {"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" : {"t... | 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"}... |
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"], "$sch... | {"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... | 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": "... | {"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 dal... | 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": ... |
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": "str... | {"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", ... |
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... | 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": "stri... | {"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-... | 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", "prope... |
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":... | {"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... | 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"... |
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": "str... | {"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... |
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": ... | {"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, 1... | 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": ... |
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,... | 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... | [{"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... | 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": "st... |
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": "strin... | {"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 attacke... | 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": "a... |
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": "... | {"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"}, "... | {"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": ["imp... |
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", ... | 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": "ob... | {"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" : [{"... | 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": "strin... |
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"... | {"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... | 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"},... |
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" : "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", "coun... |
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": "... | {"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 an... | 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"}}, "requ... |
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":... | {"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.0956618476... | 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"... |
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": "s... | {"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 c... | 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": {"t... |
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-mate... | {"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+7IwBKZN... | 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-materi... |
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", "ite... | {"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 sin... | 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": {"typ... |
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", "proper... | {"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/", "repo... | 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... |
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":... | {"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 lear... | 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": {"typ... |
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":... | {"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", "e... | 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"... |
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"}, "... | {"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", "in... |
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", "propertie... | {"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.50214057... | 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", "prope... |
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"... | {"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", "d... |
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.typea... | {"jquery.typeahead.css" : "sha512-Ny/d1lufp5LZraipDi867dI8wSQNcD9956hjFsZhcvSB5q7sHlQY00QmuQgjECRnvDTmYGXAsJ+hKgAKFmhIXQ==", "jquery.typeahead.js" : "sha512-RSAYhetk0YCCraJ0l0MIuJJ12p3v5Biulovg0g5rqaFHYtwBpPjNp4VW6BXRPvWWo/JVoTs8VQLX/aTOMyyaLA==", "jquery.typeahead.min.css" : "sha512-Blqo9OM5len/Yx5rZuoxG/alhU/USPbHk+b... | 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.typeahe... |
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": "str... | {"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, "tota... | 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"}, "abo... |
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", "ite... | {"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 pot... | 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"}}, "r... |
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", "d... | [{"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" : "L... | 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... | {"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 = _interopRequi... | 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/s... |
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", "addres... | {"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.o... |
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": "str... | {"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"}}, "require... |
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": ... | {"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/maste... | 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": ... |
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"}... | {"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" :... | 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"}, "skipDefaultLibChec... |
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" ... | 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... | [{"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"], "$... | {"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-0... | {"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": ["star... | {"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" ... | 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": "s... |
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": ... | {"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\u7d... | 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"]}}, "s... |
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", ... | {"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"]... |
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": "inte... | {"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, "col... | 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", ... |
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": {"t... | {"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"}},... |
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": "... | [{"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:... | 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": {"t... |
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": ... | {"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", "... | 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": "strin... |
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", "prop... | {"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, "elev... | 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... |
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": "in... | {"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", "docu... | 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"... |
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": "strin... | {"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", "... | 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", "b... |
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", "replication... | {"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... | 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": {"ty... |
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"]}, "de... | {"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... | 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... |
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" : "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"... | 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"}... |
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": "... | {"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", "r... | 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": {... |
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": ... | {"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"... | 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": ["... |
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": "s... | {"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", "depen... | 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"]}, "auth... |
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"]... | {"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", "le... | 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": "s... |
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": "... | {"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" : "g... | 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"}... |
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", "proper... | {"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"},... | 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": "strin... |
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": {... | {"\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", "\... | 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": "st... |
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", "i... | {"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... | 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": {"typ... |
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... | 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"}}, "requi... | {"$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"]}, "r... |
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... | {"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... |
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... | {"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" : ["668fe6... | 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"}, "su... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.