input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins"... | [{"id" : 34295, "title" : "The Passenger", "year" : 2016, "type" : "novel", "imageName" : "FRT_PassangeL.jpg", "nominations" : 0, "wins" : -1}, {"id" : 34298, "title" : "The Voices", "year" : 2014, "type" : "novel", "imageName" : "FRT_Voices.jpg", "nominations" : 0, "wins" : -1}, {"id" : 34290, "title" : "The Sleep Roo... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "im... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"telecom_order_page_title": {"type": "string"}, "telecom_orders_follow_up_title": {"type": "string"}, "telecom_orders_follow_up_intro": {"type": "string"}, "telecom_orders_follow_up_type_xdsl": {"type": "string"}, "telecom_orde... | {"telecom_order_page_title" : "U\u017esakyti", "telecom_orders_follow_up_title" : "U\u017esakym\u0173 steb\u0117jimas", "telecom_orders_follow_up_intro" : "Mano interneto u\u017esakymai", "telecom_orders_follow_up_type_xdsl" : "xDSL prieiga", "telecom_orders_follow_up_type_vdsl" : "VDSL prieiga", "telecom_orders_follow... | json_instruct | {"type": "object", "properties": {"telecom_order_page_title": {"type": "string"}, "telecom_orders_follow_up_title": {"type": "string"}, "telecom_orders_follow_up_intro": {"type": "string"}, "telecom_orders_follow_up_type_xdsl": {"type": "string"}, "telecom_orders_follow_up_type_vdsl": {"type": "string"}, "telecom_order... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parsley.js": {"type": "string"}, "parsley.min.js": {"type": "string"}}, "required": ["parsley.js", "parsley.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parsley.js" : "sha512-01GHtV8nqBoFsNehpkzDLzUidtp7U6m/p7hioS7oum02xzg2AJb9mqvUbpci1Q+s0JjdPWaFZJMSkWs5Gsu4OQ==", "parsley.min.js" : "sha512-ZJTHyRAzrA/clHa0uq/gMonkiCkwf5/5TJ2QL+KYK8DBsCHrWmKLhwbC1AmIuuXagwpER3OphZJkgt2uz0jQtw=="} | json_instruct | {"type": "object", "properties": {"parsley.js": {"type": "string"}, "parsley.min.js": {"type": "string"}}, "required": ["parsley.js", "parsley.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"typ... | [{"province" : "\u5409\u6797\u7701", "city" : "\u5ef6\u8fb9\u671d\u9c9c\u65cf\u81ea\u6cbb\u5dde", "area" : "\u73f2\u6625\u5e02", "name" : "\u73f2\u6625\u5e02\u677f\u77f3\u90ae\u653f\u4ee3\u529e\u6240", "code" : "133307", "address" : "\u677f\u77f3\u9547", "phone" : "0433-7842414"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"websiteName": {"type": "string"}, "age": {"type": "integer"}, "developers": {"type": "array", "items": {"type": "string"}}}, "required": ["websiteName", "age", "developers"], "$schema": "http://json-schema.org/draft... | {"websiteName" : "Blazor Web Test", "age" : 5, "developers" : ["T\u00e2n", "\u00dd", "Nh\u00e2n"]} | json_instruct | {"type": "object", "properties": {"websiteName": {"type": "string"}, "age": {"type": "integer"}, "developers": {"type": "array", "items": {"type": "string"}}}, "required": ["websiteName", "age", "developers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"dates": {"type": "object", "properties": {"2020-05-01": {"type": "object", "properties": {"paths": {"type": "object", "properties": {"/": {"type": "object", "properties": {"uniq": {"type": "integer"}, "tot": {"type... | {"dates" : {"2020-05-01" : {"paths" : {"/" : {"uniq" : 4, "tot" : 5}, "/2020/11/15/the-beauty/index_html" : {"uniq" : 4, "tot" : 5}}}, "2020-05-02" : {"paths" : {"/" : {"uniq" : 2, "tot" : 8}, "/2020/11/15/the-beauty/index_html" : {"uniq" : 2, "tot" : 9}}}}} | json_instruct | {"type": "object", "properties": {"dates": {"type": "object", "properties": {"2020-05-01": {"type": "object", "properties": {"paths": {"type": "object", "properties": {"/": {"type": "object", "properties": {"uniq": {"type": "integer"}, "tot": {"type": "integer"}}, "required": ["uniq", "tot"]}, "/2020/11/15/the-beauty/i... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"siteId" : "24290b73-f969-4172-b836-597b77d096b0"} | json_instruct | {"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"language.name": {"type": "string"}, "numfmt": {"type": "object", "properties": {"currencyFormats": {"type": "object", "properties": {"common": {"type": "string"}, "commonNegative": {"type": "string"}}, "required": ["common", "co... | {"language.name" : "Chechen", "numfmt" : {"currencyFormats" : {"common" : "{n}\u00a0{s}", "commonNegative" : "-{n}\u00a0{s}"}, "pctFmt" : "{n}\u00a0%", "negativepctFmt" : "-{n}\u00a0%"}, "scripts" : ["Cyrl"], "locale" : "ce"} | json_instruct | {"type": "object", "properties": {"language.name": {"type": "string"}, "numfmt": {"type": "object", "properties": {"currencyFormats": {"type": "object", "properties": {"common": {"type": "string"}, "commonNegative": {"type": "string"}}, "required": ["common", "commonNegative"]}, "pctFmt": {"type": "string"}, "negativep... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required... | [{"postal_code" : "22517", "place_name" : "TECNOMEX", "place_type" : "Fraccionamiento", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}, {"postal_code" : "22517", "place_name" : "Laderas del Mar", "place_type" : "Fraccionamiento", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijua... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s... |
Create a JSON structure that matches this schema definition:
{"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", ... | [{"id" : 1842438679, "name" : "\u0414\u0435\u0432\u043e\u0447\u043a\u0430 \u0438\u0437 \u0433\u043e\u0440\u043e\u0434\u0430 \u041a\u0430\u0440\u0430\u0433\u0430\u043d\u0434\u0430\uff08\u539f\u7248\uff09", "dt" : 207017, "ar" : {"id" : 47990583, "name" : "Madi Kadirov"}, "al" : {"id" : 126548995, "name" : "MADI", "picUr... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"ty... | {"title" : "Messier 5", "explanation" : "\"Beautiful Nebula discovered between the Balance [Libra] & the Serpent [Serpens] ...\" begins the description of the 5th entry in 18th century astronomer Charles Messier's famous catalog of nebulae and star clusters. Though it appeared to Messier to be fuzzy and round and witho... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanat... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "strin... | {"name" : "overseer", "version" : "0.0.1", "authors" : ["curran <curran.kelleher@gmail.com>"], "description" : "A framework for managing application state.", "license" : "MIT", "homepage" : "https://github.com/curran/overseer", "ignore" : [], "dependencies" : {"model" : "~0.1.0", "lodash" : "~2.4.1", "requirejs" : "~2.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {}}, "dependencies": {"type": "ob... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schem... | {"assessment" : [{"name" : "Attendance and general participation in tutorials", "weight" : 10}, {"name" : "Short Discussion Paper (800 - 1000 words)", "weight" : 15}, {"name" : "Presentation", "weight" : 5}, {"name" : "Research Essay (2000 words)", "weight" : 40}, {"name" : "Final Examination (2 hours)", "weight" : 30}... | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": ... | {"Id" : "loot_case_feld5534026", "IsStatic" : false, "useGravity" : false, "randomRotation" : false, "Position" : {"x" : 239.183, "y" : 0.713, "z" : 160.595}, "Rotation" : {"x" : 88.61195, "y" : 270.000122, "z" : 7.048267e-05}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5db5d035533aa77c477a5130", "Item... | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "it... | {"directions" : ["In a saucepan, combine the dry mustard, flour, butter, eggs, sugar, water and vinegar. Cook over medium-high heat until thick and nice and smooth, stirring often. If necessary, add up to 1 tablespoon additional flour. Set aside to cool.", "Blend together cooled dressing with one equal part creamy sal... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "Operator... | {"IsRecentlyVerified" : false, "ID" : 50583, "UUID" : "C2CCD6A4-16DA-4B1D-8951-8D3D93DA988A", "DataProviderID" : 26, "DataProvidersReference" : "64877", "OperatorID" : 73, "OperatorsReference" : "EV-Box EVB-P1447036", "UsageCost" : "0.00 jaarabonnement", "AddressInfo" : {"ID" : 50929, "Title" : "Kerkhoflei 106", "Addre... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "str... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"PolicyName": {"type": "string"}, "PolicyId": {"type": "string"}, "Arn": {"type": "string"}, "Path": {"type": "string"}, "DefaultVersionId": {"type": "string"}, "AttachmentCount": {"type": "integer"}, "PermissionsBoundaryUsageCou... | {"PolicyName" : "AmazonSumerianFullAccess", "PolicyId" : "ANPAJMGUENPB56MXVVGBE", "Arn" : "arn:aws:iam::aws:policy/AmazonSumerianFullAccess", "Path" : "/", "DefaultVersionId" : "v1", "AttachmentCount" : 0, "PermissionsBoundaryUsageCount" : 0, "IsAttachable" : true, "CreateDate" : "2018-04-24T20:14:16+00:00", "UpdateDat... | json_instruct | {"type": "object", "properties": {"PolicyName": {"type": "string"}, "PolicyId": {"type": "string"}, "Arn": {"type": "string"}, "Path": {"type": "string"}, "DefaultVersionId": {"type": "string"}, "AttachmentCount": {"type": "integer"}, "PermissionsBoundaryUsageCount": {"type": "integer"}, "IsAttachable": {"type": "boole... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "NEC", "market_name" : "LifeTouch W", "codename" : "LT-W1_1", "model" : "D000-000002-W01"}] | 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 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" : "taxor", "definition" : "Same as Taxer, n., 2."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "540330203201", "text" : "\u52a0\u8d21\u6751\u6751\u59d4\u4f1a"}, {"id" : "540330203202", "text" : "\u52a0\u5e03\u6751\u6751\u59d4\u4f1a"}, {"id" : "540330203203", "text" : "\u56fd\u5e86\u6751\u6751\u59d4\u4f1a"}, {"id" : "540330203204", "text" : "\u76ca\u5e03\u6751\u6751\u59d4\u4f1a"}] | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type"... | {"name" : "passport-linkedin-token", "version" : "0.1.1", "description" : "LinkedIn token authentication strategy for Passport.", "author" : {"name" : "Ningsuhen Waikhom", "email" : "ningsuhen@gmail.com", "url" : "http://waikhom.com"}, "repository" : {"type" : "git", "url" : "git://github.com/ningsuhen/passport-linkedi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "string"}, "categories": {"type": "a... | {"id" : "omega", "symbol" : "omega", "name" : "OMEGA", "platforms" : {}, "hashing_algorithm" : "X11", "categories" : ["Business Services"], "description" : {"en" : "New, Fully Decentralised Social Network."}, "country_origin" : "", "genesis_date" : null, "url" : "http://omegablockchain.net/", "explorers" : ["http://ex... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "object"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"members": {"type": "array", "items": {}}, "constants": {"type": "array", "items": {}}, "methods": {"type": "array", "items": {}}, "name": {"type": "string"}, "inherits": {"type": "null"}, "built_in": {"type": "boolean"}}, "... | {"members" : [], "constants" : [], "methods" : [], "name" : "Nil", "inherits" : null, "built_in" : true} | json_instruct | {"type": "object", "properties": {"members": {"type": "array", "items": {}}, "constants": {"type": "array", "items": {}}, "methods": {"type": "array", "items": {}}, "name": {"type": "string"}, "inherits": {"type": "null"}, "built_in": {"type": "boolean"}}, "required": ["members", "constants", "methods", "name", "inheri... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exc... | {"id" : "PHY231H1S20201", "code" : "PHY231H1S", "name" : "Physics of Living Systems", "description" : "An introductory course for students interested in understanding the physical phenomena occurring in biological systems and the applications of physics in life sciences. Topics may include physical processes inside liv... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"email" : "cameron@theflokk.com"} | json_instruct | {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "autoupdate": {"type": "obje... | {"name" : "zurb-ink", "filename" : "ink.min.css", "description" : "Ink is a responsive email framework for making emails that look great on any device.", "homepage" : "http://zurb.com/ink", "keywords" : ["ink", "css", "email", "html", "zurb"], "autoupdate" : {"source" : "git", "target" : "git://github.com/zurb/ink.git"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "s... |
Create a JSON structure that matches this schema definition:
{"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"}, "pr... | {"name" : "International Business Administration and Information System (IBAIS) University", "alt_name" : "IBAIS University", "country" : "Bangladesh", "state" : null, "address" : {"street" : "House \u2013 16, Road \u2013 5, Sector \u2013 4, Uttara", "city" : "Dhaka", "province" : null, "postal_code" : "1230"}, "contac... | 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": "null"}, "postal_code": {"type": "string"}},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nav": {"type": "object", "properties": {"schedule": {"type": "string"}, "home": {"type": "string"}, "about_improv": {"type": "string"}, "what_is_improv": {"type": "string"}, "improv_history": {"type": "string"}, "loc... | {"nav" : {"schedule" : "M\u00e4ngukava", "home" : "Avaleht", "about_improv" : "Improvisatsioon", "what_is_improv" : "Mis on improviseeritud teater?", "improv_history" : "Impro ajalugu", "local_improv" : "Impro Eestis"}, "production" : {"attr" : {"title" : "Pealkiri", "excerpt" : "L\u00fchikirjeldus", "description" : "K... | json_instruct | {"type": "object", "properties": {"nav": {"type": "object", "properties": {"schedule": {"type": "string"}, "home": {"type": "string"}, "about_improv": {"type": "string"}, "what_is_improv": {"type": "string"}, "improv_history": {"type": "string"}, "local_improv": {"type": "string"}}, "required": ["schedule", "home", "ab... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type"... | {"\u5de5\u5ee0\u540d\u7a31" : "\u9ad8\u5609\u4e0d\u92b9\u92fc\u4f01\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T6500368", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u4e94\u80a1\u5340\u4e2d\u76f4\u8def11-11\u865f", "\u5de5\u5ee... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"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:i... | {"id" : 101899985, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "547b02da63bef992fb1a3b6b262a8fab", "wof:id" : 101899985, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.18485253723736, 49.82615874735723, 3.20260119956566, 49.83429477254697... | 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": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_... | {"id" : 21633, "name" : "SourceForge.JP cleanup", "description" : "SourceForge.JP cleanup", "user" : {"id" : 25480, "name" : "kuy", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2009-10-08T13:42:46.000Z", "weekly_install_count" : 0, "total_install_count"... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "... | {"place_name" : "Santa Monica", "state_name" : "California", "state_abbrv" : "CA", "lat" : "34.0268", "long" : "-118.4733"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"file": {"type": "string"}, "id_delimiter": {"type": "string"}, "head": {"type": "integer"}, "partition": {"type": "integer"}, "work_mode": {"type": "integer"}, "backend": {"type": "integer"}, "namespace": {"type": "s... | {"file" : "examples/data/breast_hetero_guest.csv", "id_delimiter" : ",", "head" : 1, "partition" : 10, "work_mode" : 1, "backend" : 0, "namespace" : "experiment", "table_name" : "breast_hetero_guest", "storage_engine" : "MYSQL", "storage_address" : {"host" : "127.0.0.1", "port" : 3306, "user" : "fate", "passwd" : "fate... | json_instruct | {"type": "object", "properties": {"file": {"type": "string"}, "id_delimiter": {"type": "string"}, "head": {"type": "integer"}, "partition": {"type": "integer"}, "work_mode": {"type": "integer"}, "backend": {"type": "integer"}, "namespace": {"type": "string"}, "table_name": {"type": "string"}, "storage_engine": {"type":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integ... | {"name" : "NEST", "symbol" : "NEST", "id" : "0x04abEdA201850aC0124161F037Efd70c74ddC74C", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/nest", "market_cap_usd" : 14478188, "market_cap_rank" : 1101, "24_hr_volume_usd" : 379617, "logoURI" : "https://raw.githubusercontent.com/poolsharks-protocol/t... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "integer"}, "logoURI": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, ... | {"name" : "gguney/barista", "type" : "library", "description" : "Improved HTML Builder for Laravel. Highly suggested to use with 'gguney/hammal' package.", "keywords" : ["Automatic HTML Builder"], "homepage" : "https://github.com/gokhanguneygg/barista", "license" : "MIT", "minimum-stability" : "dev", "authors" : [{"nam... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "i... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Initializing application": {"type": "string"}, "Username": {"type": "string"}, "Hello developer": {"type": "string"}, "(I'd say world, but you are my world <3)": {"type": "string"}, "Password": {"type": "string... | {"Initializing application" : "Applicatie initialiseren", "Username" : "Gebruikersnaam", "Hello developer" : "Hallo ontwikkelaar", "(I'd say world, but you are my world <3)" : "(Ik zou wereld zeggen, maar jij bent mijn wereld <3)", "Password" : "Wachtwoord", "Welcome to your todo application" : "Welkom bij je todo appl... | json_instruct | {"type": "object", "properties": {"Initializing application": {"type": "string"}, "Username": {"type": "string"}, "Hello developer": {"type": "string"}, "(I'd say world, but you are my world <3)": {"type": "string"}, "Password": {"type": "string"}, "Welcome to your todo application": {"type": "string"}, "Navigation": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "lint": {"type": "string"}, "prepare": {"type": "string"}, "build": {"type": "str... | {"name" : "test-project", "version" : "1.0", "scripts" : {"clean" : "gulp clean", "lint" : "gulp lint", "prepare" : "gulp prepare", "build" : "gulp build", "bower" : "gulp bower", "verify" : "gulp verify", "foobar" : "gulp"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "lint": {"type": "string"}, "prepare": {"type": "string"}, "build": {"type": "string"}, "bower": {"type": "string"}, "verify": {"type": "string"}, "fooba... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"_zone": {"type": "string"}, "zone": {"type": "array", "items": {"type": "object", "properties": {"_from": {"type": "string"}, "from": {"type": "integer"}, "_to": {"type": "string"}, "to": {"type": "integer"}, "dst":... | {"_zone" : "America/Cayenne", "zone" : [{"_from" : "-9999-01-01T00:00:00Z", "from" : -377711769600000, "_to" : "1911-07-01T03:29:20Z", "to" : -1846269040000, "dst" : false, "offset" : -12560, "name" : "LMT"}, {"_from" : "1911-07-01T03:29:20Z", "from" : -1846269040000, "_to" : "1967-10-01T04:00:00Z", "to" : -71092800000... | json_instruct | {"type": "object", "properties": {"_zone": {"type": "string"}, "zone": {"type": "array", "items": {"type": "object", "properties": {"_from": {"type": "string"}, "from": {"type": "integer"}, "_to": {"type": "string"}, "to": {"type": "integer"}, "dst": {"type": "boolean"}, "offset": {"type": "integer"}, "name": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "int... | {"name" : "Pleasure Coin", "website" : "https://pleasurecoin.com/", "description" : "Pleasure Coin (NSFW) is an ERC-20 token on the Polygon chain that will be utilized within the Pleasure Network, an adult industry ecosystem that empowers individuals and businesses.", "explorer" : "https://polygonscan.com/token/0x8f006... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "tags": {"type": "array", "items": {"ty... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "c8ae5f23012560d50c80", "c" : {"app" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"_generated": {"type": "string"}, "description": {"type": "string"}, "gettext-domain": {"type": "string"}, "name": {"type": "string"}, "settings-schema": {"type": "string"}, "shell-version": {"type": "array", "items": {"type": ... | {"_generated" : "Generated by SweetTooth, do not edit", "description" : "Shows CPU temperature, disk temperature, video card temperature (NVIDIA/Catalyst/Bumblebee&NVIDIA), voltage and fan RPM (forked from xtranophilist/gnome-shell-extension-sensors)", "gettext-domain" : "freon", "name" : "Freon", "settings-schema" : "... | json_instruct | {"type": "object", "properties": {"_generated": {"type": "string"}, "description": {"type": "string"}, "gettext-domain": {"type": "string"}, "name": {"type": "string"}, "settings-schema": {"type": "string"}, "shell-version": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}, "uuid": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"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": {"typ... | {"code" : 1671021, "parent" : 1671, "name" : "KERTAPATI", "latitude" : "-3.0537225224943", "longitude" : "104.7189816603", "postal" : [30258, 30259], "children" : [1671021001, 1671021002, 1671021003, 1671021004, 1671021005, 1671021006]} | 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": "array", "items": {"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" : "7301011001", "district_id" : "7301011", "name" : "PULO MADU"}, {"id" : "7301011002", "district_id" : "7301011", "name" : "GARAUPA"}, {"id" : "7301011003", "district_id" : "7301011", "name" : "KALAOTOA"}, {"id" : "7301011004", "district_id" : "7301011", "name" : "LEMBANG MATENE"}, {"id" : "7301011005", "distri... | json_instruct | {"type": "array", "items": {"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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "link": {"type": "string"}, "image": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}, "desc": {"type": "string"}}, "required": ["id", "link", "image", "name... | {"id" : "jinkartubi", "link" : "https://bumilangit.com/en/characterspods/jin-kartubi/", "image" : "https://bumilangit.com/wp-content/uploads/2018/03/Jin-kartuby.png", "name" : "JIN KARTUBI", "detail" : "", "desc" : ""} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "link": {"type": "string"}, "image": {"type": "string"}, "name": {"type": "string"}, "detail": {"type": "string"}, "desc": {"type": "string"}}, "required": ["id", "link", "image", "name", "detail", "desc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "... | {"id" : 62953041, "name" : "Inari Fire", "is_illegal" : false, "is_custom" : false, "text" : "You can only control 1 \"Inari Fire\". If you control a Spellcaster-Type monster, you can Special Summon this card (from your hand). Once per turn, during your next Standby Phase after this face-up card on the field was destro... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "item/generated", "textures" : {"layer0" : "tomsmodcore:items/resources/dustTinybronze"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "6302030016", "district_id" : "6302030", "name" : "TANJUNG SELOKA UTARA"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"date": {"type": "string"}, "type": {"type": "string"}, "home": {"type": "object", "properties": {"key": {"type": "string"}, "score": {"type": "integer"}, "events": {"type": "array", "items": {"type": "object", ... | {"date" : "2012/09/??/12:00", "type" : "1/8-final", "home" : {"key" : "613111", "score" : 5, "events" : [{"type" : "goal", "time" : 5, "player" : "\u5409\u76f8\u51b0"}, {"type" : "goal", "time" : 10, "player" : "\u5409\u76f8\u51b0"}, {"type" : "goal", "time" : 15, "player" : "\u6c99\u5954"}, {"type" : "goal", "time" : ... | json_instruct | {"type": "object", "properties": {"date": {"type": "string"}, "type": {"type": "string"}, "home": {"type": "object", "properties": {"key": {"type": "string"}, "score": {"type": "integer"}, "events": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "time": {"type": "integer"}, "pl... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin"... | {"name" : "ssng", "version" : "0.0.15", "description" : "SSNG, a tool for ECHONET Lite packets", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "bin" : {"ssng" : "./app.js"}, "author" : {"name" : "Hiroyuki Fujita", "email" : "hiro.fujita@he.kanagawa-it.ac.jp", "url" : "https://... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"ssng": {"type": "string"}... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1972, 9], [1973, 6], [1974, 8], [1975, 8], [1976, 8], [1977, 12], [1978, 8], [1979, 5], [1980, 12], [1981, 8], [1982, 7], [1983, 7], [1984, 5], [1985, 6], [1986, 6], [1987, 6], [1988, 8], [1989, 12], [1990, 5], [1992, 5], [1995, 5], [1997, 5], [1999, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": ... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-93.391678, 45.151987], [-93.391323, 45.166529], [-93.360626, 45.16626], [-93.360574, 45.151882], [-93.391678, 45.151987]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 34638}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"global": {"type": "string"}, "http-server": {"type": "string"}}, "required": ["global", "http-server"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft... | {"dependencies" : {"global" : "^4.4.0", "http-server" : "^14.1.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"global": {"type": "string"}, "http-server": {"type": "string"}}, "required": ["global", "http-server"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "292a22e5ac6102eb3c4a04680931a078d99afea9"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {}}}, "required": ["co... | {"contract" : "0x6329eece90e7df63352da57bd26a0a50b510fa61", "tool" : "osiris", "start" : 1564616267.2255692, "end" : 1564616270.2801788, "duration" : 3.054609537124634, "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://... |
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"}, "properties": {"type": "object", "properties": {"PROVNAME": {"type": "string"}, "CITY... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"PROVNAME" : "\u6e56\u5357\u7701", "CITYNAME" : "\u6000\u5316\u5e02", "COUNNAME" : "\u6e86\u6d66\u53bf", "name" : "\u53cc\u4e95\u6240"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[110.644178, 28.103875], [110.642223, 28.082378],... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"PROVNAME": {"type": "string"}, "CITYNAME": {"type": "string"}, "COUNNAME": {"type": "string"}, "name": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type... | {"name" : "test-tfjs", "version" : "0.1.0", "description" : "", "license" : "Apache-2.0", "private" : true, "engines" : {"node" : ">=8.9.0"}, "main" : "test-tfjs.js", "scripts" : {"start" : "node .", "dev" : "webpack-dev-server --host localhost --progress --colors"}, "dependencies" : {"@tensorflow/tfjs" : "^0.13.1", "n... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "scr... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hash": {"type": "object", "properties": {"method": {"type": "string"}, "encoding": {"type": "string"}, "key": {"type": "string"}}, "required": ["method", "encoding", "key"]}, "cipher": {"type": "object", "properties": {"method... | {"hash" : {"method" : "sha256", "encoding" : "hex", "key" : "Sfjm0kLKfgjnbXP+MZT+2Hyrvb3OWFhAxjZSoEKNtFU="}, "cipher" : {"method" : "aes256", "encoding" : "base64", "key" : "IUB7GoB1CYYPx2PZgNHRcZk8kYpjHcip7XPhei6cQFs="}} | json_instruct | {"type": "object", "properties": {"hash": {"type": "object", "properties": {"method": {"type": "string"}, "encoding": {"type": "string"}, "key": {"type": "string"}}, "required": ["method", "encoding", "key"]}, "cipher": {"type": "object", "properties": {"method": {"type": "string"}, "encoding": {"type": "string"}, "key... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties... | {"name" : "lx-berlin/flexslider", "description" : "A module for Silverstripe 3.0 that uses the FlexSlider 2 library to create sliders", "type" : "silverstripe-module", "homepage" : "http://github.com/lx-berlin/silverstripe-flexslider", "keywords" : ["silverstripe", "slider", "flexslider"], "require" : {"silverstripe/cm... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"silverstripe/cms": {"type": "string"}, "silverstripe/fram... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, ... | {"name" : "Protector Whelp of the Destruction Swordsman", "number" : "47158777", "is_illegal" : false, "text" : "2 monsters\nIf this card is Link Summoned: You can send 1 \"Destruction Sword\" card from your Deck to the GY, then, you can Special Summon 1 \"Buster Blader\" monster from your hand. At the end of your Batt... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attac... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "objec... | [{"id" : 339, "gempId" : "6_138", "side" : "Dark", "rarity" : "U", "set" : "6", "printings" : [{"set" : "6"}], "front" : {"title" : "\u2022Bubo", "imageUrl" : "https://res.starwarsccg.org/cards/JabbasPalace-Dark/large/bubo.gif", "type" : "Creature", "subType" : "Guard", "uniqueness" : "*", "destiny" : "4", "power" : "4... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"... | {"citations" : [{"textCitation" : "[See mbfss on Metamath](http://us.metamath.org/mpegif/mbfss.html)"}], "names" : ["mbfss"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cA", "#T_wss", "#T_cB", "#T_wph", "#T_wi", "#T_cB", "#T_wcel", "#T_cdm", "#T_cvol", "#T_wph", "#T_wa", "#T_vx", "#T_wcel",... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"var:strength:": {"type": "string"}}, "required": ["var:strength:"]}, "instance": {"type": "object", "properties": {"addToGraph": {"type": "string"}, "chooseMethod:": {"type"... | {"class" : {"var:strength:" : "ClementBera 9/23/2013 10:20"}, "instance" : {"addToGraph" : "ClementBera 9/23/2013 10:16", "chooseMethod:" : "ClementBera 9/23/2013 10:19", "execute" : "ClementBera 9/23/2013 10:17", "inputsDo:" : "ClementBera 9/23/2013 10:17", "isSatisfied" : "ClementBera 9/23/2013 10:15", "markUnsatisfi... | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"var:strength:": {"type": "string"}}, "required": ["var:strength:"]}, "instance": {"type": "object", "properties": {"addToGraph": {"type": "string"}, "chooseMethod:": {"type": "string"}, "execute": {"type": "string"}, "inputsDo:": {"type": "st... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "req... | {"type" : "forge:ore_shaped", "pattern" : ["X", "#"], "key" : {"#" : {"type" : "forge:ore_dict", "ore" : "stickWood"}, "X" : {"type" : "forge:ore_dict", "ore" : "blazecoal"}}, "result" : {"item" : "minecraft:torch", "count" : 10}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "X": {"type": "object", "properti... |
Using the following JSON schema, generate a compatible JSON instance:
{"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"... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[153.625, 41.666666666666664], [153.625, 41.75], [153.75, 41.75], [153.75, 41.666666666666664], [153.625, 41.666666666666664]]]}, "properties" : {"code" : 625345, "url" : "http://madefor.github.io/0410/api/v1/625345.geojson", "view" : "https://git... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft... | {"word" : "Grail", "definitions" : ["(in medieval legend) the cup or platter used by Christ at the Last Supper, and in which Joseph of Arimathea received Christ's blood at the Cross. Quests for it undertaken by medieval knights are described in versions of the Arthurian legends written from the early 13th century onwar... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"emmet.includeLanguages": {"type": "object", "properties": {"mustache": {"type": "string"}, "html-eex": {"type": "string"}}, "required": ["mustache", "html-eex"]}, "terminal.integrated.fontFamily": {"type": "string"}... | {"emmet.includeLanguages" : {"mustache" : "html", "html-eex" : "html"}, "terminal.integrated.fontFamily" : "Hack", "editor.fontFamily" : "Fira Code", "editor.fontLigatures" : true, "files.autoSave" : "afterDelay", "files.autoSaveDelay" : 250, "files.exclude" : {"**/*.js" : {"when" : "$(basename).ts"}, "**/*.d.ts" : {"w... | json_instruct | {"type": "object", "properties": {"emmet.includeLanguages": {"type": "object", "properties": {"mustache": {"type": "string"}, "html-eex": {"type": "string"}}, "required": ["mustache", "html-eex"]}, "terminal.integrated.fontFamily": {"type": "string"}, "editor.fontFamily": {"type": "string"}, "editor.fontLigatures": {"t... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "string"}}, "required": ["name", "url", "maintainer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Home Assistant Add-on: Zigbee2mqtt-f", "url" : "https://github.com/fsfikke/zigbee2mqtt", "maintainer" : "FF <dwelch2102@gmail.com>"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "string"}}, "required": ["name", "url", "maintainer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"ty... | {"parent" : "gameInventoryScriptCallback", "name" : "CraftingSystemInventoryCallback", "flags" : 4, "props" : [{"type" : "whandle:PlayerPuppet", "name" : "player", "flags" : 4297326624}], "funcs" : [{"fullName" : "OnItemAdded;ItemIDgameItemDataBool", "shortName" : "OnItemAdded", "flags" : 512, "params" : [{"type" : "ga... | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}, ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos... | {"cam/image_array" : "5715_cam-image_array_.jpg", "user/angle" : 0.13, "user/throttle" : 1.012, "user/mode" : "user", "pos/pos_x" : 77.37231, "pos/pos_y" : 0.5574303, "pos/pos_z" : 53.63627, "pos/speed" : 12.42823, "pos/cte" : 1.056007, "milliseconds" : 303540} | 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": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name"... | {"name" : "growl", "version" : "1.8.1", "description" : "Growl unobtrusive notifications", "author" : {"name" : "TJ Holowaychuk", "email" : "tj@vision-media.ca"}, "maintainers" : [{"name" : "tjholowaychuk", "email" : "tj@vision-media.ca"}, {"name" : "jbnicolai", "email" : "jappelman@xebia.com"}], "repository" : {"type"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "maintainers": {"type": "array", "items": {"type": "object... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"... | {"name" : "digit", "version" : "0.6.1", "repository" : {"type" : "git", "url" : "git+https://github.com/montagejs/digit.git"}, "dependencies" : {"montage" : ">=0.15.2"}, "devDependencies" : {"montage-testing" : "~0.4.0"}, "exclude" : ["overview.html", "overview", "run-tests.html", "test"], "gitHead" : "aeacf7f3bc19dcb9... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"montage": {"type": "string"}}, "required":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "... | {"text" : {"0" : {"m1" : "\u062f\u0631 \u063a\u0635\u0647 \u0645\u0631\u0627 \u062c\u0645\u0644\u0647 \u062c\u0648\u0627\u0646\u06cc \u0628\u06af\u0630\u0634\u062a", "m2" : "\u0627\u06cc\u0627\u0645 \u0628\u0647 \u063a\u0645 \u0686\u0646\u0627\u0646 \u06a9\u0647 \u062f\u0627\u0646\u06cc \u0628\u06af\u0630\u0634\u062a"}... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
Using the following JSON schema, generate a compatible JSON instance:
{"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"... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[131.625, 26.166666666666668], [131.625, 26.25], [131.75, 26.25], [131.75, 26.166666666666668], [131.625, 26.166666666666668]]]}, "properties" : {"code" : 393125, "url" : "http://madefor.github.io/0410/api/v1/393125.geojson", "view" : "https://git... | 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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Website": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Website", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Website" : "http://axibase.com/", "Name" : "Axibase"} | json_instruct | {"type": "object", "properties": {"Website": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Website", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "sequestrable", "definition" : "Capable of being sequestered; subject or liable to sequestration."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"birthday": {"type": "string"}, "position": {"type": "string"}, "name": {"type": "string"}}, "required": ["birthday", "position", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"birthday" : "1992-04-11", "position" : "WR", "name" : "Ben Edwards"} | json_instruct | {"type": "object", "properties": {"birthday": {"type": "string"}, "position": {"type": "string"}, "name": {"type": "string"}}, "required": ["birthday", "position", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : 1259712471, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "a59c8f2c1162789046bb20ab29170802", "wof:id" : 1259712471, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [1.01485, 52.68612, 1.01485, 52.68612], "geometry" : {"coordinates" : [1.01485, 5... | 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": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"C": {"type": "number"}, "gamma": {"type": "number"}, "shrinking": {"type": "number"}, "strategy": {"type": "number"}, "tol": {"type": "number"}}, "required": ["C", "gamma", "shrinking", "strategy", "tol"], "$schema": "http:... | {"C" : 0.12494413629803175, "gamma" : 0.7116317043731747, "shrinking" : 0.00013803600186736866, "strategy" : 0.0004350022105069221, "tol" : 0.008720322410109074} | json_instruct | {"type": "object", "properties": {"C": {"type": "number"}, "gamma": {"type": "number"}, "shrinking": {"type": "number"}, "strategy": {"type": "number"}, "tol": {"type": "number"}}, "required": ["C", "gamma", "shrinking", "strategy", "tol"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}},... | {"name" : "Todoist", "version" : "1.22.0", "description" : "Todoist for linux", "main" : "main.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "electron ."}, "keywords" : ["todoist", "productivity", "gtd"], "author" : "Ruslan Bekenev <furyinbox@gmail.com>", "license" : "ISC", "devDep... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "keywords": {"type": "array",... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "s... | {"name" : "create-rome-app", "version" : "0.0.1", "main" : "index.js", "repository" : "https://github.com/romeland/create-rome-app.git", "author" : "Frank Qiu", "engines" : {"node" : ">=13.2.0"}, "license" : "MIT", "dependencies" : {"semver" : "^7.3.5", "ts-node" : "^10.0.0"}, "devDependencies" : {"@types/node" : "^15.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}, "depend... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "in... | {"department" : "ART", "description" : ["This sculpture course introduces students to metal forming, shaping, fastening and brazing, and", "welding, building upon concepts from the foundation course and presenting the next level of", "sculpture topics, issues and concerns. Both majors and non-majors discover an art and... | json_instruct | {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"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" : "9416057001", "district_id" : "9416057", "name" : "SOBUNDALEK"}, {"id" : "9416057002", "district_id" : "9416057", "name" : "TANGGEAM"}, {"id" : "9416057003", "district_id" : "9416057", "name" : "AMFULMA"}, {"id" : "9416057004", "district_id" : "9416057", "name" : "SUKSALE"}, {"id" : "9416057005", "district_id"... | json_instruct | {"type": "array", "items": {"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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "default_locale": {"type": "string"}, "version": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type":... | {"manifest_version" : 2, "name" : "__MSG_appName__", "description" : "__MSG_appDesc__", "default_locale" : "en", "version" : "1.8", "content_scripts" : [{"matches" : ["https://trello.com/*"], "js" : ["src/utils/storage.min.js", "src/utils/runtime.min.js", "src/vendor/jquery-3.3.1.min.js", "src/main.js"], "run_at" : "do... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "default_locale": {"type": "string"}, "version": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "ite... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[131.75, 20.333333333333332], [131.75, 20.416666666666668], [131.875, 20.416666666666668], [131.875, 20.333333333333332], [131.75, 20.333333333333332]]]}, "properties" : {"code" : 303146, "url" : "http://madefor.github.io/0410/api/v1/303146.geojso... | 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": {"culture": {"type": "string"}, "texts": {"type": "object", "properties": {"Menu:EasyAbpEShop": {"type": "string"}, "Menu:Home": {"type": "string"}, "Welcome": {"type": "string"}, "LongWelcomeMessage": {"type": "string... | {"culture" : "cs", "texts" : {"Menu:EasyAbpEShop" : "EShop", "Menu:Home" : "\u00davod", "Welcome" : "V\u00edtejte", "LongWelcomeMessage" : "V\u00edtejte v aplikaci. Toto je startovac\u00ed projekt zalo\u017een\u00fd na ABP frameworku. Pro v\u00edce informac\u00ed, nav\u0161tivte abp.io."}} | json_instruct | {"type": "object", "properties": {"culture": {"type": "string"}, "texts": {"type": "object", "properties": {"Menu:EasyAbpEShop": {"type": "string"}, "Menu:Home": {"type": "string"}, "Welcome": {"type": "string"}, "LongWelcomeMessage": {"type": "string"}}, "required": ["Menu:EasyAbpEShop", "Menu:Home", "Welcome", "LongW... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"format_version": {"type": "integer"}, "header": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "array", "items": {"type": "integ... | {"format_version" : 2, "header" : {"name" : "pack.name", "description" : "pack.description", "uuid" : "89f03636-1219-4360-b926-f43f409da033", "version" : [1, 0, 0], "min_engine_version" : [1, 13, 0]}, "modules" : [{"type" : "data", "uuid" : "9b51c68c-b6b4-4d1a-81d9-b8dc87840bad", "version" : [1, 0, 0]}], "dependencies"... | json_instruct | {"type": "object", "properties": {"format_version": {"type": "integer"}, "header": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "array", "items": {"type": "integer"}}, "min_engine_version": {"type": "array", "items": {"t... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "aut... | {"name" : "@metasansana/testrun", "version" : "0.0.1", "private" : true, "description" : "Common code for the testrun extension.", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Lasana Murray <lmurray@trinistorm.com> (http://trinistorm.org)", "license" : "Apache-2.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "date": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "contributor": {"type": ... | {"version" : "2.16.77", "date" : "2021-06-03", "entries" : [{"type" : "feature", "category" : "AWS S3 Control", "contributor" : "", "description" : "Amazon S3 Batch Operations now supports S3 Bucket Keys."}, {"type" : "feature", "category" : "Amazon Simple Systems Manager (SSM)", "contributor" : "", "description" : "Do... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "date": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "contributor": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "ca... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"movie_name": {"type": "string"}, "movie_rating": {"type": "number"}, "movie_links": {"type": "string"}, "movie_years": {"type": "integer"}, "movie_postion": {"type": "integer"}}, "required": ["movie_name", "movie_r... | {"movie_name" : "Dangal", "movie_rating" : 8.3, "movie_links" : "https://www.imdb.com/title/tt5074352/", "movie_years" : 2016, "movie_postion" : 18} | json_instruct | {"type": "object", "properties": {"movie_name": {"type": "string"}, "movie_rating": {"type": "number"}, "movie_links": {"type": "string"}, "movie_years": {"type": "integer"}, "movie_postion": {"type": "integer"}}, "required": ["movie_name", "movie_rating", "movie_links", "movie_years", "movie_postion"], "$schema": "htt... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"947991581620": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjec... | {"947991581620" : {"type" : "bo", "bookName" : "Lesson%202", "subjectName" : "Hatua%202", "fName" : "users/Mi0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0hpc2FiYXRpL0hhdHVhJTIwMi9MZXNzb24lMjAyL2luZGV4Lmh0bWwtYW5hbHl0aWNzLTk0Nzk5MTU4MTU2Mw==.json"}, "947991581623" : {"type" : "bo", "bookName" : "Lesson%202", "subjectName" : "Hat... | json_instruct | {"type": "object", "properties": {"947991581620": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "947991581623": {"type": "object", "properties": {"t... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1972, 6], [1973, 5], [1976, 6], [1977, 8], [1978, 6], [1979, 6], [1980, 5], [1981, 9], [1982, 12], [1984, 7], [1985, 7], [1986, 11], [1987, 7], [1988, 12], [1989, 6], [1990, 10], [1991, 6], [1992, 12], [1993, 5], [1994, 5], [1996, 6], [1997, 5], [1998, 6], [1999, 6], [2002, 6], [2003, 5], [2005, 5], [2008, 6], [2009,... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Lnq", "description" : "Digital NFT Marketplace for accessing digital content powered by spatiaLABS.", "url" : "http://spatialabs.io/"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_pat... | {"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "G9MTs7aTvAvCYepJtTRRgAzuDSI2M+/o9q9ZWZ83JR5o3+ih0uIROpMk+ofRxD3ZwFKSK7niNkIuwGViZYlvf7Y=", "cert_user_id" : "covet@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/17KsAKebu6NJC9KTPu1yzhy435HtoUzBF1/content.json", "modified... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "... | {"contract" : "0xe22f93205f20c40f6a0c68b110e1edfebc152011", "tool" : "slither", "start" : 1563636269.1325355, "end" : 1563636273.1088207, "duration" : 3.976285219192505, "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://... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items":... | {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 687}, "clipped" : true, "id" : "0a68027955"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 690}, "clipped" : true, "id" : "51796a789b"}, {"arcs" : [[2]], "type" : "Polygon... | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object... | {"name" : "AeroMap_SDK_iOS", "version" : "0.1.0", "summary" : "A short description of AeroMapSDK_iOS.", "description" : "This library contains classes that are useful for a wide range of applications\nusing the Google Maps SDK for iOS.\nIt is designed to be used with Google Maps SDK for iOS, but it is not\ndependent on... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"\u97e9\u51b0\u4e2a\u4eba": {"type": "string"}}, "req... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id... | {"id" : 1125912783, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "5c7549a72b208a41142fd6d997a51ec4", "wof:id" : 1125912783}, "bbox" : [6.89618, 46.38302, 6.89618, 46.38302], "geometry" : {"coordinates" : [6.89618, 46.38302], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}}, "required": ["src:alt_label", "src:geom", "wof... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"... | {"name" : "build-plugin-rax-router", "version" : "1.0.2", "description" : "SPA router in rax-app", "license" : "MIT", "main" : "lib/index.js", "directories" : {"lib" : "lib", "test" : "__tests__"}, "files" : ["lib", "!lib/**/*.map", "src/types"], "repository" : {"type" : "git", "url" : "git@github.com:raxjs/rax-app.git... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}, "test": {"type": "string"}}, "required": ["lib", "test"]}... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@openzeppelin/truffle-upgrades": {"type": "string"}}, "required": ["@openzeppelin/truffle-upgrades"]}, "dependencies": {"type": "object", "properties": {"@openzeppelin/contrac... | {"devDependencies" : {"@openzeppelin/truffle-upgrades" : "^1.9.1"}, "dependencies" : {"@openzeppelin/contracts" : "^4.3.2", "@openzeppelin/contracts-upgradeable" : "^4.3.2", "@truffle/hdwallet-provider" : "^1.5.0"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@openzeppelin/truffle-upgrades": {"type": "string"}}, "required": ["@openzeppelin/truffle-upgrades"]}, "dependencies": {"type": "object", "properties": {"@openzeppelin/contracts": {"type": "string"}, "@openzeppelin/contracts-upgrade... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t... | {"name" : "module-fu", "version" : "0.1.8", "description" : "Module utilities", "main" : "index.js", "scripts" : {"test" : "gulp test"}, "keywords" : ["module", "cache", "unload", "reload"], "author" : "Ben Mackie <bdmackie@gmail.com>", "repository" : {"type" : "git", "url" : "https://github.com/bdmackie/module-fu"}, "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.