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": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Lorien Protector (13S20)", "text" : "Set:\tBloodlines\nKind:\tFree People\nCulture:\tElven\nTwilight:\t2\nCard Type:\tCompanion \u2022 Elf\nStrength:\t6\nVitality:\t3\nResistance:\t6\nGame Text:\tWhile another companion is assigned to a skirmish, during each skirmish, prevent all wounds to this companion after the first wound.\nRarity:\tS", "scanUrl" : "https://lotrtcgwiki.com/wiki/_media/cards:lotr13020.jpg"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"fro": {"type": "string"}, "too": {"type": "string"}, "value": {"type": "integer"}, "date": {"type": "number"}, "sign": {"type": "string"}}, "required": ["fro", "too", "value", "date", "sign"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fro" : "Judith", "too" : "Moritz", "value" : 350, "date" : 5099068800.0, "sign" : "3045022100ca4bdde5d0439a430726891177507a3892a37f0f6a5f6fe91bc27f2f1c750da4022006716de42fdb963957feed81a9ab9e74843dba17937ae28bc4f1d9dbf7d5e59b"} | json_instruct | {"type": "object", "properties": {"fro": {"type": "string"}, "too": {"type": "string"}, "value": {"type": "integer"}, "date": {"type": "number"}, "sign": {"type": "string"}}, "required": ["fro", "too", "value", "date", "sign"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "gopro-telemetry": {"type": "string"}}, "required": ["express", "gopro-telemetry"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "gopro_gps_ui", "version" : "1.0.0", "main" : "src/server.js", "license" : "MIT", "scripts" : {"start" : "node src/server.js"}, "dependencies" : {"express" : "^4.17.1", "gopro-telemetry" : "^1.1.36"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "gopro-telemetry": {"type": "string"}}, "required": ["express", "gopro-telemetry"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MRRm_new" : 0.15593623710955434, "MRm_new" : 265.26269404866696, "HITS@1m_new" : 0.08737070899934625, "HITS@3m_new" : 0.16655011314754375, "HITS@10m_new" : 0.293614111474622} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$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"}, "ISOCode2": {"type": "string"}, "ISOCode3": {"type": "string"}}, "required": ["Id", "Name", "ISOCode2", "ISOCode3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "c046ca0b-6dd9-459c-bf76-bd024363aaac", "Name" : "Pakistan", "ISOCode2" : "PK", "ISOCode3" : "PAK"} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "ISOCode2": {"type": "string"}, "ISOCode3": {"type": "string"}}, "required": ["Id", "Name", "ISOCode2", "ISOCode3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"prettier.enable": {"type": "boolean"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}}, "required": ["source.fixAll.eslint"]}, "files.associations": {"type": "object", "properties": {"api-extractor.json": {"type": "string"}}, "required": ["api-extractor.json"]}, "[markdown]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}}, "required": ["prettier.enable", "editor.codeActionsOnSave", "files.associations", "[markdown]"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"prettier.enable" : false, "editor.codeActionsOnSave" : {"source.fixAll.eslint" : true}, "files.associations" : {"api-extractor.json" : "jsonc"}, "[markdown]" : {"editor.defaultFormatter" : "dbaeumer.vscode-eslint"}} | json_instruct | {"type": "object", "properties": {"prettier.enable": {"type": "boolean"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}}, "required": ["source.fixAll.eslint"]}, "files.associations": {"type": "object", "properties": {"api-extractor.json": {"type": "string"}}, "required": ["api-extractor.json"]}, "[markdown]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}}, "required": ["prettier.enable", "editor.codeActionsOnSave", "files.associations", "[markdown]"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "create:block/limestone_cobblestone_slab"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "integer"}, "updated": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count", "updated"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "689d5f38-1a0f-4a7a-99dc-aead7f4da17d", "data" : [{"text" : "Gino Paoli", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}, {"id" : "d71c72db-8355-47de-b47c-bda7f533fad0", "data" : [{"text" : "Ron", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "integer"}, "updated": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count", "updated"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 2003, "sex" : "F", "n" : 9, "prop" : 4.49e-06}, {"year" : 2005, "sex" : "F", "n" : 9, "prop" : 4.44e-06}, {"year" : 2007, "sex" : "F", "n" : 7, "prop" : 3.31e-06}, {"year" : 2008, "sex" : "F", "n" : 12, "prop" : 5.77e-06}, {"year" : 2009, "sex" : "F", "n" : 7, "prop" : 3.46e-06}, {"year" : 2010, "sex" : "F", "n" : 7, "prop" : 3.57e-06}, {"year" : 2013, "sex" : "F", "n" : 7, "prop" : 3.64e-06}, {"year" : 2014, "sex" : "F", "n" : 8, "prop" : 4.1e-06}, {"year" : 2016, "sex" : "F", "n" : 9, "prop" : 4.67e-06}, {"year" : 2017, "sex" : "F", "n" : 10, "prop" : 5.33e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"network": {"type": "string"}, "height": {"type": "integer"}, "hash": {"type": "string"}, "time": {"type": "integer"}, "tree": {"type": "string"}}, "required": ["network", "height", "hash", "time", "tree"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"network" : "test", "height" : 750000, "hash" : "000ec8c607a443b2b7b1606138eaa39017bc0eeca69ce4a5c8e9957c6265564b", "time" : 1578091226, "tree" : "0136607efe3d2ef836722fb389db88489672616f77f75796ad4cc0568d29a79603012163dd5d0a348c4e84de3d88971616fd534ca04bf0236bdcecb27cfd15f45e6f1001328e531bad80a311df69cd8c1f5c6a3ab0b2fbfc07b42c63994d1b6d68abce4f00016e6763a9582b9b413d1f131e8257f1fcc48242811825aad6ae4f5f326849b2180000000000017de4c2c210c617dc61a43e124cab93e4f6143e1e9e46c2e55a541a9781cde43c0129cbee0c11a827718f126d9e037155a9e173ee2d2ecf57dc68f7b66437d44f7301a113bcf163405e4286bc080ac55aa68555d2c9e63334e7b9a5eb756872f14c470001e3ec5d790cc9acc2586fc6e9ce5aae5f5aba32d33e386165c248c4a03ec8ed670000011f8322ef806eb2430dc4a7a41c1b344bea5be946efc7b4349c1c9edb14ff9d39"} | json_instruct | {"type": "object", "properties": {"network": {"type": "string"}, "height": {"type": "integer"}, "hash": {"type": "string"}, "time": {"type": "integer"}, "tree": {"type": "string"}}, "required": ["network", "height", "hash", "time", "tree"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "graphic": {"type": "integer"}, "type": {"type": "string"}, "hp": {"type": "integer"}, "maxdam": {"type": "integer"}, "accuracy": {"type": "integer"}, "exp": {"type": "integer"}}, "required": ["id", "name", "graphic", "type", "hp", "maxdam", "accuracy", "exp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 69, "name" : "Birdman Worker", "graphic" : 47, "type" : "Passive", "hp" : 72, "maxdam" : 2, "accuracy" : 3, "exp" : 18} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "graphic": {"type": "integer"}, "type": {"type": "string"}, "hp": {"type": "integer"}, "maxdam": {"type": "integer"}, "accuracy": {"type": "integer"}, "exp": {"type": "integer"}}, "required": ["id", "name", "graphic", "type", "hp", "maxdam", "accuracy", "exp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "authors": {"type": "object", "properties": {"UMeng": {"type": "string"}}, "required": ["UMeng"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "preserve_paths": {"type": "string"}, "libraries": {"type": "array", "items": {"type": "string"}}, "requires_arc": {"type": "boolean"}, "xcconfig": {"type": "object", "properties": {"LIBRARY_SEARCH_PATHS": {"type": "string"}}, "required": ["LIBRARY_SEARCH_PATHS"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "resources", "preserve_paths", "libraries", "requires_arc", "xcconfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "UMengFeedback", "version" : "1.4.2", "summary" : "UMeng's official Feedback SDK for iOS.", "description" : "UMeng Feedback SDK provide users and developers two way feedback communication.\n", "homepage" : "http://dev.umeng.com/feedback/ios/quick-start", "license" : {"type" : "Copyright", "text" : " Copyright 2011 - 2014 UMeng.com. All rights reserved.\n"}, "authors" : {"UMeng" : "[email protected]"}, "platforms" : {"ios" : "4.3"}, "source" : {"http" : "http://dev.umeng.com/files/download/UMFeedback_iOS_1.4.2.zip"}, "source_files" : "**/UMFeedback.h", "resources" : "**/umFeedback.bundle", "preserve_paths" : "**/libUMFeedback.a", "libraries" : ["UMFeedback", ""], "requires_arc" : false, "xcconfig" : {"LIBRARY_SEARCH_PATHS" : "\"$(PODS_ROOT)/UMengFeedback/**\""}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "authors": {"type": "object", "properties": {"UMeng": {"type": "string"}}, "required": ["UMeng"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "preserve_paths": {"type": "string"}, "libraries": {"type": "array", "items": {"type": "string"}}, "requires_arc": {"type": "boolean"}, "xcconfig": {"type": "object", "properties": {"LIBRARY_SEARCH_PATHS": {"type": "string"}}, "required": ["LIBRARY_SEARCH_PATHS"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "resources", "preserve_paths", "libraries", "requires_arc", "xcconfig"], "$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" : "catharine wheel", "definition" : "See catherine wheel."} | 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": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "MultiPolygon", "coordinates" : [[[[-80.33225484299992, 36.11832729600007], [-80.33200691299992, 36.118325676000026], [-80.33186414499993, 36.11351440600003], [-80.3320497429999, 36.11352868200002], [-80.33206186899989, 36.111550306000076], [-80.33227286699989, 36.111624776000035], [-80.3334530799999, 36.112329097000035], [-80.3355761049999, 36.11364289700003], [-80.33517635499992, 36.11412830700004], [-80.33500503399993, 36.11497063600006], [-80.33501931099993, 36.116155607000046], [-80.33410559799994, 36.116127054000046], [-80.3341769819999, 36.11699793700006], [-80.3341912579999, 36.11833995300008], [-80.33225484299992, 36.11832729600007]]]], "properties" : {"id" : "usa-nc-winston-salem-warwickshipie-estates-neighborhood", "type" : "neighborhood", "name" : "Warwickshipie Estates", "code" : "737796"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1812060013", "district_id" : "1812060", "name" : "TERANG MULYA"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"pname": {"type": "string"}, "bname": {"type": "string"}, "qty": {"type": "integer"}, "aisle": {"type": "integer"}, "diet": {"type": "string"}}, "required": ["pname", "bname", "qty", "aisle", "diet"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"pname" : "milk", "bname" : "Lucerne", "qty" : 2, "aisle" : 3, "diet" : "keto"}, {"pname" : "eggs", "bname" : "Lucerne", "qty" : 12, "aisle" : 3, "diet" : "keto"}, {"pname" : "deodorant", "bname" : "Degree", "qty" : 1, "aisle" : 5, "diet" : "NA"}, {"pname" : "peanuts", "bname" : "Planters", "qty" : 1, "aisle" : 3, "diet" : "nutty"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"pname": {"type": "string"}, "bname": {"type": "string"}, "qty": {"type": "integer"}, "aisle": {"type": "integer"}, "diet": {"type": "string"}}, "required": ["pname", "bname", "qty", "aisle", "diet"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$ref": {"type": "string"}, "definitions": {"type": "object", "properties": {"MessageOptions": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"ignore": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "all_fields_required": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "allow_null_values": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "disallow_additional_properties": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "enums_as_constants": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["ignore", "all_fields_required", "allow_null_values", "disallow_additional_properties", "enums_as_constants"]}, "additionalProperties": {"type": "boolean"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["properties", "additionalProperties", "type", "description"]}}, "required": ["MessageOptions"]}}, "required": ["$schema", "$ref", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "$ref" : "#/definitions/MessageOptions", "definitions" : {"MessageOptions" : {"properties" : {"ignore" : {"type" : "boolean", "description" : "Messages tagged with this will not be processed"}, "all_fields_required" : {"type" : "boolean", "description" : "Messages tagged with this will have all fields marked as \"required\":"}, "allow_null_values" : {"type" : "boolean", "description" : "Messages tagged with this will additionally accept null values for all properties:"}, "disallow_additional_properties" : {"type" : "boolean", "description" : "Messages tagged with this will have all fields marked as not allowing additional properties:"}, "enums_as_constants" : {"type" : "boolean", "description" : "Messages tagged with this will have all nested enums encoded to use constants instead of simple types (supports value annotations):"}}, "additionalProperties" : true, "type" : "object", "description" : "Custom MessageOptions"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$ref": {"type": "string"}, "definitions": {"type": "object", "properties": {"MessageOptions": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"ignore": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "all_fields_required": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "allow_null_values": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "disallow_additional_properties": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "enums_as_constants": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["ignore", "all_fields_required", "allow_null_values", "disallow_additional_properties", "enums_as_constants"]}, "additionalProperties": {"type": "boolean"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["properties", "additionalProperties", "type", "description"]}}, "required": ["MessageOptions"]}}, "required": ["$schema", "$ref", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"discord": {"type": "object", "properties": {"token": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["token", "prefix"]}, "owners": {"type": "array", "items": {"type": "string"}}}, "required": ["discord", "owners"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"discord" : {"token" : "", "prefix" : "$"}, "owners" : ["your_discord_id"]} | json_instruct | {"type": "object", "properties": {"discord": {"type": "object", "properties": {"token": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["token", "prefix"]}, "owners": {"type": "array", "items": {"type": "string"}}}, "required": ["discord", "owners"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["gpi"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "topPrice": {"type": "string"}, "middlePrice": {"type": "string"}, "lowPrice": {"type": "string"}, "averagePrice": {"type": "string"}, "transactionAmount": {"type": "string"}, "number": {"type": "string"}, "main_category": {"type": "string"}, "sub_category": {"type": "string"}}, "required": ["transactionDate", "produceNumber", "produceName", "marketNumber", "marketName", "topPrice", "middlePrice", "lowPrice", "averagePrice", "transactionAmount", "number", "main_category", "sub_category"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"transactionDate" : "104.01.09", "produceNumber" : "C1", "produceName" : "\u692a\u67d1", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "51.9", "middlePrice" : "38.2", "lowPrice" : "25.9", "averagePrice" : "38.4", "transactionAmount" : "3121.2", "number" : "C1", "main_category" : "fruit", "sub_category" : ""}, {"transactionDate" : "104.01.09", "produceNumber" : "E0", "produceName" : "\u751c\u6a59-\u5176\u4ed6", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "50", "middlePrice" : "50", "lowPrice" : "39.5", "averagePrice" : "42.4", "transactionAmount" : "198", "number" : "E0", "main_category" : "fruit", "sub_category" : ""}, {"transactionDate" : "104.01.09", "produceNumber" : "OW", "produceName" : "\u68a8-\u96ea\u68a8", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "83.6", "middlePrice" : "61.4", "lowPrice" : "35.3", "averagePrice" : "54", "transactionAmount" : "3477.6", "number" : "OW", "main_category" : "fruit", "sub_category" : ""}, {"transactionDate" : "104.01.09", "produceNumber" : "S1", "produceName" : "\u8461\u8404-\u5de8\u5cf0", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "108.3", "middlePrice" : "108.3", "lowPrice" : "103", "averagePrice" : "103", "transactionAmount" : "30", "number" : "S1", "main_category" : "fruit", "sub_category" : ""}, {"transactionDate" : "104.01.09", "produceNumber" : "Z4", "produceName" : "\u67ff\u5b50-\u751c\u67ff", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "183.3", "middlePrice" : "183.3", "lowPrice" : "170.8", "averagePrice" : "170.8", "transactionAmount" : "16.8", "number" : "Z4", "main_category" : "fruit", "sub_category" : ""}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "topPrice": {"type": "string"}, "middlePrice": {"type": "string"}, "lowPrice": {"type": "string"}, "averagePrice": {"type": "string"}, "transactionAmount": {"type": "string"}, "number": {"type": "string"}, "main_category": {"type": "string"}, "sub_category": {"type": "string"}}, "required": ["transactionDate", "produceNumber", "produceName", "marketNumber", "marketName", "topPrice", "middlePrice", "lowPrice", "averagePrice", "transactionAmount", "number", "main_category", "sub_category"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "dna": {"type": "string"}, "edition": {"type": "integer"}, "date": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["name", "description", "image", "dna", "edition", "date", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Crypto BAYC #586", "description" : "", "image" : "ipfs://QmXZWjCdRevZ3J2AUd9PvTbwo4ef5re6oouoFBX7D2whfC/586.png", "dna" : "dd98e5dd4de2eecd33a71c9a1c3bb4f48d7996ed", "edition" : 586, "date" : 1645298552709, "attributes" : [{"trait_type" : "TYPE", "value" : "Dark Brown"}, {"trait_type" : "MOUTH", "value" : "Surprised"}, {"trait_type" : "ACCESSORY", "value" : "Classic Shades"}, {"trait_type" : "ACCESSORY", "value" : "Mohawk"}, {"trait_type" : "ACCESSORY", "value" : "2 Attributes"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "dna": {"type": "string"}, "edition": {"type": "integer"}, "date": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["name", "description", "image", "dna", "edition", "date", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "foreign_keys": {"type": "array", "items": {"type": "object", "properties": {"column": {"type": "string"}, "references": {"type": "string"}, "on": {"type": "string"}, "onDelete": {"type": "string"}}, "required": ["column", "references", "on", "onDelete"]}}, "relationships": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "class": {"type": "string"}}, "required": ["name", "type", "class"]}}, "validations": {"type": "array", "items": {"type": "object", "properties": {"field": {"type": "string"}, "rules": {"type": "string"}}, "required": ["field", "rules"]}}}, "required": ["fields", "foreign_keys", "relationships", "validations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fields" : [{"name" : "patient_id", "type" : "bigint#unsigned"}, {"name" : "doctor_id", "type" : "bigint#unsigned"}, {"name" : "pharmacy_id", "type" : "bigint#unsigned"}, {"name" : "description", "type" : "text"}, {"name" : "status", "type" : "enum", "options" : {"pending" : "Pending", "checked" : "Checked", "packing" : "Packing Medicine", "dispatched" : "Parcel Dispatched", "delivered" : "Delivered"}}], "foreign_keys" : [{"column" : "patient_id", "references" : "id", "on" : "patients", "onDelete" : "cascade"}, {"column" : "doctor_id", "references" : "id", "on" : "doctors", "onDelete" : "cascade"}, {"column" : "pharmacy_id", "references" : "id", "on" : "pharmacies", "onDelete" : "cascade"}], "relationships" : [{"name" : "patient", "type" : "belongsTo", "class" : "App\\Models\\Patient"}, {"name" : "doctor", "type" : "belongsTo", "class" : "App\\Models\\Doctor"}, {"name" : "pharmacy", "type" : "belongsTo", "class" : "App\\Models\\Pharmacy"}], "validations" : [{"field" : "patient_id", "rules" : "required"}, {"field" : "doctor_id", "rules" : "required"}]} | json_instruct | {"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "foreign_keys": {"type": "array", "items": {"type": "object", "properties": {"column": {"type": "string"}, "references": {"type": "string"}, "on": {"type": "string"}, "onDelete": {"type": "string"}}, "required": ["column", "references", "on", "onDelete"]}}, "relationships": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "class": {"type": "string"}}, "required": ["name", "type", "class"]}}, "validations": {"type": "array", "items": {"type": "object", "properties": {"field": {"type": "string"}, "rules": {"type": "string"}}, "required": ["field", "rules"]}}}, "required": ["fields", "foreign_keys", "relationships", "validations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"socket.io.js": {"type": "string"}, "socket.io.min.js": {"type": "string"}}, "required": ["socket.io.js", "socket.io.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"socket.io.js" : "sha512-wh+WOloyetAeLbxprsWzsg+SlNlwfa9Rd0sOYsSm1rJ1GgKB0tFy7xPrQjvWVcsbH3m2b9Oy6USlbsdi834CpA==", "socket.io.min.js" : "sha512-Xzw+o2M9R0HCMNiTy7RqwiYjn6ECYlXZFu6pmI2/3yVBaRfqw4xhNRgIbGX6X5vDDhAFN3RONJOHkQ+BFy2oOw=="} | json_instruct | {"type": "object", "properties": {"socket.io.js": {"type": "string"}, "socket.io.min.js": {"type": "string"}}, "required": ["socket.io.js", "socket.io.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[147.25, 27.666666666666668], [147.25, 27.75], [147.375, 27.75], [147.375, 27.666666666666668], [147.25, 27.666666666666668]]]}, "properties" : {"code" : 414742, "url" : "http://madefor.github.io/0410/api/v1/414742.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/414742.geojson"}} | 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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["definition", "virus_id", "isolate_id", "_id", "host"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"definition" : "Apple dimple fruit viroid isolate IRN1, complete sequence", "virus_id" : "39d3f3e7", "isolate_id" : "mepdwbvl", "_id" : "KX909575.1", "host" : "apple"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["definition", "virus_id", "isolate_id", "_id", "host"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "M1911A1 Rear Sight", "ShortName" : "M1911A1 RS", "Description" : "Standard rear sight for M1911A1, product by Colt.."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"requests_sec": {"type": "number"}, "transfer_sec": {"type": "string"}, "avg_latency_ms": {"type": "number"}, "errors_sum": {"type": "number"}, "duration": {"type": "number"}, "requests": {"type": "number"}, "bytes": {"type": "number"}, "latency.min": {"type": "number"}, "latency.max": {"type": "number"}, "latency.mean": {"type": "number"}, "latency.stdev": {"type": "number"}}, "required": ["requests_sec", "transfer_sec", "avg_latency_ms", "errors_sum", "duration", "requests", "bytes", "latency.min", "latency.max", "latency.mean", "latency.stdev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"requests_sec" : 19411.78, "transfer_sec" : "8.22MB", "avg_latency_ms" : 3.62, "errors_sum" : 0.0, "duration" : 5100304.0, "requests" : 99006.0, "bytes" : 43958664.0, "latency.min" : 532.0, "latency.max" : 35712.0, "latency.mean" : 3618.7, "latency.stdev" : 3025.56} | json_instruct | {"type": "object", "properties": {"requests_sec": {"type": "number"}, "transfer_sec": {"type": "string"}, "avg_latency_ms": {"type": "number"}, "errors_sum": {"type": "number"}, "duration": {"type": "number"}, "requests": {"type": "number"}, "bytes": {"type": "number"}, "latency.min": {"type": "number"}, "latency.max": {"type": "number"}, "latency.mean": {"type": "number"}, "latency.stdev": {"type": "number"}}, "required": ["requests_sec", "transfer_sec", "avg_latency_ms", "errors_sum", "duration", "requests", "bytes", "latency.min", "latency.max", "latency.mean", "latency.stdev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id_6503": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_6503"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_6503" : {"title" : "George Washington", "language" : "English", "totaltime" : "2:02:53", "url_librivox" : "http://librivox.org/george-washington-by-calista-mccabe-courtenay/", "url_iarchive" : "http://archive.org/details/georgewashington_bb_librivox", "readers" : ["4788"], "authors" : "3038", "genres" : "General"}} | json_instruct | {"type": "object", "properties": {"id_6503": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_6503"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9952612, "stations" : ["9952612"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"published" : "2015-09-03T03:22:22Z", "media-type" : "Blog", "title" : "Leaked images confirm iPhone 6s and iPhone 6s Plus will be slightly thicker and larger", "id" : "41ee7af4-3148-4533-b169-af7ee6c3a324", "content" : "The latest set of iPhone 6s and iPhone 6s Plus photos received by\u00a0MacRumors\u00a0confirm what many leaks and reports have been saying for the last few months: the new iPhones will be slightly taller, thicker, and wider than the existing generation iPhones. \n Continue reading \u2192 \n \nThe post Leaked images confirm iPhone 6s and iPhone 6s Plus will be slightly thicker and larger appeared first on iOS Jailbreak .", "source" : "iOS Jailbreak"} | json_instruct | {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}, "config": {"type": "object", "properties": {"disabledAdapters": {"type": "array", "items": {"type": "string"}}}, "required": ["disabledAdapters"]}, "mockBidRequest": {"type": "object", "properties": {"id": {"type": "string"}, "site": {"type": "object", "properties": {"page": {"type": "string"}}, "required": ["page"]}, "imp": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "video": {"type": "object", "properties": {"mimes": {"type": "array", "items": {"type": "string"}}}, "required": ["mimes"]}, "ext": {"type": "object", "properties": {"appnexus": {"type": "object", "properties": {"placementId": {"type": "integer"}}, "required": ["placementId"]}}, "required": ["appnexus"]}}, "required": ["id", "video", "ext"]}}}, "required": ["id", "site", "imp"]}, "expectedReturnCode": {"type": "integer"}, "expectedErrorMessage": {"type": "string"}}, "required": ["description", "config", "mockBidRequest", "expectedReturnCode", "expectedErrorMessage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Bid request targeted towards a disabled adapter. We expect an error.", "config" : {"disabledAdapters" : ["appnexus"]}, "mockBidRequest" : {"id" : "some-request-id", "site" : {"page" : "test.somepage.com"}, "imp" : [{"id" : "my-imp-id", "video" : {"mimes" : ["video/mp4"]}, "ext" : {"appnexus" : {"placementId" : 12883451}}}]}, "expectedReturnCode" : 400, "expectedErrorMessage" : "Invalid request: Bidder \"appnexus\" has been disabled on this instance of Prebid Server. Please work with the PBS host to enable this bidder again.\nInvalid request: request.imp[0].ext must contain at least one bidder\n"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "config": {"type": "object", "properties": {"disabledAdapters": {"type": "array", "items": {"type": "string"}}}, "required": ["disabledAdapters"]}, "mockBidRequest": {"type": "object", "properties": {"id": {"type": "string"}, "site": {"type": "object", "properties": {"page": {"type": "string"}}, "required": ["page"]}, "imp": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "video": {"type": "object", "properties": {"mimes": {"type": "array", "items": {"type": "string"}}}, "required": ["mimes"]}, "ext": {"type": "object", "properties": {"appnexus": {"type": "object", "properties": {"placementId": {"type": "integer"}}, "required": ["placementId"]}}, "required": ["appnexus"]}}, "required": ["id", "video", "ext"]}}}, "required": ["id", "site", "imp"]}, "expectedReturnCode": {"type": "integer"}, "expectedErrorMessage": {"type": "string"}}, "required": ["description", "config", "mockBidRequest", "expectedReturnCode", "expectedErrorMessage"], "$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"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"Y": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "X": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "S": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["item", "data"]}}, "required": ["Y", "X", "S"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "forge:ore_shaped", "pattern" : ["X", "S", "Y"], "key" : {"Y" : {"item" : "#FEATHER"}, "X" : {"item" : "moreplanets:infected_purlonite_shard"}, "S" : {"item" : "galacticraftplanets:item_basic_mars", "data" : 1}}, "result" : {"item" : "moreplanets:infected_purlonite_arrow", "count" : 6}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"Y": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "X": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "S": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["item", "data"]}}, "required": ["Y", "X", "S"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["docpad-plugin-wakabamark"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["website", "twitter"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Free Time Coin", "symbol" : "FREE", "logoURI" : "https://freetimecoin.com/images/freelogo.png", "decimals" : 8, "address" : "5VbDmpeTUgMZvybfaq43FmxH1Be5nkpy2BEDLZyvxuQD", "chainId" : 101, "tags" : ["meme", "DApp"], "extensions" : {"website" : "https://freetimecoin.com/", "twitter" : "https://twitter.com/freetimecoin"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["website", "twitter"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "css"]}}}, "required": ["manifest_version", "name", "description", "version", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "Caps off my Reddit", "description" : "Some scurrilous redditors choose all caps usernames (often vulgar) to attract attention. They don't deserve it.", "version" : "0.1.0", "content_scripts" : [{"matches" : ["*://*.reddit.com/*"], "css" : ["capsoff.css"]}]} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "css"]}}}, "required": ["manifest_version", "name", "description", "version", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["411628102001", "\u67a3\u96c6\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["411628102002", "\u675c\u4e54\u5c45\u59d4\u4f1a", "220", "0"], ["411628102003", "\u5b59\u5e97\u5c45\u59d4\u4f1a", "220", "0"], ["411628102004", "\u6f58\u5e84\u5c45\u59d4\u4f1a", "220", "0"], ["411628102200", "\u5218\u697c\u6751\u59d4\u4f1a", "220", "0"], ["411628102201", "\u8f69\u697c\u6751\u59d4\u4f1a", "121", "0"], ["411628102202", "\u836f\u535c\u6751\u59d4\u4f1a", "220", "0"], ["411628102203", "\u5d14\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["411628102204", "\u5218\u4e54\u6751\u59d4\u4f1a", "220", "0"], ["411628102205", "\u5927\u5468\u6751\u59d4\u4f1a", "220", "0"], ["411628102206", "\u6768\u6865\u6751\u59d4\u4f1a", "220", "0"], ["411628102207", "\u5f20\u8f9b\u6751\u59d4\u4f1a", "220", "0"], ["411628102208", "\u767d\u4f5b\u6751\u59d4\u4f1a", "121", "0"], ["411628102209", "\u8d75\u697c\u6751\u59d4\u4f1a", "220", "0"], ["411628102210", "\u6768\u697c\u6751\u59d4\u4f1a", "220", "0"], ["411628102211", "\u7533\u8001\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["411628102212", "\u5362\u5c27\u6751\u59d4\u4f1a", "220", "0"], ["411628102213", "\u5b59\u5e84\u6751\u59d4\u4f1a", "122", "0"], ["411628102214", "\u738b\u697c\u6751\u59d4\u4f1a", "220", "0"], ["411628102215", "\u5c97\u53c9\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"cbpro": {"type": "object", "properties": {"apiKey": {"type": "string"}, "apiPass": {"type": "string"}, "apiSecret": {"type": "string"}, "apiUrl": {"type": "string"}, "accountIds": {"type": "object", "properties": {"ETH-BTC": {"type": "string"}, "LTC-BTC": {"type": "string"}}, "required": ["ETH-BTC", "LTC-BTC"]}, "stakeBTC": {"type": "string"}}, "required": ["apiKey", "apiPass", "apiSecret", "apiUrl", "accountIds", "stakeBTC"]}, "s3": {"type": "object", "properties": {"bucketName": {"type": "string"}}, "required": ["bucketName"]}, "alpaca": {"type": "object", "properties": {"apiKey": {"type": "string"}, "apiPass": {"type": "string"}, "apiSecret": {"type": "string"}}, "required": ["apiKey", "apiPass", "apiSecret"]}}, "required": ["cbpro", "s3", "alpaca"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cbpro" : {"apiKey" : "", "apiPass" : "", "apiSecret" : "", "apiUrl" : "https://api.pro.coinbase.com", "accountIds" : {"ETH-BTC" : "example-account-id", "LTC-BTC" : "another-account-id"}, "stakeBTC" : "0.001"}, "s3" : {"bucketName" : "tradingbotbucket"}, "alpaca" : {"apiKey" : "", "apiPass" : "", "apiSecret" : ""}} | json_instruct | {"type": "object", "properties": {"cbpro": {"type": "object", "properties": {"apiKey": {"type": "string"}, "apiPass": {"type": "string"}, "apiSecret": {"type": "string"}, "apiUrl": {"type": "string"}, "accountIds": {"type": "object", "properties": {"ETH-BTC": {"type": "string"}, "LTC-BTC": {"type": "string"}}, "required": ["ETH-BTC", "LTC-BTC"]}, "stakeBTC": {"type": "string"}}, "required": ["apiKey", "apiPass", "apiSecret", "apiUrl", "accountIds", "stakeBTC"]}, "s3": {"type": "object", "properties": {"bucketName": {"type": "string"}}, "required": ["bucketName"]}, "alpaca": {"type": "object", "properties": {"apiKey": {"type": "string"}, "apiPass": {"type": "string"}, "apiSecret": {"type": "string"}}, "required": ["apiKey", "apiPass", "apiSecret"]}}, "required": ["cbpro", "s3", "alpaca"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 6959, "cartId" : "8f9760cf-858d-40c1-a805-97a0333b27e0", "preferredProducts" : [4055, 4683], "productReviews" : [{"productId" : 2494, "reviewText" : "this Georgia is vertical.", "reviewDate" : "2020-04-25T23:29:01.395163+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid 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": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u6210\u5955\u4f01\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99631698", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07410005284928", "\u5de5\u5ee0\u5730\u5740" : "\u82d7\u6817\u7e23\u7af9\u5357\u93ae\u5d0e\u9802\u91cc\u4ec1\u611b\u8def\u4e00\u56db\u516d\u4e09\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u82d7\u6817\u7e23\u7af9\u5357\u93ae\u5d0e\u9802\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u9673\u5955\u7149", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "22275093", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0741004", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0741004", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["22\u5851\u81a0\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["220\u5851\u81a0\u88fd\u54c1"]} | 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": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"occupation": {"type": "string"}, "base": {"type": "string"}}, "required": ["occupation", "base"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"occupation" : "Inventor, former soldier", "base" : "Base of operations unknown"} | json_instruct | {"type": "object", "properties": {"occupation": {"type": "string"}, "base": {"type": "string"}}, "required": ["occupation", "base"], "$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"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Cura", "description" : "3D printer / slicing GUI built on top of the Uranium framework", "license" : {"key" : "lgpl-3.0", "name" : "GNU Lesser General Public License v3.0", "spdx_id" : "LGPL-3.0", "url" : "https://api.github.com/licenses/lgpl-3.0"}, "starNum" : 661, "folkNum" : 381, "watchNum" : 661, "topic" : ["3d-printing", "cura", "gcode", "gui", "pyqt5", "python", "qml", "slicer", "uranium"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Kobe City University of Foreign Studies", "alt_name" : "Kobeshi Gaikokugo Daigaku", "country" : "Japan", "state" : null, "address" : {"street" : "9-1 Gakuen-higashi-machi, Nishi-ku", "city" : "Kobe-shi", "province" : "Hyogo", "postal_code" : "651-2187"}, "contact" : {"telephone" : "+81(78) 794-8121", "website" : "http://www.kobe-cufs.ac.jp", "email" : "[email protected]; [email protected]", "fax" : "+81(78) 792-9020"}, "funding" : "Public", "languages" : null, "academic_year" : "April to March (April-September; October-March)", "accrediting_agency" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"replace": {"type": "string"}, "values": {"type": "array", "items": {}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : "false", "values" : []} | json_instruct | {"type": "object", "properties": {"replace": {"type": "string"}, "values": {"type": "array", "items": {}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"CRs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "script": {"type": "string"}, "needAdminIndexPWD": {"type": "boolean"}, "data": {"type": "string"}}, "required": ["id", "script", "needAdminIndexPWD", "data"]}}}, "required": ["CRs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"CRs" : [{"id" : "2016-0254", "script" : "2016-0254", "needAdminIndexPWD" : true, "data" : "2016-0254"}]} | json_instruct | {"type": "object", "properties": {"CRs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "script": {"type": "string"}, "needAdminIndexPWD": {"type": "boolean"}, "data": {"type": "string"}}, "required": ["id", "script", "needAdminIndexPWD", "data"]}}}, "required": ["CRs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"GENERAL_SETTINGS": {"type": "object", "properties": {"TITLE": {"type": "string"}, "SUBMIT": {"type": "string"}, "BACK": {"type": "string"}, "UPDATE": {"type": "object", "properties": {"ERROR": {"type": "string"}, "SUCCESS": {"type": "string"}}, "required": ["ERROR", "SUCCESS"]}, "FORM": {"type": "object", "properties": {"ERROR": {"type": "string"}, "GENERAL_SECTION": {"type": "object", "properties": {"TITLE": {"type": "string"}, "NOTE": {"type": "string"}}, "required": ["TITLE", "NOTE"]}, "NAME": {"type": "object", "properties": {"LABEL": {"type": "string"}, "PLACEHOLDER": {"type": "string"}, "ERROR": {"type": "string"}}, "required": ["LABEL", "PLACEHOLDER", "ERROR"]}, "LANGUAGE": {"type": "object", "properties": {"LABEL": {"type": "string"}, "PLACEHOLDER": {"type": "string"}, "ERROR": {"type": "string"}}, "required": ["LABEL", "PLACEHOLDER", "ERROR"]}, "DOMAIN": {"type": "object", "properties": {"LABEL": {"type": "string"}, "PLACEHOLDER": {"type": "string"}, "ERROR": {"type": "string"}}, "required": ["LABEL", "PLACEHOLDER", "ERROR"]}, "SUPPORT_EMAIL": {"type": "object", "properties": {"LABEL": {"type": "string"}, "PLACEHOLDER": {"type": "string"}, "ERROR": {"type": "string"}}, "required": ["LABEL", "PLACEHOLDER", "ERROR"]}, "FEATURES": {"type": "object", "properties": {"INBOUND_EMAIL_ENABLED": {"type": "string"}, "CUSTOM_EMAIL_DOMAIN_ENABLED": {"type": "string"}}, "required": ["INBOUND_EMAIL_ENABLED", "CUSTOM_EMAIL_DOMAIN_ENABLED"]}}, "required": ["ERROR", "GENERAL_SECTION", "NAME", "LANGUAGE", "DOMAIN", "SUPPORT_EMAIL", "FEATURES"]}}, "required": ["TITLE", "SUBMIT", "BACK", "UPDATE", "FORM"]}}, "required": ["GENERAL_SETTINGS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"GENERAL_SETTINGS" : {"TITLE" : "Configuraci\u00f3 del compte", "SUBMIT" : "Actualitzaci\u00f3 de la configuraci\u00f3", "BACK" : "Back", "UPDATE" : {"ERROR" : "No s'ha pogut actualitzar la configuraci\u00f3, torna-ho a provar!", "SUCCESS" : "La configuraci\u00f3 del compte s'ha actualitzat correctament"}, "FORM" : {"ERROR" : "Corregiu els errors del formulari", "GENERAL_SECTION" : {"TITLE" : "Configuraci\u00f3 general", "NOTE" : ""}, "NAME" : {"LABEL" : "Nom del compte", "PLACEHOLDER" : "El nom del vostre compte", "ERROR" : "Introdu\u00efu un nom de compte v\u00e0lid"}, "LANGUAGE" : {"LABEL" : "Idioma del lloc (Beta)", "PLACEHOLDER" : "El nom del vostre compte", "ERROR" : ""}, "DOMAIN" : {"LABEL" : "Incoming Email Domain", "PLACEHOLDER" : "The domain where you will receive the emails", "ERROR" : ""}, "SUPPORT_EMAIL" : {"LABEL" : "Support Email", "PLACEHOLDER" : "Your company's support email", "ERROR" : ""}, "FEATURES" : {"INBOUND_EMAIL_ENABLED" : "Conversation continuity with emails is enabled for your account.", "CUSTOM_EMAIL_DOMAIN_ENABLED" : "You can receive emails in your custom domain now."}}}} | json_instruct | {"type": "object", "properties": {"GENERAL_SETTINGS": {"type": "object", "properties": {"TITLE": {"type": "string"}, "SUBMIT": {"type": "string"}, "BACK": {"type": "string"}, "UPDATE": {"type": "object", "properties": {"ERROR": {"type": "string"}, "SUCCESS": {"type": "string"}}, "required": ["ERROR", "SUCCESS"]}, "FORM": {"type": "object", "properties": {"ERROR": {"type": "string"}, "GENERAL_SECTION": {"type": "object", "properties": {"TITLE": {"type": "string"}, "NOTE": {"type": "string"}}, "required": ["TITLE", "NOTE"]}, "NAME": {"type": "object", "properties": {"LABEL": {"type": "string"}, "PLACEHOLDER": {"type": "string"}, "ERROR": {"type": "string"}}, "required": ["LABEL", "PLACEHOLDER", "ERROR"]}, "LANGUAGE": {"type": "object", "properties": {"LABEL": {"type": "string"}, "PLACEHOLDER": {"type": "string"}, "ERROR": {"type": "string"}}, "required": ["LABEL", "PLACEHOLDER", "ERROR"]}, "DOMAIN": {"type": "object", "properties": {"LABEL": {"type": "string"}, "PLACEHOLDER": {"type": "string"}, "ERROR": {"type": "string"}}, "required": ["LABEL", "PLACEHOLDER", "ERROR"]}, "SUPPORT_EMAIL": {"type": "object", "properties": {"LABEL": {"type": "string"}, "PLACEHOLDER": {"type": "string"}, "ERROR": {"type": "string"}}, "required": ["LABEL", "PLACEHOLDER", "ERROR"]}, "FEATURES": {"type": "object", "properties": {"INBOUND_EMAIL_ENABLED": {"type": "string"}, "CUSTOM_EMAIL_DOMAIN_ENABLED": {"type": "string"}}, "required": ["INBOUND_EMAIL_ENABLED", "CUSTOM_EMAIL_DOMAIN_ENABLED"]}}, "required": ["ERROR", "GENERAL_SECTION", "NAME", "LANGUAGE", "DOMAIN", "SUPPORT_EMAIL", "FEATURES"]}}, "required": ["TITLE", "SUBMIT", "BACK", "UPDATE", "FORM"]}}, "required": ["GENERAL_SETTINGS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "450103006001", "text" : "\u4e94\u5408\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450103006002", "text" : "\u84c9\u8309\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450103006003", "text" : "\u90a3\u8205\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450103006004", "text" : "\u83ab\u6751\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450103006005", "text" : "\u91d1\u846b\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450103006006", "text" : "\u901a\u798f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450103006007", "text" : "\u76d8\u53e4\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450103006201", "text" : "\u5fb7\u798f\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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}}, "required": ["ConnectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ConnectionStrings" : {"DefaultConnection" : "Server=PIRO\\SQLEXPRESS2019;Database=CameraBazaarDb;Trusted_Connection=True;MultipleActiveResultSets=true"}} | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}}, "required": ["ConnectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Expert Finding for Community-Based Question Answering via Ranking Metric Network Learning.", "fields" : ["ranking", "user modeling", "question answering", "recurrent neural network", "embedding"], "abstract" : "Expert finding for question answering is a challenging problem in Community-based Question Answering (CQA) site, arising in many applications such as question routing and the identification of best answers. In order to provide high-quality experts, many existing approaches learn the user model mainly from their past question-answering activities in CQA sites, which suffer from the sparsity problem of CQA data. In this paper, we consider the problem of expert finding from the viewpoint of learning ranking metric embedding. We propose a novel ranking metric network learning framework for expert finding by exploiting both users' relative quality rank to given questions and their social relations. We then develop a random-walk based learning method with recurrent neural networks for ranking metric network embedding. The extensive experiments on a large-scale dataset from a real world CQA site show that our method achieves better performance than other state-of-the-art solutions to the problem.", "citation" : "Citations (13)", "year" : "2016", "departments" : ["Zhejiang University", "Zhejiang University", "Zhejiang University", "Zhejiang University", "Zhejiang University"], "conf" : "ijcai", "authors" : ["Zhou Zhao.....http://dblp.org/pers/hd/z/Zhao:Zhou", "Qifan Yang.....http://dblp.org/pers/hd/y/Yang:Qifan", "Deng Cai.....http://dblp.org/pers/hd/c/Cai:Deng", "Xiaofei He.....http://dblp.org/pers/hd/h/He:Xiaofei", "Yueting Zhuang.....http://dblp.org/pers/hd/z/Zhuang:Yueting"], "pages" : 7} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "3502042001", "id_kecamatan" : "350204", "name" : "Gajah"}, {"id" : "3502042002", "id_kecamatan" : "350204", "name" : "Wringinanom"}, {"id" : "3502042003", "id_kecamatan" : "350204", "name" : "Ngadisanan"}, {"id" : "3502042004", "id_kecamatan" : "350204", "name" : "Maguwan"}, {"id" : "3502042005", "id_kecamatan" : "350204", "name" : "Nglewan"}, {"id" : "3502042006", "id_kecamatan" : "350204", "name" : "Bedingin"}, {"id" : "3502042007", "id_kecamatan" : "350204", "name" : "Bancangan"}, {"id" : "3502042008", "id_kecamatan" : "350204", "name" : "Campurejo"}, {"id" : "3502042009", "id_kecamatan" : "350204", "name" : "Campursari"}, {"id" : "3502042010", "id_kecamatan" : "350204", "name" : "Bulu"}, {"id" : "3502042011", "id_kecamatan" : "350204", "name" : "Sambit"}, {"id" : "3502042012", "id_kecamatan" : "350204", "name" : "Besuki"}, {"id" : "3502042013", "id_kecamatan" : "350204", "name" : "Wilangan"}, {"id" : "3502042014", "id_kecamatan" : "350204", "name" : "Bangsalan"}, {"id" : "3502042015", "id_kecamatan" : "350204", "name" : "Kemuning"}, {"id" : "3502042016", "id_kecamatan" : "350204", "name" : "Jrakah"}]} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "questionable", "relative", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"builtin" : {"__set__" : true, "elements" : ["abc", "importlib", "io", "logging", "mmap", "pickle", "struct", "typing", "warnings", "zlib"]}, "questionable" : {"__set__" : true, "elements" : ["blosc", "numcodecs"]}, "relative" : {"__set__" : true, "elements" : ["_base", "chain", "codecs", "compat", "format", "read", "write"]}, "required" : {"__set__" : true, "elements" : ["msgpack", "pickle5", "setuptools"]}} | json_instruct | {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "questionable", "relative", "required"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "firebases"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "// Copyright 2017-2021 @polkadot/api authors & contributors\n// SPDX-License-Identifier: Apache-2.0\nexport { createSubmittable } from \"./createSubmittable.js\";\nexport { SubmittableResult } from \"./Result.js\";", "map" : {"version" : 3, "sources" : ["/home/spren/workspace/kitties-front-end/node_modules/@polkadot/api/submittable/index.js"], "names" : ["createSubmittable", "SubmittableResult"], "mappings" : "AAAA;AACA;AACA,SAASA,iBAAT,QAAkC,wBAAlC;AACA,SAASC,iBAAT,QAAkC,aAAlC", "sourcesContent" : ["// Copyright 2017-2021 @polkadot/api authors & contributors\n// SPDX-License-Identifier: Apache-2.0\nexport { createSubmittable } from \"./createSubmittable.js\";\nexport { SubmittableResult } from \"./Result.js\";"]}, "metadata" : {}, "sourceType" : "module"} | 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"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"roundProgress.js": {"type": "string"}, "roundProgress.min.js": {"type": "string"}}, "required": ["roundProgress.js", "roundProgress.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"roundProgress.js" : "sha256-Dl5Gzg1y4E4qr4pdAslasK61D3iDCr03N02269+uSt4=", "roundProgress.min.js" : "sha256-QR1qrusGlhiDscc3Li8koMYGxZBpSkDdmv3fQ8hM1o0="} | json_instruct | {"type": "object", "properties": {"roundProgress.js": {"type": "string"}, "roundProgress.min.js": {"type": "string"}}, "required": ["roundProgress.js", "roundProgress.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "qualifications": {"type": "array", "items": {"type": "string"}}, "specialties": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "qualifications", "specialties"]}}, "detailedServices": {"type": "object", "properties": {"General Medical": {"type": "boolean"}, "Specialist Medical": {"type": "array", "items": {"type": "string"}}}, "required": ["General Medical", "Specialist Medical"]}}, "required": ["name", "tel", "fax", "licensee", "licensePeriod", "licenseClass", "hciCode", "address", "doctorInCharge", "detailedServices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "RICHARD CHEW SURGERY PTE LTD", "tel" : "62356088", "fax" : "64436616", "licensee" : "RICHARD CHEW SURGERY PTE LTD", "licensePeriod" : "30/04/2017 to 29/04/2019", "licenseClass" : "[ 2 Years ( 2A ) ]", "hciCode" : "15M0126", "address" : "1 FARRER PARK STATION ROAD, FARRER PARK MEDICAL CENTRE CONNEXION, #08-07 Singapore 217562", "doctorInCharge" : [{"name" : "chew kim Huat", "qualifications" : ["MBBS (University of Singapore, Singapore) 1975", "M Med (Gen Surg) (National University of Singapore, Singapore) 1979", "FRCSEd (Gen Surg) (Royal College of Surgeons of Edinburgh, United Kingdom) 1979", "FRCS (Gen Surg) (Royal College of Physicians and Surgeons of Glasgow, United Kingdom) 1979", "FAMS (Gen Surg) (Academy of Medicine, Singapore) 1984"], "specialties" : ["General Surgery"]}], "detailedServices" : {"General Medical" : true, "Specialist Medical" : ["General Surgery"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "qualifications": {"type": "array", "items": {"type": "string"}}, "specialties": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "qualifications", "specialties"]}}, "detailedServices": {"type": "object", "properties": {"General Medical": {"type": "boolean"}, "Specialist Medical": {"type": "array", "items": {"type": "string"}}}, "required": ["General Medical", "Specialist Medical"]}}, "required": ["name", "tel", "fax", "licensee", "licensePeriod", "licenseClass", "hciCode", "address", "doctorInCharge", "detailedServices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200872727552000, "key" : "/static/535d1f8a57752280221e9a9f9a40c9fc/f93b5/traffic-lights_service-maps_APM.jpg", "val" : "4fc31423d2b079f610923ce5751f9e8b"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Dashboard": {"type": "string"}, "Supplies": {"type": "string"}, "Login": {"type": "string"}}, "required": ["Dashboard", "Supplies", "Login"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Dashboard" : "/", "Supplies" : "supplies", "Login" : "/login"} | json_instruct | {"type": "object", "properties": {"Dashboard": {"type": "string"}, "Supplies": {"type": "string"}, "Login": {"type": "string"}}, "required": ["Dashboard", "Supplies", "Login"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "english_NIV", "book" : "2 Chronicles", "chapter" : 8, "verse" : 6, "word" : "as well as Baalath and all his store cities, and all the cities for his chariots and for his horses\u2014whatever he desired to build in Jerusalem, in Lebanon and throughout all the territory he ruled."} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "214a8842-4987-4c75-a4c2-28eb13cffe92", "name" : "Caistor CofE & Methodist Primary School", "code" : "A", "address" : {"addressLine1" : "Caistor", "addressLine2" : "Market Rasen", "postcode" : "LN7 6LY"}, "organisation" : {"id" : "d63dbf19-431b-48e2-9905-17ebff79d484", "code" : "1ES", "name" : "Harbour Learning Trust"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xe8f99aea488ab288f4d787f7fd75b158a5685f8a", "tool" : "securify", "start" : 1563816092.2247455, "end" : 1563816095.469135, "duration" : 3.244389533996582, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MASNathan\\": {"type": "string"}}, "required": ["MASNathan\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MASNathan\\Test\\": {"type": "string"}}, "required": ["MASNathan\\Test\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "require", "require-dev", "autoload", "autoload-dev", "scripts", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "masnathan/object", "description" : "Super Object that can handle everything you throw at him... or almost everything.", "keywords" : ["object", "data", "handler"], "homepage" : "https://github.com/masnathan/object", "license" : "MIT", "authors" : [{"name" : "Andr\u00e9 Filipe", "email" : "[email protected]", "role" : "Developer"}], "require" : {"php" : ">=5.3.0"}, "require-dev" : {"phpunit/phpunit" : "4.*"}, "autoload" : {"psr-4" : {"MASNathan\\" : "src"}}, "autoload-dev" : {"psr-4" : {"MASNathan\\Test\\" : "tests"}}, "scripts" : {"test" : "vendor/bin/phpunit"}, "extra" : {"branch-alias" : {"dev-master" : "1.0-dev"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MASNathan\\": {"type": "string"}}, "required": ["MASNathan\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MASNathan\\Test\\": {"type": "string"}}, "required": ["MASNathan\\Test\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "require", "require-dev", "autoload", "autoload-dev", "scripts", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"versionEnd" : {"versionNum" : 511, "commit" : "9ea8fd97bec4fa71c96a2955e142f39cd420691b", "date" : "2021-04-12T13:11:35.915Z"}, "versionStart" : {"versionNum" : 510, "commit" : "d1e083fe4a48f51e02f5fb5afee9cf596ac0d579", "date" : "2021-04-12T13:08:43.677Z"}, "changes" : ["blockchains/smartchain/assets/0xE3e8cC42DA487d1116D26687856e9FB684817c52/info.json", "blockchains/smartchain/assets/0xE3e8cC42DA487d1116D26687856e9FB684817c52/logo.png"]} | json_instruct | {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Kinayan, Barobo, Surigao del Sur, Caraga (Region XIII), PH", "locale" : "ph.caraga-region-xiii.surigao-del-sur.barobo.kinayan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "5", "region_reference" : "13", "region_name" : "Caraga (Region XIII)", "province_id" : "76", "province_reference" : "76", "province_name" : "Surigao del Sur", "city_id" : "161", "city_reference" : "1514", "city_name" : "Barobo", "barangay_id" : "4030", "barangay_reference" : "38816", "barangay_name" : "Kinayan"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[126.140869, 8.53552], [126.142776, 8.53361], [126.143059, 8.53361], [126.143608, 8.53306], [126.14389, 8.53306], [126.144447, 8.5325], [126.144447, 8.53222], [126.143608, 8.53139], [126.143333, 8.53139], [126.142776, 8.53083], [126.142776, 8.53056], [126.143608, 8.52972], [126.145279, 8.52972], [126.145714, 8.53015], [126.146942, 8.53139], [126.147781, 8.53139], [126.148331, 8.53083], [126.14917, 8.53083], [126.149437, 8.53056], [126.149437, 8.52972], [126.149353, 8.52962], [126.14917, 8.52944], [126.148956, 8.52944], [126.148613, 8.52944], [126.148331, 8.52972], [126.147781, 8.52972], [126.147507, 8.52945], [126.146942, 8.52889], [126.147217, 8.52861], [126.148331, 8.52861], [126.148613, 8.52889], [126.148888, 8.52889], [126.14917, 8.52861], [126.149437, 8.52861], [126.149719, 8.52833], [126.150284, 8.52833], [126.150558, 8.52806], [126.153343, 8.52806], [126.15361, 8.52778], [126.153679, 8.52778], [126.156372, 8.52233], [126.140099, 8.50704], [126.130013, 8.51859], [126.127777, 8.52097], [126.126793, 8.52117], [126.12883, 8.52328], [126.131233, 8.52587], [126.140869, 8.53552]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subreddit" : "TopMindsOfReddit", "hour" : "01", "avg" : 66.8452380952381}, {"subreddit" : "TopMindsOfReddit", "hour" : "02", "avg" : 142.80232558139534}, {"subreddit" : "TopMindsOfReddit", "hour" : "03", "avg" : 69.75268817204301}, {"subreddit" : "TopMindsOfReddit", "hour" : "04", "avg" : 138.24}, {"subreddit" : "TopMindsOfReddit", "hour" : "05", "avg" : 56.81578947368421}, {"subreddit" : "TopMindsOfReddit", "hour" : "06", "avg" : 133.1904761904762}, {"subreddit" : "TopMindsOfReddit", "hour" : "07", "avg" : 376.6521739130435}, {"subreddit" : "TopMindsOfReddit", "hour" : "08", "avg" : 131.70833333333334}, {"subreddit" : "TopMindsOfReddit", "hour" : "09", "avg" : 70.9795918367347}, {"subreddit" : "TopMindsOfReddit", "hour" : "10", "avg" : 89.95744680851064}, {"subreddit" : "TopMindsOfReddit", "hour" : "11", "avg" : 76.12903225806451}, {"subreddit" : "TopMindsOfReddit", "hour" : "12", "avg" : 420.75714285714287}, {"subreddit" : "TopMindsOfReddit", "hour" : "13", "avg" : 453.22972972972974}, {"subreddit" : "TopMindsOfReddit", "hour" : "14", "avg" : 324.88421052631577}, {"subreddit" : "TopMindsOfReddit", "hour" : "15", "avg" : 103.23728813559322}, {"subreddit" : "TopMindsOfReddit", "hour" : "16", "avg" : 108.80314960629921}, {"subreddit" : "TopMindsOfReddit", "hour" : "17", "avg" : 146.30645161290323}, {"subreddit" : "TopMindsOfReddit", "hour" : "18", "avg" : 181.1651376146789}, {"subreddit" : "TopMindsOfReddit", "hour" : "19", "avg" : 89.09322033898304}, {"subreddit" : "TopMindsOfReddit", "hour" : "20", "avg" : 125.71612903225807}, {"subreddit" : "TopMindsOfReddit", "hour" : "21", "avg" : 106.93805309734513}, {"subreddit" : "TopMindsOfReddit", "hour" : "22", "avg" : 124.14285714285714}, {"subreddit" : "TopMindsOfReddit", "hour" : "23", "avg" : 79.85981308411215}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"africa_niamey": {"type": "object", "properties": {"abbreviations": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "cca3": {"type": "string"}, "country_code": {"type": "string"}, "data_sources": {"type": "array", "items": {"type": "string"}}, "record_type": {"type": "string"}, "zone_id": {"type": "string"}, "zone_name": {"type": "string"}}, "required": ["abbreviations", "cca2", "cca3", "country_code", "data_sources", "record_type", "zone_id", "zone_name"]}}, "required": ["africa_niamey"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"africa_niamey" : {"abbreviations" : ["LMT", "WAT"], "cca2" : "NE", "cca3" : "NER", "country_code" : "NE", "data_sources" : ["timezonedb"], "record_type" : "timezone", "zone_id" : "273", "zone_name" : "Africa/Niamey"}} | json_instruct | {"type": "object", "properties": {"africa_niamey": {"type": "object", "properties": {"abbreviations": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "cca3": {"type": "string"}, "country_code": {"type": "string"}, "data_sources": {"type": "array", "items": {"type": "string"}}, "record_type": {"type": "string"}, "zone_id": {"type": "string"}, "zone_name": {"type": "string"}}, "required": ["abbreviations", "cca2", "cca3", "country_code", "data_sources", "record_type", "zone_id", "zone_name"]}}, "required": ["africa_niamey"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "part": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "part", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "", "historical" : "Legislative History of Laws\n\nFor history of Law 18-378, see notes under \u00a7 29-101.01.\n\nDC CODE \u00a7 29-408.21\n\nCurrent through December 11, 2012", "credits" : "(July 2, 2011, D.C. Law 18-378, \u00a7 2, 58 DCR 1720.)", "sections" : [{"prefix" : "a", "text" : " A bylaw that increases a quorum or voting requirement for the board of directors or a designated body may be amended or repealed:"}, {"prefix" : "1", "text" : " If originally adopted by the members, only by the members, unless the bylaws otherwise provide;"}, {"prefix" : "2", "text" : " If adopted by the board of directors or designated body, either by the members or by the board of directors or designated body."}, {"prefix" : "b", "text" : " A bylaw adopted or amended by the members that increases a quorum or voting requirement for the board of directors or a designated body may provide that it can be amended or repealed only by a specified vote of either the members or the board of directors or designated body."}, {"prefix" : "c", "text" : " Action by the board of directors or a designated body under subsection (a) of this section to amend or repeal a bylaw that changes the quorum or voting requirement for the board of directors or a designated body shall meet the same quorum requirement and be adopted by the same vote required to take action under the quorum and voting requirement then in effect or proposed to be adopted, whichever is greater."}], "division" : {"identifier" : "V", "text" : "Local Business Affairs"}, "title" : {"identifier" : "29", "text" : "Business Organizations. (Refs & Annos)"}, "chapter" : {"identifier" : "4", "text" : "Nonprofit Corporations."}, "subchapter" : {"identifier" : "VIII", "text" : "Amendment of Articles of Incorporation and Bylaws."}, "part" : {"identifier" : "B", "text" : "Amendment of Bylaws."}, "heading" : {"title" : "29", "chaptersection" : "408", "identifier" : "29-408.21", "catch_text" : "Bylaw increasing quorum or voting requirement for board of directors or designated body."}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "part": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "part", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "demos": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "screenshot": {"type": "string"}}, "required": ["filename", "title", "screenshot"]}}}, "required": ["title", "demos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : {"zh" : "\u57fa\u7840Tooltip", "en" : "Basic Tooltip"}, "demos" : [{"filename" : "basic.ts", "title" : {"zh" : "\u663e\u793a", "en" : "Basic Show"}, "screenshot" : "https://gw.alipayobjects.com/zos/antfincdn/UxpxDwbg2/8e48678a-c055-4c67-a2dc-3cd6fcb46b1f.png"}, {"filename" : "operation.ts", "title" : {"zh" : "\u64cd\u4f5c\u9879", "en" : "Operation"}, "screenshot" : "https://gw.alipayobjects.com/zos/antfincdn/pFcGvDy3F/7834fee8-44a1-493b-aead-ee125384aa7f.png"}, {"filename" : "custom.tsx", "title" : {"zh" : "\u81ea\u5b9a\u4e49 Tooltip \u7ec4\u4ef6", "en" : "Custom Component"}, "screenshot" : "https://gw.alipayobjects.com/zos/antfincdn/4sQKEZp1o/c74ea42e-cc2c-488c-8fd9-2b064c856e05.png"}, {"filename" : "render-tooltip.tsx", "title" : {"zh" : "\u91cd\u5199\u57fa\u7c7b", "en" : "Custom Render"}, "screenshot" : "https://gw.alipayobjects.com/zos/antfincdn/viHJuZGKt/f283eb04-26de-4e4f-bb75-78be4a16050f.png"}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "demos": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "screenshot": {"type": "string"}}, "required": ["filename", "title", "screenshot"]}}}, "required": ["title", "demos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "recalcitrate", "definition" : "To kick against; to show repugnance to; to rebuff. The more heartily did one disdain his disdain, and recalcitrate his tricks. De Quincey.\n\nTo kick back; to kick against anything; hence, to express repugnance or opposition."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"white_mist_cosmo_name": {"type": "string"}, "white_mist_cosmo_description": {"type": "string"}}, "required": ["white_mist_cosmo_name", "white_mist_cosmo_description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"white_mist_cosmo_name" : "Brume blanche", "white_mist_cosmo_description" : "Les attributs principaux sont la d\u00e9fense physique et la d\u00e9fense cosmique; L'association de trois cosmos identiques donne un bonus d'augmentation de la r\u00e9sistance aux d\u00e9g\u00e2ts cosmiques de 10%."} | json_instruct | {"type": "object", "properties": {"white_mist_cosmo_name": {"type": "string"}, "white_mist_cosmo_description": {"type": "string"}}, "required": ["white_mist_cosmo_name", "white_mist_cosmo_description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 200, "data" : {"totalSubs" : 535, "subsInEachSource" : {"feedly" : 322, "inoreader" : 204, "feedsPub" : 9}, "failedSources" : {}}, "lastModified" : 1627862932283} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"merge-options": {"type": "string"}, "yeoman-generator": {"type": "string"}}, "required": ["merge-options", "yeoman-generator"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "yeoman-assert": {"type": "string"}, "yeoman-test": {"type": "string"}}, "required": ["jest", "yeoman-assert", "yeoman-test"]}}, "required": ["name", "version", "description", "author", "repository", "homepage", "bugs", "license", "publishConfig", "keywords", "main", "files", "engines", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@simbo/generator-readme", "version" : "0.1.0", "description" : "A simple yeoman generator for my usual readme.", "author" : "Simon Lepel <[email protected]> (http://simbo.de)", "repository" : "simbo/generator-readme", "homepage" : "https://github.com/simbo/generator-readme#readme", "bugs" : "https://github.com/simbo/generator-readme/issues", "license" : "MIT", "publishConfig" : {"access" : "public"}, "keywords" : ["yeoman-generator", "readme"], "main" : "generators/app/index.js", "files" : ["generators/", "LICENSE", "README.md"], "engines" : {"node" : ">=7.6"}, "scripts" : {"test" : "jest"}, "dependencies" : {"merge-options" : "^1.0.1", "yeoman-generator" : "^2.0.5"}, "devDependencies" : {"jest" : "^23.0.0", "yeoman-assert" : "^3.1.1", "yeoman-test" : "^1.7.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"merge-options": {"type": "string"}, "yeoman-generator": {"type": "string"}}, "required": ["merge-options", "yeoman-generator"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "yeoman-assert": {"type": "string"}, "yeoman-test": {"type": "string"}}, "required": ["jest", "yeoman-assert", "yeoman-test"]}}, "required": ["name", "version", "description", "author", "repository", "homepage", "bugs", "license", "publishConfig", "keywords", "main", "files", "engines", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ticket": {"type": "object", "properties": {"iteration": {"type": "integer"}, "pkg": {"type": "string"}, "affected": {"type": "object", "properties": {"CVE-2018-5996": {"type": "object", "properties": {"branches": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rev": {"type": "string"}}, "required": ["name", "rev"]}}, "score": {"type": "number"}}, "required": ["branches", "score"]}, "CVE-2017-17969": {"type": "object", "properties": {"branches": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rev": {"type": "string"}}, "required": ["name", "rev"]}}, "score": {"type": "number"}}, "required": ["branches", "score"]}}, "required": ["CVE-2018-5996", "CVE-2017-17969"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"github": {"type": "string"}, "email": {"type": "string"}}, "required": ["github", "email"]}}}, "required": ["iteration", "pkg", "affected", "maintainers"]}, "issue_id": {"type": "integer"}, "issue_url": {"type": "string"}}, "required": ["ticket", "issue_id", "issue_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ticket" : {"iteration" : 103, "pkg" : "p7zip-17.04", "affected" : {"CVE-2018-5996" : {"branches" : [{"name" : "nixos-21.05", "rev" : "0b8b127125e5271f5c8636680b6fe274844aaa9d"}], "score" : 7.8}, "CVE-2017-17969" : {"branches" : [{"name" : "nixos-21.05", "rev" : "0b8b127125e5271f5c8636680b6fe274844aaa9d"}], "score" : 7.8}}, "maintainers" : [{"github" : "7c6f434c", "email" : "[email protected]"}]}, "issue_id" : 128408, "issue_url" : "https://api.github.com/repos/NixOS/nixpkgs/issues/128408"} | json_instruct | {"type": "object", "properties": {"ticket": {"type": "object", "properties": {"iteration": {"type": "integer"}, "pkg": {"type": "string"}, "affected": {"type": "object", "properties": {"CVE-2018-5996": {"type": "object", "properties": {"branches": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rev": {"type": "string"}}, "required": ["name", "rev"]}}, "score": {"type": "number"}}, "required": ["branches", "score"]}, "CVE-2017-17969": {"type": "object", "properties": {"branches": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rev": {"type": "string"}}, "required": ["name", "rev"]}}, "score": {"type": "number"}}, "required": ["branches", "score"]}}, "required": ["CVE-2018-5996", "CVE-2017-17969"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"github": {"type": "string"}, "email": {"type": "string"}}, "required": ["github", "email"]}}}, "required": ["iteration", "pkg", "affected", "maintainers"]}, "issue_id": {"type": "integer"}, "issue_url": {"type": "string"}}, "required": ["ticket", "issue_id", "issue_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "version": {"type": "string"}, "releasenote": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "classPath": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "url", "license", "tags", "description", "version", "releasenote", "contributors", "classPath", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hre", "url" : "https://gitlab.com/demurgos/hre", "license" : "MIT", "tags" : ["cross", "utility", "regular-expression"], "description" : "Haxe Regular Expressions", "version" : "0.2.0", "releasenote" : "See CHANGELOG.md", "contributors" : ["demurgos"], "classPath" : "src", "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "version": {"type": "string"}, "releasenote": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "classPath": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "url", "license", "tags", "description", "version", "releasenote", "contributors", "classPath", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1209684275, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "3c63c48d745510c9e30463f1b2ee32aa", "wof:id" : 1209684275, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [27.5912, 47.33562, 27.5912, 47.33562], "geometry" : {"coordinates" : [27.5912, 47.33562], "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"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "null"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Regent Business School", "alt_name" : "(RBS)", "country" : "South Africa", "state" : null, "address" : {"street" : "35 Samora Machel (Aliwal) Street", "city" : "Durban", "province" : "Kwazulu Natal", "postal_code" : "4001"}, "contact" : {"telephone" : "+27(31) 304-4626", "website" : "http://www.regent.ac.za", "email" : "[email protected]", "fax" : null}, "funding" : "Private", "languages" : null, "academic_year" : null, "accrediting_agency" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "null"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["swt2ctx"] | 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": {"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"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "\"use strict\";\n\nvar _classCallCheck = require(\"/Users/gurvinderdehl/Documents/GitHub/New-React-Portifolio/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/classCallCheck\");\n\nvar _createClass = require(\"/Users/gurvinderdehl/Documents/GitHub/New-React-Portifolio/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/createClass\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.SquareDrawer = void 0;\n\nvar SquareDrawer = /*#__PURE__*/function () {\n function SquareDrawer() {\n _classCallCheck(this, SquareDrawer);\n }\n\n _createClass(SquareDrawer, [{\n key: \"getSidesCount\",\n value: function getSidesCount() {\n return 4;\n }\n }, {\n key: \"draw\",\n value: function draw(context, particle, radius) {\n context.rect(-radius, -radius, radius * 2, radius * 2);\n }\n }]);\n\n return SquareDrawer;\n}();\n\nexports.SquareDrawer = SquareDrawer;", "map" : {"version" : 3, "sources" : ["/Users/gurvinderdehl/Documents/GitHub/New-React-Portifolio/node_modules/tsparticles/dist/ShapeDrawers/SquareDrawer.js"], "names" : ["Object", "defineProperty", "exports", "value", "SquareDrawer", "context", "particle", "radius", "rect"], "mappings" : "AAAA;;;;;;AACAA,MAAM,CAACC,cAAP,CAAsBC,OAAtB,EAA+B,YAA/B,EAA6C;AAAEC,EAAAA,KAAK,EAAE;AAAT,CAA7C;AACAD,OAAO,CAACE,YAAR,GAAuB,KAAK,CAA5B;;IACMA,Y;;;;;;;oCACc;AACZ,aAAO,CAAP;AACH;;;yBACIC,O,EAASC,Q,EAAUC,M,EAAQ;AAC5BF,MAAAA,OAAO,CAACG,IAAR,CAAa,CAACD,MAAd,EAAsB,CAACA,MAAvB,EAA+BA,MAAM,GAAG,CAAxC,EAA2CA,MAAM,GAAG,CAApD;AACH;;;;;;AAELL,OAAO,CAACE,YAAR,GAAuBA,YAAvB", "sourcesContent" : ["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.SquareDrawer = void 0;\nclass SquareDrawer {\n getSidesCount() {\n return 4;\n }\n draw(context, particle, radius) {\n context.rect(-radius, -radius, radius * 2, radius * 2);\n }\n}\nexports.SquareDrawer = SquareDrawer;\n"]}, "metadata" : {}, "sourceType" : "script"} | 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"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : "7409100012", "district_id" : "7409100", "name" : "BURANGA"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"offenderNo": {"type": "string"}, "level": {"type": "string"}}, "required": ["offenderNo", "level"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"offenderNo" : "UNALLOC1", "level" : "high"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"offenderNo": {"type": "string"}, "level": {"type": "string"}}, "required": ["offenderNo", "level"]}, "$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"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:lt": {"type": "string"}, "name:pl": {"type": "string"}, "name:ru": {"type": "string"}}, "required": ["name:lt", "name:pl", "name:ru"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[25.983, 55.526], [26.013, 55.516], [26.109, 55.522], [26.107, 55.534], [26.184, 55.531], [26.228, 55.54], [26.222, 55.572], [26.273, 55.611], [26.318, 55.603], [26.408, 55.602], [26.39, 55.574], [26.415, 55.551], [26.467, 55.563], [26.526, 55.562], [26.616, 55.601], [26.632, 55.608], [26.628, 55.572], [26.587, 55.539], [26.534, 55.525], [26.524, 55.51], [26.557, 55.463], [26.542, 55.437], [26.559, 55.411], [26.554, 55.389], [26.475, 55.37], [26.441, 55.348], [26.539, 55.329], [26.602, 55.321], [26.669, 55.338], [26.72, 55.322], [26.792, 55.321], [26.832, 55.307], [26.835, 55.286], [26.78, 55.26], [26.745, 55.255], [26.664, 55.261], [26.612, 55.254], [26.597, 55.229], [26.554, 55.219], [26.447, 55.21], [26.38, 55.225], [26.326, 55.22], [26.255, 55.227], [26.23, 55.246], [26.154, 55.225], [26.175, 55.253], [26.122, 55.294], [26.049, 55.296], [26.029, 55.276], [25.994, 55.274], [25.94, 55.287], [25.919, 55.283], [25.865, 55.303], [25.888, 55.362], [25.944, 55.344], [25.97, 55.358], [25.928, 55.405], [25.934, 55.422], [25.981, 55.41], [26.004, 55.42], [26.045, 55.409], [26.043, 55.437], [26.025, 55.463], [25.981, 55.489], [25.983, 55.526]]]}, "properties" : {"name" : "Ignalinos rajono savivaldyb\u0117", "iso2" : "LT-09", "admin_level" : 5, "osm_id" : 966363, "countrylevel_id" : "iso2:LT-09", "osm_data" : {"localname" : "Ignalinos rajono savivaldyb\u0117", "official_name" : "", "alltags" : {"name:lt" : "Ignalinos rajono savivaldyb\u0117", "name:pl" : "rejon ignali\u0144ski", "name:ru" : "\u0418\u0433\u043d\u0430\u043b\u0438\u043d\u0441\u043a\u0438\u0439 \u0440\u0430\u0439\u043e\u043d"}}, "center_lat" : 55.39, "center_lon" : 26.31, "area_m2" : 1436002650, "timezone" : "Europe/Vilnius", "population" : 20625, "wikidata_id" : "Q2069330", "wikipedia_id" : "lt:Ignalinos rajono savivaldyb\u0117"}} | 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": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:lt": {"type": "string"}, "name:pl": {"type": "string"}, "name:ru": {"type": "string"}}, "required": ["name:lt", "name:pl", "name:ru"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "SOZ003", "lang" : "en", "description" : null, "name" : "Employees' social contributions", "type" : "Merkmal"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "os": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"@mapbox/node-pre-gyp": {"type": "string"}, "debug": {"type": "string"}, "nan": {"type": "string"}}, "required": ["@mapbox/node-pre-gyp", "debug", "nan"]}, "optionalDependencies": {"type": "object", "properties": {"usb": {"type": "string"}}, "required": ["usb"]}, "devDependencies": {"type": "object", "properties": {"jshint": {"type": "string"}}, "required": ["jshint"]}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "test": {"type": "string"}}, "required": ["install", "test"]}, "binary": {"type": "object", "properties": {"module_name": {"type": "string"}, "module_path": {"type": "string"}, "host": {"type": "string"}, "package_name": {"type": "string"}, "remote_path": {"type": "string"}}, "required": ["module_name", "module_path", "host", "package_name", "remote_path"]}, "jshintConfig": {"type": "object", "properties": {"esversion": {"type": "integer"}}, "required": ["esversion"]}}, "required": ["name", "version", "description", "main", "types", "author", "license", "os", "dependencies", "optionalDependencies", "devDependencies", "scripts", "binary", "jshintConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@waibrosports/bluetooth-hci-socket", "version" : "0.5.3-9", "description" : "Bluetooth HCI socket binding for Node.js", "main" : "index.js", "types" : "index.d.ts", "author" : "Sandeep Mistry <[email protected]>", "license" : "MIT", "os" : ["linux"], "dependencies" : {"@mapbox/node-pre-gyp" : "^1.0.5", "debug" : "^4.3.2", "nan" : "^2.15.0"}, "optionalDependencies" : {"usb" : "^1.7.2"}, "devDependencies" : {"jshint" : "^2.13.1"}, "scripts" : {"install" : "node-pre-gyp install --build-from-source --update-binary", "test" : "jshint lib/*.js && node test.js"}, "binary" : {"module_name" : "bluetooth_hci_socket", "module_path" : "./lib/binding/", "host" : "https://localhost/dummy", "package_name" : "{module_name}-{version}-{node_abi}-{platform}-{arch}.tar.gz", "remote_path" : "{version}"}, "jshintConfig" : {"esversion" : 6}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "os": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"@mapbox/node-pre-gyp": {"type": "string"}, "debug": {"type": "string"}, "nan": {"type": "string"}}, "required": ["@mapbox/node-pre-gyp", "debug", "nan"]}, "optionalDependencies": {"type": "object", "properties": {"usb": {"type": "string"}}, "required": ["usb"]}, "devDependencies": {"type": "object", "properties": {"jshint": {"type": "string"}}, "required": ["jshint"]}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "test": {"type": "string"}}, "required": ["install", "test"]}, "binary": {"type": "object", "properties": {"module_name": {"type": "string"}, "module_path": {"type": "string"}, "host": {"type": "string"}, "package_name": {"type": "string"}, "remote_path": {"type": "string"}}, "required": ["module_name", "module_path", "host", "package_name", "remote_path"]}, "jshintConfig": {"type": "object", "properties": {"esversion": {"type": "integer"}}, "required": ["esversion"]}}, "required": ["name", "version", "description", "main", "types", "author", "license", "os", "dependencies", "optionalDependencies", "devDependencies", "scripts", "binary", "jshintConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101896127, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a3562945d55aac2c7e2ef57954820329", "wof:id" : 101896127, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.55580361107366, 44.68104826834167, 1.5638997306051, 44.6904053959762], "geometry" : {"coordinates" : [[[1.55987107970526, 44.6904053959762], [1.56000594971658, 44.68951034933599], [1.56376492496696, 44.68981520992344], [1.5638997306051, 44.68892015683315], [1.56264675437353, 44.68881855353226], [1.56305119621015, 44.6861333948724], [1.56179828276873, 44.68603178216392], [1.56193310501914, 44.68513672948075], [1.5606802152123, 44.68503510362223], [1.56081505140128, 44.68414005197667], [1.55956218522852, 44.68403841296868], [1.55969703535459, 44.68314336236068], [1.55844419281504, 44.68304171020372], [1.55871391530184, 44.68125161022863], [1.55620832068973, 44.68104826834167], [1.55580361107366, 44.68373340581633], [1.55705646506402, 44.68383508988836], [1.5569215701542, 44.68473013591677], [1.55942732946551, 44.68493346274198], [1.55929246806522, 44.68582851168117], [1.56054537338696, 44.68593015443349], [1.56014081409012, 44.68861530186166], [1.55888785003992, 44.68851365349207], [1.55875296608866, 44.68940869909397], [1.55624701101851, 44.68920535354096], [1.55611208227157, 44.69010039456253], [1.55987107970526, 44.6904053959762]]], "type" : "Polygon"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "string"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "null"}, "genesis_date": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "mbitbooks", "symbol" : "mbit", "name" : "MBitBooks", "platforms" : {}, "hashing_algorithm" : "Scrypt", "categories" : [], "description" : {"en" : "MBitBooks is a P2P cryptocurrency which secures sharing of music and books by users on the blockchain. MBIT enables artists and authors to own and control their content and be paid directly for sharing their content online on MBitBooks platform. Users are able to buy the content from artists and authors of their choice on the distributed ledger. Artists and authors are able to protect their content online by flagging and reporting content which is plagiarized and infringes copyright violation."}, "country_origin" : null, "genesis_date" : "2017-03-23", "url" : "http://www.mbitbooks.co/", "explorers" : ["http://blockexp.com:8029/"], "github_org" : "mbitbooks"} | 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": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "null"}, "genesis_date": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers", "github_org"], "$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"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[134.5, 27.916666666666668], [134.5, 28.0], [134.625, 28.0], [134.625, 27.916666666666668], [134.5, 27.916666666666668]]]}, "properties" : {"code" : 413474, "url" : "http://madefor.github.io/0410/api/v1/413474.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/413474.geojson"}} | 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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$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" : "frustule", "definition" : "The siliceous shell of a diatom. It is composed of two valves, one overlapping the other, like a pill box and its cover."} | 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": {"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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[145.875, 40.083333333333336], [145.875, 40.166666666666664], [146.0, 40.166666666666664], [146.0, 40.083333333333336], [145.875, 40.083333333333336]]]}, "properties" : {"code" : 604517, "url" : "http://madefor.github.io/0410/api/v1/604517.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/604517.geojson"}} | 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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "frequent", "definition" : "1. Often to be met with; happening at short intervals; often repeated or occurring; as, frequent visits. \"Frequent feudal towers.\" Byron. 2. Addicted to any course of conduct; inclined to indulge in any practice; habitual; persistent. He has been loud and frequent in declaring himself hearty for the government. Swift. 3. Full; crowded; thronged. [Obs.] 'T is C\u00e6sar's will to have a frequent senate. B. Jonson. 4. Often or commonly reported. [Obs.] 'T is frequent in the city he hath subdued The Catti and the Daci. Massinger.\n\n1. To visit often; to resort to often or habitually. He frequented the court of Augustus. Dryden. 2. To make full; to fill. [Obs.] With their sighs the air Frequenting, sent from hearts contrite. Milton."} | 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": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["title", "subtitle"]}}, "required": ["siteMetadata"]}, "allMarkdownRemark": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["title", "date", "categories", "description"]}}, "required": ["fields", "frontmatter"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["site", "allMarkdownRemark"]}, "pageContext": {"type": "object", "properties": {"tag": {"type": "string"}, "currentPage": {"type": "integer"}, "postsLimit": {"type": "integer"}, "postsOffset": {"type": "integer"}, "prevPagePath": {"type": "string"}, "nextPagePath": {"type": "string"}, "hasPrevPage": {"type": "boolean"}, "hasNextPage": {"type": "boolean"}}, "required": ["tag", "currentPage", "postsLimit", "postsOffset", "prevPagePath", "nextPagePath", "hasPrevPage", "hasNextPage"]}}, "required": ["data", "pageContext"]}}, "required": ["componentChunkName", "path", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"componentChunkName" : "component---src-templates-tag-template-js", "path" : "/author/pawlicka-k", "result" : {"data" : {"site" : {"siteMetadata" : {"title" : "Bioinformatics Institute Publications", "subtitle" : "Repository of all published Science Articles by our Researchers, their Group Members and Collaborators."}}, "allMarkdownRemark" : {"edges" : [{"node" : {"fields" : {"slug" : "/posts/2020-01-07-insights-into-the-consequences-of-cancer-mutations-at-the-upf2-and-atp-binding-sites-of-nmd-master-regulator-upf1/"}, "frontmatter" : {"title" : "Insights into the consequences of cancer mutations at the UPF2 and ATP-binding sites of NMD master regulator: UPF1", "date" : "2019-11-11T05:56:14.401Z", "categories" : ["Atomistic Simulations and Design in Biology", "Biomolecular Modelling and Design Division"], "description" : "Nonsense-mediated mRNA decay (NMD) is a quality control mechanism that recognizes post-transcriptionally abnormal transcripts and mediates their degradation. The master regulator of NMD is UPF1, an enzyme with intrinsic ATPase and helicase activities. The cancer genomic sequencing data has identified frequently mutated residues in the CH-domain and ATP-binding site of UPF1."}}}]}}, "pageContext" : {"tag" : "Pawlicka K", "currentPage" : 0, "postsLimit" : 8, "postsOffset" : 0, "prevPagePath" : "/author/pawlicka-k", "nextPagePath" : "/author/pawlicka-k/page/1", "hasPrevPage" : false, "hasNextPage" : false}}} | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["title", "subtitle"]}}, "required": ["siteMetadata"]}, "allMarkdownRemark": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["title", "date", "categories", "description"]}}, "required": ["fields", "frontmatter"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["site", "allMarkdownRemark"]}, "pageContext": {"type": "object", "properties": {"tag": {"type": "string"}, "currentPage": {"type": "integer"}, "postsLimit": {"type": "integer"}, "postsOffset": {"type": "integer"}, "prevPagePath": {"type": "string"}, "nextPagePath": {"type": "string"}, "hasPrevPage": {"type": "boolean"}, "hasNextPage": {"type": "boolean"}}, "required": ["tag", "currentPage", "postsLimit", "postsOffset", "prevPagePath", "nextPagePath", "hasPrevPage", "hasNextPage"]}}, "required": ["data", "pageContext"]}}, "required": ["componentChunkName", "path", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Michael Wilde"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1922, 8], [1924, 11], [1925, 11], [1926, 7], [1927, 10], [1928, 5], [1933, 5], [1934, 7], [1935, 5], [1941, 6], [1958, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "request": {"type": "string"}, "module": {"type": "string"}, "cwd": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "type", "request", "module", "cwd", "args"]}}}, "required": ["version", "configurations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "0.2.0", "configurations" : [{"name" : "Python: Upload AbuseDB", "type" : "python", "request" : "launch", "module" : "demisto_sdk", "cwd" : "${env:CONTENT}", "args" : ["upload", "-i", "${env:CONTENT}/Packs/AbuseDB/Integrations/AbuseDB"]}, {"name" : "Python: Lint AbuseDB with logs", "type" : "python", "request" : "launch", "module" : "demisto_sdk", "cwd" : "${env:CONTENT}", "args" : ["Lint", "-i", "${env:CONTENT}/Packs/AbuseDB/Integrations/AbuseDB", "-j", "${env:CONTENT}/.demisto-sdk-report"]}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "request": {"type": "string"}, "module": {"type": "string"}, "cwd": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "type", "request", "module", "cwd", "args"]}}}, "required": ["version", "configurations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "published_date": {"type": "null"}, "references": {"type": "object", "properties": {"url": {"type": "null"}, "osvdb": {"type": "null"}, "secunia": {"type": "array", "items": {"type": "string"}}, "cve": {"type": "null"}, "exploitdb": {"type": "null"}}, "required": ["url", "osvdb", "secunia", "cve", "exploitdb"]}, "vuln_type": {"type": "string"}, "fixed_in": {"type": "null"}, "criticity": {"type": "number"}}, "required": ["id", "title", "created_at", "updated_at", "published_date", "references", "vuln_type", "fixed_in", "criticity"]}}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"slug" : "token-manager", "name" : "Token Manager", "latest_version" : "1.0.4", "last_updated" : "2018-03-27T18:59:12.136Z", "vulnerabilities" : [{"id" : "6697", "title" : "Token Manager 1.0.2 - \"tid\" Cross-Site Scripting Vulnerabilities", "created_at" : "2014-08-01T10:58:56Z", "updated_at" : "2015-05-15T13:48:01Z", "published_date" : null, "references" : {"url" : null, "osvdb" : null, "secunia" : ["50722"], "cve" : null, "exploitdb" : null}, "vuln_type" : "XSS", "fixed_in" : null, "criticity" : 0.0}]} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "published_date": {"type": "null"}, "references": {"type": "object", "properties": {"url": {"type": "null"}, "osvdb": {"type": "null"}, "secunia": {"type": "array", "items": {"type": "string"}}, "cve": {"type": "null"}, "exploitdb": {"type": "null"}}, "required": ["url", "osvdb", "secunia", "cve", "exploitdb"]}, "vuln_type": {"type": "string"}, "fixed_in": {"type": "null"}, "criticity": {"type": "number"}}, "required": ["id", "title", "created_at", "updated_at", "published_date", "references", "vuln_type", "fixed_in", "criticity"]}}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "AREC2WV1187FB3C07D", "artist_latitude" : null, "artist_location" : "Denver, CO", "artist_longitude" : null, "artist_name" : "Sera Cahoone", "duration" : 255.45098, "num_songs" : 1, "song_id" : "SOUUNWV12A8C13C0D6", "title" : "Seven Hours Later (Album)", "year" : 2008} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "350425400500", "text" : "\u6cfc\u6c34\u7ba1\u7406\u533a"}, {"id" : "350425400501", "text" : "\u516b\u5cf0\u7ba1\u7406\u533a"}, {"id" : "350425400502", "text" : "\u5927\u77f3\u5206\u573a"}] | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ng-table.css": {"type": "string"}, "ng-table.js": {"type": "string"}, "ng-table.min.css": {"type": "string"}, "ng-table.min.js": {"type": "string"}}, "required": ["ng-table.css", "ng-table.js", "ng-table.min.css", "ng-table.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ng-table.css" : "sha512-WqzhcuLn/39SSdzPS5BfF+DjoPcBQ1AsgP5oYBED3kuOgddpJrv6UfAfFPZHZ9q1ncAH+nBOa92vms9nix0AJA==", "ng-table.js" : "sha512-xvhVo5pwpU3n35WT3qGhzTZ5I3Vkke+mxpISmFpWpxZlwBnE/rmhBs9IOCrnsIBBR7yAjBOO8EJSXsF2Ssx85g==", "ng-table.min.css" : "sha512-6fLqpjWxFMlFmqSBkCPuY4qxdxE9Rh0B+dHXBI1lzzYazIoq04SyfHIooSpb4ZbpbByDTc86ng2J3QuL+eu3Vg==", "ng-table.min.js" : "sha512-heAu2RRHRy/LSZDMbMw7kaJGQpFuQxgeGQj61va4Y+qqCYNmNa5qy17sbraYmSGWYKvSh8eERL3XJJjMEkxKzA=="} | json_instruct | {"type": "object", "properties": {"ng-table.css": {"type": "string"}, "ng-table.js": {"type": "string"}, "ng-table.min.css": {"type": "string"}, "ng-table.min.js": {"type": "string"}}, "required": ["ng-table.css", "ng-table.js", "ng-table.min.css", "ng-table.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "example": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"repository": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "minLength": {"type": "integer"}}, "required": ["type", "description", "minLength"]}, "metadataStandard": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "minLength": {"type": "integer"}}, "required": ["type", "description", "minLength"]}, "citation": {"type": "object", "properties": {"description": {"type": "string"}, "translation": {"type": "object", "properties": {"ISO 19115-2": {"type": "array", "items": {"type": "string"}}}, "required": ["ISO 19115-2"]}, "$ref": {"type": "string"}}, "required": ["description", "translation", "$ref"]}}, "required": ["repository", "metadataStandard", "citation"]}}, "required": ["$schema", "id", "type", "title", "description", "example", "required", "additionalProperties", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "id" : "metadataRepository.json#", "type" : "object", "title" : "metadataRepository", "description" : "", "example" : "../examples/metadataRepository.json", "required" : ["repository"], "additionalProperties" : true, "properties" : {"repository" : {"type" : "string", "description" : "Identifier for the metadata repository to which the metadata record is to be pushed.", "minLength" : 1}, "metadataStandard" : {"type" : "string", "description" : "Indicates in what format the metadata record should be delivered to the repository.", "minLength" : 1}, "citation" : {"description" : "Citation for the repository.", "translation" : {"ISO 19115-2" : ["CI_Citation"]}, "$ref" : "./citation.json#"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "example": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"repository": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "minLength": {"type": "integer"}}, "required": ["type", "description", "minLength"]}, "metadataStandard": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "minLength": {"type": "integer"}}, "required": ["type", "description", "minLength"]}, "citation": {"type": "object", "properties": {"description": {"type": "string"}, "translation": {"type": "object", "properties": {"ISO 19115-2": {"type": "array", "items": {"type": "string"}}}, "required": ["ISO 19115-2"]}, "$ref": {"type": "string"}}, "required": ["description", "translation", "$ref"]}}, "required": ["repository", "metadataStandard", "citation"]}}, "required": ["$schema", "id", "type", "title", "description", "example", "required", "additionalProperties", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "AddressLine2": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "ContactEmail": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "AddressLine2", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "ContactEmail", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 85515, "UUID" : "32F73774-6C95-4D95-9300-A35D9CD458A6", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 6, "UsageCost" : "ricarica gratuita parcheggio a pagamento", "AddressInfo" : {"ID" : 85861, "Title" : "ParkinGO NAPOLI", "AddressLine1" : "Prolungamento di Via Giaime Pintor", "AddressLine2" : "Angolo Str. Com.", "Town" : "Napoli", "StateOrProvince" : "NA", "Postcode" : "80144", "CountryID" : 112, "Latitude" : 40.8861947483099, "Longitude" : 14.2636018976095, "ContactTelephone1" : "Tel. 081.7542152", "ContactEmail" : "[email protected]", "RelatedURL" : "https://www.parkingo.com/parcheggio-aeroporto-napoli-capodichino", "DistanceUnit" : 0}, "Connections" : [{"ID" : 121607, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "Quantity" : 1}], "NumberOfPoints" : 1, "GeneralComments" : "https://www.parkingo.com/news-ricarica-elettrica-gratis-nei-parcheggi-coperti-parkingo--195", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2017-04-06T15:22:00Z", "DataQualityLevel" : 1, "DateCreated" : "2017-04-06T15:21:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "AddressLine2": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "ContactEmail": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "AddressLine2", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "ContactEmail", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xe171783da2c451186b4256727481fa30203fef86", "tool" : "manticore", "start" : 1564032226.3923411, "end" : 1564032248.189741, "duration" : 21.797399759292603, "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": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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"]}}, "stem": {"type": "string"}, "tag": {"type": "string"}}, "required": ["t", "h", "stem", "tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "miraradiway", "h" : [{"d" : [{"f" : "\u6b63\u5728\u53cd\u5fa9\u6216\u4e0d\u505c\u5730\u5531\u8457\u3002", "e" : ["\ufff9`Miraradiw~`ay~ `i~ `ka~`k~`ilangan~ `ko~ `'ayam~.\ufffa\ufffb\u9ce5\u5728\u6a39\u6797\u88e1\u557c\u5531\u8457\u3002"]}, {"f" : "\u6307\u6b4c\u5531\u8005\uff0c\u8a60\u5531\u8005\u3002", "e" : ["\ufff9`Miraradiw~`ay~ `a~ `kaying~.\ufffa\ufffb\u5531\u6b4c\u7684\u5c0f\u59d0\u3002"]}]}], "stem" : "radiw", "tag" : "[\u758a 1]"} | 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"]}}, "stem": {"type": "string"}, "tag": {"type": "string"}}, "required": ["t", "h", "stem", "tag"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "path": {"type": "string"}}, "required": ["title", "path"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Dashboard", "path" : "/dashboard"}, {"title" : "Teams", "path" : "/teams"}, {"title" : "Projects", "path" : "/projects"}, {"title" : "Chats", "path" : "/chats"}, {"title" : "Profile", "path" : "/profile"}, {"title" : "Settings", "path" : "/settings"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "path": {"type": "string"}}, "required": ["title", "path"]}, "$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.