input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"vorgangId": {"type": "string"}, "VORGANG": {"type": "object", "properties": {"WAHLPERIODE": {"type": "string"}, "VORGANGSTYP": {"type": "string"}, "TITEL": {"type": "string"}, "INITIATIVE": {"type": "string"}, "AKTUELLER_STAND... | {"vorgangId" : "73314", "VORGANG" : {"WAHLPERIODE" : "18", "VORGANGSTYP" : "EU-Vorlage", "TITEL" : "Bericht der Kommission an das Europ\u00e4ische Parlament und den Rat\r\nBericht \u00fcber den Stand der Durchf\u00fchrung der Verordnung (EG) Nr. 391/2009 und der Richtlinie 2009/15/EG \u00fcber gemeinsame Vorschriften u... | json_instruct | {"type": "object", "properties": {"vorgangId": {"type": "string"}, "VORGANG": {"type": "object", "properties": {"WAHLPERIODE": {"type": "string"}, "VORGANGSTYP": {"type": "string"}, "TITEL": {"type": "string"}, "INITIATIVE": {"type": "string"}, "AKTUELLER_STAND": {"type": "string"}, "SIGNATUR": {"type": "string"}, "GES... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/white_plaster_vertical_quarter_4"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"CompanyName": {"type": "string"}, "ProjectName": {"type": "string"}, "ProjectType": {"type": "string"}, "ProjectVersion": {"type": "string"}, "ApplicationAreaName": {"type": "string"}, "AngularSrcPath": {"type": "s... | {"CompanyName" : "MyCompanyName", "ProjectName" : "AbpZeroTemplate", "ProjectType" : "Angular", "ProjectVersion" : "ProjectVersion", "ApplicationAreaName" : "AppAreaName", "AngularSrcPath" : "\\..\\..\\angular\\src\\", "CoreSrcPath" : "\\..\\src\\", "LicenseCode" : "LicenseCodePlaceHolderToReplace"} | json_instruct | {"type": "object", "properties": {"CompanyName": {"type": "string"}, "ProjectName": {"type": "string"}, "ProjectType": {"type": "string"}, "ProjectVersion": {"type": "string"}, "ApplicationAreaName": {"type": "string"}, "AngularSrcPath": {"type": "string"}, "CoreSrcPath": {"type": "string"}, "LicenseCode": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "string"}, "file_id": {"type": "string"}, "child_of": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "type", "level", "file_id", "ch... | {"name" : "/uploads/transcriptic/201808/yeast_gates/r1bsmggea748b_r1bsun4yb67e7/wt-control-1_0.00015_2.fcs", "type" : "FCS", "level" : "0", "file_id" : "file.uw_biofab.10001", "child_of" : ["1049d8dd-e879-53e8-a916-f975f1785c29"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "string"}, "file_id": {"type": "string"}, "child_of": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "type", "level", "file_id", "child_of"], "$schema": "http://json-schema.org/draft-07/sch... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d721-76", "text" : "WCET Photo\nTUNING IN for Buckskin Bob. Les Landin\n(COVER) plays and sings folk songs, draws, and\ntells stories for the national educational television\nseries.\nTHE AERT JOURNAL Vol. 16 No. 2 November 1956\nThe AERT JOURNAL, published monthly except June, July, August and September\nby t... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$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"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "me... | {"name" : "HighlightContext", "members" : [{"name" : "DEFAULT", "value" : 0}, {"name" : "OUTLINE", "value" : 1}, {"name" : "FILL", "value" : 2}, {"name" : "FULL", "value" : 3}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": ... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-2.91558193485, 53.4732678626, 0.0], [-2.91520093591, 53.4740944738, 0.0], [-2.91366221837, 53.4750712218, 0.0], [-2.91122044565, 53.4732056367, 0.0], [-2.90967885922, 53.4718020814,... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": ... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "References": {"type": "array", "items": {"type... | [{"Name" : "jira_collector_traversal.rb", "Title" : "JIRA Issues Collector Directory Traversal", "Description" : "This module exploits a directory traversal flaw in JIRA 6.0.3. The vulnerability exists in the issues collector code, while handling attachments provided by the user. It can be exploited in Windows environm... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "References": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Title", "Description", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"jquery.bootstrap.wizard.js": {"type": "string"}, "jquery.bootstrap.wizard.min.js": {"type": "string"}}, "required": ["jquery.bootstrap.wizard.js", "jquery.bootstrap.wizard.min.js"], "$schema": "http://json-schema.org/draft-07/... | {"jquery.bootstrap.wizard.js" : "sha256-OQ52fFPCRtbwS4HBNHuSbugfZ+cpRG6Af5YWQEGqVj0=", "jquery.bootstrap.wizard.min.js" : "sha256-ZNPxPGqrB5dc8iB71WS2gq8tbEzBZ3TA7ay8IId5WdA="} | json_instruct | {"type": "object", "properties": {"jquery.bootstrap.wizard.js": {"type": "string"}, "jquery.bootstrap.wizard.min.js": {"type": "string"}}, "required": ["jquery.bootstrap.wizard.js", "jquery.bootstrap.wizard.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id_6283": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "rea... | {"id_6283" : {"title" : "Rosicrucian Mysteries", "language" : "English", "totaltime" : "4:00:22", "url_librivox" : "http://librivox.org/the-rosicrucian-mysteries-by-max-heindel/", "url_iarchive" : "http://www.archive.org/details/rosicrucian_mysteries_1202_librivox", "readers" : ["6687"], "authors" : "2748", "genres" : ... | json_instruct | {"type": "object", "properties": {"id_6283": {"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": {"typ... |
Create a JSON structure that matches this schema definition:
{"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": {"t... | {"title" : "The Kendall and Mallows Kernels for Permutations.", "fields" : ["kernel", "symmetric group", "kernel method", "kendall tau rank correlation coefficient", "permutation", "positive definite matrix"], "abstract" : "We show that the widely used Kendall tau correlation coefficient, and the related Mallows kernel... | 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": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "p... | {"name" : "dss_bot", "authors" : ["yuan putra <bhalayuan@gmail.com>"], "description" : "", "main" : "", "license" : "MIT", "homepage" : "", "private" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "authors", "descrip... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "ite... | {"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=767", "name" : "All India Council For Mass Education and Development", "primaryEmail" : "aicmed_org@yahoo.com", "website" : "www.aicmedindia .org", "organisationType" : ["Direct Service"], "telephone" : ["913322191657", "913322411778",... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"t... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "Converting Jupyter Notebooks", "home" : "https://jupyter.org", "license" : "BSD"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@types/minimist": {"type": "obje... | {"name" : "adobe-node", "version" : "1.1.3", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"@types/minimist" : {"version" : "1.2.0", "resolved" : "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz", "integrity" : "sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY="}, "@types/node" : {"version" : "12.12.6", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@types/minimist": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "i... | {"title" : "Common visual pattern discovery via spatially coherent correspondences.", "fields" : ["strongly connected component", "replicator equation", "initialization", "maxima and minima", "edge detection"], "abstract" : "We investigate how to discover all common visual patterns within two sets of feature points. Co... | 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": {"typ... |
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": {"produ... | {"userId" : 23610, "cartId" : "debc701b-6c03-45f7-ad97-a9714912465e", "preferredProducts" : [1224, 386, 1215, 3382, 4224, 793, 1396], "productReviews" : [{"productId" : 2570, "reviewText" : "This full-range works excessively well. It mortally improves my golf by a lot.", "reviewDate" : "2020-01-09T02:45:28.0424553+02:0... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": ... | {"author" : "John Clare", "classification" : "Rhymed Stanza", "keywords" : ["Landscapes", "Pastorals", "Activities", "Nature", "Sports", "Outdoor Activities", "Animals"], "period" : "Romantic", "reference" : "http://www.poetryfoundation.org/poem/179904", "region" : "England", "text" : ["Just by the wooden brig a bird f... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite... | {"ast" : null, "code" : "import { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nvar _jsxFileName = \"E:\\\\work\\\\vabva\\\\VABVA-Ecommerce\\\\components\\\\heroComponents\\\\Tag.js\";\n\nconst Tag = ({\n category,\n year\n}) => {\n return /*#__PURE__*/_jsxDEV(\"div\", {\n className: \"border-l border-gray... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["... | {"name" : "recognizers-text-console-sample", "version" : "1.0.0", "description" : "Recognizer's Sample Application", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "license" : "MIT", "dependencies" : {"recognizers-text" : "file:../../packages/recognizers-text"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "license": {"type": "string"}, "dependencies": {"type": "object",... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2d5524d6ad9743226313a13eba4cf81966b35b09"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"]... | {"Time" : "2021-04-20T20:00:00Z", "Temp" : 17.2, "RelHum" : 89, "WindSpeed" : 3.3, "WindDir" : 299} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"},... | {"id" : "0x87eace574beb2793dd0bd06ce0d9af2aeeab61e95561995517eb0cc0606bcacc", "title" : "\u770b\u5230\u8fd9\u4e2a\u63d0\u6848\u7684\u670b\u53cb\u672a\u6765\u4e94\u5e74\u80fd\u8d5a\u4e00\u4e2a\u4ebf", "body" : "", "choices" : ["\u975e\u5e38\u8d5e\u540c", "\u4e0d\u8d5e\u540c"], "start" : 1637467200, "end" : 1637499600, "... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos... | {"cam/image_array" : "6055_cam-image_array_.jpg", "user/angle" : 0.552, "user/throttle" : 0.566, "user/mode" : "user", "pos/pos_x" : 71.36707, "pos/pos_y" : 0.5524558, "pos/pos_z" : 76.69286, "pos/speed" : 10.95941, "pos/cte" : -7.277844, "milliseconds" : 321077} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "d... | {"name" : "Pluto Token", "symbol" : "PLT", "address" : "0xEDE3f5B4Ca4bA60Dbd57aBF99f17F7Ff3c14Ac0b", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"versionNum" : 1457, "commit" : "93015fee5afdd2bc952639e75dbab983b1ff7f5c", "date" : "2021-05-18T10:40:00.723Z"} | json_instruct | {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}... | {"name" : "@disruptph/json-api-normalizer", "version" : "1.2.10", "license" : "MIT", "homepage" : "https://github.com/disruptph/disruptjs/tree/master/packages/json-api-normalizer#readme", "repository" : {"type" : "git", "url" : "git@github.com:disruptph/disruptjs.git"}, "bugs" : {"url" : "https://github.com/disruptph/d... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "pr... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2006, 11], [2007, 6], [2008, 5], [2009, 5], [2010, 11], [2011, 10], [2012, 14], [2013, 12], [2014, 13]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"at:": {"type": "string"}, "at:put:": {"type": "string"}, "bitsOf:": {"type": "string"}, "floatAt:": {"type": "string"... | {"class" : {}, "instance" : {"at:" : "eem 3/17/2014 13:30", "at:put:" : "di 7/16/2004 11:28", "bitsOf:" : "di 7/15/2004 13:34", "floatAt:" : "di 7/15/2004 16:04", "floatAt:put:" : "di 7/15/2004 13:00", "intAt:" : "di 7/15/2004 13:02", "intAt:put:" : "di 7/15/2004 13:01", "setSimArray:" : "di 7/15/2004 13:17"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"at:": {"type": "string"}, "at:put:": {"type": "string"}, "bitsOf:": {"type": "string"}, "floatAt:": {"type": "string"}, "floatAt:put:": {"type": "string"}, "intAt:": {"type": "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"isomorphic-unfetch": {"type": "string"}, "next": {"type": "s... | {"name" : "react-practice", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "dependencies" : {"isomorphic-unfetch" : "^3.0.0", "next" : "^9.0.3", "react" : "^16.8.6", "react-dom" : "^16.8.6", "react-markdown" : "^4.1.0"}, "scripts" : {"dev" : "next", "build" : "next build", "start" : "next start"}, "devDep... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"isomorphic-unfetch": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJe... | [{"namaKab" : "LABUHANBATU", "originalFilename" : "1. MUHAMMAD DARWIN S.SOS.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 68922, "noUrut" : 1, "nama" : "MUHAMMAD DARWIN, S.Sos", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "2. HJ. SITI ROHAIYAH.jpg", "namaPartai" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"... | {"id" : 1192, "info" : {"name" : "silicon.com website cleanup", "description" : "silicon.com website cleanup\r\n\r\nThis removes the extra adds and promotions on the site, and resizes the main story", "additionalInfo" : null, "format" : "uso", "category" : "silicon", "createdAt" : "2006-10-24T03:58:06.000Z", "updatedAt... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type"... | {"name" : "gulp-translations-from-spreadsheet", "version" : "1.4.2", "description" : "transform google spreadsheet to angular translations json files", "author" : "Mikhail Angelov", "files" : ["index.js"], "keywords" : ["gulpplugin", "google", "spreadsheet", "translations", "i18n", "angular"], "homepage" : "https://git... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {}, "required": []}, "exports": {"type": "array", "items": {"type": "object", "... | [{"__symbolic" : "module", "version" : 4, "metadata" : {}, "exports" : [{"from" : "./slider-item.directive", "export" : ["MaSliderItemDirective"]}, {"from" : "./slider-nav-next.directive", "export" : ["MaSliderNavNextDirective"]}, {"from" : "./slider-nav-prev.directive", "export" : ["MaSliderNavPrevDirective"]}, {"from... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {}, "required": []}, "exports": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "export": {"type": "array",... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"last_check" : "2018-08-18T16:03:21Z", "pypi_version" : "18.0"} | json_instruct | {"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "... | {"nom" : "Bize-Minervois", "dpt" : "Aude", "inscrits" : 912, "abs" : 173, "votants" : 739, "blancs" : 75, "nuls" : 32, "exp" : 632, "res" : [{"panneau" : "1", "voix" : 371}, {"panneau" : "2", "voix" : 261}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test... | {"name" : "mongoose-user-management", "version" : "1.0.1", "description" : "user management of a typical website storing in Mongodb using mongoose library", "main" : "index.js", "scripts" : {"test" : "./node_modules/.bin/mocha --reporter spec"}, "repository" : {"type" : "git", "url" : "https://github.com/bit-warrior/mo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"15983\"": {"type": "string"}, "\"15936\"": {"type": "string"}, "\"15927\"": {"type"... | {"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"15983\"" : "Anar Darah", "\"15936\"" : "Dasht-e Qal`ah", "\"15927\"" : "Du Qal`ah", "\"15917\"" : "Farah", "\"16011\"" : "Kushkak", "\"15851\"" : "Lash-e Juwayn", "\"15753\"" : "Markaz-e Hukumat-e Sultan-e Bakwah", "\"15801\"" : "Qa... | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"15983\"": {"type": "string"}, "\"15936\"": {"type": "string"}, "\"15927\"": {"type": "string"}, "\"15917\"": {"type": "string"}, "\"16011\"": {"type": "str... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"$schema": {"type": "string"}, "author": {"type": "string"}, "classifications": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "generatorVersions": {"type": "string"}, "description": {"type": "string"... | {"$schema" : "http://json.schemastore.org/template", "author" : "Microsoft", "classifications" : ["Web", "ASP.NET"], "name" : "MVC ViewImports", "generatorVersions" : "[1.0.0.0-*)", "description" : "A MVC View Import Page", "groupIdentity" : "Microsoft.AspNetCore.Mvc.ViewImports", "precedence" : "100", "identity" : "Mi... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "author": {"type": "string"}, "classifications": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "generatorVersions": {"type": "string"}, "description": {"type": "string"}, "groupIdentity": {"type": "string"}, "precedence": {"t... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"700206f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "... | {"700206f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/700206f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/700206f-a.jpg", "title" : "", "date" : "1926", "text" : "East 169th Street, east from (No. 769) but not including Boston Road. Also shown is an extensive view northeastwar... | json_instruct | {"type": "object", "properties": {"700206f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "PANTELIA", "frequency" : 1, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"... | {"course_code" : "FINM7701", "course_name" : "Finance and Accounting for Non-Finance Executives", "faculty" : "Business, Economics & Law", "school" : "Business School", "units" : "2", "duration" : "One Semester", "description" : "This course explains the core concepts of finance and accounting in a straightforward and ... | json_instruct | {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "stri... | {"name" : "AGConnectAPM", "version" : "1.2.1.302", "summary" : "App Gallery Connect APM SDK", "description" : "AGConnect APM", "homepage" : "https://developer.huawei.com/consumer/cn/doc/development/AppGallery-connect-Guides/agc-apms-agcsdk-ios", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : "Huawei App ... | 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"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"appPageId": {"type": "string"}, "componentName": {"type": "string"}, "id": {"type": "string"}, "label": {"type": "string"}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type... | {"appPageId" : "e9cd03da-9f94-4382-97a0-6d14bfaff462", "componentName" : "siteforce:sldsOneColLayout", "id" : "b7a08540-bf39-428c-a1ed-cd1699c1d1dd", "label" : "Available Properties", "regions" : [{"id" : "5c857317-3484-4a3f-9e7f-2931b6280d3e", "regionName" : "header", "type" : "region"}, {"components" : [{"componentAt... | json_instruct | {"type": "object", "properties": {"appPageId": {"type": "string"}, "componentName": {"type": "string"}, "id": {"type": "string"}, "label": {"type": "string"}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "regionName": {"type": "string"}, "type": {"type": "string"}}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"... | {"name" : "sargilla/tcpdf", "type" : "library", "description" : "TCPDF en Laravel", "keywords" : ["tcpdf", "pdf", "laravel"], "homepage" : "https://github.com/sargilla/tcpdf", "license" : "MIT", "authors" : [{"name" : "Santiago Argilla", "email" : "sargilla@gmail.com", "homepage" : "https://github.com/sargilla", "role"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["columns", "data"], "$schema": "http://json-schema.o... | {"columns" : ["goal", "guesses"], "data" : [["ADRAD", "0: ABAFT 1: ADEEM 2: ABCEE 3: ADIEU 4: ADHAN 5: ADDED "]]} | json_instruct | {"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["columns", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "start": {"type": "str... | {"name" : "credential-management-sample", "version" : "0.1.0", "description" : "", "main" : "index.js", "scripts" : {"postinstall" : "pip install -t lib -r requirements.txt; bower install;", "start" : "npm run build; dev_appserver.py .", "build" : "vulcanize static/elements/elements.html > static/elements/elements.vulc... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["postinstall... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"algorithm": {"type": "string"}, "keyEncryption": {"type": "object", "properties": {"algorithm": {"type": "string"}, "publicKey": {"type": "object", "properties": {"kty": {"type": "string"}, "crv": {"type": "s... | {"algorithm" : "A256CBC-HS512", "keyEncryption" : {"algorithm" : "ECDH-ES", "publicKey" : {"kty" : "EC", "crv" : "P-384", "x" : "GLfdsvEwphRzS_twup7UFPVOk7_CKgHZ7dt_fJ2QHPBdJa1c5pfJcRIWTfT0lpg9", "y" : "ovA5_QXmFbj9U4pjZ1AX_ZdVyIRZUBWW9cuZda_tupKfWQfmcQHzDmHGHbxl9Xxl"}}, "iv" : "dLzj1Hx31rMOrzEJXhs5iQ", "tag" : "J49c9s... | json_instruct | {"type": "object", "properties": {"algorithm": {"type": "string"}, "keyEncryption": {"type": "object", "properties": {"algorithm": {"type": "string"}, "publicKey": {"type": "object", "properties": {"kty": {"type": "string"}, "crv": {"type": "string"}, "x": {"type": "string"}, "y": {"type": "string"}}, "required": ["kty... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-83.644586, 41.691236], [-83.623238, 41.691804], [-83.622411, 41.670244], [-83.635835, 41.67005], [-83.638034, 41.671025], [-83.63831, 41.670057], [-83.64258, 41.670138], [-83.643138, 41.672966], [-83.638921, 41.670934], ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "in... | {"configuration" : ["IGNORELEADINGBLANKS", "MERGE", "GENERALNUMRICSORT"], "regionsToProcessedPerformance" : {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943" : 289439355513, "program" : 899022}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "progra... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "p... | {"name" : "fox-controller-app", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "node ./bin/www"}, "dependencies" : {"async-each" : "^1.0.3", "body-parser" : "^1.19.0", "cookie-parser" : "~1.4.4", "debug" : "~2.6.9", "express" : "~4.16.1", "fs-extra" : "^9.1.0", "hashids" : "^2.2.8", "http-errors" : "^1.8... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"async-each": {"type": "string"}, "body-parser... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "st... | {"stationId" : 9960121, "stationGroupId" : 9960121, "name" : "\u6c34\u53e3", "lineId" : 99601, "zipCode" : "528-0005", "pref" : "\u6ecb\u8cc0\u770c", "city" : "\u7532\u8cc0\u5e02", "town" : "\u6c34\u53e3\u753a\u6c34\u53e3", "longitude" : 136.17683, "latitude" : 34.974238, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "it... | {"name" : "casnerano/amqp-topic-match", "type" : "library", "description" : "A utility for matching routing keys to AMQP-style topic patterns.", "keywords" : ["amqp", "amqp topic", "amqp match"], "license" : "MIT", "authors" : [{"name" : "Arutyunyan A.", "email" : "casnerano@mail.ru"}], "require" : {"php" : ">=7.2"}, "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema... |
Generate a valid JSON object that conforms to the following schema:
{"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-... | {"published" : "2015-09-15T20:12:34Z", "media-type" : "News", "title" : "Short Interest Increases 21.4% For TNET", "id" : "2abb1e11-060f-446d-b8ab-339eb57a1736", "content" : "The most recent short interest data has been released by the NASDAQ for the 08/31/2015 settlement date, which shows a 542,713 share increase in t... | 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-s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Kapli\u010dka u hlavn\u00ed silnice ve st\u0159edu Velk\u00e9 \u0160\u0165\u00e1hle", "P31" : "http://www.wikidata.org/entity/Q14552192", "P31^label:cs" : "Kapli\u010dka", "P131^label:cs" : "Velk\u00e1 \u0160t\u00e1hle", "P6... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"jsEcuador": {"type": "object", "properties": {"telegram": {"type": "string"}, "twitter": {"type": "string"}, "web": {"type": "string"}}, "required": ["telegram", "twitter", "web"]}, "gatsby": {"type": "string"}, "ver... | {"jsEcuador" : {"telegram" : "https://t.me/javascriptecuador", "twitter" : "https://twitter.com/jsecuador_", "web" : ""}, "gatsby" : "https://www.gatsbyjs.org/", "vercel" : "https://vercel.com/", "networks" : {"github" : "https://github.com/thegreatyamori", "linkedin" : "https://www.linkedin.com/in/thegreatyamori/", "i... | json_instruct | {"type": "object", "properties": {"jsEcuador": {"type": "object", "properties": {"telegram": {"type": "string"}, "twitter": {"type": "string"}, "web": {"type": "string"}}, "required": ["telegram", "twitter", "web"]}, "gatsby": {"type": "string"}, "vercel": {"type": "string"}, "networks": {"type": "object", "properties"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"angularjs-color-picker.css": {"type": "string"}, "angularjs-color-picker.js": {"type": "string"}, "angularjs-color-picker.min.css": {"type": "string"}, "angularjs-color-picker.min.js": {"type": "string"}, "themes/a... | {"angularjs-color-picker.css" : "sha512-L0dozqlwyK2PHnJNQ7DJScDOJu3vtQS/B3GSSyDb+pbB5kOGiTtliCEveZxKG7qwUPMDwiK/bNpN9/9nYcSrbg==", "angularjs-color-picker.js" : "sha512-0f68mv/USFfS8EW+4m1SA2D4aV7WUs7kpgBiZ71mHvupzfnTqz3F6X181EUAwSWAgyc2rUJX5YUFRfaMiDQguA==", "angularjs-color-picker.min.css" : "sha512-+WPRZ4iZZPzgt2w0X... | json_instruct | {"type": "object", "properties": {"angularjs-color-picker.css": {"type": "string"}, "angularjs-color-picker.js": {"type": "string"}, "angularjs-color-picker.min.css": {"type": "string"}, "angularjs-color-picker.min.js": {"type": "string"}, "themes/angularjs-color-picker-bootstrap.css": {"type": "string"}, "themes/angul... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "... | {"templmd5" : "523d4615240572e66d3c9373d01f37cd", "number" : "256", "title" : "Sezione Gazzetta Ufficiale con aggiornamenti ordinanze coronavirus ", "BACKCOLOR" : "grey", "FRONTCOLOR" : "black", "filemd5" : "bffb72753ef29ae67c0446cc040856e1"} | json_instruct | {"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "h... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "devDe... | {"name" : "1440495582166", "version" : "1.0.0", "description" : "game", "repository" : {}, "author" : "PromeYang", "license" : "MIT", "devDependencies" : {"yargs" : "~1.2.6", "chalk" : "^0.5.1", "glob" : "~4.2.1", "del" : "~0.1.3", "browser-sync" : "^2.7.0", "gm" : "~1.14.2", "multi-sprite" : "^0.1.7", "moment" : "~2.8... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"yargs": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"dist/jss.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "dist/jss.min.js": ... | {"dist/jss.js" : {"bundled" : 60646, "minified" : 22473, "gzipped" : 6782}, "dist/jss.min.js" : {"bundled" : 59269, "minified" : 21704, "gzipped" : 6422}, "dist/jss.cjs.js" : {"bundled" : 55435, "minified" : 24373, "gzipped" : 6775}, "dist/jss.esm.js" : {"bundled" : 54903, "minified" : 23938, "gzipped" : 6686, "treesha... | json_instruct | {"type": "object", "properties": {"dist/jss.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "dist/jss.min.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "mini... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "vers... | {"versions" : [{"git-tree" : "a3f04aeb70ff80b168cf4e86134c7c61f7d23d62", "version-string" : "1.2.184", "port-version" : 1}, {"git-tree" : "f4ca1555372a398629a4bd1728b6870efb93d674", "version-string" : "1.2.184", "port-version" : 0}, {"git-tree" : "2480b7c83826a22adba9e5fbad769ab547285818", "version-string" : "2019-05-1... | json_instruct | {"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-string", "port-version"]}}}, "required": ["versions"], "$schema": "http... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ... | {"userId" : 69461, "cartId" : "404a92d2-7f7a-4798-ba5b-d31f9ff6e7fa", "preferredProducts" : [3330, 1259, 1306, 2526, 1581], "productReviews" : [{"productId" : 4244, "reviewText" : "My neighbor Allean has one of these. She works as a sky diver and she says it looks weedy.", "reviewDate" : "2018-04-07T20:00:12.6171767+03... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "dependencies": {"type": "object", "properties... | {"main" : "./built/index.js", "scripts" : {"start" : "node ./built", "build" : "tsc"}, "dependencies" : {"@types/koa" : "2.11.6", "@types/koa-logger" : "3.1.1", "@types/node" : "14.14.10", "@types/yargs" : "15.0.10", "koa" : "2.13.0", "koa-logger" : "3.2.1", "ts-node" : "9.0.0", "typescript" : "4.1.2", "yargs" : "16.1.... | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "dependencies": {"type": "object", "properties": {"@types/koa": {"type": "string"}, "@types/koa-logger": {"type": "string... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"RunId": {"type": "string"}, "JobCount": {"type": "integer"}}, "required": ["RunId", "JobCount"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"RunId" : "create-jobs-single-test", "JobCount" : 1} | json_instruct | {"type": "object", "properties": {"RunId": {"type": "string"}, "JobCount": {"type": "integer"}}, "required": ["RunId", "JobCount"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"textures": {"type": "object", "properties": {"particle": {"type": "string"}}, "required": ["particle"]}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"textures" : {"particle" : "galacticraft:block/machine"}} | json_instruct | {"type": "object", "properties": {"textures": {"type": "object", "properties": {"particle": {"type": "string"}}, "required": ["particle"]}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"t... | {"status_code" : "OK", "status_msg" : "All images in request have completed successfully. ", "meta" : {"tag" : {"timestamp" : 1442731172.568171, "model" : "default", "config" : "0b2b7436987dd912e077ff576731f8b7"}}, "results" : [{"docid" : 80063379474406840427636961910600913139, "status_code" : "OK", "status_msg" : "OK"... | json_instruct | {"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"type": "string"}}, "required": ["timestamp", "model", "confi... |
Create an example JSON object that satisfies this schema:
{"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@... | {"MRRm_new" : 0.24032549735209613, "MRm_new" : 422.601585992527, "HITS@1m_new" : 0.16588194673440884, "HITS@3m_new" : 0.25461523742051795, "HITS@10m_new" : 0.39201880499171093} | 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.or... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "... | {"type" : "Feature", "properties" : {"name" : "Southampton County", "fips" : "51175", "state_code" : 51, "county_code" : 175, "population" : 17631, "countrylevel_id" : "fips:51175", "census_data" : {"COUNTYNS" : "01480171", "AFFGEOID" : "0500000US51175", "LSAD" : "06", "ALAND" : 1551866777, "AWATER" : 8133232}}, "geome... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_d... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": ... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.347417, 51.384694]}, "properties" : {"organisation" : "local-authority-eng:ELM", "deliverable" : "yes", "site" : "67", "point" : "POINT(-0.347417 51.384694)", "site-plan-url" : "http://emaps.elmbridge.gov.uk/ebc_brownfield.aspx?requesttype=parseTe... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "strin... | {"name" : "A11y Ref Code Patterns and References", "short_name" : "A11y Ref", "icons" : [{"src" : "images/android-chrome-192x192.png", "sizes" : "192x192", "type" : "image/png", "density" : "4.0"}, {"src" : "images/android-chrome-512x512.png", "sizes" : "512x512", "type" : "image/png", "density" : "4.0"}], "start_url" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}, "density": {"type": "string"}}, "required": ["src", "sizes", "type", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"recurring_type": {"type": "object", "properties": {"each": {"type": "string"}, "step": {"type": "integer"}, "days_of_week": {"type": "string"}}, "required": ... | {"data" : [{"recurring_type" : {"each" : "week", "step" : 2, "days_of_week" : "sunday,monday,tuesday,wednesday,thursday,friday,saturday"}, "start_date" : "2016-03-01 12:20:00", "end_date" : "9999-02-01 00:00:00", "length" : 300, "text" : "Test Week Event 1"}, {"recurring_type" : {"each" : "week", "repeat" : 17, "step" ... | json_instruct | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"recurring_type": {"type": "object", "properties": {"each": {"type": "string"}, "step": {"type": "integer"}, "days_of_week": {"type": "string"}}, "required": ["each", "step", "days_of_week"]}, "start_date": {"type": "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"... | {"citations" : [{"textCitation" : "[See tdeglem1 on Metamath](http://us.metamath.org/mpegif/tdeglem1.html)"}], "names" : ["tdeglem1"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wceq", "#T_crab--1", "#T_vm", "#T_crab--2", "#T_cn0", "#T_cmap", "#T_cI", "#T_crab--3", "#T_ccnv", "#T_vm", "#T_cima", "#T_... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
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... | {"id" : 404421227, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "104814d4f1ac27925ad8876172f26761", "wof:id" : 404421227, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.45254536913576, 46.50485305898514, 5.5182145835538, 46.55018344341037]... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"fr": {"type": "object", "properties": {"name": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text",... | {"fr" : {"name" : "Menu principal", "items" : [{"text" : "Directions", "url" : "/fr/directions/"}, {"text" : "\u00c9tudes de cas", "url" : "/fr/etudes-de-cas/"}]}, "en" : {"name" : "Main menu", "items" : [{"text" : "Directions", "url" : "/en/directions/"}, {"text" : "Case studies", "url" : "/en/case-studies/"}]}} | json_instruct | {"type": "object", "properties": {"fr": {"type": "object", "properties": {"name": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"]}}}, "required": ["name", "items"]}, "en": {"type": "object", "pr... |
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": {}}}, "required": ["contract", "tool"... | {"contract" : "0x2c3177cfa17a8e10dfc2a39a572652601683d95c", "tool" : "osiris", "start" : 1564597079.844186, "end" : 1564597082.3472896, "duration" : 2.503103494644165, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2f14eb483b06c2fba33fa68006560f572fba15a9"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, ... | {"id" : "795CD51D-0887-4AC1-B7C1-137248AE0EB3", "name" : "sticker-alert-outline", "codepoint" : "F1366", "aliases" : [], "tags" : ["Alert / Error"], "author" : "Colton Wiscombe", "version" : "4.9.95", "zhs" : ["\u8d34\u7eb8\u63d0\u9192\u8f6e\u5ed3"], "description" : "", "comments" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit... | {"schema_version" : "1.2.0", "id" : "GHSA-c36v-h96q-hcf6", "modified" : "2022-02-25T00:00:58Z", "published" : "2022-02-25T00:00:58Z", "aliases" : ["CVE-2021-44663"], "details" : "A Remote Code Execution (RCE) vulnerability exists in the Xerte Project Xerte through 3.8.4 via a crafted php file through elfinder in connet... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}... | {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["ZZ20233"], "\uc81c\uc548\uc77c\uc790" : ["2018-09-03"], "\uc81c\uc548\uc790" : ["\uad6d\uac00\uc778\uad8c\uc704\uc6d0\ud68c\uc704\uc6d0\uc7a5"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c20\ub300(2016~202... | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"wifi": {"type": "object", "properties": {"ssid": {"type": "string"}, "password": {"type": "string"}}, "required": ["ssid", "password"]}, "serial": {"type": "object", "properties": {"baudrate": {"type": "integer"}}, "required":... | {"wifi" : {"ssid" : "USE_PREFERENCES", "password" : "USE_PREFERENCES"}, "serial" : {"baudrate" : 115200}, "logger" : {"severity" : 5}, "sgp30" : {"iaqFrequency" : 1, "iaqRawFrequency" : 10}, "bmexxx" : {"dataFrequency" : 10}, "sdd" : {"serial_frequency" : 0, "display_frequency" : 5, "websocket_frequency" : 1}} | json_instruct | {"type": "object", "properties": {"wifi": {"type": "object", "properties": {"ssid": {"type": "string"}, "password": {"type": "string"}}, "required": ["ssid", "password"]}, "serial": {"type": "object", "properties": {"baudrate": {"type": "integer"}}, "required": ["baudrate"]}, "logger": {"type": "object", "properties": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"jenkinsfilePath": {"type": "object", "properties": {"type": {"type... | {"$schema" : "http://json-schema.org/schema#", "type" : "object", "description" : "JenkinsPipelineBuildStrategy holds parameters specific to a Jenkins Pipeline build. This strategy is in tech preview.", "properties" : {"jenkinsfilePath" : {"type" : ["string", "null"], "description" : "JenkinsfilePath is the optional pa... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"jenkinsfilePath": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}},... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "string"}, "fieldcode": {"type": "string"}, "description": {"type": "string"}, "groupcode": {"type": "string"}, "subgroupcode": {"type": "string"}, "@context": {"type": "string"}, "descriptionFull": {"type": "s... | {"code" : "23.020.20", "fieldcode" : "23", "description" : "Vessels and containers mounted on vehicles", "groupcode" : "020", "subgroupcode" : "20", "@context" : "https://isoics.org/ics/ns/subgroup.jsonld", "descriptionFull" : "Fluid systems and components for general use. Fluid storage devices. Vessels and containers ... | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "fieldcode": {"type": "string"}, "description": {"type": "string"}, "groupcode": {"type": "string"}, "subgroupcode": {"type": "string"}, "@context": {"type": "string"}, "descriptionFull": {"type": "string"}, "notes": {"type": "array", "items": {"type": "obje... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "stri... | {"body" : "Seems like someone is trying to use a binary from the Desktop Radiance\ndistro, or maybe a newer COMFEN one?\n\n\nOn 2/10/14, 11:52 AM, \"Gregory J. Ward\" <gregoryjward at gmail.com> wrote:\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "prope... | {"id" : "71073", "name" : {"en" : "Cluff Lake , Saskatchewan"}, "country" : "CA", "region" : "SK", "identifiers" : {"icao" : "CXXX", "ghcn" : "CA003035342", "usaf" : "710730"}, "location" : {"latitude" : 58.3833, "longitude" : -109.5, "elevation" : 339}, "timezone" : "America/Regina"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "ghcn": {"type": "string"}, "usa... |
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" : "6471040004", "district_id" : "6471040", "name" : "KARANG REJO"} | 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": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2010, 5], [2011, 7], [2012, 8], [2013, 7], [2014, 13]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"fyrejet": {"type": "string"}}, "required": ["fyrejet"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"fyrejet" : "~4.0.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"fyrejet": {"type": "string"}}, "required": ["fyrejet"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"setUp": {"type": "string"}, "tearDown": {"type": "string"}, "test01jumpToRelativeUrl": {"type": "string"}, "test02sub... | {"class" : {}, "instance" : {"setUp" : "KD 6/3/2018 20:44", "tearDown" : "fm 7/29/2015 18:25", "test01jumpToRelativeUrl" : "KD 5/29/2018 14:34", "test02submitForm" : "KD 7/25/2018 11:05", "test08AddBookmark" : "KD 7/25/2018 11:30", "test11DisplayHistory" : "KD 7/25/2018 11:25", "test12ForwardButton" : "KD 7/25/2018 11:... | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"setUp": {"type": "string"}, "tearDown": {"type": "string"}, "test01jumpToRelativeUrl": {"type": "string"}, "test02submitForm": {"type": "string"}, "test08AddBookmark": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"t... | {"citations" : [{"textCitation" : "[See relogdiv on Metamath](http://us.metamath.org/mpegif/relogdiv.html)"}], "names" : ["relogdiv"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_crp", "#T_wa", "#T_cB", "#T_wcel", "#T_crp", "#T_wi", "#T_clog", "#T_cfv", "#T_cA", "#T_cdiv", "#T_cB", "#T_wceq... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": ... | {"source" : "http://www.spanishdict.com/conjugate/teatralizar", "word" : "teatralizar", "infinitivo" : "teatralizar", "gerundio" : ["teatralizando"], "participio" : ["teatralizado"], "tenses" : {"3" : [["teatralizo"], ["teatralizas"], ["teatraliza"], ["teatralizamos"], ["teatraliz\u00e1is"], ["teatralizan"]], "4" : [["... | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "item... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/9/9a/Graft_heavy_lifting.png/revision/latest?cb=20200731165739", "sha1" : "51b0ba641dcd4fabe2a2e93cdc3690edf61e06a7"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "adonis-turba__DROPS__black-turba-nectar", "type" : "DROPS", "start" : "adonis-turba", "end" : "black-turba-nectar"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/dr... | {"word" : "Smooth", "definitions" : ["Having an even and regular surface; free from perceptible projections, lumps, or indentations.", "(of a liquid) with an even consistency; without lumps.", "(of the sea or another body of water) without heavy waves; calm.", "Denoting the face of a tennis or squash racket without the... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"socketcluster.js": {"type": "string"}, "socketcluster.min.js": {"type": "string"}}, "required": ["socketcluster.js", "socketcluster.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"socketcluster.js" : "sha256-pG3wvgvOhQId+gWhaHzR+fdTDHybz16OZAk3rjDkNPk=", "socketcluster.min.js" : "sha256-lkIG4ZZAWfkhbLCMbnMNJKIASGjyT2LAIrUbvz1s6HQ="} | json_instruct | {"type": "object", "properties": {"socketcluster.js": {"type": "string"}, "socketcluster.min.js": {"type": "string"}}, "required": ["socketcluster.js", "socketcluster.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"6025": {"type": "string"}, "6027": {"type": "string"}}, "required": ["6025", "6027"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"6025" : "6026", "6027" : "6028"} | json_instruct | {"type": "object", "properties": {"6025": {"type": "string"}, "6027": {"type": "string"}}, "required": ["6025", "6027"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"_comment": {"type": "string"}, "login": {"type": "string"}, "ghuser_created_at": {"type": "string"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_u... | {"_comment" : "DO NOT EDIT MANUALLY - See ../../README.md", "login" : "kroltan", "ghuser_created_at" : "2018-09-11T16:04:55.872Z", "avatar_url" : "https://avatars3.githubusercontent.com/u/978042?v=4", "html_url" : "https://github.com/kroltan", "organizations_url" : "https://api.github.com/users/kroltan/orgs", "repos_ur... | json_instruct | {"type": "object", "properties": {"_comment": {"type": "string"}, "login": {"type": "string"}, "ghuser_created_at": {"type": "string"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "type": {"type": "string"}, "name": {"type":... |
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" : "540602210201", "text" : "\u7956\u66f2\u6751"}, {"id" : "540602210202", "text" : "\u90a3\u5e03\u6751"}, {"id" : "540602210203", "text" : "\u5e15\u6751"}, {"id" : "540602210204", "text" : "\u6742\u62c9\u6751"}, {"id" : "540602210205", "text" : "\u679c\u5e86\u6751"}, {"id" : "540602210206", "text" : "\u8d21\u739... | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"simple": {"type": "array", "items": {"type": "string"}}, "costed": {"type": "array", "items": {"type": "string"}}, "numbered": {"type": "array", "items": {"type": "string"}}, "other": {"type": "array", "items":... | {"simple" : ["Deathtouch", "Defender", "Double Strike", "First Strike", "Flash", "Flying", "Haste", "Indestructible", "Intimidate", "Lifelink", "Reach", "Shroud", "Trample", "Vigilance", "Rampage", "Flanking", "Phasing", "Shadow", "Horsemanship", "Fear", "Provoke", "Storm", "Sunburst", "Bushido", "Convoke", "Epic", "Ha... | json_instruct | {"type": "object", "properties": {"simple": {"type": "array", "items": {"type": "string"}}, "costed": {"type": "array", "items": {"type": "string"}}, "numbered": {"type": "array", "items": {"type": "string"}}, "other": {"type": "array", "items": {"type": "string"}}}, "required": ["simple", "costed", "numbered", "other"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "item... | {"title" : "Shady paths: leveraging surfing crowds to detect malicious web pages.", "fields" : ["client side scripting", "web threat", "same origin policy", "web accessibility initiative", "static web page"], "abstract" : "The web is one of the most popular vectors to spread malware. Attackers lure victims to visit com... | 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": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"testEnv": {"type": "object", "properties": {"dev": {"type": "string"}, "prod": {"type": "string"}}, "required": ["dev", "prod"]}}, "required": ["testEnv"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"testEnv" : {"dev" : "BOOM", "prod" : "BANG"}} | json_instruct | {"type": "object", "properties": {"testEnv": {"type": "object", "properties": {"dev": {"type": "string"}, "prod": {"type": "string"}}, "required": ["dev", "prod"]}}, "required": ["testEnv"], "$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.