input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, ... | {"name" : "swagger-petstore", "version" : "1.0.0", "description" : "This is a sample server Petstore server. You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization f... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"isCreat... | {"componentChunkName" : "component---src-pages-smart-home-scsslint-tmp-12805437856578705383-js", "path" : "/smart-home_scsslint_tmp12805437856578705383/", "webpackCompilationHash" : "238486db66f1cf38ea05", "result" : {"pageContext" : {"isCreatedByStatefulCreatePages" : true}}} | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}}, "required": ["isCreat... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"an5.143:1.1": {"type": "string"}, "an5.143:2.1": {"type": "string"}, "an5.143:3.1": {"type": "string"}, "an5.143:4.1": {"type": "string"}, "an5.143:5.1": {"type": "string"}}, "required": ["an5.143:1.1", "an5.143:2.1", "an5.143... | {"an5.143:1.1" : "dr22.185, ms16A5_834, msdiv143, sc1, vri37.158", "an5.143:2.1" : "ms16A5_835, pts-vp-pli3.168, sc2", "an5.143:3.1" : "ms16A5_836, ndp17.420, sc3", "an5.143:4.1" : "bj20.274, csp1ed16.149, csp2ed16.149, ms16A5_837, sc4", "an5.143:5.1" : "dr22.186, ms16A5_838, pts-vp-pli3.169, sc5, vri37.159"} | json_instruct | {"type": "object", "properties": {"an5.143:1.1": {"type": "string"}, "an5.143:2.1": {"type": "string"}, "an5.143:3.1": {"type": "string"}, "an5.143:4.1": {"type": "string"}, "an5.143:5.1": {"type": "string"}}, "required": ["an5.143:1.1", "an5.143:2.1", "an5.143:3.1", "an5.143:4.1", "an5.143:5.1"], "$schema": "http://js... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "loca... | {"id" : 19249, "title" : ["[Empath Guild, Pothinir Workshop]"], "description" : ["A large round skylight bathes the room in pale moonlight, washing over the broad monir workbench and flowing outward. Covering the top of the workbench is a thick slab of blue-veined marble, pitted and marred in several spots. The walls... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"19248"... |
Following the schema specification below, generate a valid 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"}, "wo... | {"id" : 404384545, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "5ef212371e63039e0e41ae5eea49c663", "wof:id" : 404384545, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.90450528662687, 46.74916808347361, 4.96487381595744, 46.77814289969806... | 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": ["... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"logLevel": {"type": "integer"}, "port": {"type": "integer"}, "root": {"type": "string"}, "killSlavesAfter": {"type": "integer"}}, "required": ["logLevel", "port", "root", "killSlavesAfter"], "$schema": "http://jso... | {"logLevel" : 4, "port" : 1337, "root" : ".", "killSlavesAfter" : 900000} | json_instruct | {"type": "object", "properties": {"logLevel": {"type": "integer"}, "port": {"type": "integer"}, "root": {"type": "string"}, "killSlavesAfter": {"type": "integer"}}, "required": ["logLevel", "port", "root", "killSlavesAfter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "stageId": {"type": "integer"}, "attemptId": {"type": "integer"}, "numActiveTasks": {"type": "integer"}, "numCompleteTasks": {"type": "integer"}, "numFailedTasks": {"type... | [{"status" : "FAILED", "stageId" : 2, "attemptId" : 0, "numActiveTasks" : 0, "numCompleteTasks" : 7, "numFailedTasks" : 1, "executorRunTime" : 278, "executorCpuTime" : 0, "submissionTime" : "2015-02-03T16:43:06.296GMT", "firstTaskLaunchedTime" : "2015-02-03T16:43:06.296GMT", "completionTime" : "2015-02-03T16:43:06.347G... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "stageId": {"type": "integer"}, "attemptId": {"type": "integer"}, "numActiveTasks": {"type": "integer"}, "numCompleteTasks": {"type": "integer"}, "numFailedTasks": {"type": "integer"}, "executorRunTime": {"type": "integer"}, "exe... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, ... | {"name" : "bufferjs", "description" : "Pure JavaScript Buffer utils.", "url" : "http://github.com/coolaj86/node-bufferjs/", "repository" : "coolaj86/node-bufferjs", "keywords" : ["util", "buffer", "chunk", "indexOf"], "author" : "AJ ONeal <coolaj86@gmail.com>", "license" : "MIT", "contributors" : ["Nathan Rajlich <nath... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items"... |
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" : "crimson", "definition" : "A deep red color tinged with blue; also, red color in general. Theugh jour be as scarlet, they shall be as white as snow; though they be red like crimson, they shall be as wool. Is. i. 18. A maid jet rosed over with the virgin crimson of modesty. Shak.\n\nOf a deep red color tinged ... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "foreign_keys": {"type": "array", "items": {"type": "o... | {"fields" : [{"name" : "Reponse", "type" : "text"}, {"name" : "note", "type" : "double"}, {"name" : "statut", "type" : "select", "options" : {"Accept\u00e9" : "Accept\u00e9", "Rejet\u00e9" : "Rejet\u00e9", "En Attente" : "En Attente"}}, {"name" : "finish", "type" : "boolean"}, {"name" : "question_id", "type" : "integer... | json_instruct | {"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "foreign_keys": {"type": "array", "items": {"type": "object", "properties": {"column": {"type": "string"}, "references": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "platform": {"type": "stri... | {"name" : "Freshsales", "category" : "Sales & CRM", "start_url" : "https://{{subdomain}}.freshsales.io", "icons" : [{"src" : "https://cdn.filestackcontent.com/SK9xftPaSRKqbfxTT3zl", "platform" : "browserx"}], "theme_color" : "#FFA800", "scope" : "https://*.freshsales.io", "bx_legacy_service_id" : "freshsales", "bx_mult... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "platform": {"type": "string"}}, "required": ["src", "platform"]}}, "theme_color": {"type": "str... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": ... | {"nom" : "Saint-Etienne-des-Champs", "dpt" : "Puy-de-D\u00f4me", "inscrits" : 116, "abs" : 23, "votants" : 93, "blancs" : 8, "nuls" : 5, "exp" : 80, "res" : [{"panneau" : "1", "voix" : 63}, {"panneau" : "2", "voix" : 17}]} | 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": {"files": {"type": "object", "properties": {"doc/effective_go.html": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"typ... | {"files" : {"doc/effective_go.html" : {"status" : "M", "num_chunks" : 8, "no_base_file" : false, "property_changes" : "", "num_added" : 12, "num_removed" : 12, "id" : 4003, "is_binary" : false}}, "url" : null, "created" : "2012-03-21 16:25:35.808093", "owner" : "minux", "num_comments" : 0, "patchset" : 5003, "owner_ema... | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"doc/effective_go.html": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_rem... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"opencc-js": {"type": "string"}, "yaml": {"type":... | {"name" : "feh-messages", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "dependencies" : {"opencc-js" : "^1.0.3", "yaml" : "^1.10.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"opencc-js": {"type": "string"}, "yaml": {"type": "string"}}, "required": ["opencc-js", "yaml"]}}, "required": ["name"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ActingUnnatural": {"type": "array", "items": {"type": "string"}}}, "required": ["ActingUnnatural"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ActingUnnatural" : ["RushedInvertedReading", "NotSoInnocentWhistling", "CentipedesDilemma", "OrdinaryHighSchoolStudent", "HalfHumanHybrid", "DoesNotKnowHisOwnStrength", "HeyWait", "OrdinaryHighSchoolStudent", "HalfHumanHybrid", "DoesNotKnowHisOwnStrength", "IllKillYou", "PunnyName", "TheIgor", "HelloAgainOfficer", "I... | json_instruct | {"type": "object", "properties": {"ActingUnnatural": {"type": "array", "items": {"type": "string"}}}, "required": ["ActingUnnatural"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["multidexor"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"em": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "req... | {"em" : [{"location" : {"latitude" : 52.14, "longitude" : 5.3}}, {"location" : {"latitude" : 52.54, "longitude" : 4.63}}], "bites" : [{"location" : {"latitude" : 53.06, "longitude" : 6.08}}, {"location" : {"latitude" : 51.8, "longitude" : 5.21}}, {"location" : {"latitude" : 51.99, "longitude" : 5.72}}, {"location" : {"... | json_instruct | {"type": "object", "properties": {"em": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}}, "bites": {"type": "array", "items": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId",... | {"id" : "1006", "provinceId" : "73", "regencyId" : "73", "districtId" : "04", "name" : "Jaya"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"file": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["file",... | {"file" : "AegisVariations", "fields" : [{"name" : "Name", "type" : "string"}, {"name" : "DefendsAgainstPhysical", "type" : "bool"}, {"name" : "DefendsAgainstFire", "type" : "bool"}, {"name" : "DefendsAgainstCold", "type" : "bool"}, {"name" : "DefendsAgainstLightning", "type" : "bool"}, {"name" : "DefendsAgainstChaos",... | json_instruct | {"type": "object", "properties": {"file": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["file", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_time... | {"pe_name" : "api-ms-win-core-processthreads-l1-1-1.dll", "pe_type" : 267, "pe_size" : 11792, "pe_subsystem" : 3, "pe_subsystem_caption" : "The Windows character (Cosole UI) subsystem", "pe_path" : "c:\\Windows\\WinSxS\\x86_microsoft-windows-m..namespace-downlevel_31bf3856ad364e35_10.0.18362.1_none_3da3af2845f54b85\\ap... | json_instruct | {"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "str... | {"author" : "Peter Everwine", "classification" : "", "keywords" : ["Living", "Death", "Sorrow", "Grieving", "Time", "Brevity"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/246748", "region" : "U.S., Western", "text" : ["We opened closets and bureau drawers", "and packed away, in boxes, dresses an... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"118": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}, "121": {"type": "object", "properties": {"title": {"type": "string"}, "autho... | {"118" : {"title" : "Sinking prices for real-estate in the city", "author" : "Paco Rodriguez"}, "121" : {"title" : "I made a fortune in real-estate", "author" : "Richard Waller"}} | json_instruct | {"type": "object", "properties": {"118": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}, "121": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}}, "required": ["1... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["des... | {"latest_version" : ["0.0.4"], "meta" : {"description" : "peewee support for factory_boy", "homepage" : "https://github.com/cam-stitt/factory_boy-peewee", "license" : ""}, "versions" : {"0.0.1" : {"sha256" : "1e70010aa0f6a4ab9e882f1c54e163141c00b22f779d89cae90c82541b562aa2", "url" : "https://files.pythonhosted.org/pack... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "GRDelegatingStream"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@shoutem/ui": {"type": "string"}, "@sindresorhus/slugify": {"type"... | {"name" : "shoutem.radio", "version" : "2.3.0", "description" : "Radio extension", "dependencies" : {"@shoutem/ui" : "~2.0.0", "@sindresorhus/slugify" : "0.9.1"}, "nativeDependencies" : ["@shoutem/ui"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@shoutem/ui": {"type": "string"}, "@sindresorhus/slugify": {"type": "string"}}, "required": ["@shoutem/ui", "@sindresorhus/slugify"]}, "nativ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["hey", "yo", "every", "time", "hear", "some", "real", "hip", "hop", "man", "I", "start", "thinking", "...", "yo", "I", "''", "m", "still", "in", "love", "man", "...", "listen"], ["love", "hearing", "real", "hip", "hop", "and", "making", "heaters"], ["Ra", "down", "the", "block", "sound", "like", "a", "drive", "by"], ... | 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": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "details":... | {"schema_version" : "1.2.0", "id" : "GHSA-8c5p-4362-9333", "modified" : "2021-11-08T21:30:39Z", "published" : "2021-11-10T16:48:15Z", "aliases" : ["CVE-2021-3924"], "summary" : "Path traversal in grav", "details" : "grav is vulnerable to Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", "... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "details": {"type": "string"}, "severity": {"type": "array", "items... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_da... | {"id" : 427, "citation_title" : "The \"End-of-Expansion\" Phenomenon in Short-run Productivity Behavior", "citation_author" : ["Robert J. Gordon"], "citation_publication_date" : "1980-01-01", "issue_date" : "1980-01-01", "revision_date" : "None", "topics" : ["Econometrics"], "program" : ["Economic Fluctuations and Grow... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEA... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["40-49", "30-39", "60-69", "50-59", "40-49", "50-59", "40-49"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE"], "X_CALENDAR_YEAR" : [2004, 2005, 2007, 2009, 2009, 2010, 2012], "Y_PREVALENCE_1000PP" : [0.01787, 0.02435, 0.02072... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"R": {"type": "object", "properties": {"lower_err": {"type": "integer"}, "lower": {"type": "integer"}, "upper": {"type": "integer"}, "upper_err": {"type": "number"}}, "required": ["lower_err", "lower", "upper", ... | {"R" : {"lower_err" : 0, "lower" : 1, "upper" : 80, "upper_err" : 99.13253361717676}, "B" : {"lower_err" : 0, "lower" : 1, "upper" : 31.261139496730628, "upper_err" : 46.48711403976702}, "Z" : {"lower_err" : 0, "lower" : 1, "upper" : 80, "upper_err" : 191.19929794384203}} | json_instruct | {"type": "object", "properties": {"R": {"type": "object", "properties": {"lower_err": {"type": "integer"}, "lower": {"type": "integer"}, "upper": {"type": "integer"}, "upper_err": {"type": "number"}}, "required": ["lower_err", "lower", "upper", "upper_err"]}, "B": {"type": "object", "properties": {"lower_err": {"type":... |
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" : "usefulresources:block/diamond_nether_ore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" : 1, "MEDIAN_VAL... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "extra": {"type": "object", "properties": {"configure-options": {"type": "array", "items": {}}}, "required": ["configure-opti... | {"name" : "dummy", "description" : "Dummy package", "type" : "extension", "extra" : {"configure-options" : []}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "extra": {"type": "object", "properties": {"configure-options": {"type": "array", "items": {}}}, "required": ["configure-options"]}}, "required": ["name", "description", "type", "extra"], "$schem... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "name": {"type": "string"}, "description": {"type": "string... | {"author" : {"name" : "Silas B. Domingos", "email" : "hello@balmante.eti.br", "url" : "https://balmante.eti.br"}, "name" : "@singleware/pipeline", "description" : "Singleware generic pipeline class.", "license" : "MIT", "version" : "1.0.18", "main" : "release/source/index.js", "types" : "release/types/index.d.ts", "key... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "str... |
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#"}
| [[1978, 5], [1983, 5], [1986, 6]] | 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": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "umdModuleIds": {"type": "object", "properties": {"three": {"type": "string"}, "three/examples... | {"$schema" : "../../node_modules/ng-packagr/ng-package.schema.json", "dest" : "../../dist/ngx-acuw", "lib" : {"entryFile" : "src/public-api.ts", "umdModuleIds" : {"three" : "three", "three/examples/jsm/renderers/CSS3DRenderer" : "CSS3DRenderer"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "umdModuleIds": {"type": "object", "properties": {"three": {"type": "string"}, "three/examples/jsm/renderers/CSS3DRenderer": {"type": "string"}}, "requir... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "title": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": ... | {"name" : "file-medical-alt", "codepoint" : "f478", "title" : "Alternate Medical File", "svg" : "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M288 136V0H88C74.7 0 64 10.7 64 24v232H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h140.9c3 0 5.8 1.7 7.2 4.4l19.9 39.8 56.8-113.7c2.9-5.9 11.4-5.9 14.3 0... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "title": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "titleZh": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"css/lumx.css": {"type": "string"}, "js/lumx.js": {"type": "string"}, "js/lumx.min.js": {"type": "string"}}, "required": ["css/lumx.css", "js/lumx.js", "js/lumx.min.js"], "$schema": "http://json-schema.org/draft-07/s... | {"css/lumx.css" : "sha256-RVPLsbPCXuF52FzMj9ql8rJn2aN9IbZQt9q2hlZ2MNY=", "js/lumx.js" : "sha256-UJBGZ2t1p0GG+f1ZYsaKEHavrkVoEACo6tk+bMfxV2o=", "js/lumx.min.js" : "sha256-ax8/lKscifnFffk/vPJf3m7c8oGVSjwHche8Ucvmpec="} | json_instruct | {"type": "object", "properties": {"css/lumx.css": {"type": "string"}, "js/lumx.js": {"type": "string"}, "js/lumx.min.js": {"type": "string"}}, "required": ["css/lumx.css", "js/lumx.js", "js/lumx.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "expo": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "sdkVersion": {"t... | {"name" : "DnD", "displayName" : "DnD", "expo" : {"name" : "DnD Before", "version" : "1.0.0", "description" : "DnD Tracker", "sdkVersion" : "33.0.0", "ios" : {"supportsTablet" : true}, "android" : {"package" : "com.oliverbenz.dndbefore"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "expo": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "sdkVersion": {"type": "string"}, "ios": {"type": "object", "properties": {"supportsTab... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "main": {"type": "strin... | {"name" : "gopro-tagging", "version" : "1.0.1", "description" : "Get HiLight Tag from GoPro MP4 video file", "keywords" : ["mp4", "mpeg-4", "mpeg4", "Video", "GoPro", "HiLight", "Tag"], "homepage" : "https://github.com/iNViTiON/GoPro-Tagging", "main" : "gopro-tagging.js", "repository" : {"type" : "git", "url" : "https:... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required":... | [{"id" : 1314223132, "name" : "Cumulus", "dt" : 188342, "ar" : {"id" : 12256202, "name" : "K kure"}, "al" : {"id" : 73695816, "name" : "Cumulus", "picUrl" : "https://p1.music.126.net/jqsp353b6vnAF3X5nYsMWA==/109951163578705434.jpg"}}, {"id" : 571585964, "name" : "\u8f6c\u77ac", "dt" : 123480, "ar" : {"id" : 12256202, "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"styles/salesforce-lightning-design-system.css": {"type": "string"}, "styles/salesforce-lightning-design-system.min.css": {"type": "string"}}, "required": ["styles/salesforce-lightning-design-system.css", "styles/sa... | {"styles/salesforce-lightning-design-system.css" : "sha256-Dp2zQfxHqFX0kSgrPmH9in4Dj0Wu54t5VMbbkxXh9ec=", "styles/salesforce-lightning-design-system.min.css" : "sha256-JG/dkGqdWHEKEx9qfp408iK6D0rjtuosuKciiHcgBwM="} | json_instruct | {"type": "object", "properties": {"styles/salesforce-lightning-design-system.css": {"type": "string"}, "styles/salesforce-lightning-design-system.min.css": {"type": "string"}}, "required": ["styles/salesforce-lightning-design-system.css", "styles/salesforce-lightning-design-system.min.css"], "$schema": "http://json-sch... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"values" : ["luigis_mansion:room/hidden/clockwork_room/reset/unload", "#luigis_mansion:room/hidden/clockwork_room/turn_lights/off", "luigis_mansion:room/hidden/clockwork_room/reset/elevator", "luigis_mansion:room/hidden/clockwork_room/reset/chair_1", "luigis_mansion:room/hidden/clockwork_room/reset/chair_2", "luigis_m... | json_instruct | {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type"... | [{"id" : 13768, "title" : "Dragon Heart", "year" : 2015, "type" : "novel", "imageName" : "ch_dragonhe.jpg", "nominations" : 0, "wins" : -1}, {"id" : 2641, "title" : "Kings of the North", "year" : 2010, "type" : "novel", "imageName" : "ch_kingsoft.jpg", "nominations" : 0, "wins" : -1}, {"id" : 1715, "title" : "The High ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "im... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", ... | [{"e_id" : "3650", "title" : "\u4e2d\u5171\u4e2d\u592e\u901a\u77e5\u8981\u6c42\u4fdd\u62a4\u56fd\u5bb6\u8d22\u4ea7\uff0c\u8282\u7ea6\u95f9\u9769\u547d", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u572854\u5e74\u524d\u7684\u4eca\u5929\uff0c1967\u5e743\u670816\u65e5(\u519c\u53861967\u5e742\u67086\u65e5)\uff0c\u4e2d\u5171\u4... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/dr... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/... | [{"year" : 1972, "sex" : "M", "n" : 6, "prop" : 3.58e-06}, {"year" : 1975, "sex" : "M", "n" : 7, "prop" : 4.31e-06}, {"year" : 1976, "sex" : "M", "n" : 6, "prop" : 3.67e-06}, {"year" : 1977, "sex" : "M", "n" : 9, "prop" : 5.26e-06}, {"year" : 1978, "sex" : "M", "n" : 10, "prop" : 5.85e-06}, {"year" : 1981, "sex" : "M",... | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"fake": {"type": "string"}}, "required": ["fake"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fake" : "dummy"} | json_instruct | {"type": "object", "properties": {"fake": {"type": "string"}}, "required": ["fake"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}},... | {"name" : "popup", "title" : "Popup window", "description" : "A jQuery plugin for popup windows", "version" : "0.1.0", "homepage" : "https://github.com/Tatyana/popup", "author" : {"name" : "Tatiana"}, "repository" : {"type" : "git", "url" : "git://github.com/Tatyana/popup.git"}, "bugs" : "https://github.com/Tatyana/pop... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "repository": {"type": "object", "p... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "bin": {"type": "object", "properties": {"zellcli": {"type": "string"}}, "required"... | {"name" : "zellcli", "version" : "0.0.1", "description" : "A commander CLI app", "private" : true, "bin" : {"zellcli" : "./bin/zellcli"}, "scripts" : {"test" : "mocha -R spec"}, "author" : {"name" : "charlenezell", "email" : "charlenezell@gmail.com", "url" : "https://github.com/charlenezell"}, "repository" : {"type" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "bin": {"type": "object", "properties": {"zellcli": {"type": "string"}}, "required": ["zellcli"]}, "scripts": {"type": "object", "properties": {"test": {"type":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}... | {"directions" : ["Soak figs in the water for 1 hour. In a small saucepan, combine the fig mixture with the sugar, and cook over medium heat until thick and stewy. Remove from heat and set aside to cool.", "In a large bowl, cream together the butter and sugar. Beat in the milk and vanilla until smooth. Combine the flour... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1918, 6], [1939, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "... | [{"id" : "aac1f933-aba3-4410-9e37-5d6af0408f68", "data" : [{"text" : "i am not interested", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 1524564652}, {"id" : "948d52fa-ac12-44bb-b081-3addf3913de2", "data" : [{"text" : "not really", "userDefined" : false}], "isTemplate" : false, "count" : 0, "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "intege... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "st... | {"name" : "CSLazyLoadController", "version" : "1.0.1", "summary" : "CSLazyLoadController helps you intergrate lazy loading images in iOS apps.", "homepage" : "https://github.com/cloverstudio/CSLazyLoadController", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Clover Developers" : "github@clover-studio... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"jquery.nicescroll.js": {"type": "string"}, "jquery.nicescroll.min.js": {"type": "string"}}, "required": ["jquery.nicescroll.js", "jquery.nicescroll.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"jquery.nicescroll.js" : "sha512-EniugjwJAjxiA/CyKukwPTNXNX/9ZjC/10K8i0QBUTVLadLhGQnxoZNpOJzXAdvjbaIZ4hoEhTTNGpG+jSCKIg==", "jquery.nicescroll.min.js" : "sha512-/iJAncx8oaP3q88XbOqC/6c0/5yCp84GDl45SDtBzcue2gFlVmGl1wVUAro23F3h40taFcL+OL6CZywnDSCdsQ=="} | json_instruct | {"type": "object", "properties": {"jquery.nicescroll.js": {"type": "string"}, "jquery.nicescroll.min.js": {"type": "string"}}, "required": ["jquery.nicescroll.js", "jquery.nicescroll.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "private": {"type": "boo... | {"name" : "TrackerTracker", "version" : "0.0.1", "engines" : {"node" : "0.8.x", "npm" : "1.2.x"}, "private" : true, "scripts" : {"start" : "node app/app", "postinstall" : "./node_modules/grunt-cli/bin/grunt"}, "dependencies" : {"express" : "3.0.4", "hogan.js" : "2.0.0", "jade" : "0.28.1", "jira" : "git://github.com/int... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"databaseChangeLog": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}}, "required": ["databaseChangeLog"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"databaseChangeLog" : [{}, {"changeSet" : {"id" : "rollbackString", "author" : "liquibase-docs", "changes" : [{"dropColumn" : {"columns" : [{"column" : {"name" : "address"}}], "tableName" : "person"}}], "rollback" : "ALTER TABLE person ADD COLUMN address varchar(255);"}}, {"changeSet" : {"id" : "rollbackChangeArray", ... | json_instruct | {"type": "object", "properties": {"databaseChangeLog": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}}, "required": ["databaseChangeLog"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"... | {"citations" : [{"textCitation" : "[See istps on Metamath](http://us.metamath.org/mpegif/istps.html)"}], "names" : ["istps"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wceq", "#T_cbs", "#T_cfv", "#T_cK", "#T_cJ", "#T_wceq", "#T_ctopn", "#T_cfv", "#T_cK", "#T_cK", "#T_wcel", "#T_ctps", "#T_wb", "#T_c... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Please provide a valid JSON object following this schema:
{"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": {"t... | {"code" : 1403121, "parent" : 1403, "name" : "PELANGIRAN", "latitude" : "0.21903904200007", "longitude" : "103.3438640685", "postal" : [29257], "children" : [1403121001, 1403121002, 1403121003, 1403121004, 1403121005, 1403121006, 1403121007, 1403121008, 1403121009, 1403121010, 1403121011, 1403121012, 1403121013, 140312... | 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": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty... | {"userId" : 46092, "cartId" : "7768e5c3-96f1-422d-ae0e-228afa8a7655", "preferredProducts" : [3007, 4306, 4465, 3664, 3724, 2698, 3681, 863, 1484], "productReviews" : [{"productId" : 4442, "reviewText" : "My neighbor Julisa has one of these. She works as a bartender and she says it looks crooked.", "reviewDate" : "2017-... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"_name": {"type": "string"}, "ticker": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}, "schema": {"type": "object", "properties": {"ticker.buy": {"type": "string"}, "ticker... | {"_name" : "ccex", "ticker" : {"url" : "https://c-cex.com/t/btc-usd.json", "method" : "GET", "schema" : {"ticker.buy" : "bid", "ticker.sell" : "ask", "ticker.low" : "low", "ticker.high" : "high"}}} | json_instruct | {"type": "object", "properties": {"_name": {"type": "string"}, "ticker": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}, "schema": {"type": "object", "properties": {"ticker.buy": {"type": "string"}, "ticker.sell": {"type": "string"}, "ticker.low": {"type": "string"}, "ticker.h... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "integer"}, "source": {"type": "string"}, "authorIds": {"type": "array", "items": {"type": "string"}}, "owner": {"type": "string"}, "repo": {"type": "string"}, "name": {"type": "string"}, "sh... | {"version" : 1, "source" : "github", "authorIds" : ["dkrivoruchko"], "owner" : "dkrivoruchko", "repo" : "ScreenStream", "name" : "ScreenStream", "shortDescription" : "The application allows viewing the device screen in your web browser. The main idea is to show your device screen during presentations and demos. No need... | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "source": {"type": "string"}, "authorIds": {"type": "array", "items": {"type": "string"}}, "owner": {"type": "string"}, "repo": {"type": "string"}, "name": {"type": "string"}, "shortDescription": {"type": "string"}, "longDescription": {"type": "string"},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"versionId": {"type": "string"}, "lastUpdated": {"type": "string"}}, "required": ["versionId", "lastUpdated"]},... | {"resourceType" : "CodeSystem", "id" : "FMCYesNoUnk", "meta" : {"versionId" : "1", "lastUpdated" : "2019-04-17T12:50:19.996+00:00"}, "url" : "binder_recommended_fkc", "identifier" : {"value" : "FMCYesNoUnk"}, "name" : "FMCYesNoUnk", "status" : "active", "publisher" : "FMCNA", "description" : "CodeSystem for Yes or No ... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"versionId": {"type": "string"}, "lastUpdated": {"type": "string"}}, "required": ["versionId", "lastUpdated"]}, "url": {"type": "string"}, "identifier": {"type": "object", "propertie... |
Create a JSON structure that matches this schema definition:
{"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... | [{"year" : 1986, "sex" : "F", "n" : 5, "prop" : 2.71e-06}, {"year" : 1992, "sex" : "F", "n" : 6, "prop" : 2.99e-06}, {"year" : 1994, "sex" : "F", "n" : 9, "prop" : 4.62e-06}, {"year" : 1997, "sex" : "F", "n" : 5, "prop" : 2.62e-06}, {"year" : 1999, "sex" : "F", "n" : 6, "prop" : 3.08e-06}, {"year" : 2000, "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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["Katex"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"fn_name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "outputs": {"type": "array", "items": {"type": "array", "items": ... | {"fn_name" : "sort_array", "inputs" : [[[5, 3, 2, 8, 1, 4, 11]], [[2, 22, 37, 11, 4, 1, 5, 0]], [[1, 111, 11, 11, 2, 1, 5, 0]], [[]], [[1, 2, 3, 4, 5, 6, 7, 8, 9, 0]], [[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]], [[0, 1, 2, 3, 4, 9, 8, 7, 6, 5]]], "outputs" : [[[1, 3, 8, 4, 5, 2, 11]], [[22, 4, 1, 5, 2, 11, 37, 0]], [[1, 1, 5, 11... | json_instruct | {"type": "object", "properties": {"fn_name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["fn_name",... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"typ... | {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [715.789, 262.523, 0.946212, 715.616, 362.431, 0.863223, 639.231, 356.594, 0.803933, 580.383, 230.103, 0.886995, 553.856, 85.9552, 0.899579, 789.307, 362.562, 0.741116, 842.238, 233.022, 0.900592, 851.043, 91.8197, 0.848793, 709.764, 689.184, 0.66... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"covered_percent": {"type": "number"}}, "required": ["covered_percent"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"result" : {"covered_percent" : 97.93}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"covered_percent": {"type": "number"}}, "required": ["covered_percent"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}... | {"track" : "python", "exercise" : "meltdown-mitigation", "id" : "1fd0f95f07c74dd69b3ff861fbe4e5c0", "url" : "https://exercism.org/tracks/python/exercises/meltdown-mitigation", "handle" : "pmareke", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"code": {"type": "string"}, "fieldcode": {"type": "string"}, "description": {"type": "string"}, "groupcode": {"type": "string"}, "@context": {"type": "string"}, "descriptionFull": {"type": "string"}, "notes": {"type... | {"code" : "29.200", "fieldcode" : "29", "description" : "Rectifiers. Converters. Stabilized power supply", "groupcode" : "200", "@context" : "https://isoics.org/jsonld/group.jsonld", "descriptionFull" : "Electrical engineering. Rectifiers. Converters. Stabilized power supply.", "notes" : [{"text" : "Including semicondu... | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "fieldcode": {"type": "string"}, "description": {"type": "string"}, "groupcode": {"type": "string"}, "@context": {"type": "string"}, "descriptionFull": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"text": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}... | {"name" : "hourglass-timeline", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"@skinnyjames/hourglass" : "^1.2.1", "vue" : "^2.5.16"}, "devDependencies" : {"babel-loader" : "7.1.4", ... | 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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ImageDescription": {"type": "string"}, "Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "Software": {"type": "st... | {"ImageDescription" : "", "Make" : "NIKON", "Model" : "COOLPIX S9", "Orientation" : 1, "XResolution" : 300, "YResolution" : 300, "Software" : "COOLPIX S9V1.0", "ModifyDate" : "2006:10:15 14:03:04", "YCbCrPositioning" : 2, "ExifOffset" : 230, "Compression" : 6, "ThumbnailOffset" : 31692, "ThumbnailLength" : 8475, "Expos... | json_instruct | {"type": "object", "properties": {"ImageDescription": {"type": "string"}, "Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "Software": {"type": "string"}, "ModifyDate": {"type": "string"}, "YCbCrPositioni... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, ... | [{"manufacturer" : "Sonimtech", "market_name" : "XP6", "codename" : "XP6700", "model" : "Ex-Handy 209"}, {"manufacturer" : "Sonimtech", "market_name" : "XP6", "codename" : "XP6700", "model" : "XP6700"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"aliases": {"type": "array", "items": {}}, "auth": {"type": "string"}, "blacklisted extensions": {"type": "array", "items": {"type": "string"}}, "cors": {"type": "string"}, "directory": {"type": "string"}, "expire i... | {"aliases" : [], "auth" : "", "blacklisted extensions" : [".bak", ".config", ".sql", ".fla", ".psd", ".ini", ".log", ".sh", ".inc", ".swp", ".dist"], "cors" : "*", "directory" : "", "expire internal cache" : "1 hour", "force extensions" : true, "log level" : "log", "max age" : "30 days", "origin servers" : [], "plugins... | json_instruct | {"type": "object", "properties": {"aliases": {"type": "array", "items": {}}, "auth": {"type": "string"}, "blacklisted extensions": {"type": "array", "items": {"type": "string"}}, "cors": {"type": "string"}, "directory": {"type": "string"}, "expire internal cache": {"type": "string"}, "force extensions": {"type": "boole... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"totals": {"type": "object", "properties": {"total": {"type": "number"}, "host": {"type": "number"}, "unknown": {"type": "integer"}, "nonhost_macrobial": {"type": "integer"}, "bacterial": {"type": "integer"}, "a... | {"totals" : {"total" : 1071330.0, "host" : 61905.0, "unknown" : 770426, "nonhost_macrobial" : 7316, "bacterial" : 231683, "archaeal" : 0, "viral" : 0, "nonfungal_eukaryotic" : 0, "fungal" : 0}, "proportions" : {"total" : 1.0, "host" : 0.057783316065077986, "unknown" : 0.71913042666592, "nonhost_macrobial" : 0.006828894... | json_instruct | {"type": "object", "properties": {"totals": {"type": "object", "properties": {"total": {"type": "number"}, "host": {"type": "number"}, "unknown": {"type": "integer"}, "nonhost_macrobial": {"type": "integer"}, "bacterial": {"type": "integer"}, "archaeal": {"type": "integer"}, "viral": {"type": "integer"}, "nonfungal_euk... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type":... | {"name" : "btcrecover", "description" : "An open source Bitcoin wallet password and seed recovery tool designed for the case where you already know most of your password/seed, but need assistance in trying different possible combinations.", "license" : {"key" : "gpl-2.0", "name" : "GNU General Public License v2.0", "sp... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "sourceMap": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"outFile": {"type": "string"}, "pretty": {"type": "boolean"}, "... | {"include" : ["src/**/*.ts", "index.ts"], "sourceMap" : true, "compilerOptions" : {"outFile" : "crap-8.js", "pretty" : true, "sourceMap" : true, "declaration" : false, "noImplicitAny" : true, "module" : "amd", "target" : "es2017", "lib" : ["DOM", "es2016", "es5", "es2015.core", "es2015.collection", "es2016.array.includ... | json_instruct | {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "sourceMap": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"outFile": {"type": "string"}, "pretty": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "declaration": {"type": "boolean"}, "noImpli... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"explanation": {"type": "object", "properties": {"corpora": {"type": "string"}, "debug_size": {"type": "string"}}, "required": ["corpora", "debug_size"]}, "corpora": {"type": "object", "properties": {"apollinaire": {"type": "st... | {"explanation" : {"corpora" : "Directories containing the .tei and .xml corpus files that we wish to compare. Keys to this dictionary will be used as labels for grouping the texts contained in the directory.", "debug_size" : "The debug_size is a way to limit the processing to small samples in order to debug quickly. Se... | json_instruct | {"type": "object", "properties": {"explanation": {"type": "object", "properties": {"corpora": {"type": "string"}, "debug_size": {"type": "string"}}, "required": ["corpora", "debug_size"]}, "corpora": {"type": "object", "properties": {"apollinaire": {"type": "string"}, "challe": {"type": "string"}, "critique": {"type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accessKeyId" : "aeKf2XZKva6HqeymA9P5", "secretAccessKey" : "JRXL0hw5U/i90UbkKKM7SAcwKf9z+bmkJ33FwlW1", "region" : "us-west-2"} | json_instruct | {"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "files": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "r... | {"name" : "associate", "version" : "0.0.3", "description" : "", "keywords" : [], "files" : ["src"], "author" : "Julien D\u00e9n\u00e9r\u00e9az", "repository" : "cheminfo-js/associate", "bugs" : {"url" : "https://github.com/cheminfo-js/associate/issues"}, "homepage" : "https://github.com/cheminfo-js/associate", "license... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "files": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "object", ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, ... | {"lastUpdated" : 1655019279666, "username" : "djlangton", "scores" : [{"xp" : 12694, "rank" : 119, "cardId" : 153}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i... | {"id" : 85874153, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "82ce8ed6ada6b9bc148352dffbbd665a", "wof:id" : 85874153, "wof:repo" : "whosonfirst-data-admin-ca"}, "bbox" : [-73.24594459016112, 45.30000693805023, -73.23486328119992, 45.311125165300... | 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": {"jquery.BlackAndWhite.js": {"type": "string"}, "jquery.BlackAndWhite.min.js": {"type": "string"}}, "required": ["jquery.BlackAndWhite.js", "jquery.BlackAndWhite.min.js"], "$schema": "http://json-schema.org/draft-07/s... | {"jquery.BlackAndWhite.js" : "sha256-NJy7E3sV2g2E18ux4+c7lmT4jvNj9jbBrptJm8WQcEY=", "jquery.BlackAndWhite.min.js" : "sha256-nRceLZK6R7zIJInWC1FJxFK1/zAINIIEMb53yoCucHU="} | json_instruct | {"type": "object", "properties": {"jquery.BlackAndWhite.js": {"type": "string"}, "jquery.BlackAndWhite.min.js": {"type": "string"}}, "required": ["jquery.BlackAndWhite.js", "jquery.BlackAndWhite.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string... | {"name" : "hopscotch", "assets" : [{"files" : ["css/hopscotch.css", "css/hopscotch.min.css", "img/sprite-green.png", "img/sprite-orange.png", "js/hopscotch.js", "js/hopscotch.min.js"], "version" : "0.1.3", "mainfile" : "js/hopscotch.min.js"}, {"files" : ["css/hopscotch.css", "css/hopscotch.min.css", "img/sprite-green.p... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"EmptyBox": {"type": "string"}, "AdoptMessage": {"type": "string"}, "AdoptNoGold": {"type": "string"}, "AdoptYes": {"type": "string"}, "AdoptNo": {"type": "string"}, "ChooseName": {"type": "string"}, "Adopted": {"type": "string... | {"EmptyBox" : "Soltanto una scatola vuota.", "AdoptMessage" : "Oh no, a quanto pare qualcuno ha abbandonato un {{petType}} qui! Magari potresti pagare {{adoptionPrice}} a Marnie per un controllo, cos\u00ec da adottarlo?", "AdoptNoGold" : "Purtroppo non ho i {{adoptionPrice}} richiesti per poterlo fare.", "AdoptYes" : "... | json_instruct | {"type": "object", "properties": {"EmptyBox": {"type": "string"}, "AdoptMessage": {"type": "string"}, "AdoptNoGold": {"type": "string"}, "AdoptYes": {"type": "string"}, "AdoptNo": {"type": "string"}, "ChooseName": {"type": "string"}, "Adopted": {"type": "string"}}, "required": ["EmptyBox", "AdoptMessage", "AdoptNoGold"... |
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"}, "cover": {"type": "string"}, "bu... | {"name" : "mcduck", "version" : "0.1.6", "description" : "Convert integers and string formatted integers to a properly formatted currency and back again to an integer/string formatted integer", "main" : "./build/index.js", "scripts" : {"test" : "mocha --reporter spec", "cover" : "node_modules/istanbul/lib/cli.js cover ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "cover": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "cover", "b... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"vega-lite.js": {"type": "string"}, "vega-lite.min.js": {"type": "string"}}, "required": ["vega-lite.js", "vega-lite.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vega-lite.js" : "sha256-eHdqJuLc6ReWSwkaeufpWwyMkwxozPftCIfWMam82VE=", "vega-lite.min.js" : "sha256-oQ7hETXrB0RHnVqhC40uZF349m4LanWKIVX5ArS7s+A="} | json_instruct | {"type": "object", "properties": {"vega-lite.js": {"type": "string"}, "vega-lite.min.js": {"type": "string"}}, "required": ["vega-lite.js", "vega-lite.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "chipped:block/obsidian_20"} | 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": {"name": {"type": "string"}, "nativeName": {"type": "string"}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "currenc... | {"name" : "United States Minor Outlying Islands", "nativeName" : "United States Minor Outlying Islands", "tld" : [".us"], "cca2" : "UM", "ccn3" : "581", "cca3" : "UMI", "currency" : ["USD"], "callingCode" : [""], "capital" : "", "altSpellings" : ["UM"], "relevance" : "0", "region" : "Americas", "subregion" : "Northern ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "nativeName": {"type": "string"}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "currency": {"type": "array", "items": {"type": "string"}}, "callingCode": {"type": "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"900088410": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900088411": {"type": "object", "properties... | {"900088410" : {"nama" : "TPS 1", "dapil" : [1501, 11503, 2150201]}, "900088411" : {"nama" : "TPS 2", "dapil" : [1501, 11503, 2150201]}, "900088412" : {"nama" : "TPS 3", "dapil" : [1501, 11503, 2150201]}, "900088413" : {"nama" : "TPS 4", "dapil" : [1501, 11503, 2150201]}} | json_instruct | {"type": "object", "properties": {"900088410": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900088411": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
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" : 101803641, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "fe217b3049eb61aa72a84dc648843ecc", "wof:id" : 101803641, "wof:repo" : "whosonfirst-data-admin-is"}, "bbox" : [-20.73386, 64.21762, -20.73386, 64.21762], "geometry" : {"coordina... | 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": ["... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ExperimentReactNativeClientExample", "displayName" : "ExperimentReactNativeClient Example"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"manifestVersion": {"type": "integer"}, "id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "targets": {"type": "array", "items": {"type": "object", ... | {"manifestVersion" : 1, "id" : "gl-vsts-tasks-azure", "name" : "Microsoft Azure Build and Release Tasks", "version" : "0.0.0", "publisher" : "geeklearningio", "targets" : [{"id" : "Microsoft.VisualStudio.Services"}], "description" : "Build and publish your applications on Microsoft Azure using these Build and Release M... | json_instruct | {"type": "object", "properties": {"manifestVersion": {"type": "integer"}, "id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "targets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "descri... |
Create a JSON structure that matches this schema definition:
{"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": {}... | {"directions" : ["Grease a 6-tin muffin pan with butter and cooking spray.", "Whisk eggs, milk, flour, salt, and cayenne pepper together in a small bowl until smooth. Pour batter into each muffin tin, filling to about 3/4 of the way up the sides. Sprinkle about 1 teaspoon of grated Cheddar cheese atop each popover.", "... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keyword... | {"name" : "j2-grunt-jsdoc", "version" : "1.0.9", "description" : "Grunt task to generate documentation for J2Inn projects", "main" : "Gruntfile.js", "scripts" : {"test" : "grunt"}, "keywords" : ["j2inn", "documentation", "jsdoc"], "author" : "SS Virk", "license" : "ISC", "repository" : {"type" : "git", "url" : "https:/... | 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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"en": {"type": "object", "properties": {"project": {"type": "string"}, "description": {"type": "string"}, "descriptionPlaceholder": {"type": "string"}, "process": {"type": "string"}, "processPlaceholder": {"type": "s... | {"en" : {"project" : "Project", "description" : "Description", "descriptionPlaceholder" : "Description", "process" : "Target", "processPlaceholder" : "Find from working softwares. e.g.: firefox", "notFound" : "Not found.", "add" : "Add", "added" : "Added auto tracking"}, "ja" : {"project" : "\u30d7\u30ed\u30b8\u30a7\u3... | json_instruct | {"type": "object", "properties": {"en": {"type": "object", "properties": {"project": {"type": "string"}, "description": {"type": "string"}, "descriptionPlaceholder": {"type": "string"}, "process": {"type": "string"}, "processPlaceholder": {"type": "string"}, "notFound": {"type": "string"}, "add": {"type": "string"}, "a... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "st... | {"name" : "reactNativeStarterEthereum", "version" : "0.0.1", "private" : false, "author" : "viktor-tsybulko", "description" : "React Native App Starter with ethereum for Android and iOS", "license" : "MIT", "homepage" : "https://www.facebook.com/walter.matvin", "repository" : {"type" : "git", "url" : "https://github.co... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
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"}}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "repositor... | {"name" : "@compiled/react", "version" : "0.8.0", "description" : "A familiar and performant compile time CSS-in-JS library for React.", "keywords" : ["compiled", "css-in-js", "styled-components", "emotion-js", "typescript"], "homepage" : "https://compiledcssinjs.com", "bugs" : "https://github.com/atlassian-labs/compil... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"... | {"id" : 545, "title" : "Shave and a Haircut", "points" : 10, "description" : "Visit a Barber Shop and get your hair cut.", "rewardItems" : [], "icon" : "inv_misc_comb_02", "criteria" : [{"id" : 2341, "description" : "Visit a barbershop and pay for using their services.", "orderIndex" : 1, "max" : 1}], "accountWide" : f... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/... | [{"year" : 1918, "sex" : "F", "n" : 8, "prop" : 6.65e-06}, {"year" : 1919, "sex" : "F", "n" : 5, "prop" : 4.26e-06}, {"year" : 1920, "sex" : "F", "n" : 8, "prop" : 6.43e-06}, {"year" : 1921, "sex" : "F", "n" : 6, "prop" : 4.69e-06}, {"year" : 1922, "sex" : "F", "n" : 7, "prop" : 5.61e-06}, {"year" : 1926, "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 251}, "AGE_AT_FIRST_D... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.