input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}}}, "required": ["name", ... | {"name" : "Your Comic's Name", "links" : [{"name" : "search", "href" : "/search"}, {"name" : "archive", "href" : "/archive"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}}}, "required": ["name", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this 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": "string"}, "seve... | {"schema_version" : "1.2.0", "id" : "GHSA-jc8c-gg53-wcm7", "modified" : "2022-05-13T01:49:47Z", "published" : "2022-05-13T01:49:47Z", "aliases" : ["CVE-2018-13420"], "details" : "** DISPUTED ** Google gperftools 2.7 has a memory leak in malloc_extension.cc, related to MallocExtension::Register and InitModule. NOTE: the... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"area": {"type": "integer"}, "color": {"type": "string"}, "name": {"type": "string"}}, "required": ["area", "color", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"area" : 1, "color" : "#244705", "name" : "\u7b2c\u767e\u56db\u6226\u968a"}, {"area" : 2, "color" : "#413B1D", "name" : "\u30d2\u8239\u56e3"}, {"area" : 3, "color" : "#6D6D6D", "name" : "\u6a2a\u9808\u8cc0\u9632\u5099\u968a"}, {"area" : 4, "color" : "#001527", "name" : "\u9023\u5408\u8266\u968a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"area": {"type": "integer"}, "color": {"type": "string"}, "name": {"type": "string"}}, "required": ["area", "color", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"82041": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["82041"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"82041" : {"success" : false}} | json_instruct | {"type": "object", "properties": {"82041": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["82041"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requir... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[140.125, 42.5], [140.125, 42.583333333333336], [140.25, 42.583333333333336], [140.25, 42.5], [140.125, 42.5]]]}, "properties" : {"code" : 634061, "url" : "http://madefor.github.io/0410/api/v1/634061.geojson", "view" : "https://github.com/madefor/... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": ... | {"h" : [{"d" : [{"s" : ["`milingowa~"], "e" : ["\ufff9`Mi~`lingwa~ `ko~ `Kyokay~ `to~ `pakoyoc~ `a~ `tamdaw~.\ufffa\ufffb\u6559\u6703\u7167\u9867\u7aae\u4eba\u3002"], "f" : "\u7406\u776c\uff0c\u95dc\u7167\uff0c\u7167\u9867\u3002"}]}], "t" : "lingwa"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e",... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main" : "userProfile.jsx"} | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"judges": {"type": "array", "items": {}}, "court": {"type": "string"}, "api_url": {"type": "string"}, "author": {"type": "null"}, "text": {"type": "object", "properties": {"pdf": {"type": "string"}, "text": {"type": "string"... | {"judges" : [], "court" : "Court of Appeals of Virginia", "api_url" : "opinions/1530982.json", "author" : null, "text" : {"pdf" : "http://www.courts.state.va.us/opinions/opncavwp/1530982.pdf", "text" : "opinions/1530982.txt"}, "cited_laws" : null, "cited_cases" : null, "number" : "1530982", "name" : "Gunst Corporation ... | json_instruct | {"type": "object", "properties": {"judges": {"type": "array", "items": {}}, "court": {"type": "string"}, "api_url": {"type": "string"}, "author": {"type": "null"}, "text": {"type": "object", "properties": {"pdf": {"type": "string"}, "text": {"type": "string"}}, "required": ["pdf", "text"]}, "cited_laws": {"type": "null... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, ... | {"name" : "cee-offer-doc", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/Jansora/cee-offer-doc.git", "author" : "Jansora <zhangyue1936@gmail.com>", "license" : "MIT", "private" : true, "devDependencies" : {"vuepress" : "^2.0.0-beta.38", "vuepress-theme-mix" : "1.3.1"}, "scripts" : {"docs:... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"vuepress": {"type"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "misbehavior", "definition" : "Improper, rude, or uncivil behavior; ill conduct. Addison."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, ... | {"id" : "7308c693-9029-4383-b7ff-24eb9d862536", "name" : "Main Site", "code" : "-", "address" : {"addressLine1" : "Durrington High School", "addressLine2" : "The Boulevard", "town" : "Worthing", "county" : "West Sussex", "postcode" : "BN13 1JX"}, "organisation" : {"id" : "b60b0d7c-ada0-459c-9d81-da7df3e82da9", "code" :... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"val_loss": {"type": "array", "items": {"type": "number"}}, "val_acc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "loss": {"type": "array", "items": {"type": "number"}... | {"val_loss" : [14.490167530822754, 14.490167530822754, 14.490167530822754, 14.490167530822754, 14.490167530822754, 14.490167530822754, 14.490167530822754, 14.490167530822754, 14.490167530822754, 14.490167530822754, 14.490167530822754, 14.490167530822754, 14.490167530822754, 14.490167530822754, 14.490167530822754, 14.49... | json_instruct | {"type": "object", "properties": {"val_loss": {"type": "array", "items": {"type": "number"}}, "val_acc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "loss": {"type": "array", "items": {"type": "number"}}}, "required": ["val_loss", "val_acc", "acc", "loss"], "$s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"MUD_Manager_Version": {"type": "integer"}, "MUDManagerAPIProtocol": {"type": "string"}, "ACL_Prefix": {"type": "string"}, "ACL_Type": {"type": "string"}, "COA_Password": {"type": "string"}, "Default_Localv4": {"ty... | {"MUD_Manager_Version" : 2, "MUDManagerAPIProtocol" : "http", "ACL_Prefix" : "ACS:", "ACL_Type" : "dACL-ingress-only", "COA_Password" : "mudtester", "Default_Localv4" : "10.0.0.0 0.255.255.255", "Default_VLAN" : 5, "VLANs" : [{"VLAN_ID" : 18, "v4addrmask" : "192.168.8.0 0.0.0.255"}, {"VLAN_ID" : 4, "v4addrmask" : "10.8... | json_instruct | {"type": "object", "properties": {"MUD_Manager_Version": {"type": "integer"}, "MUDManagerAPIProtocol": {"type": "string"}, "ACL_Prefix": {"type": "string"}, "ACL_Type": {"type": "string"}, "COA_Password": {"type": "string"}, "Default_Localv4": {"type": "string"}, "Default_VLAN": {"type": "integer"}, "VLANs": {"type": "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"components": {"type": "object", "properties": {"reader_0": {"type": "object", "properties": {"module": {"type": "string"}, "output": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}},... | {"components" : {"reader_0" : {"module" : "Reader", "output" : {"data" : ["table"]}}, "dataio_0" : {"module" : "DataIO", "input" : {"data" : {"data" : ["reader_0.table"]}}, "output" : {"data" : ["train"], "model" : ["dataio"]}, "need_deploy" : true}, "hetero_feature_binning_0" : {"module" : "HeteroFeatureBinning", "inp... | json_instruct | {"type": "object", "properties": {"components": {"type": "object", "properties": {"reader_0": {"type": "object", "properties": {"module": {"type": "string"}, "output": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}, "required": ["data"]}}, "required": ["module", "output"]}, "d... |
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"]}, "reposit... | {"name" : "@tbonz/node-utils", "version" : "1.1.0", "description" : "Node utilities to help simplify your workflow.", "main" : "lib", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/tbonz/node-utils.git"}, "keywords" : [], "author" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
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#"}
| [[1999, 5], [2003, 6], [2005, 6], [2006, 6], [2007, 5], [2009, 7], [2011, 6], [2012, 5], [2013, 7], [2014, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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#"}
| [{"name" : "AMALIA", "frequency" : 286, "gender" : "female"}] | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"... | {"author" : {"id" : "t2_1qznp18x", "name" : "Zatnikotel"}, "date" : {"day" : 1563321600, "full" : 1563372952, "month" : 1561939200, "week" : 1563062400}, "id" : "t3_cedf1u", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 153937, "fullUrl" : "https://preview.redd.it/r6hftkfvgva31.jpg?auto=webp&s=350cdb4304a9... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "pro... | {"id" : "78480", "name" : {"en" : "Jimani"}, "country" : "DO", "region" : "OU", "identifiers" : {"wmo" : "78480"}, "location" : {"latitude" : 18.3333, "longitude" : -71.85, "elevation" : 0}, "timezone" : "America/Santo_Domingo"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Directed": {"type": "string"}, "Non-Targeted": {"type": "string"}, "Random": {"type": "string"}, "Systematic": {"type": "string"}, "Targeted": {"type": "string"}, "Unknown": {"type": "string"}}, "required": ["D... | {"Directed" : "", "Non-Targeted" : "", "Random" : "", "Systematic" : "", "Targeted" : "", "Unknown" : ""} | json_instruct | {"type": "object", "properties": {"Directed": {"type": "string"}, "Non-Targeted": {"type": "string"}, "Random": {"type": "string"}, "Systematic": {"type": "string"}, "Targeted": {"type": "string"}, "Unknown": {"type": "string"}}, "required": ["Directed", "Non-Targeted", "Random", "Systematic", "Targeted", "Unknown"], "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"... | {"frame_id" : 5976, "walking" : "0", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"artwork_id" : "david_bronzo_donatello", "right" : 0.648359, "bottom" : 0.685055, "top" : 0.101883, "confidence" : 74, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.241173}], "p_voice" : "0"} | json_instruct | {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "c... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"examine" : "Strong, though slightly rusty, iron chains."} | json_instruct | {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"user": {"type": "integer"}, "bio": {"type": "string"}}, "required": ["user", "bio"]}}, "required": ... | [{"model" : "chat.profile", "pk" : 1, "fields" : {"user" : 1, "bio" : "I am John!"}}, {"model" : "chat.profile", "pk" : 2, "fields" : {"user" : 2, "bio" : "I am Bob!"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"user": {"type": "integer"}, "bio": {"type": "string"}}, "required": ["user", "bio"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://json-schema.... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"@context": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "string"}, "target": {"type": "object", "properties": {"source": {"type": "string"}, "selector": {"type": "object", "propert... | {"@context" : "http://www.w3.org/ns/anno.jsonld", "id" : "http://example.org/anno26", "type" : "Annotation", "body" : "http://example.org/comment1", "target" : {"source" : "http://example.org/page1", "selector" : {"type" : "TextQuoteSelector", "exact" : "anotation", "prefix" : "this is an ", "suffix" : " that has some"... | json_instruct | {"type": "object", "properties": {"@context": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "string"}, "target": {"type": "object", "properties": {"source": {"type": "string"}, "selector": {"type": "object", "properties": {"type": {"type": "string"}, "exact": {"type": "strin... |
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" : 404418217, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "eb29402c1a158b18fc0a5760fd79a190", "wof:id" : 404418217, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.1306147430922, 50.43988680737314, 2.16845572469832, 50.46255911202136]... | 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": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"ty... | {"id" : 106668, "info" : {"name" : "Github Bouncing Indicator", "description" : "Very visible notification indicator for Github\r\nLICENSE IS GNU GPLv3+\r\nPlease fork here: https://github.com/muchweb/github-notification-bouncing", "additionalInfo" : null, "format" : "uso", "category" : "github", "createdAt" : "2014-10... | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"weight": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "weight": {"type": "integer"}, "cost": {"type": "integer"}}, "required": ["id", "weight", "cost"... | {"weight" : 15, "items" : [{"id" : 0, "weight" : 7, "cost" : 1}, {"id" : 1, "weight" : 2, "cost" : 1}, {"id" : 2, "weight" : 5, "cost" : 1}, {"id" : 3, "weight" : 6, "cost" : 1}, {"id" : 4, "weight" : 8, "cost" : 1}]} | json_instruct | {"type": "object", "properties": {"weight": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "weight": {"type": "integer"}, "cost": {"type": "integer"}}, "required": ["id", "weight", "cost"]}}}, "required": ["weight", "items"], "$schema": "http://json... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "o... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.254879, 50.842439]}, "properties" : {"planning-permission-status" : "permissioned", "site-plan-url" : "http://www.wealden.gov.uk/Wealden/Residents/Planning_and_Building_Control/Planning_Policy/Brownfield_Register/PPolicy_Brownfield_Register.aspx", ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"planning-permission-status": {"ty... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"add": {"type": "array", "items": {"type": "object", "properties": {"authors": {"type": "string"}, "epubNumberOfPages": {"type": "integer"}, "id": {"type": "integer"}, "isbn": {"type": "string"}, "pageLocalId": {"type": "string"}... | {"add" : [{"authors" : "Herscher, Andrew", "epubNumberOfPages" : 316, "id" : 3226, "isbn" : "9780472029174", "pageLocalId" : "page_140", "pageNumberForDisplay" : "140", "pageSequenceNumber" : 148, "pageText" : "\nTrtl\nIn 2003 and 2004, abandoned buildings, bridges and road signs in and around downtown Detroit began to... | json_instruct | {"type": "object", "properties": {"add": {"type": "array", "items": {"type": "object", "properties": {"authors": {"type": "string"}, "epubNumberOfPages": {"type": "integer"}, "id": {"type": "integer"}, "isbn": {"type": "string"}, "pageLocalId": {"type": "string"}, "pageNumberForDisplay": {"type": "string"}, "pageSequen... |
Based on the schema below, produce a valid JSON object:
{"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" : "3212030002", "district_id" : "3212030", "name" : "BABAKANJAYA"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "... | {"author" : {"id" : "t2_1fumq1yk", "name" : "Czepeku"}, "date" : {"day" : 1618876800, "full" : 1618940214, "month" : 1617235200, "week" : 1618704000}, "id" : "t3_muvs6x", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 172661, "fullUrl" : "https://preview.redd.it/fd90t8xw6du61.jpg?auto=webp&s=2d30809bf662179... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"page_hash": {"type": "string"}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "monsters": {"typ... | {"page_hash" : "aefb43b264e7bc4622cfdea57471f3a5b6ea282fc23fa0ab9b2310812e65da50", "paragraphs" : [{"type" : "text", "text" : "Le matin venu, vous chevauchez \u00e0 travers Saint-Jean-d'Acre jusqu'\u00e0 la sortie de la ville. Sur votre passage, les gens s'arr\u00eatent. Certains vous saluent bas, d'autres vous jettent... | json_instruct | {"type": "object", "properties": {"page_hash": {"type": "string"}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "monsters": {"type": "array", "items": {}}}, "required": ["page_hash", "paragraphs", "mon... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[[4, 27], [41, 0], [36, 10], [41, 8], [14, 22], [3, 36], [21, 29], [41, 48], [24, 29], [39, 19], [22, 14], [3, 24], [32, 15], [6, 6], [9, 14], [25, 26], [28, 19], [9, 44], [14, 32], [5, 10], [15, 34], [43, 29], [40, 11], [7, 22], [28, 0], [25, 5], [39, 5], [19, 12], [0, 5], [11, 45], [10, 32], [8, 5], [5, 21], [4, 15]... | json_instruct | {"type": "array", "items": {"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": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["dl-rpc-server", "touchka-service"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Recharts.js": {"type": "string"}, "Recharts.min.js": {"type": "string"}}, "required": ["Recharts.js", "Recharts.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Recharts.js" : "sha256-8hlq8EXsJkQUxCjYPiH5maurX139ITMs0A3dPkNuLI8=", "Recharts.min.js" : "sha256-xvVhPctvKKKsoqYZPZPlO4IZITGMiDECqY5OWjLOn4g="} | json_instruct | {"type": "object", "properties": {"Recharts.js": {"type": "string"}, "Recharts.min.js": {"type": "string"}}, "required": ["Recharts.js", "Recharts.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"molssi_bse_schema": {"type": "object", "properties": {"schema_type": {"type": "string"}, "schema_version": {"type": "string"}}, "required": ["schema_type", "schema_version"]}, "names": {"type": "array", "items": {"t... | {"molssi_bse_schema" : {"schema_type" : "metadata", "schema_version" : "0.1"}, "names" : ["def2-universal-JFIT"], "flags" : [], "family" : "ahlrichs_fit", "description" : "Coulomb fitting auxiliary basis for def2 basis sets", "role" : "jfit", "auxiliaries" : {}} | json_instruct | {"type": "object", "properties": {"molssi_bse_schema": {"type": "object", "properties": {"schema_type": {"type": "string"}, "schema_version": {"type": "string"}}, "required": ["schema_type", "schema_version"]}, "names": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": {}}, "family": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"atom-workspace": {"type": "object", "properties": {"f5": {"type": "string"}}, "required": ["f5"]}}, "required": ["atom-workspace"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"atom-workspace" : {"f5" : "sakhe:toggle"}} | json_instruct | {"type": "object", "properties": {"atom-workspace": {"type": "object", "properties": {"f5": {"type": "string"}}, "required": ["f5"]}}, "required": ["atom-workspace"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.o... | {"id" : "http://data.doremus.org/performance/8d9b2346-1095-3630-9f2c-cce70333a64d", "expression" : [{"id" : "http://data.doremus.org/expression/b4bd0c4d-0289-36c0-a2a5-419fe9647c50"}, {"id" : "http://data.doremus.org/expression/fef031b9-9c8b-36ea-a18d-33d835d4e9ab"}, {"id" : "http://data.doremus.org/expression/700aeca2... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K15864": {"type": "string"}, "K00368": {"type": "string"}}, "required": ["K15864", "... | [{"comment" : "", "definition" : "Nitric oxide + H2O + Oxidized azurin <=> Nitrite + Reduced azurin + H+", "orthologs" : {"K15864" : "nitrite reductase (NO-forming) / hydroxylamine reductase [EC:1.7.2.1 1.7.99.1]", "K00368" : "nitrite reductase (NO-forming) [EC:1.7.2.1]"}, "name" : "nitric-oxide:oxidized azurin oxidore... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K15864": {"type": "string"}, "K00368": {"type": "string"}}, "required": ["K15864", "K00368"]}, "name": {"type": "string"}, "product_stoichiometrie... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "status": {"type": "string"}, "ma... | {"resourceType" : "Device", "id" : "Example-Device-898989dv", "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>manufacturer</b>: Melbea</p><p><b>manufactureDate</b>: 2020-11-20</p><p><b>expirationDate</b>: 2020-05-1... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "status": {"type": "string"}, "manufacturer": {"type": "string"}, "manufactureDate": {"type"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "theme_colors": {"type": "object", "properties": {"foreground": {"type": "string"}, "background": {"type": "string"}, "black": {"type": "string"}, "red": {"type": "string"}, "green": {"type": "string... | {"name" : "Urple", "theme_colors" : {"foreground" : "#877a9b", "background" : "#1b1b23", "black" : "#000000", "red" : "#b0425b", "green" : "#37a415", "brown" : "#ad5c42", "blue" : "#564d9b", "magenta" : "#6c3ca1", "cyan" : "#808080", "white" : "#87799c", "light_black" : "#5d3225", "light_red" : "#ff6388", "light_green"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "theme_colors": {"type": "object", "properties": {"foreground": {"type": "string"}, "background": {"type": "string"}, "black": {"type": "string"}, "red": {"type": "string"}, "green": {"type": "string"}, "brown": {"type": "string"}, "blue": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Ian MacLeod": {"type": "string"}, "Ingmar Stein": {"type": ... | {"name" : "SMJobKit", "version" : "0.0.9", "summary" : "Framework that simplifies SMJobBless.", "homepage" : "https://github.com/IngmarStein/SMJobKit", "authors" : {"Ian MacLeod" : "ian@nevir.net", "Ingmar Stein" : "IngmarStein@gmail.com"}, "source" : {"git" : "https://github.com/IngmarStein/SMJobKit.git", "tag" : "0.0... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Ian MacLeod": {"type": "string"}, "Ingmar Stein": {"type": "string"}}, "required": ["Ian MacLeod", "Ingmar Stein"]}, "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directory": {"type": "string"}, "defaultZoom": {"type": "number"}, "isPixelStage": {"type": "boolean"}, "boyfriend": {"type": "array", "items": {"type": "integer"}}, "girlfriend": {"type": "array", "items": {"type": "integer"}},... | {"directory" : "", "defaultZoom" : 0.9, "isPixelStage" : false, "boyfriend" : [1200, 1250], "girlfriend" : [600, 1180], "opponent" : [100, 1150]} | json_instruct | {"type": "object", "properties": {"directory": {"type": "string"}, "defaultZoom": {"type": "number"}, "isPixelStage": {"type": "boolean"}, "boyfriend": {"type": "array", "items": {"type": "integer"}}, "girlfriend": {"type": "array", "items": {"type": "integer"}}, "opponent": {"type": "array", "items": {"type": "integer... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"subunits": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "crs": {"type": "object", "properties": {"type": ... | {"type" : "Topology", "objects" : {"subunits" : {"type" : "GeometryCollection", "name" : "msr_gadmin1", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"name" : "Saint Georges"}, "id" : 1767, "arcs" : [[0]]}, {"type" : "Polygon",... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"subunits": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properti... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urltweet": {"type": "string"}}, "required": ["text", "created", "type", "urltweet"], "$schema": "http://json-schema.org/draft-07/schema#"}
... | {"text" : "The <a href=\"https://twitter.com/SaraMeagher1/status/1216461177288634370\">cutest video</a> ever. I love you are you stupid man?", "created" : "Tue, 14 Jan 2020 20:33:43 GMT", "type" : "outline", "urltweet" : "https://twitter.com/SaraMeagher1/status/1216461177288634370"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urltweet": {"type": "string"}}, "required": ["text", "created", "type", "urltweet"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[146.04080098800011, -36.77298700699998], [146.04383600000006, -36.758674001999964], [146.04396604900012, -36.75859979799998], [146.04566651100004, -36.75058274899993], [146.0455709910001, -36.750498999999934], [146.0259580080001, -36.747817997999... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Using the following JSON schema, generate a compatible JSON instance:
{"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... | {"schema_version" : "1.2.0", "id" : "GHSA-786v-6x87-g35h", "modified" : "2022-04-29T02:57:43Z", "published" : "2022-04-29T02:57:43Z", "aliases" : ["CVE-2004-0428"], "details" : "Unknown vulnerability in CoreFoundation in Mac OS X 10.3.3 and Mac OS X 10.3.3 Server, related to \"the handling of an environment variable,\"... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"900010363": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900010364": {"type": "object", "properties": {"nama": {"type":... | {"900010363" : {"nama" : "TPS 1", "dapil" : [1101, 11109, 2111203]}, "900010364" : {"nama" : "TPS 2", "dapil" : [1101, 11109, 2111203]}, "900010365" : {"nama" : "TPS 3", "dapil" : [1101, 11109, 2111203]}} | json_instruct | {"type": "object", "properties": {"900010363": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900010364": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, ... | {"directions" : ["Combine sweetened condensed milk, skim milk, and vanilla extract in an airtight container and shake well to blend. Label the container with the expiration date of the milk used."], "ingredients" : ["1 (14 ounce) can sweetened condensed milk", "1 3/4 cups skim milk", "2 teaspoons vanilla extract"], "la... | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "unlockType": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"hasIc... | {"index" : 18412, "hash" : 3841753134, "blacklisted" : false, "redacted" : false, "unlockType" : 0, "displayProperties" : {"hasIcon" : false}, "scope" : 0} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "unlockType": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}}, "required": ["hasIcon"]}, "scope": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "version": {"type": "string"}, "default_locale": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage_url"... | {"manifest_version" : 2, "version" : "1.1", "default_locale" : "en", "name" : "__MSG_extensionName__", "description" : "__MSG_extensionDescription__", "author" : "toshiaki.sp", "homepage_url" : "https://toshiakisp.github.io/akahuku-firefox-sp/", "browser_specific_settings" : {"gecko" : {"id" : "idcounter-webext@toshiak... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "version": {"type": "string"}, "default_locale": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage_url": {"type": "string"}, "browser_specific_settings": {"type": "object",... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"jquery.dirtyforms.dialogs.bootstrap.js": {"type": "string"}, "jquery.dirtyforms.dialogs.bootstrap.min.js": {"type": "string"}}, "required": ["jquery.dirtyforms.dialogs.bootstrap.js", "jquery.dirtyforms.dialogs.bootstrap.min.js"]... | {"jquery.dirtyforms.dialogs.bootstrap.js" : "sha512-MEV0jPt0uUNyVet/299sZ1OAamFZz0mZVNkpb/Fk9gHHjg/NGfysCoH7PDLbR/f1u6xYoL+10zHanoo5ZZvgWA==", "jquery.dirtyforms.dialogs.bootstrap.min.js" : "sha512-oJztCc5xyeoEbDyx3SiPAXC4kYywsQOnMRTheLEPUKUMNAebrIDneg0KPTXWHEkQgeCeaxus38bI0YGt5dIkvQ=="} | json_instruct | {"type": "object", "properties": {"jquery.dirtyforms.dialogs.bootstrap.js": {"type": "string"}, "jquery.dirtyforms.dialogs.bootstrap.min.js": {"type": "string"}}, "required": ["jquery.dirtyforms.dialogs.bootstrap.js", "jquery.dirtyforms.dialogs.bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite... | {"ast" : null, "code" : "var _jsxFileName = \"/Users/daslappy/Desktop/Projects/FRNSWEB/frensHouseSite/src/components/ContentBlock/index.tsx\";\nimport LeftContentBlock from \"./LeftContentBlock\";\nimport RightContentBlock from \"./RightContentBlock\";\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\n\nco... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "83b47da12994a021fb6798036af6069dd9155485"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "28b461b7bf492fe1e81c", "c" : {}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "mappings": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "sources": {"t... | {"ast" : null, "code" : "import merge from 'lodash.merge';\nexport function configReducer(state, action) {\n return merge({}, state, action);\n}", "map" : {"version" : 3, "mappings" : "AACA,OAAOA,KAAP,MAAkB,cAAlB;AAEA,OAAM,SAAUC,aAAV,CAAwBC,KAAxB,EAA2CC,MAA3C,EAAyD;AAC7D,SAAOH,KAAK,CAAC,EAAD,EAAKE,KAAL,EAAYC,MAAZ,CAAZ... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "mappings": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "sources": {"type": "array", "items": {"type": "string"}}, "sourcesCont... |
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": {}}}, "required": ["userId", "cartId", ... | {"userId" : 62283, "cartId" : "2b563227-5223-442f-be57-38a5c010fd2b", "preferredProducts" : [3985, 2005, 4141, 1238, 3530, 3473], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explan... | {"Update" : "2020-03-27 18:20:49", "answer" : ["A"], "category" : "soa", "choices" : ["A. Creating the Auto Scaling launch config", "B. Creating the Auto Scaling policy", "C. Creating the Auto Scaling tags", "D. Creating the Auto Scaling instance"], "detail" : "Which of the following comes before Auto Scaling group cre... | json_instruct | {"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type":... |
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" : "overreach", "definition" : "1. To reach above or beyond in any direction. 2. To deceive, or get the better of, by artifice or cunning; to outwit; to cheat. Shak.\n\n1. To reach too far; as: (a) To strike the toe of the hind foot against the heel or shoe of the forefoot; -- said of horses. (b) (Naut.) To sail... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ItemType": {"type": "integer"}, "Id": {"type": "integer"}, "ShipId": {"type": "integer"}, "BuildFaction": {"type": "integer"}, "Components": {"type": "array", "items": {"type": "object", "properties": {"Compo... | {"ItemType" : 8, "Id" : 194, "ShipId" : 94, "BuildFaction" : 1, "Components" : [{"ComponentId" : 10, "Locked" : true, "X" : 12, "Y" : 26, "BarrelId" : -1, "KeyBinding" : -1}, {"ComponentId" : 10, "Locked" : true, "X" : 19, "Y" : 25, "BarrelId" : -1, "KeyBinding" : -1}, {"ComponentId" : 10, "Locked" : true, "X" : 24, "Y... | json_instruct | {"type": "object", "properties": {"ItemType": {"type": "integer"}, "Id": {"type": "integer"}, "ShipId": {"type": "integer"}, "BuildFaction": {"type": "integer"}, "Components": {"type": "array", "items": {"type": "object", "properties": {"ComponentId": {"type": "integer"}, "Locked": {"type": "boolean"}, "X": {"type": "i... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"vec_file_metadata": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "filedate": {"type": "string"}}, "required": ["filename", "filedate"]}}}, "required": ["vec_file_metadata"], "$sc... | {"vec_file_metadata" : [{"filename" : "Cargo.toml", "filedate" : "1640893507.177558946s"}, {"filename" : "src/utils_mod.rs", "filedate" : "1638212344.400000000s"}, {"filename" : "src/crates_io_mod.rs", "filedate" : "1640785128.381949798s"}, {"filename" : "src/response_post_mod.rs", "filedate" : "1640695830.920364364s"}... | json_instruct | {"type": "object", "properties": {"vec_file_metadata": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "filedate": {"type": "string"}}, "required": ["filename", "filedate"]}}}, "required": ["vec_file_metadata"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "trunnel", "definition" : "A trundle. [R.]\n\nSee Treenail."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"new_version" : "0.24.1"} | 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": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "proper... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.144685, 51.437913]}, "properties" : {"site" : "WBR/17/0072", "site-plan-url" : "https://data.london.gov.uk/dataset/brownfield-land-register", "site-address" : "10 Fontenoy Road (Former care home)", "deliverable" : "yes", "planning-permission-histo... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site": {"type": "string"}, "site-... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "strin... | {"name" : "deep-props.set", "version" : "0.1.2", "description" : "Sets values within nested objects; creates structure if not found. Supports setting within Objects, Arrays, Maps, Sets, WeakMaps, and WeakSets; supports creation of Objects, Arrays, and Maps.", "engines" : {"node" : ">=8.7.0"}, "main" : "index.js", "scri... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "stri... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "... | {"code" : 1218030020, "parent" : 1218030, "name" : "GUNUNG PANE", "latitude" : null, "longitude" : null, "postal" : [20992], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31":... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Socha svat\u00e9ho Jana Nepomuck\u00e9ho v Solnici v N\u00e1dra\u017en\u00ed ulici", "P31" : "http://www.wikidata.org/entity/Q179700", "P31^label:cs" : "Socha", "P131^label:cs" : "Solnice", "P6736" : "35059"}, "geometry" : {... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [116.59224743088723, 120.28842149393, 130.1448856620441, 133.8410597250869] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "ma... | {"coord" : {"lon" : -91.53, "lat" : 41.66}, "weather" : [{"id" : 800, "main" : "Clear", "description" : "clear sky", "icon" : "01d"}], "base" : "stations", "main" : {"temp" : 17.94, "feels_like" : 19.66, "temp_min" : 17.78, "temp_max" : 18, "pressure" : 1016, "humidity" : 100}, "visibility" : 16093, "wind" : {"speed" :... | json_instruct | {"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "hom... | {"name" : "domandtom/laravel-swagger", "description" : "Integate zircote/php-swagger into Laravel 4 Projects", "license" : "Apache", "authors" : [{"name" : "Mauricio Lopez", "email" : "mauricio@domandtom.com", "homepage" : "http://www.domandtom.com/", "role" : "Developer"}], "require" : {"php" : ">=5.4.0", "illuminate/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "r... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items... | {"t" : "sapisafafoyaw", "h" : [{"d" : [{"f" : "\u60f3\u6bba\u91ce\u8c6c\u3002", "e" : ["\ufff9`Sapisafafoy~`aw~ `no~ `ka~`kita~`a~`n~ `pa~`acang~`e~`n~ `ira~ `kami~.\ufffa\ufffb\u982d\u4eba\u60f3\u6bba\u8c6c\uff0c\u5bb4\u8acb\u6211\u5011\u3002"]}]}], "stem" : "fafoy"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/home/rubentxu/Proyectos/java/MatchOne_EJ/android/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_launcher.png", "source" : "/home/rubentxu/Proyectos/java/MatchOne_EJ/android/res/drawable-hdpi/ic_launcher.png"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "psr/container": {"type": "string"}}, "required"... | {"name" : "nimbly/carton", "description" : "A PSR-11 container implementation.", "type" : "library", "require" : {"php" : "^7.3|^8.0", "psr/container" : "^1.0"}, "require-dev" : {"phpunit/phpunit" : "^9.0", "vimeo/psalm" : "^4.0", "php-coveralls/php-coveralls" : "^2.4", "symfony/var-dumper" : "^4.3"}, "license" : "MIT"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "psr/container": {"type": "string"}}, "required": ["php", "psr/container"]}, "require-dev": {"type": "object", "properties"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro... | {"userId" : 66261, "cartId" : "19cd4af1-1282-434e-a0a9-43cd5b09e17d", "preferredProducts" : [4642, 1948], "productReviews" : [{"productId" : 2963, "reviewText" : "I saw one of these in Barbados and I bought one.", "reviewDate" : "2019-06-06T11:49:45.1431087+03:00"}, {"productId" : 238, "reviewText" : "i use it never wh... | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"files": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "dependencies": {"type": "array", "items": {}}}, "required": [... | {"files" : [{"from" : "component.coffee.hbs", "to" : "app/views/components/{{#camelize}}{{name}}{{/camelize}}.coffee"}, {"from" : "component.hbs.hbs", "to" : "app/templates/components/{{name}}.hbs"}, {"from" : "components.coffee.hbs", "to" : "app/components.coffee", "method" : "append"}], "dependencies" : []} | json_instruct | {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "dependencies": {"type": "array", "items": {}}}, "required": ["files", "dependencies"], "$schema": "http://json-schema.org/draft-07... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"... | {"name" : "jest-structure", "version" : "2.0.1", "description" : "Jest assertions to use with Structure", "main" : "index.js", "author" : "Talysson <talyssonoc@gmail.com>", "license" : "MIT", "scripts" : {"test" : "jest"}, "files" : ["src"], "engines" : {"node" : ">=10.13.0"}, "devDependencies" : {"structure" : "2.0.1"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, ... | {"limit" : 1500, "name" : "Off-hand iron dart", "value" : 2, "highalch" : 1, "id" : 25910, "lowalch" : 1, "name_pt" : "Dardo de ferro secund\u00e1rio", "price" : 61, "last" : 61} | json_instruct | {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"octave-head": {"type": "string"}, "sundials27-octave-app": {"type": "string"}}, "required": ["octave-head", "sundials27-octave-app"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"octave-head" : "octave-default", "sundials27-octave-app" : "sundials@2"} | json_instruct | {"type": "object", "properties": {"octave-head": {"type": "string"}, "sundials27-octave-app": {"type": "string"}}, "required": ["octave-head", "sundials27-octave-app"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "mubble:block/golden_brick_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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["question-cache"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Starter Templates"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name":... | {"name" : "docx-preview", "version" : "0.1.2", "license" : "Apache-2.0", "main" : "docx.js", "keywords" : ["word", "docx"], "author" : {"name" : "Volodymyr Baydalka"}, "dependencies" : {"jszip" : "3.1.3"}, "devDependencies" : {"@types/jszip" : "^0.0.31", "typescript" : "2.9.2", "uglify-js" : "3.4.1"}, "scripts" : {"bui... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "dependencie... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "Rarity": {"type": "integer"}, "RarityParameter": {"type": "integer"}, "ItemCategory": {"type": "integer"}, "ShortDescription": {"type": "string"}, "LongDescrip... | {"Id" : "normal-dust", "Name" : "Normal Dust", "Rarity" : 2, "RarityParameter" : 1, "ItemCategory" : 15, "ShortDescription" : "Normal-type-specific item.", "LongDescription" : "Slightly boosts the Special Attack and Special Defense of Normal-type Pok\u00e9mon. Keep it in the Treasure Bag to give its benefit to all of t... | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "Rarity": {"type": "integer"}, "RarityParameter": {"type": "integer"}, "ItemCategory": {"type": "integer"}, "ShortDescription": {"type": "string"}, "LongDescription": {"type": "string"}, "BuyPrice": {"type": "integer"}, "SellPrice":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "frameworks": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "downloadUrl": {"type": "string"}, "authors": {"type": "object", "prope... | {"name" : "FreqMeasure", "frameworks" : "Arduino", "keywords" : "serial", "description" : "Frequency measurement by elapsed period timing", "url" : "http://www.pjrc.com/teensy/td_libs_FreqMeasure.html", "downloadUrl" : "http://www.pjrc.com/teensy/arduino_libraries/FreqMeasure.zip", "authors" : {"name" : "Paul Stoffrege... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "frameworks": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "downloadUrl": {"type": "string"}, "authors": {"type": "object", "properties": {"name": {"type": "string"}, "maintainer": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "language": {"type": "string"}, "words": {"type": "array", "items": {"type": "string"}}, "allowCompoundWords": {"type": "boolean"}, "flagWords": {"type": "array", "items": {}}, "ignore... | {"version" : "0.2", "language" : "en", "words" : ["ntnyq", "tsbuildinfo", "vitepress", "goyfe", "customed", "linkedin", "vetur", "vuepress", "weibo", "pnpm", "serializers"], "allowCompoundWords" : true, "flagWords" : [], "ignoreWords" : [], "dictionaries" : [], "ignorePaths" : ["**/node_modules/**", "**/vscode-extensio... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "language": {"type": "string"}, "words": {"type": "array", "items": {"type": "string"}}, "allowCompoundWords": {"type": "boolean"}, "flagWords": {"type": "array", "items": {}}, "ignoreWords": {"type": "array", "items": {}}, "dictionaries": {"type": "array... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 79853, "date" : "2016-03-31 13:33:26", "user" : "Linked", "post" : "**Cloud Simply** is a new company which offer it's customers virtual private servers with an easy to use control panel. We provide every kind of people with a powerful, affordable, reliable and most important a simple virtualization infrastruct... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}... | {"context-menu" : {"atom-text-editor" : [{"label" : "On", "command" : "kmaktroll:on"}]}, "menu" : [{"label" : "Packages", "submenu" : [{"label" : "kmaktroll", "submenu" : [{"label" : "On", "command" : "kmaktroll:on"}]}]}]} | json_instruct | {"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["atom-text-editor"]}, "menu": {"type": "arra... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["epiquery2"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}... | {"title" : "Understanding the impact of support for iteration on code search.", "fields" : ["programmer", "theoretical computer science", "search analytics", "leverage", "search engine"], "abstract" : "Sometimes, when programmers use a search engine they know more or less what they need. Other times, programmers use th... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@vuepress/plugin-register-components": {"type": "string"}, "@vuepress/plugin-search": {"type": "string"}, "markdown-it-container": {"type": "string"}, "vuepress": ... | {"devDependencies" : {"@vuepress/plugin-register-components" : "^2.0.0-beta.27", "@vuepress/plugin-search" : "^2.0.0-beta.26", "markdown-it-container" : "^3.0.0", "vuepress" : "^2.0.0-beta.26", "vuepress-plugin-element-tabs" : "^0.2.8"}, "scripts" : {"docs:dev" : "vuepress dev docs", "docs:build" : "vuepress build docs... | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@vuepress/plugin-register-components": {"type": "string"}, "@vuepress/plugin-search": {"type": "string"}, "markdown-it-container": {"type": "string"}, "vuepress": {"type": "string"}, "vuepress-plugin-element-tabs": {"type": "string"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}}, "m... | {"name" : "Patrik", "logo" : "http://patrik-windsurf.com/wp-content/uploads/2014/07/Logo_Patrik_quader.png", "links" : [{"url" : "https://www.youtube.com/channel/UCKF5AYr4WtwStFN1PoqZfEg", "type" : "youtube"}, {"url" : "https://www.instagram.com/patrikwindsurf/", "type" : "instagram"}, {"url" : "https://www.facebook.co... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}}, "motto": {"type": "object", "properties": {"en": {"type": "string"}}, "re... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"g": {"type": "object", "properties": {"item": {"type": "string"}}, "r... | {"type" : "minecraft:crafting_shaped", "group" : "rftools", "pattern" : [" C ", "gig", "qrq"], "key" : {"g" : {"item" : "minecraft:gold_nugget"}, "q" : {"item" : "minecraft:quartz"}, "r" : {"item" : "minecraft:redstone"}, "C" : {"tag" : "forge:chests"}, "i" : {"tag" : "forge:ingots/iron"}}, "result" : {"item" : "rftool... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"g": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "q": {"type": "object", "properties": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"PEPTIDE1": {"type": "array", "items": {"type": "string"}}, "CHEM1": {"type": "array", "items": {"type": "string"}}}, "required": ["PEPTIDE1", "CHEM1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PEPTIDE1" : ["> PEPTIDE1\n[Ac][LysN3]RRRRCPLYIS[NMeY]DPVCRRRR[NH2]\n", "> PEPTIDE1\n[Ac][dApe]PLYISYDPV[Ape][NH2]\n", "> PEPTIDE1\n[Ac][LysN3]RRRR[dE]PLYISYDPV[Dab]RRRR[NH2]\n", "> PEPTIDE1\n[Ape]RRRCPLYISYDPVCRRR[Ape][NH2]\n", "> PEPTIDE1\n[Ac]RQIKIWFQNRRMKWKKG[LysN3][AEEA][dC]PLYISYDPVCR[NH2]\n", "> PEPTIDE1\n[Ac][... | json_instruct | {"type": "object", "properties": {"PEPTIDE1": {"type": "array", "items": {"type": "string"}}, "CHEM1": {"type": "array", "items": {"type": "string"}}}, "required": ["PEPTIDE1", "CHEM1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"characters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["characters"], "$schema": "http://json-schema.org/dra... | {"characters" : [{"name" : "Luke Skywalker", "url" : "https://swapi.co/api/people/1/"}, {"name" : "Darth Vader", "url" : "https://swapi.co/api/people/4/"}, {"name" : "Obi-wan Kenobi", "url" : "https://swapi.co/api/people/unknown/"}, {"name" : "R2-D2", "url" : "https://swapi.co/api/people/2/"}]} | json_instruct | {"type": "object", "properties": {"characters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["characters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"900762483": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900762484": {"type": "object", "properties": {"nama": {"type... | {"900762483" : {"nama" : "TPS 1", "dapil" : [9101, 19104, 2911403]}, "900762484" : {"nama" : "TPS 2", "dapil" : [9101, 19104, 2911403]}, "900762485" : {"nama" : "TPS 3", "dapil" : [9101, 19104, 2911403]}} | json_instruct | {"type": "object", "properties": {"900762483": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900762484": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookup... | {"citations" : [{"textCitation" : "[See cG on Metamath](http://us.metamath.org/mpegif/cG.html)"}], "definition" : "class G", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cG"], "metaLanguage" : "METAMATH", "phrase" : "G", "remarks" : "A #(T_class, 'class') variable.\n\n---"} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"catapultIgnoreEvents": {"type": "array", "items": {"type": "object", "properties": {"provider": {"type": "string"}}, "required": ["provider"]}}, "catapultUserView": {"type": "object", "properties": {"enable": {"type"... | {"catapultIgnoreEvents" : [{"provider" : "ust_baddr_statedump"}, {"process" : "surface-manager", "provider" : "pmtrace_qmlplugin"}, {"process" : "surface-manager", "provider" : "qmlcompositor"}, {"process" : "surface-manager", "provider" : "pmtrace_performancelog"}], "catapultUserView" : {"enable" : true}, "catapultGro... | json_instruct | {"type": "object", "properties": {"catapultIgnoreEvents": {"type": "array", "items": {"type": "object", "properties": {"provider": {"type": "string"}}, "required": ["provider"]}}, "catapultUserView": {"type": "object", "properties": {"enable": {"type": "boolean"}}, "required": ["enable"]}, "catapultGroupView": {"type":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ImageDescription": {"type": "string"}, "Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ResolutionUnit": {"ty... | {"ImageDescription" : "050226_1718~01", "Make" : "KDDI-KC", "Model" : "W11K", "Orientation" : 1, "XResolution" : 72, "YResolution" : 72, "ResolutionUnit" : 2, "YCbCrPositioning" : 2, "ExifOffset" : 168, "DateTimeOriginal" : "2005:02:26 17:18:43", "Flash" : 9, "ColorSpace" : 1, "ExifImageWidth" : 240, "ExifImageHeight" ... | json_instruct | {"type": "object", "properties": {"ImageDescription": {"type": "string"}, "Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ResolutionUnit": {"type": "integer"}, "YCbCrPositioning": {"type": "integer"}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "pr... | {"contract" : "0x6f9064180354a6773db5af7226a40614c8dbce39", "tool" : "osiris", "start" : 1564621136.8678055, "end" : 1564621161.1759598, "duration" : 24.308154344558716, "analysis" : [{"errors" : [], "file" : "/unique_chucks/16/0x6f9064180354a6773db5af7226a40614c8dbce39.sol", "name" : "Airdropper"}, {"errors" : [], "fi... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"address": {"type": "string"}, "basePath": {"type": "string"}, "logLevel": {"type": "string"}, "realm": {"type": "string"}}, "required": ["address", "basePath", "logLevel", "realm"], "$schema": "http://json-schema.o... | {"address" : ":80", "basePath" : "/users", "logLevel" : "INFO", "realm" : "es"} | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "basePath": {"type": "string"}, "logLevel": {"type": "string"}, "realm": {"type": "string"}}, "required": ["address", "basePath", "logLevel", "realm"], "$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.