input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.jquery.js": {"type": "string"}, "survey.jquery.min.js": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.css", "survey.jquery.js", "survey.jq... | {"survey.css" : "sha512-a2otJtLYhxhFFamHEenv+wcqP8UhEeTHJmJFIms3hl7+NEI1nrkgU09fgqZeQhPKfeSvl6SWVl/0D19bIgDryQ==", "survey.jquery.js" : "sha512-jntrg1KQm8d6xmTz0XgkXnJMe5wDB0Lrjw2WIBbivvMIUkFFAmTZYwS5JAb/gErHU/2TyMV5ibJRn54uxGbXng==", "survey.jquery.min.js" : "sha512-v520HSdDEenYrX54+fLSUB8TrLIbM52H84Nzu49EVgKGjOVvT1X5... | json_instruct | {"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.jquery.js": {"type": "string"}, "survey.jquery.min.js": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.css", "survey.jquery.js", "survey.jquery.min.js", "survey.min.css"], "$schema": "http://json-schema.org/draf... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp":... | {"probe_id" : 24120, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 198161, "resolver_net" : "5.1.56.0/21", "ipv4_tcp" : true, "internal" : "5.1.56.130", "ipv6_cap" : true}, {"ipv6_tcp" : true, "resolver_asn" : 198161, "resolver_net" : "5.1.56.0/21", "ipv4_tcp" : true, "internal" : "5.1.56.16", "ipv6_cap" : true}]... | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_ca... |
Create an example JSON object that satisfies 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" : 404415633, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "1968fbc4c1874bf8f3d89a6e3825b3f1", "wof:id" : 404415633, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.17697145218764, 45.57374154643809, 6.24050458059071, 45.61155606733408... | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Sam Dods": {"ty... | {"name" : "DZLPageView", "version" : "1.0.0", "summary" : "An infinite looping page view", "homepage" : "https://github.com/samdods/DZLPageView", "license" : "MIT", "authors" : {"Sam Dods" : "dods.sam@gmail.com"}, "platforms" : {"ios" : "6.0"}, "source" : {"git" : "https://github.com/samdods/DZLPageView.git", "tag" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Sam Dods": {"type": "string"}}, "required": ["Sam Dods"]}, "platforms": {"type": "objec... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"duration": {"type": "number"}, "input_args": {"type": "object", "properties": {"n": {"type": "string"}}, "required": ["n"]}}, "required": ["duration", "input_args"], "$schema": "http://json-schema.org/draft-07/schema... | {"duration" : 68.12067794799805, "input_args" : {"n" : "41"}} | json_instruct | {"type": "object", "properties": {"duration": {"type": "number"}, "input_args": {"type": "object", "properties": {"n": {"type": "string"}}, "required": ["n"]}}, "required": ["duration", "input_args"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"1005": {"type": "object", "properties": {"Price": {"type": "integer"}, "Name": {"type": "string"}, "Qn": {"type": "integer"}}, "required": ["Price", "Name", "Qn"]}, "1004": {"type": "object", "properties": {"Pr... | {"1005" : {"Price" : 650, "Name" : "Blueberry Cake", "Qn" : 3}, "1004" : {"Price" : 550, "Name" : "Chocolate Cake", "Qn" : 6}, "1003" : {"Price" : 2, "Name" : "Candy", "Qn" : 920}, "1002" : {"Price" : 20, "Name" : "Bar-One", "Qn" : 90}, "1001" : {"Price" : 10, "Name" : "5 Star", "Qn" : 188}} | json_instruct | {"type": "object", "properties": {"1005": {"type": "object", "properties": {"Price": {"type": "integer"}, "Name": {"type": "string"}, "Qn": {"type": "integer"}}, "required": ["Price", "Name", "Qn"]}, "1004": {"type": "object", "properties": {"Price": {"type": "integer"}, "Name": {"type": "string"}, "Qn": {"type": "inte... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "versionFriendly": {"type": "string"}, "versionSp": {"type": "string"}, "appID": {"type": "string"}}, "required": ["version", "versionFriendly", "versionSp", "appID"], "$schema":... | {"version" : "3.4.1.13", "versionFriendly" : "3.4.1", "versionSp" : "", "appID" : "80db0980-33f3-49e1-ad8a-7d27068cdd1d"} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "versionFriendly": {"type": "string"}, "versionSp": {"type": "string"}, "appID": {"type": "string"}}, "required": ["version", "versionFriendly", "versionSp", "appID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"labelAnnotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}... | {"responses" : [{"labelAnnotations" : [{"mid" : "/m/01x5q", "description" : "Ceramic", "score" : 0.71203768, "topicality" : 0.71203768}, {"mid" : "/m/0jjw", "description" : "Art", "score" : 0.67725492, "topicality" : 0.67725492}, {"mid" : "/m/03nfmq", "description" : "Architecture", "score" : 0.65451187, "topicality" :... | json_instruct | {"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"labelAnnotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "requ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"aggregated": {"type": "object", "properties": {"registeredUsers": {"type": "integer"}, "appOpens": {"type": "integer"}}, ... | {"success" : true, "code" : "SUCCESS", "data" : {"aggregated" : {"registeredUsers" : 177747, "appOpens" : 0}, "usersByDevice" : [{"brand" : "Xiaomi", "count" : 43505, "percentage" : 0.24475799872852988}, {"brand" : "Samsung", "count" : 35417, "percentage" : 0.19925512104283055}, {"brand" : "Vivo", "count" : 23567, "per... | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"aggregated": {"type": "object", "properties": {"registeredUsers": {"type": "integer"}, "appOpens": {"type": "integer"}}, "required": ["registeredUsers", "appOpens"]}, "usersByDevice":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ignore" : ["src/commands/meme/memes.json"]} | json_instruct | {"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["ignore"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"ty... | {"lastUpdated" : 1646912361133, "username" : "outertale2267", "scores" : [{"xp" : 10532, "rank" : 500, "cardId" : 221}]} | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}, "external": {"type": "boolean"}}, "required": ["text", "url", "external"]}}}, "required": ["items"], "... | {"items" : [{"text" : "Accueil", "url" : "/", "external" : false}, {"text" : "J'attends l'printemps", "url" : "/j-attends-l-printemps/index.html", "external" : false}, {"text" : "Nouvelles", "url" : "/archive/index.html", "external" : false}, {"text" : "Contact", "url" : "/contact/index.html", "external" : false}]} | json_instruct | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}, "external": {"type": "boolean"}}, "required": ["text", "url", "external"]}}}, "required": ["items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array"... | {"directions" : ["Whisk together the beef stock, heavy cream, flour, soy sauce, black pepper, and rosemary in a large saucepan until smooth. Cook and stir over low heat until thickened, about 10 minutes, stirring occasionally. Stir in the meatballs, and continue cooking until meatballs are heated through, about 5 more ... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": ... | {"PRODUCT_NAME" : "Yoghurt", "MANUFACTURER" : "Goateez Dairies", "BRANDNAME" : "Goateez", "WEIGHT" : "500ml"} | json_instruct | {"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3518070002", "district_id" : "3518070", "name" : "SINGKAL ANYAR"} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "string"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http:... | {"assessment" : [{"name" : "Submission of placement documentation", "weight" : "Non graded compulsory component"}, {"name" : "Student Practice Evaluation Form - Revised Edition", "weight" : "Final evaluation Non graded pass/fail"}, {"name" : "Influences on decision-making in practice", "weight" : "Non-graded pass/fail"... | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "string"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/purple_stucco"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string... | {"key" : "D#", "suffix" : "m7b5/G", "positions" : [{"frets" : "301222", "fingers" : "301224", "barres" : "2", "capo" : "true"}, {"frets" : "xabbab", "fingers" : "012314", "barres" : "10", "capo" : "true"}, {"frets" : "xa7879", "fingers" : "041213", "barres" : "7", "capo" : "true"}, {"frets" : "fgxege", "fingers" : "230... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "ba... |
Generate sample JSON data that conforms to the following 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":... | {"id" : 54082269, "ot" : 3, "alias" : 0, "setcode" : 51, "type" : 8225, "atk" : 3000, "def" : 3000, "level" : 10, "race" : 512, "attribute" : 32, "category" : 67112962, "name" : "Blackwing Full Armor Master", "desc" : "1 \"Blackwing\" Tuner + 1+ non-Tuner monsters\nUnaffected by other cards' effects. Each time a monste... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json... | [{"name" : "DERRIK", "frequency" : 2064, "males" : "100.0 %", "females" : "0.0 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": "strin... | {"name" : "detection-2016-nipsws", "description" : "Hierarchical Object Detection with Deep Reinforcement Learning", "license" : {"key" : "mit", "name" : "MIT License", "spdx_id" : "MIT", "url" : "https://api.github.com/licenses/mit"}, "starNum" : 301, "folkNum" : 99, "watchNum" : 301, "topic" : ["deep-learning", "deep... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "attr": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "content": {"type": "string"}}, "required": ["name", "content"]}}}, "required": ["title", "attr"], "$... | {"title" : "margin-top, margin-right, margin-bottom, margin-left", "attr" : [{"name" : "Values", "content" : "<length> | <percentage> | auto"}, {"name" : "Initial value", "content" : "0"}, {"name" : "Applies to", "content" : "All elements"}, {"name" : "Percentages", "content" : "Refer to the width of the containing blo... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "attr": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "content": {"type": "string"}}, "required": ["name", "content"]}}}, "required": ["title", "attr"], "$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"}, "module": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "descrip... | {"name" : "@ember/-internals", "version" : "0.0.0", "description" : "Internal APIs shared by Ember packages. Warning: this package does not follow SemVer and is subject to break at any time!", "main" : "./index.js", "module" : "./index.js", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "module", "license"], "$schema": "http://json-s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "urocyst", "definition" : "The urinary bladder."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "subunit_to_unit": {"type": "integer"}, "symbol_first": {"type": "boolean"}, "decimal_mark": {"type": "string"}, "thousands_separa... | {"code" : "LSK", "name" : "Lisk", "symbol" : "\u2c60", "subunit_to_unit" : 100000000, "symbol_first" : true, "decimal_mark" : ".", "thousands_separator" : ",", "smallest_denomination" : 1} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "subunit_to_unit": {"type": "integer"}, "symbol_first": {"type": "boolean"}, "decimal_mark": {"type": "string"}, "thousands_separator": {"type": "string"}, "smallest_denomination": {"type": "integer"}... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "strin... | {"schema_version" : "1.2.0", "id" : "GHSA-j5vw-526q-m7h7", "modified" : "2022-05-01T18:04:23Z", "published" : "2022-05-01T18:04:23Z", "aliases" : ["CVE-2007-2523"], "details" : "CA Anti-Virus for the Enterprise r8 and Threat Manager r8 before 20070510 use weak permissions (NULL security descriptor) for the Task Service... | 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... |
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#"}
| [["140822101200", "\u901a\u5316\u4e00\u6751\u59d4\u4f1a", "121", "0"], ["140822101201", "\u901a\u5316\u4e8c\u6751\u59d4\u4f1a", "121", "0"], ["140822101202", "\u901a\u5316\u4e09\u6751\u59d4\u4f1a", "121", "0"], ["140822101203", "\u4e1c\u6bcb\u5e84\u6751\u59d4\u4f1a", "121", "0"], ["140822101204", "\u897f\u6bcb\u5e84\u6... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "priority": {"type": "integer"}, "description": {"type": "string"}, "moduleTypes": {"type": "object", "properties": {"types": {"type": "array", "items": {"type": "string"}}}, "required": ["... | {"name" : "Foobar", "priority" : 0, "description" : "asdasdsadas", "moduleTypes" : {"types" : ["shipping"]}, "conditions" : [{"type" : "orContainer", "position" : 0, "children" : [{"type" : "andContainer", "position" : 0, "children" : [{"type" : "paymentMethod", "value" : {"operator" : "=", "paymentMethodIds" : []}, "p... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "priority": {"type": "integer"}, "description": {"type": "string"}, "moduleTypes": {"type": "object", "properties": {"types": {"type": "array", "items": {"type": "string"}}}, "required": ["types"]}, "conditions": {"type": "array", "items": {"type": "object",... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "ccd6b1f15517a24f6ef10cacb41dfaa0e43fbda0"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type... | {"id" : 36560, "info" : {"name" : "CK - T3.dk cleanup", "description" : "ComKat 2010 - T3.dk cleanup\r\n\r\nFjerner annoncer.\r\n\r\nKommentar hvis du har forslag til flere \u00e6ndringer der kunne v\u00e6re godt at have med =)\r\n\r\n* Der kommer snart billeder F\u00f8r-Efter til denne style...\r\n\r\nChangelog:\r\n20... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "ref": {"type": "string"}}, "required": ["type", "name", "ref"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "user", "name" : "Bob", "ref" : "u-Bob"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "ref": {"type": "string"}}, "required": ["type", "name", "ref"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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/... | {"cam/image_array" : "7395_cam-image_array_.jpg", "user/angle" : 0.034, "user/throttle" : 0.662, "user/mode" : "user", "pos/pos_x" : 77.5462, "pos/pos_y" : 0.5562494, "pos/pos_z" : 56.29073, "pos/speed" : 9.84696, "pos/cte" : 0.3586416, "milliseconds" : 394476} | 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": "object", "properties": {"dependencies": {"type": "object", "properties": {"jsonwebtoken": {"type": "string"}, "jwk-to-pem": {"type": "string"}}, "required": ["jsonwebtoken", "jwk-to-pem"]}}, "required": ["dependencies"], "$schema": "http://... | {"dependencies" : {"jsonwebtoken" : "^8.3.0", "jwk-to-pem" : "^2.0.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"jsonwebtoken": {"type": "string"}, "jwk-to-pem": {"type": "string"}}, "required": ["jsonwebtoken", "jwk-to-pem"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "is... | {"contract" : "0x5d5673d4e75e4f1a0a51ebb7bdf97491fc745224", "tool" : "mythril", "start" : 1563572127.184739, "end" : 1563572131.651698, "duration" : 4.466958999633789, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "visual_studio_name": {"type": "string"}, "disable_game_projects": {"type": "boolean"}, "platforms": {"type": "array", "items": {"type": "string"}}, "modules": {"type": "array", "items": {"typ... | {"description" : "Standalone RPE for testing", "visual_studio_name" : "RPE", "disable_game_projects" : true, "platforms" : ["win", "darwin", "linux"], "modules" : ["ReflectedPropertyEditorStandalone"]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "visual_studio_name": {"type": "string"}, "disable_game_projects": {"type": "boolean"}, "platforms": {"type": "array", "items": {"type": "string"}}, "modules": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "visual_studio... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"t... | {"name" : "test_edit_contacts", "status" : "passed", "steps" : [{"name" : "Given a non-empty contact list", "status" : "passed", "start" : 1600124664671, "stop" : 1600124664884}, {"name" : "Given a random contact from the list", "status" : "passed", "start" : 1600124664884, "stop" : 1600124664884}, {"name" : "Given a c... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id":... | {"geometry" : {"type" : "Point", "coordinates" : [-71.73, 42.05]}, "type" : "Feature", "id" : "01516", "properties" : {"other_cities" : "East Douglas", "city" : "Douglas", "state" : "MA", "county" : "Worcester County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
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": {"start": {"type": "string"}, "test": {"type": "string"}}, "r... | {"name" : "line_notifier", "version" : "0.0.1", "description" : "Notify a message to LineBot", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "echo \"no test specified\""}, "repository" : {"type" : "git", "url" : "git+https://github.com/tutertlob/rny-1.git"}, "keywords" : ["Line"], "author" : "no... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "objec... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": ... | {"n_dim" : 13, "n_trials" : 130, "objective" : "styblinski_tang_on_cube", "white" : "bobyqa_noise", "black" : "dlib", "traceback" : ["passing", "passing"], "best_val" : [0.09608336140485996, 0.20431215478981857], "best_x" : [[0.5648801975125676, 0.5644271004027415, 0.5647108366188702, 0.5645200311602565, 0.565293724602... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"tags_urls_list": {"type": "array", "items": {"type": "object", "properties": {"tag": {"type": "string"}, "cid": {"type": "integer"}}, "required": ["tag", "cid"]}}}, "required": ["tags_urls_list"], "$schema": "http://json-sc... | {"tags_urls_list" : [{"tag" : "\u6469\u6258\u8f66", "cid" : 1564074336077826}, {"tag" : "\u81ea\u884c\u8f66", "cid" : 1554034322063361}, {"tag" : "\u706b\u8f66", "cid" : 1586406624188430}, {"tag" : "\u7f06\u8f66", "cid" : 1565085006278658}, {"tag" : "\u6e38\u8247", "cid" : 1555125456491522}, {"tag" : "\u6e38\u8f6e", "c... | json_instruct | {"type": "object", "properties": {"tags_urls_list": {"type": "array", "items": {"type": "object", "properties": {"tag": {"type": "string"}, "cid": {"type": "integer"}}, "required": ["tag", "cid"]}}}, "required": ["tags_urls_list"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schem... | [{"name" : "ANGEL GUARDA", "frequency" : 44, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "na... | [{"id" : 542656801, "name" : "Ta Dika Mas Laika (Mia Mikri Sto Sakramento)", "dt" : 192840, "ar" : {"id" : 13464088, "name" : "Aggelos Panagakis"}, "al" : {"id" : 37811883, "name" : "Ta Dika Mas Laika (Mia Mikri Sto Sakramento)", "picUrl" : "https://p1.music.126.net/HCbWR_MJJjR6SVRoUFnelA==/109951163170495613.jpg"}}] | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["alauda", "alp-auth", "alp-config", "alp-dev", "alp-errors-browser", "alp-errors-node", "alp-language", "alp-limosa", "alp-listen", "alp-migrations", "alp-node", "alp-react-redux", "alp-translate", "alp-websocket", "fody", "fody-redux-app", "ibex", "komet", "liwi", "nightingale", "nightingale-ansi-formatter", "nightin... | 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": {"ecmaFeatures": {"type": "object", "properties": {"impliedStrict": {"type": "boolean"}}, "required": ["impliedStrict"]}, "ecmaVersion": {"type": "integer"}, "env": {"type": "object", "properties": {"node": {"type": "boolean"... | {"ecmaFeatures" : {"impliedStrict" : true}, "ecmaVersion" : 8, "env" : {"node" : true}, "extends" : "eslint:all"} | json_instruct | {"type": "object", "properties": {"ecmaFeatures": {"type": "object", "properties": {"impliedStrict": {"type": "boolean"}}, "required": ["impliedStrict"]}, "ecmaVersion": {"type": "integer"}, "env": {"type": "object", "properties": {"node": {"type": "boolean"}}, "required": ["node"]}, "extends": {"type": "string"}}, "re... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"index": {"type": "string"}, "class": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}, "subclass": {"type": "object", ... | {"index" : "cutting-words", "class" : {"index" : "bard", "name" : "Bard", "url" : "/api/classes/bard"}, "subclass" : {"index" : "lore", "name" : "Lore", "url" : "/api/subclasses/lore"}, "name" : "Cutting Words", "level" : 3, "prerequisites" : [], "desc" : ["Also at 3rd level, you learn how to use your wit to distract, ... | json_instruct | {"type": "object", "properties": {"index": {"type": "string"}, "class": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}, "subclass": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "bump-version": {"type": "string... | {"name" : "golist-api-service", "version" : "0.12.0", "description" : "Quickly browse a list of links and files with one simple URL", "scripts" : {"start" : "PORT=8080 node ./bin/www", "dev" : "nodemon ./bin/www", "bump-version" : "npm version minor -m 'bump version to %s for deployment'", "deploy" : "npm run bump-vers... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "bump-version": {"type": "string"}, "deploy": {"type": "string"}, "deploy-current": {"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" : "croparia:block/air_block"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["section", "title", "url"]}}}, "required": ["items"], "$sc... | {"items" : [{"section" : "Packages / Laravel Castable DTO", "title" : "Casts json objects as data transfer objects", "url" : "/laravel-playground/packages-laravel-castable-data-transfer-object-laravel-castable-data-transfer-object/casts-json-objects-as-data-transfer-objects.html"}]} | json_instruct | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["section", "title", "url"]}}}, "required": ["items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"axes": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "centroid": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "part_id": {"type": "integer"}, "scales": {... | {"axes" : [[0.8061887621879578, -0.5916519165039062, 0.0027786821592599154], [-0.04261211305856705, -0.06274649500846863, -0.9971193671226501], [0.5901219248771667, 0.8037480115890503, -0.07579705119132996]], "centroid" : [[-1.2093877792358398], [0.5666266083717346], [6.572592258453369]], "part_id" : 1, "scales" : [[1.... | json_instruct | {"type": "object", "properties": {"axes": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "centroid": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "part_id": {"type": "integer"}, "scales": {"type": "array", "items": {"type": "array", "items": {"type": "number"}... |
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"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "st... | {"name" : "cc-tweaked-type-definitions", "version" : "1.0.0", "description" : "TypeScript definitions for CC: Tweaked with TypeScript to Lua transpilation", "main" : "declarations/index.d.ts", "types" : "declarations/index.d.ts", "scripts" : {"lint" : "eslint .", "typecheck" : "tsc", "test" : "echo \"Error: no test spe... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "typecheck": {"type": "string"}, "test": {"type": "string"}}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"mdb_source_id": {"type": "integer"}, "data_type": {"type": "string"}, "provider": {"type": "string"}, "location": {"type": "object", "properties": {"country_code": {"type": "string"}, "subdivision_name": {"type": "string"}, "m... | {"mdb_source_id" : 818, "data_type" : "gtfs", "provider" : "Stark Area Regional Transit Authority (SARTA)", "location" : {"country_code" : "US", "subdivision_name" : "Ohio", "municipality" : "Canton", "bounding_box" : {"minimum_latitude" : 40.720235, "maximum_latitude" : 41.513986, "minimum_longitude" : -81.696054, "ma... | json_instruct | {"type": "object", "properties": {"mdb_source_id": {"type": "integer"}, "data_type": {"type": "string"}, "provider": {"type": "string"}, "location": {"type": "object", "properties": {"country_code": {"type": "string"}, "subdivision_name": {"type": "string"}, "municipality": {"type": "string"}, "bounding_box": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "preferGlobal": {"type": "... | {"name" : "json2geojson", "version" : "1.1.0", "description" : "Simple wrapper around npm's geojson module for quick-and-dirty data conversion.", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "preferGlobal" : true, "bin" : {"json2geojson" : "./bin/index.js"}, "author" : {"name" : "Michele Ferret... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "preferGlobal": {"type": "boolean"}, "bin": {"type": "object", "properties": {"json2geojson": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "e2452e14c579e7fe54adaea2def1dc6bf59c69c8"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "requ... | {"name" : "@fms-cat/chroma-shader", "description" : "yes chroma is my most favorite sound voltex", "version" : "0.1.1", "main" : "dist/index.min.js", "author" : {"name" : "FMS-Cat", "url" : "https://github.com/FMS-Cat"}, "license" : "MIT", "private" : false, "files" : ["dist", "types", "LICENSE", "package.json", "READM... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "pr... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "360121103001", "text" : "\u67d8\u6797\u8857\u5c45\u59d4\u4f1a"}, {"id" : "360121103002", "text" : "\u65b0\u8054\u8857\u5c45\u59d4\u4f1a"}, {"id" : "360121103200", "text" : "\u5858\u5357\u6751\u59d4\u4f1a"}, {"id" : "360121103201", "text" : "\u7530\u4e07\u6751\u59d4\u4f1a"}, {"id" : "360121103202", "text" : "\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "7103100001", "nama" : "LENGANENG"}, {"id" : "7103100002", "nama" : "TAROLANG"}, {"id" : "7103100003", "nama" : "TOLA"}, {"id" : "7103100004", "nama" : "BOWONGKULU"}, {"id" : "7103100005", "nama" : "PETTA"}, {"id" : "7103100006", "nama" : "BENGKETANG"}, {"id" : "7103100007", "nama" : "KALURAE"}, {"id" : "71031... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "WHRB - Harvard Radio Broadcasting", "src" : "http://stream.whrb.org:8000/whrb-he-aac?t=1526292685"}, {"name" : "WMBR MIT", "src" : "http://headphones.mit.edu:8000/lo?t=1526292687"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "ch... | {"code" : 3318030, "parent" : 3318, "name" : "TAMBAKROMO", "latitude" : "-6.9059036199944", "longitude" : "111.04710296292", "postal" : [59174], "children" : [3318030001, 3318030002, 3318030003, 3318030004, 3318030005, 3318030006, 3318030007, 3318030008, 3318030009, 3318030010, 3318030011, 3318030012, 3318030013, 33180... | 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": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"can.all.js": {"type": "string"}, "can.all.min.js": {"type": "string"}, "can.js": {"type": "string"}, "can.min.js": {"type": "string"}, "core.js": {"type": "string"}, "core.min.js": {"type": "string"}, "ecosystem.js"... | {"can.all.js" : "sha512-Ers1opKTiP60WGUeK9C/nqd4S8LQLIPeS65DOnShO8wjg+nHPWHiO5LS2/nRhw1c/eZlcgQcVW6nv5ozR6lMAw==", "can.all.min.js" : "sha512-oG3eqOckLfbNcOC9VpDHYOjxLR0yCPDEMqS46NR4PB4AsNPKLnjS+xqQTHx5yv15jIa/j5ZwC40U0421R8F2rQ==", "can.js" : "sha512-YbaDjZXifjM8OZ8p7mYdUT+1fNPNeIIYSS/txWb59RwRYEJvygO4M2XdM0mwbG3BqD2J... | json_instruct | {"type": "object", "properties": {"can.all.js": {"type": "string"}, "can.all.min.js": {"type": "string"}, "can.js": {"type": "string"}, "can.min.js": {"type": "string"}, "core.js": {"type": "string"}, "core.min.js": {"type": "string"}, "ecosystem.js": {"type": "string"}, "ecosystem.min.js": {"type": "string"}, "everyth... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "results": {"type": "object", "properties": {"psnr": {"type": "array", "items": {"type": "number"}}, "ms-ssim": {"type": "array", "items": {"type": "numbe... | {"name" : "cheng2020-anchor", "description" : "Inference (ans)", "results" : {"psnr" : [25.790027400394337, 26.652088645482166, 27.852512638182077, 28.808875855181114, 30.099083167746326, 30.93391586729822], "ms-ssim" : [0.9414552773038546, 0.9601853465040525, 0.9739863326152166, 0.9821589067578316, 0.987865482767423, ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "results": {"type": "object", "properties": {"psnr": {"type": "array", "items": {"type": "number"}}, "ms-ssim": {"type": "array", "items": {"type": "number"}}, "bpp": {"type": "array", "items": {"type": "number"}}, "encodin... |
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-7645-rq2j-w93j", "modified" : "2022-05-13T01:04:36Z", "published" : "2022-05-13T01:04:36Z", "aliases" : ["CVE-2018-11069"], "details" : "RSA BSAFE SSL-J versions prior to 6.2.4 contain a Covert Timing Channel vulnerability during RSA decryption, also known as a Bleichenbacher a... | 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": {"type": "object", "properti... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://jso... | {"index" : 739, "redacted" : false, "hash" : 3807643344, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "Chanc\u00e9", "dpt" : "Ille-et-Vilaine", "inscrits" : 216, "abs" : 29, "votants" : 187, "blancs" : 14, "nuls" : 5, "exp" : 168, "res" : [{"panneau" : "1", "voix" : 123}, {"panneau" : "2", "voix" : 45}]} | 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"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"auth": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "build-depends": {"type": "array", "items": {}}, "depends": {"type": "array", "items": {}}, "description": {"type": "strin... | {"auth" : "zef:lizmat", "authors" : ["Robert Lemmen", "Elizabeth Mattijsen"], "build-depends" : [], "depends" : [], "description" : "Concurrent and async cache implementation", "license" : "Artistic-2.0", "name" : "Cache::Async", "perl" : "6.d", "provides" : {"Cache::Async" : "lib/Cache/Async.rakumod"}, "resources" : [... | json_instruct | {"type": "object", "properties": {"auth": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "build-depends": {"type": "array", "items": {}}, "depends": {"type": "array", "items": {}}, "description": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "perl": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "object", "properties": {"typewriter": {"type": "object", "properties": {"speed": {"type": "number"}, "speedUp": {"type": "number"}}, "required": ["speed", "speedUp"]}, "say": {"ty... | {"scripts" : [{"typewriter" : {"speed" : 0.05, "speedUp" : 0.01}, "say" : "\u4e0e\u957f\u6625\u4e00\u8d77\u6253\u626b\u4e86\u6307\u6325\u5ba4\uff0c\u53d1\u73b0\u4e86\u3010\u56db\u661f\u88c5\u5907\u8bbe\u8ba1\u56fe\u7eb8*3\u3011"}], "id" : "DAFUWENGEVENT6-1", "mode" : 2, "once" : true, "fadein" : 1.5} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "object", "properties": {"typewriter": {"type": "object", "properties": {"speed": {"type": "number"}, "speedUp": {"type": "number"}}, "required": ["speed", "speedUp"]}, "say": {"type": "string"}}, "required": ["typewriter", "say"]}}, "id":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "popul... | {"type" : "Feature", "properties" : {"name" : "Winchester city", "fips" : "51840", "state_code" : 51, "county_code" : 840, "population" : 28078, "countrylevel_id" : "fips:51840", "census_data" : {"COUNTYNS" : "01789077", "AFFGEOID" : "0500000US51840", "LSAD" : "25", "ALAND" : 23809490, "AWATER" : 54462}}, "geometry" : ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_d... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "title": {"type": "string"}, "index": {"type": "string"}, "difficulty": {"type": "string"}, "language": {"type": "string"}}, "required": ["id", "category",... | {"id" : 8, "category" : "custom", "title" : "\u591a\u91cd\u6392\u5e8f", "index" : "multiple-sort", "difficulty" : "easy", "language" : "ts"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "title": {"type": "string"}, "index": {"type": "string"}, "difficulty": {"type": "string"}, "language": {"type": "string"}}, "required": ["id", "category", "title", "index", "difficulty", "language"], "$schema": "http://json-sc... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": ... | {"image_name" : "lesion3943.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 1.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "376.0,325.0,381.0,317.0,382.0,306.0,383.0,295.0,380.0,284.0,375.0,278.0,369.0,275.0,360.0,276.... | json_instruct | {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"regio... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_c... | {"station" : [{"pref_cd" : 16, "line_cd" : 11416, "line_name" : "JR\u9ad8\u5c71\u672c\u7dda", "station_cd" : 1141642, "station_g_cd" : 1141642, "station_name" : "\u901f\u661f", "lon" : 137.160428, "lat" : 36.664135}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"source": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "includePattern": {"type": "string"}, "excludePattern": {"type": "string"}}, "required": ["include", "includePattern", "e... | {"source" : {"include" : ["src"], "includePattern" : ".+\\.js(doc)?$", "excludePattern" : ".+\\.spec\\.js$"}, "opts" : {"template" : "node_modules/jsdoc-sphinx/template", "encoding" : "utf8", "destination" : "./docs/", "recurse" : true, "package" : "bower.json"}} | json_instruct | {"type": "object", "properties": {"source": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "includePattern": {"type": "string"}, "excludePattern": {"type": "string"}}, "required": ["include", "includePattern", "excludePattern"]}, "opts": {"type": "object", "properties": {"t... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["n... | {"name" : "amj", "methods" : [{"name" : "<init>", "descriptor" : "(ILcom/mojang/datafixers/schemas/Schema;)V"}, {"name" : "registerEntities", "descriptor" : "(Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map;"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "methods"], "$schema": "http://json-schema.org/draft-07/schema#... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "San Lorenzo Ruiz I, Dasmarias, Cavite, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.cavite.dasmarias.san-lorenzo-ruiz-i", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id"... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "o... | {"name" : "@apinasaari-slackbots/meme-generator-common", "version" : "1.0.0", "description" : "Meme generator slackbot - Common", "author" : "penny-five", "license" : "MIT", "private" : true, "dependencies" : {"@types/mime-types" : "2.1.0"}, "peerDependencies" : {"@google-cloud/storage" : "~5.7.0", "class-transformer" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@types/mime-types": {"type": "string"}}, "requir... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename"... | [{"manufacturer" : "Acer", "market_name" : "A1-734", "codename" : "acer_barricade", "model" : "A1-734"}] | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "stri... | [{"address_components" : [{"long_name" : "Nall\u0131han", "short_name" : "Nall\u0131han", "types" : ["locality", "political"]}, {"long_name" : "Nall\u0131han", "short_name" : "Nall\u0131han", "types" : ["administrative_area_level_2", "political"]}, {"long_name" : "Ankara", "short_name" : "Ankara", "types" : ["administr... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"action": {"type": "string"}, "payload": {"type": "object", "properties": {"web_hook_id": {"type": "integer"}, "endpoint_url": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "name": {"type... | {"action" : "ping", "payload" : {"web_hook_id" : 4003110002, "endpoint_url" : "https://greenhouse-to-slack.herokuapp.com/application_updated/", "created_at" : "2019-06-20T17:08:12Z", "updated_at" : "2019-06-20T17:08:12Z", "name" : "application_updated", "event" : "Application Updated", "active" : true, "content-type" :... | json_instruct | {"type": "object", "properties": {"action": {"type": "string"}, "payload": {"type": "object", "properties": {"web_hook_id": {"type": "integer"}, "endpoint_url": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "name": {"type": "string"}, "event": {"type": "string"}, "active": {"ty... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K00830": {"type": "string"}}, "required": ["K00830"]}, "name": {"type": "str... | [{"comment" : "", "definition" : "L-Serine + Pyruvate <=> Hydroxypyruvate + L-Alanine", "orthologs" : {"K00830" : "alanine-glyoxylate transaminase / serine-glyoxylate transaminase / serine-pyruvate transaminase [EC:2.6.1.44 2.6.1.45 2.6.1.51]"}, "name" : "L-Serine:pyruvate aminotransferase", "product_stoichiometries" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K00830": {"type": "string"}}, "required": ["K00830"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"jquery.observable.js": {"type": "string"}, "jquery.observable.min.js": {"type": "string"}, "jquery.views.js": {"type": "string"}, "jquery.views.min.js": {"type": "string"}, "jsrender.js": {"type": "string"}, ... | {"jquery.observable.js" : "sha256-oJUI8/RtMNtYPLgtpSqnwxJGunL3XHW7LuYRbgc7neE=", "jquery.observable.min.js" : "sha256-88zkoWe9RfOQSLNenWpYC8PCbChA2pGxHy4z2hB5xPY=", "jquery.views.js" : "sha256-hdaAWsEr3eWKz34UpX5uwgdliqowbnue24NKMbOaMSE=", "jquery.views.min.js" : "sha256-CPbQ6gfTJ4uVan7Ad1mgGkS+H8aGAU5z5UNBeLhyrZY=", "... | json_instruct | {"type": "object", "properties": {"jquery.observable.js": {"type": "string"}, "jquery.observable.min.js": {"type": "string"}, "jquery.views.js": {"type": "string"}, "jquery.views.min.js": {"type": "string"}, "jsrender.js": {"type": "string"}, "jsrender.min.js": {"type": "string"}, "jsviews.js": {"type": "string"}, "jsv... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01019719": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "st... | {"type" : "Topology", "objects" : {"E01019719" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00099771", "LAD11CD" : "E07000037"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01019719": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"new_version" : "0.11.2"} | json_instruct | {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "... | {"name" : "Adekunle Ajasin University", "alt_name" : "(AAU)", "country" : "Nigeria", "state" : null, "address" : {"street" : "PMB 001", "city" : "Akungba-Akoko", "province" : "Ondo State", "postal_code" : null}, "contact" : {"telephone" : "+234(705) 789-0597 +234(816) 165-1123 +234(708) 910-5452", "website" : "http:/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "null"}},... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema":... | [{"name" : "BLAYN", "frequency" : 66, "males" : "98.48484848484848 %", "females" : "1.5151515151515151 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "sequence", "definition" : "1. The state of being sequent; succession; order of following; arrangement. How art thou a king But by fair sequence and succession Shak. Sequence and series of the seasons of the year. Bacon. 2. That which follows or succeeds as an effect; sequel; consequence; result. The inevitab... | 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": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {... | {"userId" : 33256, "cartId" : "2cc6d6bb-f036-4148-a46f-0387fe6b792a", "preferredProducts" : [2954], "productReviews" : [{"productId" : 1840, "reviewText" : "heard about this on brazilian radio, decided to give it a try.", "reviewDate" : "2017-07-22T09:01:52.9009196+03:00"}, {"productId" : 2848, "reviewText" : "My co-wo... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"google/cloud-functions-framework": {"type": "string"}}, "required": ["google/cloud-functions-framework"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema... | {"require" : {"google/cloud-functions-framework" : "^0.2"}} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"google/cloud-functions-framework": {"type": "string"}}, "required": ["google/cloud-functions-framework"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ClassName": {"type": "string"}, "Properties": {"type": "object", "properties": {"BackgroundColor3": {"type": "array", "items": {"type": "integer"}}, "Size": {"type": "array", "items": {"type": "integer"}}, "BackgroundTranspare... | {"ClassName" : "Frame", "Properties" : {"BackgroundColor3" : [255, 255, 255], "Size" : [1, 0, 1, 0], "BackgroundTransparency" : 1}} | json_instruct | {"type": "object", "properties": {"ClassName": {"type": "string"}, "Properties": {"type": "object", "properties": {"BackgroundColor3": {"type": "array", "items": {"type": "integer"}}, "Size": {"type": "array", "items": {"type": "integer"}}, "BackgroundTransparency": {"type": "integer"}}, "required": ["BackgroundColor3"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "ob... | {"hash" : "0xfe157b62ba06cce0780a4240bfc78226131ff6ee98b5637edc7c423cf25ade63", "parentHash" : "0xa8190d927e31ebf837b6d882c37d4cf9f3d54f7ade4c9e8adcd2202e87375a09", "number" : 89701, "timestamp" : 1439627796, "nonce" : "0x0a3e9a50a95655a1", "difficulty" : 3327248409319, "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"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod... | {"userId" : 26070, "cartId" : "7220ba55-3180-4440-9e83-dd65c58505e7", "preferredProducts" : [721, 4649, 709, 2978, 2689, 1121, 3701, 3404, 2340], "productReviews" : [{"productId" : 4827, "reviewText" : "My co-worker Erick has one of these. He says it looks fluffy.", "reviewDate" : "2019-04-04T04:47:18.6933548+03:00"}, ... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"manifest": {"type": "object", "properties": {"manifest": {"type": "object", "properties": {"library": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "assets": {"t... | {"manifest" : {"manifest" : {"library" : {"name" : "acc_head_U_shy", "version" : "0.1", "assets" : {"asset" : [{"name" : "h_std_he_2958_0_0", "mimeType" : "image/png", "param" : {"key" : "offset", "value" : "-20,112"}}, {"name" : "h_std_he_2958_1_0", "mimeType" : "image/png", "param" : {"key" : "offset", "value" : "-20... | json_instruct | {"type": "object", "properties": {"manifest": {"type": "object", "properties": {"manifest": {"type": "object", "properties": {"library": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "assets": {"type": "object", "properties": {"asset": {"type": "array", "items": {"type": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinate... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[18.53952, 54.538587], [18.539211, 54.53796], [18.536733, 54.538498], [18.537043, 54.539125], [18.53952, 54.538587]]]}, "properties" : {"classification" : "ship", "identificationscore" : 0.9887747764587... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "arra... |
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" : 101874139, "type" : "Feature", "properties" : {"src:alt_label" : "whosonfirst", "src:geom" : "whosonfirst", "wof:geomhash" : "e26bd5b6740179ad76a76df965b1c2cd", "wof:id" : 101874139, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-0.439967, 53.682744, -0.439967, 53.682744], "geometry" : {"coordinates" : [... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
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" : 404377635, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "5a9937336ebcf0aa7ca704c070542ca6", "wof:id" : 404377635, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.00528, 49.34306, -1.00528, 49.34306], "geometry" : {"coordinate... | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/snowy_granite_stairs"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttex... | {"itemid" : "minecraft:blaze_rod", "displayname" : "\u00a75Fire Fury Staff", "nbttag" : "{HideFlags:254,display:{Lore:[0:\"\u00a77Damage: \u00a7c+100\",1:\"\u00a77Intelligence: \u00a7a+300\",2:\" \u00a78[\u00a77\u270e\u00a78]\",3:\"\",4:\"\u00a76Ability: Firestorm \u00a7e\u00a7lRIGHT CLICK\",5:\"\u00a77Shoots a project... | json_instruct | {"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"},... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"seed": {"type": "integer"}, "tag": {"type": "string"}, "problemId": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["seed", "tag", "problemId", "solution"]}, "$schema": ... | [{"seed" : 16903, "tag" : "problem6-seed15-5-28-26.357192000000", "problemId" : 6, "solution" : "abIa! Ia!lIa! Ia!R'lyehR'lyehdlblkpaR'lyehIa! Ia!lYuggothaaEi!pkbYuggothkIa! Ia!pdbCthulhu fhtagn!lR'lyehEi!R'lyehkEi!dEi!Ia! Ia!bblYuggothR'lyehkpplaaplYuggothdYuggothaR'lyehkbYuggothR'lyehkEi!laIa! Ia!dR'lyehdbbR'lyehkllE... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"seed": {"type": "integer"}, "tag": {"type": "string"}, "problemId": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["seed", "tag", "problemId", "solution"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "i... | {"time_fct_id" : 62, "time_fct" : "time_38000", "affiliate_fct_id" : 2139, "affiliate_fct" : "\u00c4gyptisches Museum (Kairo)", "affiliate_fct_occurrence" : 250, "affiliates" : [{"affiliate_fct_id" : 2139, "affiliate_fct" : "\u00c4gyptisches Museum (Kairo)", "affiliate_fct_occurrence" : 250}]} | json_instruct | {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_i... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_ema... | {"id" : 103574, "name" : "Hacker News -- contrast", "description" : "Higher contrast style for Hacker News.", "user" : {"id" : 269581, "name" : "leni536", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2014-07-19T15:01:15.000Z", "weekly_install_count" : 0... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Generate a valid JSON object that conforms to the following 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",... | {"contract" : "0x9295ede03f6eab5c8f215d3ddcf7dca3a26ca087", "tool" : "solhint", "start" : 1563760568.3685167, "end" : 1563760571.7375836, "duration" : 3.3690669536590576, "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": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"97d6b9cd-219f-4876-b7d9-ff268e14fad3": {"type": "integer"}, "c4f7c3e0-8d91-4106-807f-1d51aecd331... | {"configuration" : ["DECRYPT", "FORWARD", "VERIFY", "ENCRYPT", "SIGN", "BASE"], "regionsToProcessedPerformance" : {"97d6b9cd-219f-4876-b7d9-ff268e14fad3" : -570832, "c4f7c3e0-8d91-4106-807f-1d51aecd3319" : 25861502058, "7e24ab7e-330e-498a-90e4-f41edadb0db8" : -49947, "9ff8b7cf-c2d8-4b4b-8509-2ba26a2107a0" : 1112829, "e... | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"97d6b9cd-219f-4876-b7d9-ff268e14fad3": {"type": "integer"}, "c4f7c3e0-8d91-4106-807f-1d51aecd3319": {"type": "integer"}, "7e24ab7e-330e-498a-90e4-f41edad... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "flushing", "definition" : "1. A heavy, coarse cloth manufactured from shoddy; -- commonly in the [Eng.] 2. (Weaving) A surface formed of floating threads."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.