input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "dev:server": {"type": "string... | {"name" : "fumble", "version" : "1.0.0", "description" : "Starter template for ejs / scss projects", "main" : "index.js", "scripts" : {"dev" : "node-sass scss/style.scss static/css/style.css && run-p dev:server dev:sass", "dev:server" : "node server.js", "dev:sass" : "node-sass -w scss/style.scss static/css/style.css",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "dev:server": {"type": "string"}, "dev:sass": {"type": "string"}, "build": {"type": "string"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "title": {"type": "string"}, "ques": {"type": "string"}, "answers": {"type": "array", "items": {"type": "object", "properties": {"ansID": {"type": "integer... | {"id" : 1572, "url" : "www.dofactory.com/topic/1572/call-different-count-methods-on-builder-pattern.aspx", "title" : "Call Different Count Methods on Builder Pattern", "ques" : "Hi ,\r\n In dofactory pattern examples which name is builder pattern like below, i want to call methods like that.\r\n\r\n For example :\r\... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "title": {"type": "string"}, "ques": {"type": "string"}, "answers": {"type": "array", "items": {"type": "object", "properties": {"ansID": {"type": "integer"}, "ans": {"type": "string"}}, "required": ["ansID", "ans"]}}}, "required": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"... | {"name" : "@wide/styles-reset", "version" : "2.1.1", "description" : "Restore CSS base for all browser.", "license" : "MIT", "author" : "Julien Martins Da Costa (https://github.com/jdacosta)", "contributors" : ["Aymeric Assier (https://github.com/myeti)", "Julien Martins Da Costa (https://github.com/jdacosta)", "S\u00e... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "... | {"type" : "Feature", "properties" : {"name" : "Machinga", "iso2" : "MW-MH", "admin_level" : 4, "osm_id" : 7345874, "wikidata_id" : "Q198585", "wikipedia_id" : "en:Machinga District", "population" : null, "countrylevel_id" : "iso2:MW-MH", "osm_data" : {"localname" : "Machinga", "official_name" : "", "alltags" : {"name:r... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", ... | {"id" : "55664", "name" : {"en" : "Tingri"}, "country" : "CN", "region" : "XZ", "identifiers" : {"wmo" : "55664"}, "location" : {"latitude" : 28.6333, "longitude" : 87.0833, "elevation" : 4302}, "timezone" : "Asia/Urumqi"} | 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"}}, "required": ["wmo"]}, "location"... |
Create an example JSON object that satisfies this 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": ... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.156196, 51.238176]}, "properties" : {"planning-permission-history" : "https://planning.reigate-banstead.gov.uk/online-applications/propertyDetails.do?activeTab=relatedCases&keyVal=IEXLSZMVR5000", "maximum-net-dwellings" : "35", "minimum-net-dwelli... | 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": {"planning-permission-history": {"t... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"add_total_row": {"type": "integer"}, "apply_user_permissions": {"type": "integer"}, "creation": {"type": "string"}, "disabled": {"type": "integer"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "is_standard... | {"add_total_row" : 1, "apply_user_permissions" : 1, "creation" : "2015-08-21 15:23:47.099704", "disabled" : 0, "docstatus" : 0, "doctype" : "Report", "is_standard" : "Yes", "modified" : "2015-08-21 15:24:49.555598", "modified_by" : "Administrator", "module" : "Hotel", "name" : "Daily Sale Report", "owner" : "Administra... | json_instruct | {"type": "object", "properties": {"add_total_row": {"type": "integer"}, "apply_user_permissions": {"type": "integer"}, "creation": {"type": "string"}, "disabled": {"type": "integer"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "is_standard": {"type": "string"}, "modified": {"type": "string"}, "mod... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank"... | {"name" : "yearn4.finance", "symbol" : "YF4", "id" : "0x38ACeFAd338b870373fB8c810fE705569E1C7225", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/yearn4-finance", "market_cap_usd" : 0.0, "market_cap_rank" : null, "24_hr_volume_usd" : 0.0, "logoURI" : "https://raw.githubusercontent.com/poolsharks... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"count": {"type": "integer"}, "514041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119030": {"type": "object", "properties": {"count": {"type": "integer"}}, "requir... | {"count" : 5, "514041" : {"count" : 1}, "119030" : {"count" : 1}, "N.A.//" : {"count" : 1}, "514120" : {"count" : 1}, "119XXX" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"count": {"type": "integer"}, "514041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {... | {"uuid" : "08bd50c5-5c3f-4914-9319-d015ad32a368", "name" : "Scenario: To login with email and pw", "children" : ["b113de0e-a4da-430c-8d75-7f8e671e1c93"], "befores" : [{"name" : "steps.Hooks.runsBeforeAnyScenario()", "status" : "passed", "stage" : "finished", "steps" : [], "attachments" : [], "parameters" : [], "start"... | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "steps": {"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d426-1", "text" : "V/ SjQJ, O 6\n_4^_^ 9 6. /\u00a3L\u2014\n_/ *T.. s' _ yy ?/?,S\u00a3~"} | json_instruct | {"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": "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" : "sapikamayaw", "h" : [{"d" : [{"f" : "\u60f3\u6293\u98df\u3001\u6476\u98df\u3002", "e" : ["\ufff9`Sapikamay~`aw~ `niyam~ `to~ `holo~.\ufffa\ufffb\u6211\u5011\u60f3\u6293\u98ef\u5403\u3002"]}]}], "stem" : "kamay"} | 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": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "... | {"contract" : "0x94195826ff3fd6ec11513c5d61d3931e653f1505", "tool" : "osiris", "start" : 1564612053.6677804, "end" : 1564612056.4760294, "duration" : 2.808248996734619, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"RecordRTC.js": {"type": "string"}, "RecordRTC.min.js": {"type": "string"}}, "required": ["RecordRTC.js", "RecordRTC.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"RecordRTC.js" : "sha256-YjSJcY35LtHHdwZnumbnXATM1mgRFK0ANfDJFPQ7Yps=", "RecordRTC.min.js" : "sha256-1Sen7KytdbSHTHBvcvOyaG5HDzg0212TkUMwmkxkz+8="} | json_instruct | {"type": "object", "properties": {"RecordRTC.js": {"type": "string"}, "RecordRTC.min.js": {"type": "string"}}, "required": ["RecordRTC.js", "RecordRTC.min.js"], "$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"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"typ... | {"id" : "QmQ2s2w2kfgryesou3W4UMV24Hx28ekUvgy3uKRqaoDZED", "title" : "Marketing baby", "body" : "Look, I know this launch will get us all rich but right now the community is just slackin badly. I mean the telegram isn't too active and we only have 5 active proposals right now. I propose we start using some of the eth fo... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"file": {"type": "string"}, "textdomain": {"type": "string"}, "translations": {"type": "object", "properties": {"4232fbe6436fa07e415b3fd034b9cadd": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["te... | {"file" : "site/templates/all-blog.php", "textdomain" : "site--templates--all-blog-php", "translations" : {"4232fbe6436fa07e415b3fd034b9cadd" : {"text" : "Esti aici:"}}} | json_instruct | {"type": "object", "properties": {"file": {"type": "string"}, "textdomain": {"type": "string"}, "translations": {"type": "object", "properties": {"4232fbe6436fa07e415b3fd034b9cadd": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["4232fbe6436fa07e415b3fd034b9cadd"]}},... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"activePlaceCount": {"type": "integer"}, "birth": {"type": "object", "properties": {"place": {"type": "object", "properties": {"name": {"type": "string"}, "placeName": {"type": "string"}, "placeType": {"type": "string"}}, "r... | {"activePlaceCount" : 0, "birth" : {"place" : {"name" : "Rochdale, United Kingdom", "placeName" : "Rochdale", "placeType" : "inhabited_place"}, "time" : {"startYear" : 1950}}, "date" : "born 1950", "fc" : "Andrew Lord", "gender" : "Male", "id" : 7268, "mda" : "Lord, Andrew", "movements" : [], "totalWorks" : 5, "url" : ... | json_instruct | {"type": "object", "properties": {"activePlaceCount": {"type": "integer"}, "birth": {"type": "object", "properties": {"place": {"type": "object", "properties": {"name": {"type": "string"}, "placeName": {"type": "string"}, "placeType": {"type": "string"}}, "required": ["name", "placeName", "placeType"]}, "time": {"type"... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "evil-gerrid__DROPS__cloudy-gerrid-soup", "type" : "DROPS", "start" : "evil-gerrid", "end" : "cloudy-gerrid-soup"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "fix"... | {"name" : "send_vrc", "version" : "1.0.5", "description" : "One click URL to VRChat", "main" : "send.js", "scripts" : {"build" : "tsc && cp ./static/* ./dist", "lint" : "eslint .", "fix" : "eslint --fix .", "format" : "prettier --write .", "format:check" : "prettier --check ."}, "repository" : {"type" : "git", "url" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "fix": {"type": "string"}, "format": {"type": "string"}, "form... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "... | {"schema_version" : "1.2.0", "id" : "GHSA-j6w8-85rp-mrwv", "modified" : "2022-04-23T00:40:35Z", "published" : "2022-04-23T00:40:35Z", "aliases" : ["CVE-2012-2087"], "details" : "ISPConfig 3.0.4.3: the \"Add new Webdav user\" can chmod and chown entire server from client interface.", "severity" : [], "affected" : [], "r... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "WHILST WITH GREAT ART AND SUBTILTY THEY DID NO MORE BUT PERPLEX AND CONFOUND THE SIGNIFICATION OF WORDS,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/8505.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "theme_color": {"type": "s... | {"short_name" : "SDPM", "name" : "SDPM - Simulador Did\u00e1tico de Pagina\u00e7\u00e3o de Mem\u00f3ria", "description" : "Simulador desenvolvido como Trabalho de Conclus\u00e3o de Curso, apresentado ao curso de Bacharelado em Ci\u00eancia da Computa\u00e7\u00e3o da Faculdade de Ci\u00eancias Exatas e de Tecnologia da ... | json_instruct | {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}, "icons": {"type": "a... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Maurine": {"type": "integer"}, "Edison": {"type": "integer"}, "Danielle": {"type": "integer"}, "Kathryne": {"type": "integer"}, "Millie": {"type": "integer"}, "Henderson": {"type": "integer"}, "Willa": {"type":... | {"Maurine" : 713, "Edison" : 429, "Danielle" : 691, "Kathryne" : 720, "Millie" : 492, "Henderson" : 781, "Willa" : 411, "Marlen" : 580, "Jayde" : 140, "Maureen" : 109, "Emma" : 512, "Mathew" : 910, "Kayden" : 219, "Gilda" : 364, "Tia" : 855, "Ron" : 712, "Florence" : 393, "Althea" : 232, "Ellsworth" : 381, "Grant" : 55... | json_instruct | {"type": "object", "properties": {"Maurine": {"type": "integer"}, "Edison": {"type": "integer"}, "Danielle": {"type": "integer"}, "Kathryne": {"type": "integer"}, "Millie": {"type": "integer"}, "Henderson": {"type": "integer"}, "Willa": {"type": "integer"}, "Marlen": {"type": "integer"}, "Jayde": {"type": "integer"}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "description": {"type": "string"}, "book": {"type": "string"}, "total": {"type": "integer"}, "current": {"type": "integer"}, "next": {"type": "string"},... | {"title" : "\u5e84\u5b50", "text" : "\u9690\u6545\u4e0d\u81ea\u9690\u3002\u53e4\u4e4b\u6240\u8c13\u9690\u58eb\u8005\uff0c\u975e\u4f0f\u5176\u8eab\u800c\u5f17\u89c1\u4e5f\uff0c\u975e\u95ed\u5176\u8a00\u800c\u4e0d\u51fa\u4e5f\uff0c\u975e\u85cf\u5176\u77e5\u800c\u4e0d\u53d1\u4e5f\uff0c\u65f6\u547d\u5927\u8c2c\u4e5f\u3002\... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "description": {"type": "string"}, "book": {"type": "string"}, "total": {"type": "integer"}, "current": {"type": "integer"}, "next": {"type": "string"}, "prev": {"type": "string"}}, "required": ["title", "text", "description", "b... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "... | {"title" : "Dust and the Helix Nebula", "credit" : "NASA, JPL-Caltech, Kate Su (Steward Obs, U. Arizona) et al.", "explanation" : "Dust makes this cosmic eye look red. The eerie Spitzer Space Telescope image shows infrared radiation from the well-studied Helix Nebula (NGC 7293) a mere 700 light-years away in the conste... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "e... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object"... | {"city" : {"name" : "CAPIT\u00c3O", "state" : "RS"}, "borders" : [[{"lat" : -29.2380050438976, "lng" : -51.96458051897571}, {"lat" : -29.29159242594966, "lng" : -51.919370941415764}, {"lat" : -29.301123267424828, "lng" : -51.97679226555056}, {"lat" : -29.32876136744312, "lng" : -52.03350676752325}, {"lat" : -29.2676270... | json_instruct | {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, ... |
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" : 1953, "sex" : "F", "n" : 5, "prop" : 2.59e-06}, {"year" : 1955, "sex" : "F", "n" : 7, "prop" : 3.49e-06}, {"year" : 1956, "sex" : "F", "n" : 5, "prop" : 2.43e-06}, {"year" : 1961, "sex" : "F", "n" : 10, "prop" : 4.82e-06}, {"year" : 1963, "sex" : "F", "n" : 12, "prop" : 6.04e-06}, {"year" : 1971, "sex" : "F"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"cdf_smooth": {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "number"}}, "c": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["x", "c"]}}, ... | {"cdf_smooth" : {"x" : [1.6609201424493234, 3.2662096898817548, 4.602184862600442, 5.632061247123289, 6.553736054767127, 7.443551311571947, 8.346325980357452, 9.30758217469456, 10.35441095890411, 11.535232266768324, 12.94039839881989, 14.595937841095889, 16.620381366575888, 19.074611513964314, 22.68506843372062, 27.983... | json_instruct | {"type": "object", "properties": {"cdf_smooth": {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "number"}}, "c": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["x", "c"]}}, "required": ["cdf_smooth"], "$schema": "http://json-schema.org/draft-07/schem... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "ver... | {"homepage" : "https://rammichael.com/textify", "description" : "A small tool which allows to copy text from dialogs and controls which don\u2019t allow it otherwise", "license" : {"identifier" : "GPL", "url" : "https://github.com/m417z/Textify/blob/master/LICENSE"}, "version" : "1.8.1", "url" : "https://pi.myportable.... | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "version": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {}, "required": []}, "description": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "readme": {"type": "string"}, "version": {"type": "... | {"dependencies" : {}, "description" : "Package that has no license info", "name" : "no-license", "private" : true, "readme" : "ERROR: No README data found!", "version" : "1.0.0"} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {}, "required": []}, "description": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "readme": {"type": "string"}, "version": {"type": "string"}}, "required": ["dependencies", "description", "name", "privat... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "propert... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"ayrton_tek" : {"title" : "ayrton_tek", "channel_id" : 141115369, "link" : "htt... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"ayrton_tek": {"type": "object", "properties": {"title": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properti... | {"name" : [{"name" : "\u516c\u52d9\u4eba\u54e1\u4ea4\u4ee3\u689d\u4f8b", "start_date" : "1931-12-12"}], "history" : {"1931-12-12" : "\u5236\u5b9a15\u689d", "1931-12-19" : "\u516c\u5e03", "1939-09-30" : "\u4fee\u6b63\u7b2c2, 4, 11\u689d", "1939-10-21" : "\u516c\u5e03", "1945-09-29" : "\u4fee\u6b63\u7b2c4, 6, 8, 11\u689d... | json_instruct | {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1931-12-12": {"type": "string"}, "1931-12-19": {"type": "string"}, "19... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "brag", "long" : "<i>Meaning:</i> a \"brag\" or \"lie\"; also a \"liar\".<br/><i>Usage:</i> liar, lie.<br/><i>Source:</i> from \"H908\";"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "maintainer": {"type": "boolean"}}... | {"name" : "RC522_RFID_NFC_Utilities", "description" : "A few utilities to make reading records from NFC formatted cards possible", "keywords" : "RFID,NDEF,NFC,RC522", "authors" : [{"name" : "Ben Klopfenstein <benklop@gmail.com>", "maintainer" : true}, {"name" : "Brian Lough <brian.d.lough@gmail.com>", "maintainer" : fa... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "maintainer": {"type": "boolean"}}, "required": ["name", "maintainer"]}}, "repository": {"t... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "text": {"type": "string"}, "img": {"type": "string"}, "choices": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "next": {"type": "integer"}}, "requ... | {"id" : 5, "text" : "Die Jugendlichen sind begeistert, gerade hatte sich bei Ihnen n\u00e4mlich", "img" : "link", "choices" : [{"text" : "M\u00f6chtest Du noch ein Kennenlernspiel spielen? Z.B. 'Mein rechter, rechter Platz ist frei'", "next" : 50}, {"text" : "M\u00f6chtest Du ein Wissensspiel anbieten? Z.B. 'Stadt, Lan... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "text": {"type": "string"}, "img": {"type": "string"}, "choices": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "next": {"type": "integer"}}, "required": ["text", "next"]}}}, "required": ["id", "text", "img", "choice... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "request": {"type": "object", "properties": {"uri": {"type": "string"}, "credentials": {"type": "string"}, "input": {"type": "object", "properties": {"id": {"type": "integer"}, "eve... | {"description" : "RIA-3951 Remove legal representative (Admin Officer) - localAuthorityPolicy missing", "request" : {"uri" : "/asylum/ccdAboutToStart", "credentials" : "AdminOfficer", "input" : {"id" : 1234, "eventId" : "removeLegalRepresentative", "state" : "appealSubmitted", "caseData" : {"template" : "minimal-appeal... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "request": {"type": "object", "properties": {"uri": {"type": "string"}, "credentials": {"type": "string"}, "input": {"type": "object", "properties": {"id": {"type": "integer"}, "eventId": {"type": "string"}, "state": {"type": "string"}, "caseData": {"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"command": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"loglevel": {"type": "string"}}, "required": ["loglevel"]}, "run": {"type": "object", "properties": {"loglevel": {"ty... | {"command" : {"bootstrap" : {"loglevel" : "error"}, "run" : {"loglevel" : "error", "stream" : true}}, "npmClientArgs" : ["--no-progress", "--silent"], "packages" : ["binaries/*", "packages/*"], "version" : "independent"} | json_instruct | {"type": "object", "properties": {"command": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"loglevel": {"type": "string"}}, "required": ["loglevel"]}, "run": {"type": "object", "properties": {"loglevel": {"type": "string"}, "stream": {"type": "boolean"}}, "required": ["loglevel", "str... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type... | {"name" : "encore", "version" : "0.0.30-beta", "author" : "Rob Christian", "description" : "A modular MVC framework for node.js.", "main" : "./main.js", "repository" : {"type" : "git", "url" : "http://github.com/rm-rf-etc/encore"}, "keywords" : ["framework", "mvc"], "license" : "MIT", "dependencies" : {"chokidar" : "^0... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "conver... | [{"name" : "ssni-969_1", "size" : 1108151755, "link" : "https://streamtape.com/e/rABKplLvPRUaoL", "created_at" : "2022\u5e7404\u670808\u65e5 12:36:55", "downloads" : 0, "linkid" : "rABKplLvPRUaoL", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "ht... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, ... | {"author" : {"id" : "t2_4dfbkh4i", "name" : "raging_brain"}, "date" : {"day" : 1619827200, "full" : 1619881245, "month" : 1619827200, "week" : 1619308800}, "id" : "t3_n2k0xs", "picture" : {"filesize" : 87903, "fullUrl" : "https://preview.redd.it/a7b2zka3xiw61.jpg?auto=webp&s=9cd5b21ed43524ac0e7b02f437408f73b922c00f", "... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
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" : "dungeons:block/dark_rocky_dirt"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id_3682": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, ... | {"id_3682" : {"title" : "Prester John", "language" : "English", "totaltime" : "7:44:54", "url_librivox" : "http://librivox.org/prester-john-by-john-buchan/", "url_iarchive" : "http://www.archive.org/details/prester_john_gh_librivox", "readers" : ["4191"], "authors" : "83", "genres" : "Action & Adventure Fiction"}} | json_instruct | {"type": "object", "properties": {"id_3682": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-81.267421, 37.880638], [-81.267148, 37.887151], [-81.171656, 37.8817], [-81.17219, 37.871783], [-81.172571, 37.870165], [-81.174036, 37.869517], [-81.172968, 37.869433], [-81.172663, 37.865488], [-81.177337, 37.810047], ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": ... | {"description" : "An idiomatic, modern, lean, fast, safe & pure rust implementation of git", "homepage" : "https://github.com/Byron/gitoxide", "version" : "0.7.0", "license" : "MIT", "architecture" : {"64bit" : {"url" : "https://github.com/Byron/gitoxide/releases/download/v0.7.0/gix-max-v0.7.0-x86_64-pc-windows-msvc.zi... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "extract_... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"typ... | {"cam/image_array" : "5249_cam-image_array_.jpg", "user/angle" : 0.418, "user/throttle" : 0.566, "user/mode" : "user", "pos/pos_x" : 48.0574, "pos/pos_y" : 0.5511425, "pos/pos_z" : 68.58584, "pos/speed" : 13.43113, "pos/cte" : -1.632599, "milliseconds" : 279466} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"% Change": {"type": "string"}, "LTP": {"type": "string"}, "Symbol": {"type": "string"}}, "required": ["% Change", "LTP", "Symbol"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"% Change" : "9.99", "LTP" : "1256.80", "Symbol" : "JALPA"}, {"% Change" : "2.00", "LTP" : "1326.00", "Symbol" : "SLBSL"}, {"% Change" : "2.00", "LTP" : "1672.90", "Symbol" : "SMB"}, {"% Change" : "1.94", "LTP" : "979.00", "Symbol" : "KBLD86"}, {"% Change" : "1.86", "LTP" : "1260.00", "Symbol" : "SABSL"}, {"% Change"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"% Change": {"type": "string"}, "LTP": {"type": "string"}, "Symbol": {"type": "string"}}, "required": ["% Change", "LTP", "Symbol"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "exclusive": {"type": "boolean"}, "criteria": {"type": "object", "properties": {"biomeTypes": {"type": "array", "items": {"type": "string"}}}, "required": ["biomeTypes"]}, "inherit": {"typ... | {"name" : "dungeon:forest_temple", "exclusive" : true, "criteria" : {"biomeTypes" : ["FOREST"]}, "inherit" : ["dungeon:common", "theme:forest", "tower:rogue_forest", "segments:inhabited_trapped_sewers", "rooms:forest_temple", "spawners:eb", "spawners:evil_humanoids"], "filters" : [{"name" : "vine", "level" : [1, 2, 3]}... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "exclusive": {"type": "boolean"}, "criteria": {"type": "object", "properties": {"biomeTypes": {"type": "array", "items": {"type": "string"}}}, "required": ["biomeTypes"]}, "inherit": {"type": "array", "items": {"type": "string"}}, "filters": {"type": "array"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": ... | {"name" : "react-mvp-ts", "version" : "0.0.3", "description" : "Minimalistic library for implementing Model-View-Presenter pattern in React written in Typescript", "main" : "dist/index.js", "types" : "dist/index.d.ts", "scripts" : {"build" : "tsc"}, "keywords" : ["MVP", "Model-View-Presenter", "react", "react-native", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "keywords": {"type": "array", "items... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "arc... | {"vendor" : "zulu", "filename" : "zulu12.2.3-ca-jdk12.0.1-macosx_x64.dmg", "release_type" : "ga", "version" : "12.2.3", "java_version" : "12.0.1", "jvm_impl" : "hotspot", "os" : "macosx", "architecture" : "x86_64", "file_type" : "dmg", "image_type" : "jdk", "features" : [], "url" : "https://static.azul.com/zulu/bin/zul... | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}}, "required": ["method", "url"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "h... | {"request" : {"method" : "GET", "url" : "/v1/catalog/service/ds_formio_api_http"}, "response" : {"status" : 200, "headers" : {"Content-Type" : "application/json"}, "jsonBody" : [{"ID" : "6e29a18d-3802-e27c-419f-bcca632b86d5", "Node" : "d9e671bdba71", "Address" : "172.19.0.5", "Datacenter" : "ds", "TaggedAddresses" : {"... | json_instruct | {"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}}, "required": ["method", "url"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "str... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-83.196997, 42.358129], [-83.182207, 42.358452], [-83.181934, 42.351181], [-83.196609, 42.35089], [-83.196997, 42.358129]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 31159}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"type": {"type": "... | {"$schema" : "http://json-schema.org/draft-04/schema#", "id" : "HypertyResource", "type" : "object", "required" : ["type"], "properties" : {"type" : {"enum" : ["chat", "audio", "video", "av", "screen", "file", "midi", "activity_context", "availability_context", "location_context", "heart_rate_context", "user_steps_cont... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"type": {"type": "object", "properties": {"enum": {"type": "array", "items": {"type": "string... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2005, 5], [2009, 8], [2011, 10], [2012, 9], [2013, 9], [2014, 17]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {... | {"name" : "<%= slug %>", "version" : "0.0.1", "description" : "<%= description %>", "keywords" : ["CoffeeScript", "Karma", "Grunt"], "files" : ["dist", "src", "test"], "homepage" : "<%= githubUrl %>/<%= slug %>", "bugs" : "<%= githubUrl %>/<%= slug %>/issues", "author" : {"name" : "<%= realname %>", "email" : "<%= emai... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "author": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["serve", "build"]}, "author": {"type": "string"}, ... | {"name" : "graphics", "private" : true, "scripts" : {"serve" : "webpack serve --open --hot --mode=development", "build" : "webpack --mode=production"}, "author" : "https://github.com/asiryk", "license" : "MIT", "devDependencies" : {"html-webpack-plugin" : "^5.3.2", "webpack" : "^5.52.0", "webpack-cli" : "^4.9.1", "webp... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["serve", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["ribbon2.5"] | json_instruct | {"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": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"na... | {"id" : "KPHG0", "name" : {"en" : "Phillipsburg"}, "country" : "US", "region" : "KS", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : "93961", "usaf" : null, "mosmix" : null, "icao" : "KPHG", "iata" : null}, "location" : {"latitude" : 39.7358, "longitude" : -99.3171, "elevation" : 581}, "timez... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["name", "description", "abbreviation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "JBoss Enterprise Application Platform 6", "description" : "JBoss Enterprise Application Platform 6", "abbreviation" : "EAP6"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["name", "description", "abbreviation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number... | {"id" : "77015725", "name" : "Colne Close", "nodes" : [{"type" : "node", "id" : 906921562, "lat" : 52.5050138, "lon" : -0.7148637}, {"type" : "node", "id" : 906921567, "lat" : 52.5050198, "lon" : -0.7147191}], "volunteer_postcode" : "NN17 2JE", "closest_distance" : 181} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items":... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-121.974061, 38.346356], [-121.957795, 38.346308], [-121.957806, 38.344877], [-121.962409, 38.341058], [-121.962393, 38.335389], [-121.970383, 38.335419], [-121.970019, 38.340128], [-121.974061, 38.346356]]]}, "type" : "F... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "... | {"id" : 1125929527, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "77234525986deb076a798e0ffc3a7096", "wof:id" : 1125929527}, "bbox" : [8.80403, 47.21378, 8.80403, 47.21378], "geometry" : {"coordinates" : [8.80403, 47.21378], "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"}}, "required": ["src:alt_label", "src:geom", "wof... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["652923003001", "\u89e3\u653e\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["652923003002", "\u5176\u5170\u52d2\u514b\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["652923003003", "\u6587\u5316\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["652923003004", "\u56e2\u7ed3\... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"heroTitle": {"type": "string"}, "heroSubTitle": {"type": "string"}, "heroDescription": {"type": "string"}}, "required": ["heroTitle", "heroSubTitle", "heroDescription"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"heroTitle" : "Page Title Goes Here Test", "heroSubTitle" : "Page Subtitle", "heroDescription" : "A short description goes here test."} | json_instruct | {"type": "object", "properties": {"heroTitle": {"type": "string"}, "heroSubTitle": {"type": "string"}, "heroDescription": {"type": "string"}}, "required": ["heroTitle", "heroSubTitle", "heroDescription"], "$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"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": ... | {"name" : "webpack-bundler", "version" : "1.0.0", "description" : "A simple webpack module bundler template", "main" : "dist/index.js", "module" : "dist/index.js", "scripts" : {"build" : "webpack", "start" : "set NODE_ENV='development'&&webpack"}, "repository" : {"type" : "git", "url" : "git+https://github.com/yswarkar... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "st... | [{"oq" : "0", "q" : "15000", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1602723600000, "wptn" : "4", "z" : "174.04"}, {"oq" : "0", "q" : "2730", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1602723600000, "wptn" : "5", "z" : "177.4"}, {"oq" : "0", "q" ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "st... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "lic... | {"name" : "svelte-intellisense", "engines" : {"node" : "*"}, "repository" : {"url" : "https://github.com/ArdenIvanov/svelte-intellisense.git"}, "license" : "MIT", "dependencies" : {"vscode-languageserver" : "^5.2.1", "sveltedoc-parser" : "^2.3.0", "cosmiconfig" : "^5.2.1", "@babel/register" : "^7.5.5", "@babel/core" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "dependencies": {"type": "object... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"daily": {"type": "object", "properties": {"sync": {"type": "object", "properties": {"LAB": {"type": "string"}}, "required": ["LAB"]}, "buf": {"type": "object", "properties": {"LAB": {"type": "string"}}, "required": ["LAB"]}}, ... | {"daily" : {"sync" : {"LAB" : "sync"}, "buf" : {"LAB" : "buf"}}} | json_instruct | {"type": "object", "properties": {"daily": {"type": "object", "properties": {"sync": {"type": "object", "properties": {"LAB": {"type": "string"}}, "required": ["LAB"]}, "buf": {"type": "object", "properties": {"LAB": {"type": "string"}}, "required": ["LAB"]}}, "required": ["sync", "buf"]}}, "required": ["daily"], "$sch... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "r... | {"solution_size" : 240, "ok" : true, "resemblance" : 1.0, "problem_id" : 2048, "solution_spec_hash" : "b70e43b112048ab5dc12ce14d5214fcd78c7bbe2"} | json_instruct | {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://j... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"_guid_": {"type": "string"}, "content": {"type": "array", "items": {}}, "pageable": {"type": "object", "properties": {"sort": {"type": "object", "properties": {"sorted": {"type": "boolean"}, "unsorted": {"type": "boolean"}, "emp... | {"_guid_" : "Base_CPO_GET_Response_Data", "content" : [], "pageable" : {"sort" : {"sorted" : true, "unsorted" : false, "empty" : false}, "offset" : 0, "page_number" : 0, "page_size" : 20, "paged" : true, "unpaged" : false}, "last" : true, "total_pages" : 1, "total_elements" : 1, "number_of_elements" : 1, "size" : 20, "... | json_instruct | {"type": "object", "properties": {"_guid_": {"type": "string"}, "content": {"type": "array", "items": {}}, "pageable": {"type": "object", "properties": {"sort": {"type": "object", "properties": {"sorted": {"type": "boolean"}, "unsorted": {"type": "boolean"}, "empty": {"type": "boolean"}}, "required": ["sorted", "unsort... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"typ... | [{"id" : "the-farm-brewery-at-broad-run", "name" : "The Farm Brewery At Broad Run", "brewery_type" : "micro", "street" : "16015 John Marshall Hwy", "city" : "Broad Run", "state" : "Virginia", "postal_code" : "20137-2250", "website_url" : "http://www.thefarmatbroadrun.com", "phone" : "7037533548", "created_at" : "2018-0... | 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": {"name": {"type": "string"}, "station_list": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}, "numbering": {"type": "array", "items": {"type": "string"}}}, ... | {"name" : "JR\u95a2\u897f\u7a7a\u6e2f\u7dda", "station_list" : [{"code" : 1162626, "name" : "\u65e5\u6839\u91ce", "numbering" : ["S45"]}, {"code" : 1162802, "name" : "\u308a\u3093\u304f\u3046\u30bf\u30a6\u30f3", "numbering" : ["S46"]}, {"code" : 1162803, "name" : "\u95a2\u897f\u7a7a\u6e2f", "numbering" : ["S47"]}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "station_list": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}, "numbering": {"type": "array", "items": {"type": "string"}}}, "required": ["code", "name", "numbering"]}}}, "required": ["na... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "strin... | {"name" : "adobe-dc-view-sdk-react-sample", "version" : "1.0.0", "private" : false, "license" : "See license in license.md", "dependencies" : {"react" : "^16.13.0", "react-dom" : "^16.13.0", "react-router-dom" : "^5.1.2", "react-scripts" : "3.4.0"}, "scripts" : {"start" : "react-scripts start"}, "engines" : {"node" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scrip... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "inte... | {"id" : 55424270, "ot" : 3, "alias" : 0, "setcode" : 269, "type" : 33, "atk" : 1400, "def" : 1400, "level" : 4, "race" : 2, "attribute" : 16, "category" : 67117056, "name" : "Mythical Beast Cerberus", "desc" : "Each time a Spell Card is activated, place 1 Spell Counter on this card when that Spell Card resolves. This c... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "int... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"descri... | {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "http://schema.org/RejectAction", "title" : "RejectAction", "description" : "The act of rejecting to/adopting an object.\n\nRelated actions:\n\n\nAcceptAction: The antonym of RejectAction.\n\n", "type" : "object", "allOf" : [{"description" : "The act of or... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}}, "r... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type"... | {"title" : "Global Ocean Suspected on Saturn's Enceladus", "credit" : "Cassini Imaging Team, SSI, JPL, ESA, NASA", "explanation" : "Do some surface features on Enceladus roll like a conveyor belt? A leading interpretation of images taken of Saturn's most explosive moon indicate that they do. This form of asymmetric tec... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "e... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "jquery": {"type": "string"}, "qunit": {"type": "string"}, "ember": {"type": "string"}, "ember-data": ... | {"name" : "ember-app-kit", "dependencies" : {"handlebars" : "~1.1.2", "jquery" : "~1.9.1", "qunit" : "~1.12.0", "ember" : "~1.4.0", "ember-data" : "~1.0.0-beta.7", "ember-resolver" : "git://github.com/stefanpenner/ember-jj-abrams-resolver.git#master", "ic-ajax" : "~0.3.0", "ember-testing-httpRespond" : "~0.1.1", "momen... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "jquery": {"type": "string"}, "qunit": {"type": "string"}, "ember": {"type": "string"}, "ember-data": {"type": "string"}, "ember-resolver": {"type": "string"}, "ic-ajax": {"t... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "p... | {"hash" : "0x92c78a20b7b24ddd7d0b0c7372b128943e0b247e689f6c4cdc04fe1888722fdd", "parentHash" : "0x7ea3430f0f170c3a3262bb2ea1f8f86bd85128629b2fe44e2900ee1e4c7dcbca", "number" : 101616, "timestamp" : 1439825546, "nonce" : "0xcfd47863c7504df8", "difficulty" : 3890120508841, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"documentName": {"type": "string"}, "fortress": {"type": "string"}, "fortressUser": {"type": "string"}, "emptyIgnored": {"type": "boolean"}, "content": {"type": "object", "properties": {"Title": {"type": "object", "properties": {... | {"documentName" : "Athlete", "fortress" : "Olympic", "fortressUser" : "mike", "emptyIgnored" : true, "content" : {"Title" : {"callerRef" : true, "title" : true, "tag" : true}}} | json_instruct | {"type": "object", "properties": {"documentName": {"type": "string"}, "fortress": {"type": "string"}, "fortressUser": {"type": "string"}, "emptyIgnored": {"type": "boolean"}, "content": {"type": "object", "properties": {"Title": {"type": "object", "properties": {"callerRef": {"type": "boolean"}, "title": {"type": "bool... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties... | {"city" : {"name" : "ITURAMA", "state" : "MG"}, "borders" : [[{"lat" : -19.559322996858782, "lng" : -50.214473999575375}, {"lat" : -19.62917399668254, "lng" : -50.16001099980775}, {"lat" : -19.75079199695307, "lng" : -50.11615399990711}, {"lat" : -19.76947399692739, "lng" : -50.09088400009648}, {"lat" : -19.83368599661... | json_instruct | {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http:/... | [{"date" : "2022-04-02", "total" : 804, "delta" : 2, "version" : "0.3.5"}, {"date" : "2022-04-08", "total" : 821, "delta" : 17, "version" : "0.3.5"}, {"date" : "2022-04-10", "total" : 826, "delta" : 5, "version" : "0.3.5"}, {"date" : "2022-04-12", "total" : 830, "delta" : 4, "version" : "0.3.5"}, {"date" : "2022-04-13"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"c": {"type": "object", "properties": {"iringa": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "dodoma"... | {"c" : {"iringa" : {"z" : {}, "l" : ["-7.7667", "35.7000"]}, "dodoma" : {"z" : {}, "l" : ["-7.2833", "36.3500"]}, "njombe" : {"z" : {}, "l" : ["-9.3333", "34.7667"]}}, "l" : []} | json_instruct | {"type": "object", "properties": {"c": {"type": "object", "properties": {"iringa": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "dodoma": {"type": "object", "properties": {"z": {"type": "object... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"platform.js": {"type": "string"}, "platform.min.js": {"type": "string"}}, "required": ["platform.js", "platform.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"platform.js" : "sha256-/Us8nv2z5ELIiP9HA/UjCIGPnq2504Zay7jWY7Ra1IA=", "platform.min.js" : "sha256-q5waIQ42WlopVN4oM43ZOYm/aRl6Uk45wHe3AXrscrQ="} | json_instruct | {"type": "object", "properties": {"platform.js": {"type": "string"}, "platform.min.js": {"type": "string"}}, "required": ["platform.js", "platform.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "str... | [{"province" : "\u8d35\u5dde\u7701", "city" : "\u9075\u4e49\u5e02", "area" : "\u8d64\u6c34\u5e02", "name" : "\u8d64\u6c34\u5e02\u4e24\u6cb3\u53e3\u90ae\u653f\u4ee3\u529e\u6240", "code" : "564701", "address" : "\u8d35\u5dde\u7701\u8d64\u6c34\u5e02\u4e24\u6cb3\u4e61\u573a\u4e0a", "phone" : "13984935704"}, {"province" : "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"GenreId": {"type": "integer"}, "GenreName": {"type": "string"}}, "required": ["GenreId", "GenreName"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"GenreId" : 871, "GenreName" : "fremulon"}, {"GenreId" : 892, "GenreName" : "then"}, {"GenreId" : 705, "GenreName" : "thewtre"}, {"GenreId" : 88, "GenreName" : "rock"}, {"GenreId" : 402, "GenreName" : "RnB"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"GenreId": {"type": "integer"}, "GenreName": {"type": "string"}}, "required": ["GenreId", "GenreName"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "extends": {"type": "string"}, "angularCompilerOptions": {"type": "object", "properties": {"compilationMode": {"type": "string"}, "enableResourceInlining": {"type": "boolean"}, "fullTe... | {"$schema" : "http://json.schemastore.org/tsconfig", "extends" : "./dom-lib.json", "angularCompilerOptions" : {"compilationMode" : "partial", "enableResourceInlining" : true, "fullTemplateTypeCheck" : true, "preserveWhitespaces" : false, "strictInputAccessModifiers" : true, "strictInjectionParameters" : true, "strictTe... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "extends": {"type": "string"}, "angularCompilerOptions": {"type": "object", "properties": {"compilationMode": {"type": "string"}, "enableResourceInlining": {"type": "boolean"}, "fullTemplateTypeCheck": {"type": "boolean"}, "preserveWhitespaces": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "i... | [{"id" : 13614, "idParent" : 13609, "namaWilayah" : "AMPANG KURANJI", "tingkatWilayah" : 4, "idPro" : 12920, "idKab" : 13608, "idKec" : 13609, "idKel" : 13614, "namaPro" : "SUMATERA BARAT", "namaKab" : "DHARMASRAYA", "namaKec" : "KOTO BARU", "namaKel" : "AMPANG KURANJI", "kodeWilayah" : "13.10.01.2005"}, {"id" : 13611,... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec": {"type": "integer"}, "idKel": {"type": "integer"}, "nama... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"cdn_dedicated_ssl_add": {"type": "string"}, "cdn_dedicated_ssl_add_explain": {"type": "string"}, "cdn_dedicated_ssl_add_name": {"type": "string"}, "cdn_dedicated_ssl_add_name_pattern": {"type": "string"}, "cdn_... | {"cdn_dedicated_ssl_add" : "Mein Zertifikat hinzuf\u00fcgen", "cdn_dedicated_ssl_add_explain" : "Bitte geben Sie die Informationen zum Zertifikat an:", "cdn_dedicated_ssl_add_name" : "Name des Zertifikats", "cdn_dedicated_ssl_add_name_pattern" : "Der Name des Zertifikats darf keine Leerzeichen enthalten.", "cdn_dedicat... | json_instruct | {"type": "object", "properties": {"cdn_dedicated_ssl_add": {"type": "string"}, "cdn_dedicated_ssl_add_explain": {"type": "string"}, "cdn_dedicated_ssl_add_name": {"type": "string"}, "cdn_dedicated_ssl_add_name_pattern": {"type": "string"}, "cdn_dedicated_ssl_add_certificate": {"type": "string"}, "cdn_dedicated_ssl_add_... |
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": {"compile": {"type": "string"}, "compile-pipeline"... | {"name" : "sinope-project", "version" : "1.0.0", "description" : "Simple sinope project", "main" : "src/parser.js", "scripts" : {"compile" : "nearleyc src/grammar/grammar.bundle.ne -o src/grammar/grammar.js", "compile-pipeline" : "webpack --config pipeline.config.js", "compile-lexer" : "webpack --config lexer.config.js... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"compile": {"type": "string"}, "compile-pipeline": {"type": "string"}, "compile-lexer": {"type": "string"}}, "required"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"repair_end" : "2019-08-12 01:07:31.058688", "repair_begin" : "2019-08-12 00:10:09.528555", "patches" : []} | json_instruct | {"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3502020020", "district_id" : "3502020", "name" : "NAILAN"} | 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": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "item... | {"ast" : null, "code" : "export var cilUserFemale = [\"512 512\", \"<path fill='var(--ci-primary-color, currentColor)' d='M403.6,343.656l-72.823-47.334L344.043,272h23.428a48,48,0,0,0,44.119-66.908L361.581,90.57a112.029,112.029,0,0,0-211.162,0L100.41,205.092A48,48,0,0,0,144.529,272h23.428l13.266,24.322L108.4,343.656A79.... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {... | {"name" : "commandy", "version" : "3.0.0", "description" : "The programmatic solution for command-line interfaces, inspired by commander.js", "main" : "dest/index.js", "typings" : "dest/index.d.ts", "repository" : "git@github.com:trustedtomato/commandy.git", "author" : "Halasi Tam\u00e1s <trusted.tomato@gmail.com>", "l... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "propert... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "support": {"type": "object", "properties":... | {"name" : "dannystreur/alfred-stripe-docs", "description" : "An ultra-fast Stripe docs search workflow for Alfred 3.", "version" : "1.0.0", "keywords" : ["alfred", "alfred-workflow", "stripe", "algolia"], "homepage" : "https://github.com/DannyStreur/alfred-stripe-docs/", "support" : {"source" : "https://github.com/Dann... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "support": {"type": "object", "properties": {"source": {"type": "string"}, "issues": {"type": "strin... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "professorship", "definition" : "The office or position of a professor, or public teacher. Walton."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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" : "NiCEBook: supporting natural note taking.", "fields" : ["multimedia", "structuring", "note taking", "human computer interaction", "reuse"], "abstract" : "In this paper, we present NiCEBook, a paper notebook that supports taking, structuring and reusing notes. Through a study of note-taking habits, we observ... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"core/amd/backbone.marionette.js": {"type": "string"}, "core/amd/backbone.marionette.min.js": {"type": "string"}, "core/backbone.marionette.js": {"type": "string"}, "core/backbone.marionette.min.js": {"type": "string"}, "backbo... | {"core/amd/backbone.marionette.js" : "sha256-YZQiP03QvE2jiEo/ujAxhoVgeeeCRDwPw6WopGBEiKI=", "core/amd/backbone.marionette.min.js" : "sha256-eZwaKBoTJN/ZBPbvKbZQmzABGgYPa536KNaq5g/2cyU=", "core/backbone.marionette.js" : "sha256-Bwz/0ABIBIbkzlLVAaKuNTONWFlq572BmnD93WzLVRA=", "core/backbone.marionette.min.js" : "sha256-Ja... | json_instruct | {"type": "object", "properties": {"core/amd/backbone.marionette.js": {"type": "string"}, "core/amd/backbone.marionette.min.js": {"type": "string"}, "core/backbone.marionette.js": {"type": "string"}, "core/backbone.marionette.min.js": {"type": "string"}, "backbone.marionette.js": {"type": "string"}, "backbone.marionette... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}}, "required": ["prepublish"]}, "files": {"type": "array", "items": {"type": "st... | {"name" : "markme-leancloud", "version" : "0.0.20", "scripts" : {"prepublish" : "rollup -c"}, "files" : ["lib"], "unpkg" : "lib/index.umd.min.js", "jsdelivr" : "lib/index.umd.min.js", "jsnext:main" : "lib/index.es.js", "module" : "lib/index.es.js", "main" : "lib/index.js", "dependencies" : {"babel-runtime" : "^6.26.0",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}}, "required": ["prepublish"]}, "files": {"type": "array", "items": {"type": "string"}}, "unpkg": {"type": "string"}, "jsdelivr": {"type": "string"}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}}, "required": ["sideEffects", "main", "module"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sideEffects" : false, "main" : "../../cjs/exporter/excel_format_converter.js", "module" : "../../esm/exporter/excel_format_converter.js"} | json_instruct | {"type": "object", "properties": {"sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}}, "required": ["sideEffects", "main", "module"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "... | {"name" : "addEventListenerOnce", "version" : "1.0.0", "description" : "addEventListenerOnce", "main" : "index.js", "scripts" : {"start" : "webpack --progress --colors --watch", "dev" : "webpack-dev-server", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://gi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "dev", "test... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "s... | {"uuid" : "d0e5e81f-60c7-481b-9b1c-582832627855", "children" : ["f5ffa405-14ab-433b-ae1e-b03a69f0524b"], "befores" : [{"name" : "check_ui", "status" : "passed", "start" : 1625764609774, "stop" : 1625764609774}], "start" : 1625764609774, "stop" : 1625764610312} | 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.