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": {"type": "string"}, "SIGNATUR": {"type": "string"}, "GESTA_ORDNUNGSNUMMER": {"type": "string"}, "EU_DOK_NR": {"type": "string"}, "ABSTRAKT": {"type": "string"}}, "required": ["WAHLPERIODE", "VORGANGSTYP", "TITEL", "INITIATIVE", "AKTUELLER_STAND", "SIGNATUR", "GESTA_ORDNUNGSNUMMER", "EU_DOK_NR", "ABSTRAKT"]}, "VORGANGSABLAUF": {"type": "object", "properties": {"VORGANGSPOSITION": {"type": "object", "properties": {"ZUORDNUNG": {"type": "string"}, "URHEBER": {"type": "string"}, "FUNDSTELLE": {"type": "string"}, "FUNDSTELLE_LINK": {"type": "string"}}, "required": ["ZUORDNUNG", "URHEBER", "FUNDSTELLE", "FUNDSTELLE_LINK"]}}, "required": ["VORGANGSPOSITION"]}}, "required": ["vorgangId", "VORGANG", "VORGANGSABLAUF"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 und Normen f\u00fcr Schiffs\u00fcberpr\u00fcfungs- und -besichtigungsorganisationen und die einschl\u00e4gigen Ma\u00dfnahmen der Seebeh\u00f6rden \r\nKOM(2016) 47 endg.; Ratsdok. 5889/16", "INITIATIVE" : "Bundestag", "AKTUELLER_STAND" : "", "SIGNATUR" : "", "GESTA_ORDNUNGSNUMMER" : "", "EU_DOK_NR" : "Ratsdok. 5889/16, Kom. (2016) 47 endg.", "ABSTRAKT" : ""}, "VORGANGSABLAUF" : {"VORGANGSPOSITION" : {"ZUORDNUNG" : "BT", "URHEBER" : "Unterrichtung: Keine Ausschuss\u00fcberweisung, Urheber : Bundestag ", "FUNDSTELLE" : "18.03.2016 - BT-Drucksache 18/7934, Nr. B.19", "FUNDSTELLE_LINK" : "http://dipbt.bundestag.de:80/dip21/btd/18/079/1807934.pdf"}}}
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"}, "GESTA_ORDNUNGSNUMMER": {"type": "string"}, "EU_DOK_NR": {"type": "string"}, "ABSTRAKT": {"type": "string"}}, "required": ["WAHLPERIODE", "VORGANGSTYP", "TITEL", "INITIATIVE", "AKTUELLER_STAND", "SIGNATUR", "GESTA_ORDNUNGSNUMMER", "EU_DOK_NR", "ABSTRAKT"]}, "VORGANGSABLAUF": {"type": "object", "properties": {"VORGANGSPOSITION": {"type": "object", "properties": {"ZUORDNUNG": {"type": "string"}, "URHEBER": {"type": "string"}, "FUNDSTELLE": {"type": "string"}, "FUNDSTELLE_LINK": {"type": "string"}}, "required": ["ZUORDNUNG", "URHEBER", "FUNDSTELLE", "FUNDSTELLE_LINK"]}}, "required": ["VORGANGSPOSITION"]}}, "required": ["vorgangId", "VORGANG", "VORGANGSABLAUF"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/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": "string"}, "CoreSrcPath": {"type": "string"}, "LicenseCode": {"type": "string"}}, "required": ["CompanyName", "ProjectName", "ProjectType", "ProjectVersion", "ApplicationAreaName", "AngularSrcPath", "CoreSrcPath", "LicenseCode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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": "string"}}, "required": ["CompanyName", "ProjectName", "ProjectType", "ProjectVersion", "ApplicationAreaName", "AngularSrcPath", "CoreSrcPath", "LicenseCode"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "child_of"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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/schema#"}
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 the National Association of Educational Broadcasters. Business and editorial\noffices, 14 Gregory Hall, Urbana, Illinois. All business and editorial copy, and all\nsubscriptions, should be sent to 14 Gregory Hall, Urbana. Entered as second-class\nmatter, October 1, 1956, at the post office, Urbana, Illinois, under the act of March\n3, 1879. The National Association of Educational Broadcasters is incorporated under\nthe laws of the State of Illinois as a non-profit organization for the purpose of\nfurthering the use of radio and television for education."}
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", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}, "name": {"type": "string"}}, "required": ["type", "features", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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, 0.0], [-2.9097045914, 53.4711477399, 0.0], [-2.90972076255, 53.4711247072, 0.0], [-2.91116023111, 53.4700011622, 0.0], [-2.91122685618, 53.4697280158, 0.0], [-2.91106025624, 53.469126671, 0.0], [-2.9119636878, 53.4685092467, 0.0], [-2.91135666687, 53.4682690407, 0.0], [-2.91116318987, 53.467755712, 0.0], [-2.91182639913, 53.4673079432, 0.0], [-2.91183613124, 53.4672204373, 0.0], [-2.91276987882, 53.4669039834, 0.0], [-2.91219961629, 53.4662147407, 0.0], [-2.91181815613, 53.4661383249, 0.0], [-2.91170673883, 53.4660673421, 0.0], [-2.91207934736, 53.4653804906, 0.0], [-2.9124181675, 53.4656233163, 0.0], [-2.91244166134, 53.4661252554, 0.0], [-2.91316869405, 53.4659625142, 0.0], [-2.91412836691, 53.4659705361, 0.0], [-2.91416870587, 53.4660404242, 0.0], [-2.91531966517, 53.4662488507, 0.0], [-2.91606791237, 53.4668399053, 0.0], [-2.91512194969, 53.4671530137, 0.0], [-2.91479709737, 53.4681233004, 0.0], [-2.9153937388, 53.4682505115, 0.0], [-2.91587378533, 53.4686919309, 0.0], [-2.91601417243, 53.4689073446, 0.0], [-2.91638558433, 53.4691233721, 0.0], [-2.91670776329, 53.4702585744, 0.0], [-2.91714604129, 53.4709955128, 0.0], [-2.91690883844, 53.4717579508, 0.0], [-2.91558193485, 53.4732678626, 0.0]]]}}], "name" : "L10 0"}
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": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}, "name": {"type": "string"}}, "required": ["type", "features", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}}}, "required": ["Name", "Title", "Description", "CveIDs", "References"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"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 environments to get remote code execution. This module has been tested successfully on JIRA 6.0.3 with Windows 2003 SP2 Server.", "CveIDs" : ["CVE-2014-2314"], "References" : ["http://www.securityfocus.com/bid/65849", "https://confluence.atlassian.com/display/JIRA/JIRA+Security+Advisory+2014-02-26", "http://blog.h3xstream.com/2014/02/jira-path-traversal-explained.html", "https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/windows/http/jira_collector_traversal.rb"]}]
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", "CveIDs", "References"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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/schema#"}
{"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"}, "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_6283"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : "*Non-fiction"}}
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": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_6283"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"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" : "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, are positive definite kernels for permutations. They offer computationally attractive alternatives to more complex kernels on the symmetric group to learn from rankings, or learn to rank. We show how to extend these kernels to partial rankings, multivariate rankings and uncertain rankings. Examples are presented on how to formulate typical problems of learning from rankings such that they can be solved with state-of-the-art kernel algorithms. We demonstrate promising results on clustering heterogeneous rank data and high-dimensional classification problems in biomedical applications.", "citation" : "Citations (6)", "year" : "2015", "departments" : ["PSL Research University", "PSL Research University", "Fontainebleau, France", "Fontainebleau, France"], "conf" : "icml", "authors" : ["Yunlong Jiao.....http://dblp.org/pers/hd/j/Jiao:Yunlong", "Jean-Philippe Vert.....http://dblp.org/pers/hd/v/Vert:Jean=Philippe"], "pages" : 10}
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#"}
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"}, "private": {"type": "boolean"}}, "required": ["name", "authors", "description", "main", "license", "homepage", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "description", "main", "license", "homepage", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "919433050805"], "mainAddrress" : {"state" : "West Bengal", "address" : ["60, Potuatola Lane", "Kolkata", "West Bengal", "700009"]}}
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": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "@types/node": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "dev": {"type": "boolean"}}, "required": ["version", "resolved", "integrity", "dev"]}, "minimist": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "tslib": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["@types/minimist", "@types/node", "minimist", "tslib"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "resolved" : "https://registry.npmjs.org/@types/node/-/node-12.12.6.tgz", "integrity" : "sha512-FjsYUPzEJdGXjwKqSpE0/9QEh6kzhTAeObA54rn6j3rR4C/mzpI9L0KNfoeASSPMMdxIsoJuCLDWcM/rVjIsSA==", "dev" : true}, "minimist" : {"version" : "1.2.0", "resolved" : "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity" : "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="}, "tslib" : {"version" : "1.10.0", "resolved" : "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz", "integrity" : "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ=="}}}
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": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "@types/node": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "dev": {"type": "boolean"}}, "required": ["version", "resolved", "integrity", "dev"]}, "minimist": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "tslib": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["@types/minimist", "@types/node", "minimist", "tslib"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "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" : "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. Common visual patterns generally share similar local features as well as similar spatial layout. In this paper these two types of information are integrated and encoded into the edges of a graph whose nodes represent potential correspondences, and the common visual patterns then correspond to those strongly connected subgraphs. All such strongly connected subgraphs correspond to large local maxima of a quadratic function on simplex, which is an approximate measure of the average intra-cluster affinity score of these subgraphs. We find all large local maxima of this function, thus discover all common visual patterns and recover the correct correspondences, using replicator equation and through a systematic way of initialization. The proposed algorithm possesses two characteristics: 1) robust to outliers, and 2) being able to discover all common visual patterns, no matter the mappings among the common visual patterns are one to one, one to many, or many to many. Extensive experiments on both point sets and real images demonstrate the properties of our proposed algorithm in terms of robustness to outliers, tolerance to large spatial deformations, and simplicity in implementation.", "citation" : "Citations (123)", "year" : "2010", "departments" : ["National University of Singapore", "National University of Singapore"], "conf" : "cvpr", "authors" : ["Hairong Liu.....http://dblp.org/pers/hd/l/Liu:Hairong", "Shuicheng Yan.....http://dblp.org/pers/hd/y/Yan:Shuicheng"], "pages" : 8}
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#"}
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" : 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:00"}, {"productId" : 1422, "reviewText" : "My neighbor Aldona has one of these. She works as a butler and she says it looks humongous.", "reviewDate" : "2017-12-24T08:51:45.2574495+02: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#"}
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": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 flew up,", "Frit by the cowboy as he scrambled down", "To reach the misty dewberry\u2014let us stoop", "And seek its nest\u2014the brook we need not dread,", "'Tis scarcely deep enough a bee to drown,", "So it sings harmless o'er its pebbly bed", "\u2014Ay here it is, stuck close beside the bank", "Beneath the bunch of grass that spindles rank", "Its husk seeds tall and high\u2014'tis rudely planned", "Of bleach\u00e8d stubbles and the withered fare", "That last year's harvest left upon the land,", "Lined thinly with the horse's sable hair.", "Five eggs, pen-scribbled o'er with ink their shells", "Resembling writing scrawls which fancy reads", "As nature's poesy and pastoral spells\u2014", "They are the yellowhammer's and she dwells", "Most poet-like where brooks and flowery weeds", "As sweet as Castaly to fancy seems", "And that old molehill like as Parnass' hill", "On which her partner haply sits and dreams", "O'er all her joys of song\u2014so leave it still", "A happy home of sunshine, flowers and streams.", "Yet in the sweetest places cometh ill,", "A noisome weed that burthens every soil;", "For snakes are known with chill and deadly coil", "To watch such nests and seize the helpless young,", "And like as though the plague became a guest,", "Leaving a houseless home, a ruined nest\u2014", "And mournful hath the little warblers sung", "When such like woes hath rent its little breast."], "title" : "The Yellowhammer's Nest", "year" : ""}
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": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "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" : "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-900 px-3 pt-1 mb-10\",\n children: [/*#__PURE__*/_jsxDEV(\"p\", {\n className: \"text-xs tracking-wider m-0 leading-tight\",\n children: category\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 4,\n columnNumber: 7\n }, this), year && /*#__PURE__*/_jsxDEV(\"p\", {\n className: \"text-xs tracking-wider m-0 leading-tight\",\n children: year\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 5,\n columnNumber: 17\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 3,\n columnNumber: 5\n }, this);\n};\n\nexport default Tag;", "map" : {"version" : 3, "sources" : ["E:/work/vabva/VABVA-Ecommerce/components/heroComponents/Tag.js"], "names" : ["Tag", "category", "year"], "mappings" : ";;;AAAA,MAAMA,GAAG,GAAG,CAAC;AAAEC,EAAAA,QAAF;AAAYC,EAAAA;AAAZ,CAAD,KAAwB;AAClC,sBACE;AAAK,IAAA,SAAS,EAAC,0CAAf;AAAA,4BACE;AAAG,MAAA,SAAS,EAAC,0CAAb;AAAA,gBAAyDD;AAAzD;AAAA;AAAA;AAAA;AAAA,YADF,EAEIC,IAAI,iBAAI;AAAG,MAAA,SAAS,EAAC,0CAAb;AAAA,gBAAyDA;AAAzD;AAAA;AAAA;AAAA;AAAA,YAFZ;AAAA;AAAA;AAAA;AAAA;AAAA,UADF;AAMD,CAPD;;AASA,eAAeF,GAAf", "sourcesContent" : ["const Tag = ({ category, year }) => {\n return (\n <div className=\"border-l border-gray-900 px-3 pt-1 mb-10\">\n <p className=\"text-xs tracking-wider m-0 leading-tight\">{category}</p>\n { year && <p className=\"text-xs tracking-wider m-0 leading-tight\">{year}</p>}\n </div>\n )\n}\n\nexport default Tag"]}, "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#"}
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": ["start"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"recognizers-text": {"type": "string"}}, "required": ["recognizers-text"]}}, "required": ["name", "version", "description", "main", "scripts", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "properties": {"recognizers-text": {"type": "string"}}, "required": ["recognizers-text"]}}, "required": ["name", "version", "description", "main", "scripts", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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"}, "scores": {"type": "array", "items": {"type": "integer"}}, "scores_total": {"type": "integer"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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, "type" : "single-choice", "scores" : [140000, 0], "scores_total" : 140000, "scores_state" : "final", "scores_updated" : 1637499632, "snapshot" : "13657584", "state" : "closed", "author" : "0x721041F315Ab009895CeC21eBd2fEEf0D949e2F8", "space" : {"id" : "ensfly.eth", "name" : "ensfly.eth"}, "votes" : 6, "votes_data" : [{"id" : "0x5c0266b19157f54bc849176cf7a736fced00b39fec8262fcfbc3ab339e5c6969", "voter" : "0x3236CC5181E159f5e14Df57b93F658B96b142ec3", "created" : 1637496579, "choice" : 1, "space" : {"id" : "ensfly.eth"}}, {"id" : "0xe3baf852b81f33d2c059a0ddd321bcee75f2ba02df46f4e75bcb2f60fa3255d1", "voter" : "0xB6bd1b9b3e6e3512BB354789289f6d8FBc0F65BC", "created" : 1637492390, "choice" : 1, "space" : {"id" : "ensfly.eth"}}, {"id" : "0x79c08c937be645155882a4897cc0c7bf3c3c2a7791d4aa9fdbb5410e58d45f05", "voter" : "0x568F3C22eA38CB5049563F1aA520Ec7462fFD9f8", "created" : 1637491668, "choice" : 1, "space" : {"id" : "ensfly.eth"}}, {"id" : "0x37f8f6a24a5ba40dd75b80d377545bd8feb48e27ea8bf8cfbf2193f34380e198", "voter" : "0x26c5dA25790a97B80918ca5267Ebde6bd9298a6C", "created" : 1637490732, "choice" : 1, "space" : {"id" : "ensfly.eth"}}, {"id" : "0x9b7f743fdd5235c5997b45436950974d8c0ec272a7895616f1e03619256888b7", "voter" : "0xfAA4C775CD99017D01b9553cc078EFf6e797c35d", "created" : 1637490647, "choice" : 1, "space" : {"id" : "ensfly.eth"}}, {"id" : "0x935a65aa9998b8e34e02b7f2ad6de9ef05ea0daf7dbabacf2d0696af5a16c851", "voter" : "0x4f3993A7e76E899bBDD3725965C4CFec2ef25973", "created" : 1637490498, "choice" : 1, "space" : {"id" : "ensfly.eth"}}]}
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"}}, "scores_total": {"type": "integer"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
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_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$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"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.org/draft-07/schema#"}
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"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type": "string"}, "typecheck": {"type": "string"}}, "required": ["lint", "build", "build:watch", "typecheck"]}, "dependencies": {"type": "object", "properties": {"json-api-normalizer": {"type": "string"}}, "required": ["json-api-normalizer"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}}, "required": ["name", "version", "license", "homepage", "repository", "bugs", "main", "directories", "files", "scripts", "dependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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/disruptjs/issues"}, "main" : "lib/index.js", "directories" : {"lib" : "lib"}, "files" : ["lib"], "scripts" : {"lint" : "eslint --ext .ts .", "build" : "rimraf ./lib && tsc", "build:watch" : "tsc -w", "typecheck" : "tsc --noEmit"}, "dependencies" : {"json-api-normalizer" : "^1.0.4"}, "publishConfig" : {"access" : "public"}}
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", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type": "string"}, "typecheck": {"type": "string"}}, "required": ["lint", "build", "build:watch", "typecheck"]}, "dependencies": {"type": "object", "properties": {"json-api-normalizer": {"type": "string"}}, "required": ["json-api-normalizer"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}}, "required": ["name", "version", "license", "homepage", "repository", "bugs", "main", "directories", "files", "scripts", "dependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "floatAt:put:": {"type": "string"}, "intAt:": {"type": "string"}, "intAt:put:": {"type": "string"}, "setSimArray:": {"type": "string"}}, "required": ["at:", "at:put:", "bitsOf:", "floatAt:", "floatAt:put:", "intAt:", "intAt:put:", "setSimArray:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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": "string"}, "intAt:put:": {"type": "string"}, "setSimArray:": {"type": "string"}}, "required": ["at:", "at:put:", "bitsOf:", "floatAt:", "floatAt:put:", "intAt:", "intAt:put:", "setSimArray:"]}}, "required": ["class", "instance"], "$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"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"isomorphic-unfetch": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-markdown": {"type": "string"}}, "required": ["isomorphic-unfetch", "next", "react", "react-dom", "react-markdown"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/react", "@types/react-dom", "typescript"]}}, "required": ["name", "version", "main", "license", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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"}, "devDependencies" : {"@types/node" : "^12.6.9", "@types/react" : "^16.8.24", "@types/react-dom" : "^16.8.5", "typescript" : "^3.5.3"}}
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": "string"}, "react-markdown": {"type": "string"}}, "required": ["isomorphic-unfetch", "next", "react", "react-dom", "react-markdown"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/react", "@types/react-dom", "typescript"]}}, "required": ["name", "version", "main", "license", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"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" : "Partai Persatuan pembangunan", "id" : 53026, "noUrut" : 2, "nama" : "HJ. SITI ROHAIYAH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "3. MAWEL.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 55484, "noUrut" : 3, "nama" : "MAWEL", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "4. ANDRI KHAIRI NASUTION.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 55498, "noUrut" : 4, "nama" : "ANDRI KHAIRI NASUTION", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "5. INDRA JASA.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 175327, "noUrut" : 5, "nama" : "INDRA JASA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "6. HJ. SITI NUR ARFAH NASUTION.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 124069, "noUrut" : 6, "nama" : "HJ. SITI NUR ARFAH NASUTION", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "7. NURAINI SOF, S.HI.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 55465, "noUrut" : 7, "nama" : "NURAINI SOF, S.HI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LABUHANBATU", "originalFilename" : "8. AMINULLAH SIAGIAN.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 221757, "noUrut" : 8, "nama" : "AMINULLAH SIAGIAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "JAKARTA SELATAN", "originalFilename" : "9. HJ. DODI AFRIANDI SIREGAR, SP.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 63638, "noUrut" : 9, "nama" : "H. DODI AFRIANDI SIREGAR, SP", "stringJenisKelamin" : "Laki-Laki"}]
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", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : "2007-01-22T08:41:38.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 922, "name" : "The_Flames"}}, "stats" : {"installs" : {"total" : 371, "weekly" : 0}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"silicon.com\") {\r\n\r\n/* logon box, if you've signed up you may want to remove this line*/\r\n/* .topPsn{display: none !important;} */\r\n\r\n/*ads */\r\n#elu_div, #elu, #vs_promo_box, #sky, #topAd ,#vs_promo_sponsor ,#vs_promo_sponsored {display: none !important;}\r\n.topad, a[href*=\"doubleclick.net\"] ,.textBox { display: none !important; }\r\n\r\n/* lots of extra stuff */\r\n.rightCol ,#top3bx ,.mainColNewsletterColumns ,.mainColNewsletterSubmit ,.mainColNewsletterLastColumn ,#mainColNewsletters ,.hdrTopNavPromo ,.award ,.topPsnRight {display: none !important;}\r\n\r\n\r\n/*extra ads */\r\niframe[src='http://bwp.silicon.com/search'] {display: none !important;}\r\nscript[src='.doubleclick.net'] {display: none !important;}\r\nimg[src='.doubleclick.net']{display: none !important;}\r\n[img*=\"/doubleclick.net\"]{display: none !important;}\r\n\r\n\r\n/*newletter headder image */\r\nimg[alt='Newsletters']{display: none !important;}\r\n\r\n.leftColImgIconTextLinks {display: none !important;}\r\n\r\n.leftColStory , .leftColAuthorName {width:700px !important;}\r\n\r\n}"}}
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": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"google-spreadsheet": {"type": "string"}, "gulp-util": {"type": "string"}, "lodash": {"type": "string"}, "through2": {"type": "string"}, "vinyl": {"type": "string"}}, "required": ["google-spreadsheet", "gulp-util", "lodash", "through2", "vinyl"]}, "devDependencies": {"type": "object", "properties": {"event-stream": {"type": "string"}, "mocha": {"type": "string"}, "should": {"type": "string"}}, "required": ["event-stream", "mocha", "should"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "release"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "author", "files", "keywords", "homepage", "repository", "dependencies", "devDependencies", "scripts", "engines", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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://github.com/mikhail-angelov/gulp-translations-from-spreadsheet", "repository" : {"type" : "git", "url" : "git://github.com/mikhail-angelov/gulp-translations-from-spreadsheet.git"}, "dependencies" : {"google-spreadsheet" : "~2.0.4", "gulp-util" : "^3.0.7", "lodash" : "^4.17.15", "through2" : "^2.0.0", "vinyl" : "^1.1.1"}, "devDependencies" : {"event-stream" : "^3.3.2", "mocha" : "^2.4.5", "should" : "^8.2.1"}, "scripts" : {"test" : "mocha", "release" : "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"}, "engines" : {"node" : ">= 0.10"}, "license" : "MIT"}
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": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"google-spreadsheet": {"type": "string"}, "gulp-util": {"type": "string"}, "lodash": {"type": "string"}, "through2": {"type": "string"}, "vinyl": {"type": "string"}}, "required": ["google-spreadsheet", "gulp-util", "lodash", "through2", "vinyl"]}, "devDependencies": {"type": "object", "properties": {"event-stream": {"type": "string"}, "mocha": {"type": "string"}, "should": {"type": "string"}}, "required": ["event-stream", "mocha", "should"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "release"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "author", "files", "keywords", "homepage", "repository", "dependencies", "devDependencies", "scripts", "engines", "license"], "$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": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {}, "required": []}, "exports": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "export": {"type": "array", "items": {"type": "string"}}}, "required": ["from", "export"]}}}, "required": ["__symbolic", "version", "metadata", "exports"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"__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" : "./slider-nav-to.directive", "export" : ["MaSliderNavToDirective"]}, {"from" : "./slider-top-layer.directive", "export" : ["MaSliderTopLayerDirective"]}, {"from" : "./slider.component", "export" : ["MaSliderComponent"]}, {"from" : "./slider.module", "export" : ["MaSliderModule"]}]}]
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", "items": {"type": "string"}}}, "required": ["from", "export"]}}}, "required": ["__symbolic", "version", "metadata", "exports"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"casual": {"type": "string"}, "chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["casual", "chai", "chai-as-promised", "mocha"]}, "dependencies": {"type": "object", "properties": {"await-to-js": {"type": "string"}, "mongoose": {"type": "string"}, "mongoose-bcrypt": {"type": "string"}, "mongoose-timestamp": {"type": "string"}}, "required": ["await-to-js", "mongoose", "mongoose-bcrypt", "mongoose-timestamp"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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/mongoose-user-management.git"}, "keywords" : ["mongodb", "mongoose", "user", "management", "API"], "author" : "Manish Ranjan", "license" : "ISC", "devDependencies" : {"casual" : "^1.6.2", "chai" : "^4.2.0", "chai-as-promised" : "^7.1.1", "mocha" : "^6.2.0"}, "dependencies" : {"await-to-js" : "^2.1.1", "mongoose" : "^5.6.7", "mongoose-bcrypt" : "^1.6.0", "mongoose-timestamp" : "^0.6.0"}}
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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"casual": {"type": "string"}, "chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["casual", "chai", "chai-as-promised", "mocha"]}, "dependencies": {"type": "object", "properties": {"await-to-js": {"type": "string"}, "mongoose": {"type": "string"}, "mongoose-bcrypt": {"type": "string"}, "mongoose-timestamp": {"type": "string"}}, "required": ["await-to-js", "mongoose", "mongoose-bcrypt", "mongoose-timestamp"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}, "\"15917\"": {"type": "string"}, "\"16011\"": {"type": "string"}, "\"15851\"": {"type": "string"}, "\"15753\"": {"type": "string"}, "\"15801\"": {"type": "string"}}, "required": ["\"15983\"", "\"15936\"", "\"15927\"", "\"15917\"", "\"16011\"", "\"15851\"", "\"15753\"", "\"15801\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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\"" : "Qal`ah-ye Kuhnah"}, "hits" : "1662"}
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": "string"}, "\"15851\"": {"type": "string"}, "\"15753\"": {"type": "string"}, "\"15801\"": {"type": "string"}}, "required": ["\"15983\"", "\"15936\"", "\"15927\"", "\"15917\"", "\"16011\"", "\"15851\"", "\"15753\"", "\"15801\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "groupIdentity": {"type": "string"}, "precedence": {"type": "string"}, "identity": {"type": "string"}, "shortName": {"type": "string"}, "sourceName": {"type": "string"}, "primaryOutputs": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "defaultName": {"type": "string"}, "symbols": {"type": "object", "properties": {"namespace": {"type": "object", "properties": {"description": {"type": "string"}, "replaces": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "replaces", "type"]}, "HostIdentifier": {"type": "object", "properties": {"type": {"type": "string"}, "binding": {"type": "string"}}, "required": ["type", "binding"]}}, "required": ["namespace", "HostIdentifier"]}, "postActions": {"type": "array", "items": {"type": "object", "properties": {"condition": {"type": "string"}, "description": {"type": "string"}, "manualInstructions": {"type": "array", "items": {}}, "actionId": {"type": "string"}, "args": {"type": "object", "properties": {"files": {"type": "string"}}, "required": ["files"]}, "continueOnError": {"type": "boolean"}}, "required": ["condition", "description", "manualInstructions", "actionId", "args", "continueOnError"]}}}, "required": ["$schema", "author", "classifications", "name", "generatorVersions", "description", "groupIdentity", "precedence", "identity", "shortName", "sourceName", "primaryOutputs", "defaultName", "symbols", "postActions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$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" : "Microsoft.AspNetCore.Mvc.ViewImports", "shortName" : "viewimports", "sourceName" : "ignoreme", "primaryOutputs" : [{"path" : "_ViewImports.cshtml"}], "defaultName" : "_ViewImports", "symbols" : {"namespace" : {"description" : "namespace for the generated code", "replaces" : "MyApp.Namespace", "type" : "parameter"}, "HostIdentifier" : {"type" : "bind", "binding" : "HostIdentifier"}}, "postActions" : [{"condition" : "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")", "description" : "Opens _ViewImports.cshtml in the editor", "manualInstructions" : [], "actionId" : "84C0DA21-51C8-4541-9940-6CA19AF04EE6", "args" : {"files" : "0"}, "continueOnError" : true}]}
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": {"type": "string"}, "identity": {"type": "string"}, "shortName": {"type": "string"}, "sourceName": {"type": "string"}, "primaryOutputs": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "defaultName": {"type": "string"}, "symbols": {"type": "object", "properties": {"namespace": {"type": "object", "properties": {"description": {"type": "string"}, "replaces": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "replaces", "type"]}, "HostIdentifier": {"type": "object", "properties": {"type": {"type": "string"}, "binding": {"type": "string"}}, "required": ["type", "binding"]}}, "required": ["namespace", "HostIdentifier"]}, "postActions": {"type": "array", "items": {"type": "object", "properties": {"condition": {"type": "string"}, "description": {"type": "string"}, "manualInstructions": {"type": "array", "items": {}}, "actionId": {"type": "string"}, "args": {"type": "object", "properties": {"files": {"type": "string"}}, "required": ["files"]}, "continueOnError": {"type": "boolean"}}, "required": ["condition", "description", "manualInstructions", "actionId", "args", "continueOnError"]}}}, "required": ["$schema", "author", "classifications", "name", "generatorVersions", "description", "groupIdentity", "precedence", "identity", "shortName", "sourceName", "primaryOutputs", "defaultName", "symbols", "postActions"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}, "700505f-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"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["700206f-a", "700505f-a"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 northeastward of the surrrounding area.\n\nMay 1926\n\nBrown Brothers.", "folder" : "169th Street (East) & Boston Road, Bronx, NY", "height" : 483, "original_title" : "Bronx: 169th Street (East) - Boston Road", "years" : ["1926"]}, "700505f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/700505f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/700505f-a.jpg", "title" : "", "date" : "1926", "text" : "Boston Road, north from East 169th Street (McKinley Square).\nMay 1926.\n\nNeg. #1743\n\n", "folder" : "Boston Road & 169th Street (East), Bronx, NY", "height" : 481, "original_title" : "Bronx: Boston Road - 169th Street (East)", "years" : ["1926"]}}
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"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}, "700505f-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"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["700206f-a", "700505f-a"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 easy-to-understand manner. You will learn how financial data is generated and reported, and how it is used to make business decisions and evaluate an organisation's performance.\n\nThe course covers the key terms and principles of finance and accounting, including financial statements, the distinction between income and cash flow, and valuation. It is ideal for those who have come from creative, scientific or technical backgrounds and now have a management role. \n\nA primary objective is to make the content applicable to your own business or managerial circumstances. You will be taught to relate the numbers to business reality through the use of case studies and applications.", "prerequisites" : "Permission from Head of School", "incompatible" : "", "restricted" : "Restricted to students in the GCELead program. \nQuota: Minimum of 10 enrolments\nUQ reserves the right to limit the number of participants from any one organisation."}
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": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "vendored_frameworks": {"type": "string"}, "libraries": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"AGConnectCore": {"type": "array", "items": {"type": "string"}}, "AGConnectRemoteConfig": {"type": "array", "items": {"type": "string"}}, "HiAnalytics": {"type": "array", "items": {}}}, "required": ["AGConnectCore", "AGConnectRemoteConfig", "HiAnalytics"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "vendored_frameworks", "libraries", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 Gallery", "platforms" : {"ios" : "8.0"}, "source" : {"http" : "https://appfile1.hicloud.com:443/FileServer/getFile/app/011/111/111/0000000000011111111.20210323192650.43712831077577572945271114430084:20471231000000:0001:654DCFA76D227E071D5CA75C0A81F3E19585EA2A5F27A09CC3FA7E7DEB679960.zip?needInitFileName=true"}, "vendored_frameworks" : "AGConnectAPM.framework", "libraries" : ["resolv", "resolv.9"], "dependencies" : {"AGConnectCore" : [">= 1.1.0"], "AGConnectRemoteConfig" : [">= 1.1.0"], "HiAnalytics" : []}}
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"]}, "authors": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "vendored_frameworks": {"type": "string"}, "libraries": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"AGConnectCore": {"type": "array", "items": {"type": "string"}}, "AGConnectRemoteConfig": {"type": "array", "items": {"type": "string"}}, "HiAnalytics": {"type": "array", "items": {}}}, "required": ["AGConnectCore", "AGConnectRemoteConfig", "HiAnalytics"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "vendored_frameworks", "libraries", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}, "regionName": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "regionName", "type"]}}, "themeLayoutType": {"type": "string"}, "type": {"type": "string"}, "viewType": {"type": "string"}}, "required": ["appPageId", "componentName", "id", "label", "regions", "themeLayoutType", "type", "viewType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : [{"componentAttributes" : {"height" : "500", "pageName" : "SearchAvailableProperties", "recordId" : "{!recordId}"}, "componentName" : "forceCommunity:visualforcePage", "id" : "dfc9f2f9-6b6c-404c-b7f2-7144e5fac4a1", "renderPriority" : "NEUTRAL", "renditionMap" : {}, "type" : "component"}], "id" : "435647c5-e2f8-4731-bdd4-697d36d9f4df", "regionName" : "content", "type" : "region"}, {"id" : "5b37dc9d-3025-4fe0-bcb4-b95e3ae59b60", "regionName" : "footer", "type" : "region"}, {"components" : [{"componentAttributes" : {"description" : "", "metaTags" : "", "title" : "Available Properties"}, "componentName" : "forceCommunity:seoAssistant", "id" : "3c7a5720-22e9-46bb-bdb3-3fcd8cfe4d7d", "renditionMap" : {}, "type" : "component"}], "id" : "278a188a-fa02-4403-8ebe-c0b5012352ba", "regionName" : "sfdcHiddenRegion", "type" : "region"}], "themeLayoutType" : "Inner", "type" : "view", "viewType" : "custom-available-properties"}
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"}}, "required": ["id", "regionName", "type"]}}, "themeLayoutType": {"type": "string"}, "type": {"type": "string"}, "viewType": {"type": "string"}}, "required": ["appPageId", "componentName", "id", "label", "regions", "themeLayoutType", "type", "viewType"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Sargilla\\Tcpdf\\": {"type": "string"}}, "required": ["Sargilla\\Tcpdf\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "tecnickcom/tcpdf": {"type": "string"}}, "required": ["php", "tecnickcom/tcpdf"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"PDF": {"type": "string"}}, "required": ["PDF"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "autoload", "require", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : "Developer"}], "autoload" : {"psr-4" : {"Sargilla\\Tcpdf\\" : "src"}}, "require" : {"php" : ">=5.3.0", "tecnickcom/tcpdf" : "^6.2"}, "extra" : {"laravel" : {"providers" : ["Sargilla\\Tcpdf\\TcpdfServiceProvider"], "aliases" : {"PDF" : "Sargilla\\Tcpdf\\Facades\\Tcpdf"}}}}
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": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Sargilla\\Tcpdf\\": {"type": "string"}}, "required": ["Sargilla\\Tcpdf\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "tecnickcom/tcpdf": {"type": "string"}}, "required": ["php", "tecnickcom/tcpdf"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"PDF": {"type": "string"}}, "required": ["PDF"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "autoload", "require", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
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.org/draft-07/schema#"}
{"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": "string"}, "build": {"type": "string"}}, "required": ["postinstall", "start", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-es2017": {"type": "string"}, "html-minifier": {"type": "string"}, "vulcanize": {"type": "string"}}, "required": ["babel-cli", "babel-preset-es2017", "html-minifier", "vulcanize"]}, "dependencies": {"type": "object", "properties": {"babel-polyfill": {"type": "string"}}, "required": ["babel-polyfill"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.vulcanized.html; babel static/scripts/app.js --out-file static/scripts/app-cmp.js"}, "author" : "Eiji Kitamura <agektmr@google.com>", "license" : "Apache-2.0", "devDependencies" : {"babel-cli" : "^6.24.1", "babel-preset-es2017" : "^6.24.1", "html-minifier" : "^1.0.0", "vulcanize" : "^1.14.0"}, "dependencies" : {"babel-polyfill" : "^6.23.0"}}
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", "start", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-es2017": {"type": "string"}, "html-minifier": {"type": "string"}, "vulcanize": {"type": "string"}}, "required": ["babel-cli", "babel-preset-es2017", "html-minifier", "vulcanize"]}, "dependencies": {"type": "object", "properties": {"babel-polyfill": {"type": "string"}}, "required": ["babel-polyfill"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}, "x": {"type": "string"}, "y": {"type": "string"}}, "required": ["kty", "crv", "x", "y"]}}, "required": ["algorithm", "publicKey"]}, "iv": {"type": "string"}, "tag": {"type": "string"}, "cipherText": {"type": "string"}}, "required": ["algorithm", "keyEncryption", "iv", "tag", "cipherText"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : "J49c9spnGviE2qGqQwbQZWmFGTWc0IDv_YSRuBinS9U", "cipherText" : "RYCsuTOOhUpVABf8G7gATheW9VGfHjM5DeWJiyfQhGs"}
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", "crv", "x", "y"]}}, "required": ["algorithm", "publicKey"]}, "iv": {"type": "string"}, "tag": {"type": "string"}, "cipherText": {"type": "string"}}, "required": ["algorithm", "keyEncryption", "iv", "tag", "cipherText"], "$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"}, "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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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], [-83.638668, 41.673443], [-83.637589, 41.673442], [-83.637436, 41.677127], [-83.644043, 41.677013], [-83.644586, 41.691236]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 50529}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "properties": {"async-each": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "express": {"type": "string"}, "fs-extra": {"type": "string"}, "hashids": {"type": "string"}, "http-errors": {"type": "string"}, "ip-regex": {"type": "string"}, "level": {"type": "string"}, "morgan": {"type": "string"}, "run-series": {"type": "string"}}, "required": ["async-each", "body-parser", "cookie-parser", "debug", "express", "fs-extra", "hashids", "http-errors", "ip-regex", "level", "morgan", "run-series"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.0", "ip-regex" : "^4.3.0", "level" : "^6.0.1", "morgan" : "~1.9.1", "run-series" : "^1.1.9"}}
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": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "express": {"type": "string"}, "fs-extra": {"type": "string"}, "hashids": {"type": "string"}, "http-errors": {"type": "string"}, "ip-regex": {"type": "string"}, "level": {"type": "string"}, "morgan": {"type": "string"}, "run-series": {"type": "string"}}, "required": ["async-each", "body-parser", "cookie-parser", "debug", "express", "fs-extra", "hashids", "http-errors", "ip-regex", "level", "morgan", "run-series"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$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"}, "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"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Casnerano\\AMQPTopicMatch\\": {"type": "string"}}, "required": ["Casnerano\\AMQPTopicMatch\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "symfony/var-dumper": {"type": "string"}}, "required": ["phpunit/phpunit", "symfony/var-dumper"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Casnerano\\AMQPTopicMatch\\Tests\\": {"type": "string"}}, "required": ["Casnerano\\AMQPTopicMatch\\Tests\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "type", "description", "keywords", "license", "authors", "require", "autoload", "require-dev", "autoload-dev", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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"}, "autoload" : {"psr-4" : {"Casnerano\\AMQPTopicMatch\\" : "src/"}}, "require-dev" : {"phpunit/phpunit" : "^9.5", "symfony/var-dumper" : "^v5.3"}, "autoload-dev" : {"psr-4" : {"Casnerano\\AMQPTopicMatch\\Tests\\" : "tests/"}}, "minimum-stability" : "dev"}
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"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Casnerano\\AMQPTopicMatch\\": {"type": "string"}}, "required": ["Casnerano\\AMQPTopicMatch\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "symfony/var-dumper": {"type": "string"}}, "required": ["phpunit/phpunit", "symfony/var-dumper"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Casnerano\\AMQPTopicMatch\\Tests\\": {"type": "string"}}, "required": ["Casnerano\\AMQPTopicMatch\\Tests\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "type", "description", "keywords", "license", "authors", "require", "autoload", "require-dev", "autoload-dev", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
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-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 total short interest for Trinet Group Inc. (TNET), to 3,084,545, an increase of 21.35% since 08/14/2", "source" : "Market Pulse Navigator"}
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#"}
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"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "P6736" : "30828"}, "geometry" : {"type" : "Point", "coordinates" : [17.3589, 49.92699]}}]}
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": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "vercel": {"type": "string"}, "networks": {"type": "object", "properties": {"github": {"type": "string"}, "linkedin": {"type": "string"}, "instagram": {"type": "string"}}, "required": ["github", "linkedin", "instagram"]}}, "required": ["jsEcuador", "gatsby", "vercel", "networks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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/", "instagram" : "https://www.instagram.com/thegreatyamori/"}}
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": {"github": {"type": "string"}, "linkedin": {"type": "string"}, "instagram": {"type": "string"}}, "required": ["github", "linkedin", "instagram"]}}, "required": ["jsEcuador", "gatsby", "vercel", "networks"], "$schema": "http://json-schema.org/draft-07/schema#"}
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/angularjs-color-picker-bootstrap.css": {"type": "string"}, "themes/angularjs-color-picker-bootstrap.min.css": {"type": "string"}}, "required": ["angularjs-color-picker.css", "angularjs-color-picker.js", "angularjs-color-picker.min.css", "angularjs-color-picker.min.js", "themes/angularjs-color-picker-bootstrap.css", "themes/angularjs-color-picker-bootstrap.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angularjs-color-picker.css" : "sha512-L0dozqlwyK2PHnJNQ7DJScDOJu3vtQS/B3GSSyDb+pbB5kOGiTtliCEveZxKG7qwUPMDwiK/bNpN9/9nYcSrbg==", "angularjs-color-picker.js" : "sha512-0f68mv/USFfS8EW+4m1SA2D4aV7WUs7kpgBiZ71mHvupzfnTqz3F6X181EUAwSWAgyc2rUJX5YUFRfaMiDQguA==", "angularjs-color-picker.min.css" : "sha512-+WPRZ4iZZPzgt2w0XXw5cxcSqRQ/Pnx6u47SAIaeUOSbOiEZ5vu+GsAmcKnZXzK49GlEMxHtrP/JJiOuugMe9w==", "angularjs-color-picker.min.js" : "sha512-bAz43OOISvU4tx6PsQseu66l9oz285UGAJG+WEQ1EEKEJixmkp9J3mgRRdATOsc/9lLi++GFZ+kLHdz6IGMCvw==", "themes/angularjs-color-picker-bootstrap.css" : "sha512-5gzcsAR+OtkeAy/boIfgUIGjyBu/QB8O2eYWxndpr2Wi5/KKjVpUtNvlHwpBwsCaylVrPBjW64cGOCCtdPSu1w==", "themes/angularjs-color-picker-bootstrap.min.css" : "sha512-u/w6gMORjfDqzJRPQ7StNIGSRpWQ8k6xPxfk/QTryyZbFR9cGVqS813ZhwkmcFwhx94Yf3z5fPQP5OBldQY0qA=="}
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/angularjs-color-picker-bootstrap.min.css": {"type": "string"}}, "required": ["angularjs-color-picker.css", "angularjs-color-picker.js", "angularjs-color-picker.min.css", "angularjs-color-picker.min.js", "themes/angularjs-color-picker-bootstrap.css", "themes/angularjs-color-picker-bootstrap.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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": "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"}, "repository": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"yargs": {"type": "string"}, "chalk": {"type": "string"}, "glob": {"type": "string"}, "del": {"type": "string"}, "browser-sync": {"type": "string"}, "gm": {"type": "string"}, "multi-sprite": {"type": "string"}, "moment": {"type": "string"}, "svn-push": {"type": "string"}, "gulp": {"type": "string"}, "gulp-cached": {"type": "string"}, "gulp-remember": {"type": "string"}, "gulp-load-plugins": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-notify": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-svg-symbols": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-imagemin": {"type": "string"}, "gulp-zip": {"type": "string"}, "gulp-header": {"type": "string"}, "gulp-cdn-absolute-path": {"type": "string"}, "gulp-ejs": {"type": "string"}, "gulp-replace": {"type": "string"}}, "required": ["yargs", "chalk", "glob", "del", "browser-sync", "gm", "multi-sprite", "moment", "svn-push", "gulp", "gulp-cached", "gulp-remember", "gulp-load-plugins", "gulp-sass", "gulp-sourcemaps", "gulp-autoprefixer", "gulp-minify-css", "gulp-uglify", "gulp-notify", "gulp-plumber", "gulp-svg-symbols", "gulp-rename", "gulp-imagemin", "gulp-zip", "gulp-header", "gulp-cdn-absolute-path", "gulp-ejs", "gulp-replace"]}}, "required": ["name", "version", "description", "repository", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.3", "svn-push" : "0.0.2", "gulp" : "~3.8.10", "gulp-cached" : "^1.0.1", "gulp-remember" : "^0.3.0", "gulp-load-plugins" : "~0.6.0", "gulp-sass" : "^2.0.0", "gulp-sourcemaps" : "~1.3.0", "gulp-autoprefixer" : "~2.0.0", "gulp-minify-css" : "~0.3.5", "gulp-uglify" : "~0.3.1", "gulp-notify" : "^2.2.0", "gulp-plumber" : "^1.0.0", "gulp-svg-symbols" : "^0.3.1", "gulp-rename" : "~1.2.2", "gulp-imagemin" : "~0.6.1", "gulp-zip" : "~0.4.0", "gulp-header" : "~1.1.1", "gulp-cdn-absolute-path" : "0.0.4", "gulp-ejs" : "~1.0.0", "gulp-replace" : "~0.5.0"}}
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": {"type": "string"}, "chalk": {"type": "string"}, "glob": {"type": "string"}, "del": {"type": "string"}, "browser-sync": {"type": "string"}, "gm": {"type": "string"}, "multi-sprite": {"type": "string"}, "moment": {"type": "string"}, "svn-push": {"type": "string"}, "gulp": {"type": "string"}, "gulp-cached": {"type": "string"}, "gulp-remember": {"type": "string"}, "gulp-load-plugins": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-notify": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-svg-symbols": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-imagemin": {"type": "string"}, "gulp-zip": {"type": "string"}, "gulp-header": {"type": "string"}, "gulp-cdn-absolute-path": {"type": "string"}, "gulp-ejs": {"type": "string"}, "gulp-replace": {"type": "string"}}, "required": ["yargs", "chalk", "glob", "del", "browser-sync", "gm", "multi-sprite", "moment", "svn-push", "gulp", "gulp-cached", "gulp-remember", "gulp-load-plugins", "gulp-sass", "gulp-sourcemaps", "gulp-autoprefixer", "gulp-minify-css", "gulp-uglify", "gulp-notify", "gulp-plumber", "gulp-svg-symbols", "gulp-rename", "gulp-imagemin", "gulp-zip", "gulp-header", "gulp-cdn-absolute-path", "gulp-ejs", "gulp-replace"]}}, "required": ["name", "version", "description", "repository", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "dist/jss.cjs.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "dist/jss.esm.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}, "treeshaked": {"type": "object", "properties": {"rollup": {"type": "object", "properties": {"code": {"type": "integer"}, "import_statements": {"type": "integer"}}, "required": ["code", "import_statements"]}, "webpack": {"type": "object", "properties": {"code": {"type": "integer"}}, "required": ["code"]}}, "required": ["rollup", "webpack"]}}, "required": ["bundled", "minified", "gzipped", "treeshaked"]}}, "required": ["dist/jss.js", "dist/jss.min.js", "dist/jss.cjs.js", "dist/jss.esm.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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, "treeshaked" : {"rollup" : {"code" : 19701, "import_statements" : 352}, "webpack" : {"code" : 21168}}}}
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"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "dist/jss.cjs.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "dist/jss.esm.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}, "treeshaked": {"type": "object", "properties": {"rollup": {"type": "object", "properties": {"code": {"type": "integer"}, "import_statements": {"type": "integer"}}, "required": ["code", "import_statements"]}, "webpack": {"type": "object", "properties": {"code": {"type": "integer"}}, "required": ["code"]}}, "required": ["rollup", "webpack"]}}, "required": ["bundled", "minified", "gzipped", "treeshaked"]}}, "required": ["dist/jss.js", "dist/jss.min.js", "dist/jss.cjs.js", "dist/jss.esm.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "version-string", "port-version"]}}}, "required": ["versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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-11-1", "port-version" : 0}, {"git-tree" : "f03225bb8e8b8ec20a1b79d113abc3195ed7edd1", "version-string" : "2019-05-11", "port-version" : 0}]}
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://json-schema.org/draft-07/schema#"}
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": {"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" : 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: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": {"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"}, "@types/node": {"type": "string"}, "@types/yargs": {"type": "string"}, "koa": {"type": "string"}, "koa-logger": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["@types/koa", "@types/koa-logger", "@types/node", "@types/yargs", "koa", "koa-logger", "ts-node", "typescript", "yargs"]}}, "required": ["main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.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"}, "@types/node": {"type": "string"}, "@types/yargs": {"type": "string"}, "koa": {"type": "string"}, "koa-logger": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["@types/koa", "@types/koa-logger", "@types/node", "@types/yargs", "koa", "koa-logger", "ts-node", "typescript", "yargs"]}}, "required": ["main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "string"}}, "required": ["timestamp", "model", "config"]}}, "required": ["tag"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"docid": {"type": "integer"}, "status_code": {"type": "string"}, "status_msg": {"type": "string"}, "local_id": {"type": "string"}, "result": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"classes": {"type": "array", "items": {"type": "string"}}, "probs": {"type": "array", "items": {"type": "number"}}}, "required": ["classes", "probs"]}}, "required": ["tag"]}, "docid_str": {"type": "string"}}, "required": ["docid", "status_code", "status_msg", "local_id", "result", "docid_str"]}}}, "required": ["status_code", "status_msg", "meta", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "local_id" : "", "result" : {"tag" : {"classes" : ["travel", "outdoors", "nobody", "architecture", "grass", "sky", "stone", "building", "horizontal", "religion", "tourism", "monument", "summer", "castle", "daytime", "landmark", "field", "nature", "tower", "park"], "probs" : [0.9928172826766968, 0.9896603226661682, 0.988671600818634, 0.9849978685379028, 0.9828661680221558, 0.9718329906463623, 0.9580729007720947, 0.9566454887390137, 0.9519237279891968, 0.9433850049972534, 0.9335403442382812, 0.9285891056060791, 0.9260497689247131, 0.9174045324325562, 0.9122316241264343, 0.9004293084144592, 0.8973506689071655, 0.8970258235931396, 0.8967695832252502, 0.8956341743469238]}}, "docid_str" : "3c3ba5601da15a6afcc3a84bf79e50f3"}]}
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", "config"]}}, "required": ["tag"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"docid": {"type": "integer"}, "status_code": {"type": "string"}, "status_msg": {"type": "string"}, "local_id": {"type": "string"}, "result": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"classes": {"type": "array", "items": {"type": "string"}}, "probs": {"type": "array", "items": {"type": "number"}}}, "required": ["classes", "probs"]}}, "required": ["tag"]}, "docid_str": {"type": "string"}}, "required": ["docid", "status_code", "status_msg", "local_id", "result", "docid_str"]}}}, "required": ["status_code", "status_msg", "meta", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
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@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.org/draft-07/schema#"}
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": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"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" : {"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}}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-77.430127, 36.707657999999995], [-76.953546, 36.944449999999996], [-76.849684, 36.996210999999995], [-76.817737, 36.882056999999996], [-76.924629, 36.707729], [-76.952438, 36.70868], [-76.96839, 36.700579999999995], [-76.9645, 36.678869999999996], [-76.94743799999999, 36.67588], [-76.962339, 36.667515], [-76.934907, 36.659129], [-76.909672, 36.648174999999995], [-76.897592, 36.64405], [-76.930936, 36.559568999999996], [-76.9157318023497, 36.54608976933889], [-76.9160376328562, 36.5460813302903], [-76.917318, 36.546046], [-77.1643226037182, 36.5461528198479], [-77.190175, 36.546164], [-77.29877018881179, 36.5460390108545], [-77.355111, 36.554122], [-77.414985, 36.654069], [-77.50191699999999, 36.670505999999996], [-77.430127, 36.707657999999995]]]}}
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_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"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#"}
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": "object", "properties": {"organisation": {"type": "string"}, "deliverable": {"type": "string"}, "site": {"type": "string"}, "point": {"type": "string"}, "site-plan-url": {"type": "string"}, "planning-permission-type": {"type": "string"}, "planning-permission-date": {"type": "string"}, "site-address": {"type": "string"}, "name": {"type": "string"}, "hectares": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "start-date": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "planning-permission-status": {"type": "string"}, "planning-permission-history": {"type": "string"}, "notes": {"type": "string"}, "ownership-status": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "deliverable", "site", "point", "site-plan-url", "planning-permission-type", "planning-permission-date", "site-address", "name", "hectares", "minimum-net-dwellings", "start-date", "maximum-net-dwellings", "planning-permission-status", "planning-permission-history", "notes", "ownership-status", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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=parseTemplate&template=BrownFieldmapsearch.tmplt&layers=Brownfield_Register,ebc_boroughboundary&startzoom=800&startEasting=515096.01842854498&startNorthing=166367.545051633", "planning-permission-type" : "full planning permission", "planning-permission-date" : "2018-12-31", "site-address" : "Esher Tyre and Exhaust, The Broadway, Thames Ditton, KT7 0LU", "name" : "67", "hectares" : "0.0624", "minimum-net-dwellings" : "8", "start-date" : "2018-04-02", "maximum-net-dwellings" : "8", "planning-permission-status" : "permissioned", "planning-permission-history" : "http://emaps.elmbridge.gov.uk/ebc_planning.aspx?requesttype=parseTemplate&template=PlanningHistoryTab.tmplt&Filter=^APPLICATION_NUMBER^='2017/2484'&appno:PARAM=2017/2484&address:PARAM=EsherTyreAndExhaust,TheBroadway,ThamesDitton,Surrey,KT70LU&n", "notes" : "Detached two-storey building with rooms in the roofspace comprising 8 flats with associated bin and cycle store and parking following demolition.", "ownership-status" : "not owned by a public authority", "slug" : "/brownfield-land/local-authority-eng/ELM/67", "entity" : 482135, "entry-date" : "2018-04-02"}}
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"}, "deliverable": {"type": "string"}, "site": {"type": "string"}, "point": {"type": "string"}, "site-plan-url": {"type": "string"}, "planning-permission-type": {"type": "string"}, "planning-permission-date": {"type": "string"}, "site-address": {"type": "string"}, "name": {"type": "string"}, "hectares": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "start-date": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "planning-permission-status": {"type": "string"}, "planning-permission-history": {"type": "string"}, "notes": {"type": "string"}, "ownership-status": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "deliverable", "site", "point", "site-plan-url", "planning-permission-type", "planning-permission-date", "site-address", "name", "hectares", "minimum-net-dwellings", "start-date", "maximum-net-dwellings", "planning-permission-status", "planning-permission-history", "notes", "ownership-status", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}, "density": {"type": "string"}}, "required": ["src", "sizes", "type", "density"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}}, "required": ["name", "short_name", "icons", "start_url", "display", "background_color", "theme_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : "index.html", "display" : "standalone", "background_color" : "#fefefe", "theme_color" : "#111"}
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", "density"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}}, "required": ["name", "short_name", "icons", "start_url", "display", "background_color", "theme_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": ["each", "step", "days_of_week"]}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "length": {"type": "integer"}, "text": {"type": "string"}}, "required": ["recurring_type", "start_date", "end_date", "length", "text"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : 1, "days_of_week" : "monday,wednesday,thursday,friday"}, "start_date" : "2016-03-02 20:00:00", "end_date" : "2016-03-31 00:00:00", "length" : 300, "text" : "Test Week Event 2"}, {"recurring_type" : {"each" : "week", "step" : 3, "days_of_week" : "monday,wednesday"}, "start_date" : "2016-03-02 15:55:00", "end_date" : "2016-08-21 00:00:00", "length" : 600, "text" : "Test Week Event 3"}]}
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": "string"}, "end_date": {"type": "string"}, "length": {"type": "integer"}, "text": {"type": "string"}}, "required": ["recurring_type", "start_date", "end_date", "length", "text"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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_cn", "#T_wcel", "#T_cfn", "#T_crab--4", "#T_cH", "#T_wceq", "#T_vh", "#T_cmpt--1", "#T_cA", "#T_cmpt--2", "#T_ccnfld", "#T_cgsu", "#T_vh", "#T_cI", "#T_wcel", "#T_cV", "#T_wi", "#T_cH", "#T_wf--1", "#T_cA", "#T_wf--2", "#T_cn0", "#T_cA", "#T_vh", "#T_cI", "#T_vh", "#T_vm", "#T_cV", "#T_vh"], "metaLanguage" : "METAMATH", "remarks" : " Functionality of the total degree helper function. (Contributed by Stefan O'Rear, 19-Mar-2015.) (Proof shortened by AV, 27-Jul-2019.) ", "statement" : "tdeglem.a $e |- A = { m e. ( NN0 ^m I ) | ( `' m \" NN ) e. Fin } $.\ntdeglem.h $e |- H = ( h e. A |-> ( CCfld gsum h ) ) $.\ntdeglem1 $p |- ( I e. V -> H : A --> NN0 ) $.\n$d A h $.\n$d I h m $.\n$d V h $."}
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": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$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" : 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], "geometry" : {"coordinates" : [[[5.48906264021518, 46.50485305898514], [5.45254536913576, 46.51387637422108], [5.46964099104926, 46.55018344341037], [5.47893072350478, 46.54800960849781], [5.48848028767244, 46.54096454361035], [5.51290163708776, 46.53998023832158], [5.5182145835538, 46.53572826357354], [5.51359971669328, 46.52087479869301], [5.50408031275772, 46.52161518029459], [5.48906264021518, 46.50485305898514]]], "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": {"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", "properties": {"name": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"]}}}, "required": ["name", "items"]}}, "required": ["fr", "en"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "properties": {"name": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"]}}}, "required": ["name", "items"]}}, "required": ["fr", "en"], "$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": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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://json-schema.org/draft-07/schema#"}
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"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["id", "name", "codepoint", "aliases", "tags", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["id", "name", "codepoint", "aliases", "tags", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 connetor.php.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-44663"}, {"type" : "WEB", "url" : "https://github.com/thexerteproject/xerteonlinetoolkits/commit/694a591b5ab7f634f036afaac10397cf3677a98c"}, {"type" : "WEB", "url" : "https://riklutz.nl/2021/10/30/unauthenticated-file-upload-to-remote-code-execution-in-xerte/"}, {"type" : "WEB", "url" : "https://www.xerte.org.uk/index.php/en/news/blog/80-news/336-xerte-3-8-5-important-security-update-now-available"}], "database_specific" : {"cwe_ids" : [], "severity" : null, "github_reviewed" : false}}
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": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\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~2020)\uc81c364\ud68c"]}}
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": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": ["baudrate"]}, "logger": {"type": "object", "properties": {"severity": {"type": "integer"}}, "required": ["severity"]}, "sgp30": {"type": "object", "properties": {"iaqFrequency": {"type": "integer"}, "iaqRawFrequency": {"type": "integer"}}, "required": ["iaqFrequency", "iaqRawFrequency"]}, "bmexxx": {"type": "object", "properties": {"dataFrequency": {"type": "integer"}}, "required": ["dataFrequency"]}, "sdd": {"type": "object", "properties": {"serial_frequency": {"type": "integer"}, "display_frequency": {"type": "integer"}, "websocket_frequency": {"type": "integer"}}, "required": ["serial_frequency", "display_frequency", "websocket_frequency"]}}, "required": ["wifi", "serial", "logger", "sgp30", "bmexxx", "sdd"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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": {"severity": {"type": "integer"}}, "required": ["severity"]}, "sgp30": {"type": "object", "properties": {"iaqFrequency": {"type": "integer"}, "iaqRawFrequency": {"type": "integer"}}, "required": ["iaqFrequency", "iaqRawFrequency"]}, "bmexxx": {"type": "object", "properties": {"dataFrequency": {"type": "integer"}}, "required": ["dataFrequency"]}, "sdd": {"type": "object", "properties": {"serial_frequency": {"type": "integer"}, "display_frequency": {"type": "integer"}, "websocket_frequency": {"type": "integer"}}, "required": ["serial_frequency", "display_frequency", "websocket_frequency"]}}, "required": ["wifi", "serial", "logger", "sgp30", "bmexxx", "sdd"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["type", "description"]}, "env": {"type": "object", "properties": {"items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["items", "type", "description"]}, "jenkinsfile": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["jenkinsfilePath", "env", "jenkinsfile"]}}, "required": ["$schema", "type", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$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 path of the Jenkinsfile that will be used to configure the pipeline relative to the root of the context (contextDir). If both JenkinsfilePath & Jenkinsfile are both not specified, this defaults to Jenkinsfile in the root of the specified contextDir."}, "env" : {"items" : {"$ref" : "_definitions.json#/definitions/io.k8s.kubernetes.pkg.api.v1.EnvVar"}, "type" : ["array", "null"], "description" : "env contains additional environment variables you want to pass into a build pipeline."}, "jenkinsfile" : {"type" : ["string", "null"], "description" : "Jenkinsfile defines the optional raw contents of a Jenkinsfile which defines a Jenkins pipeline build."}}}
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"}}, "required": ["type", "description"]}, "env": {"type": "object", "properties": {"items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["items", "type", "description"]}, "jenkinsfile": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["jenkinsfilePath", "env", "jenkinsfile"]}}, "required": ["$schema", "type", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "ics-code": {"type": "string"}}, "required": ["text", "ics-code"]}}}, "required": ["code", "fieldcode", "description", "groupcode", "subgroupcode", "@context", "descriptionFull", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 mounted on vehicles.", "notes" : [{"text" : "Trucks and trailers, see {ics-code}", "ics-code" : "43.080.10"}, {"text" : "Trailing stock, see {ics-code}", "ics-code" : "45.060.20"}, {"text" : "Cargo spaces, see {ics-code}", "ics-code" : "47.020.85"}, {"text" : "Barrels. Drums. Canisters, see {ics-code}", "ics-code" : "55.140"}]}
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": "object", "properties": {"text": {"type": "string"}, "ics-code": {"type": "string"}}, "required": ["text", "ics-code"]}}}, "required": ["code", "fieldcode", "description", "groupcode", "subgroupcode", "@context", "descriptionFull", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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-general/2014-February/010064.html).</sup>", "attachments" : [], "created_by_name" : "Rob Guglielmetti", "created_at" : "February 10, 2014 at 11:00AM", "created_by" : "Rob_Guglielmetti", "parent_id" : "radiance-general_010060", "id" : "radiance-general_010064"}
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_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "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"}, "usaf": {"type": "string"}}, "required": ["icao", "ghcn", "usaf"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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"}, "usaf": {"type": "string"}}, "required": ["icao", "ghcn", "usaf"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$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" : "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"}, "test02submitForm": {"type": "string"}, "test08AddBookmark": {"type": "string"}, "test11DisplayHistory": {"type": "string"}, "test12ForwardButton": {"type": "string"}, "test13BackButton": {"type": "string"}, "testDefaultBackgroundColor": {"type": "string"}}, "required": ["setUp", "tearDown", "test01jumpToRelativeUrl", "test02submitForm", "test08AddBookmark", "test11DisplayHistory", "test12ForwardButton", "test13BackButton", "testDefaultBackgroundColor"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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:27", "test13BackButton" : "KD 7/24/2018 20:06", "testDefaultBackgroundColor" : "LL 6/20/2018 11:19"}}
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": "string"}, "test11DisplayHistory": {"type": "string"}, "test12ForwardButton": {"type": "string"}, "test13BackButton": {"type": "string"}, "testDefaultBackgroundColor": {"type": "string"}}, "required": ["setUp", "tearDown", "test01jumpToRelativeUrl", "test02submitForm", "test08AddBookmark", "test11DisplayHistory", "test12ForwardButton", "test13BackButton", "testDefaultBackgroundColor"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "#T_clog", "#T_cfv", "#T_cA", "#T_cmin", "#T_clog", "#T_cfv", "#T_cB"], "metaLanguage" : "METAMATH", "remarks" : " The natural logarithm of the quotient of two positive real numbers is the difference of natural logarithms. Exercise 72(a) and Property 3 of [Cohen] p. 301, restricted to natural logarithms. (Contributed by Steve Rodriguez, 25-Nov-2007.) ", "statement" : "relogdiv $p |- ( ( A e. RR+ /\\ B e. RR+ ) -> ( log ` ( A / B ) ) = ( ( log ` A ) - ( log ` B ) ) ) $."}
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": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : [["teatralic\u00e9"], ["teatralizaste"], ["teatraliz\u00f3"], ["teatralizamos"], ["teatralizasteis"], ["teatralizaron"]], "5" : [["teatralizaba"], ["teatralizabas"], ["teatralizaba"], ["teatraliz\u00e1bamos"], ["teatralizabais"], ["teatralizaban"]], "6" : [["teatralizar\u00eda"], ["teatralizar\u00edas"], ["teatralizar\u00eda"], ["teatralizar\u00edamos"], ["teatralizar\u00edais"], ["teatralizar\u00edan"]], "7" : [["teatralizar\u00e9"], ["teatralizar\u00e1s"], ["teatralizar\u00e1"], ["teatralizaremos"], ["teatralizar\u00e9is"], ["teatralizar\u00e1n"]], "8" : [["teatralice"], ["teatralices"], ["teatralice"], ["teatralicemos"], ["teatralic\u00e9is"], ["teatralicen"]], "9" : [["teatralizara"], ["teatralizaras"], ["teatralizara"], ["teatraliz\u00e1ramos"], ["teatralizarais"], ["teatralizaran"]], "10" : [["teatralizase"], ["teatralizases"], ["teatralizase"], ["teatraliz\u00e1semos"], ["teatralizaseis"], ["teatralizasen"]], "11" : [["teatralizare"], ["teatralizares"], ["teatralizare"], ["teatraliz\u00e1remos"], ["teatralizareis"], ["teatralizaren"]], "12" : {"1" : ["teatraliza"], "2" : ["teatralice"], "3" : ["teatralicemos"], "4" : ["teatralizad"], "5" : ["teatralicen"]}}}
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", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
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/draft-07/schema#"}
{"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 projecting loops from the stringing process (used as a call when the racket is spun to decide the right to serve first or to choose ends).", "(of movement) without jerks.", "(of an action, event, or process) without problems or difficulties.", "(of a person or their manner) suavely charming in a way regarded as possibly insincere.", "(of food or drink) without harshness or bitterness."], "parts-of-speech" : "Adjective"}
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_url": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "string"}, "bio": {"type": "null"}, "public_gists": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "organizations": {"type": "array", "items": {"type": "string"}}, "contribs": {"type": "object", "properties": {"fetched_at": {"type": "string"}, "repos": {"type": "array", "items": {"type": "string"}}}, "required": ["fetched_at", "repos"]}}, "required": ["_comment", "login", "ghuser_created_at", "avatar_url", "html_url", "organizations_url", "repos_url", "type", "name", "company", "blog", "location", "email", "bio", "public_gists", "created_at", "updated_at", "organizations", "contribs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_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_url" : "https://api.github.com/users/kroltan/repos", "type" : "User", "name" : "Leonardo Giovanni Scur", "company" : null, "blog" : "http://kroltan.github.io/", "location" : "Florian\u00f3polis, Santa Catarina, Brasil", "email" : "kroltan1@gmail.com", "bio" : null, "public_gists" : 5, "created_at" : "2011-08-13T16:40:56Z", "updated_at" : "2018-09-11T15:01:14Z", "organizations" : ["Troposphir"], "contribs" : {"fetched_at" : "2018-09-14T08:15:12.870Z", "repos" : ["kroltan/enjoei-checkout", "kroltan/kroltan.github.io", "kroltan/react-motion-blur", "kroltan/GuessingGame", "Troposphir/lucene2sql", "Troposphir/troposphir", "Troposphir/atmosphir-browser", "fastify/fastify", "kroltan/text-transform", "Launcheria/crud-py", "kroltan/sleepdrifter", "kroltan/MAGNETOGRABBER2000", "kroltan/intrometido", "kroltan/ld39", "kroltan/ld38", "Troposphir/troposync", "kroltan/exanima-save-manager", "kroltan/lagoasoft-aggregator", "kroltan/ifcgame", "kroltan/rd-segments", "Troposphir/AtmoLauncher", "Troposphir/AtmoSerialize", "OneMoreBotdev/DiscordMasterbot", "Exosphir/exosphir", "kroltan/SmallTK", "kroltan/asma", "kroltan/note-book-js", "OneMoreDev/metroidvania", "kroltan/dota2lua", "kroltan/ld30", "kroltan/UnityJustify", "kevson/Troposphir", "kroltan/highscore-lib", "OneMoreDev/OneMoreStealth", "kroltan/ChaordicTests", "zombie-crew/zombie-menu", "kroltan/MicroSuite", "kroltan/Aula-Programacao"]}}
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": "string"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "string"}, "bio": {"type": "null"}, "public_gists": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "organizations": {"type": "array", "items": {"type": "string"}}, "contribs": {"type": "object", "properties": {"fetched_at": {"type": "string"}, "repos": {"type": "array", "items": {"type": "string"}}}, "required": ["fetched_at", "repos"]}}, "required": ["_comment", "login", "ghuser_created_at", "avatar_url", "html_url", "organizations_url", "repos_url", "type", "name", "company", "blog", "location", "email", "bio", "public_gists", "created_at", "updated_at", "organizations", "contribs"], "$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" : "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\u739b\u6751"}, {"id" : "540602210207", "text" : "\u59dc\u578c\u6751"}, {"id" : "540602210208", "text" : "\u5fd7\u9f99\u6751"}]
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": {"type": "string"}}}, "required": ["simple", "costed", "numbered", "other"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "Haunt", "Split Second", "Delve", "Gravestorm", "Changeling", "Hideaway", "Conspire", "Persist", "Wither", "Retrace", "Exalted", "Cascade", "Rebound", "Totem Armor", "Infect", "Battle Cry", "Living Weapon", "Undying", "Unleash", "Dethrone", "Hidden Agenda", "Cipher", "Evolve", "Extort", "Fuse", "Soulbond", "Prowess", "Exploit", "Menace", "Devoid", "Ingest", "Myriad", "Skulk", "Partner", "Undaunted", "Improvise", "Aftermath", "Melee"], "costed" : ["Equip", "Cumulative Upkeep", "Buyback", "Cycling", "Echo", "Kicker", "Flashback", "Madness", "Morph", "Entwine", "Ninjutsu", "Transmute", "Replicate", "Recover", "Suspend", "Aura Swap", "Fortify", "Transfigure", "Evoke", "Prowl", "Unearth", "Level Up", "Miracle", "Overload", "Scavenge", "Bestow", "Outlast", "Dash", "Awaken", "Surge", "Emerge", "Escalate", "Embalm", "Eternalize"], "numbered" : ["Fading", "Amplify", "Modular", "Soulshift", "Dredge", "Bloodthirst", "Graft", "Ripple", "Vanishing", "Absorb", "Frenzy", "Poisonous", "Devour", "Annihilator", "Tribute", "Renown", "Crew", "Fabricate", "Afflict"], "other" : ["Hexproof", "Reinforce", "Enchant", "Affinity", "Landwalk", "Splice", "Offering", "Forecast", "Protection", "Banding", "Champion"]}
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"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "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" : "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 compromised web pages or entice them to click on malicious links. These victims are redirected to sites that exploit their browsers or trick them into installing malicious software using social engineering. In this paper, we tackle the problem of detecting malicious web pages from a novel angle. Instead of looking at particular features of a (malicious) web page, we analyze how a large and diverse set of web browsers reach these pages. That is, we use the browsers of a collection of web users to record their interactions with websites, as well as the redirections they go through to reach their final destinations. We then aggregate the different redirection chains that lead to a specific web page and analyze the characteristics of the resulting redirection graph. As we will show, these characteristics can be used to detect malicious pages. We argue that our approach is less prone to evasion than previous systems, allows us to also detect scam pages that rely on social engineering rather than only those that exploit browser vulnerabilities, and can be implemented efficiently. We developed a system, called SpiderWeb, which implements our proposed approach. We show that this system works well in detecting web pages that deliver malware.", "citation" : "Citations (83)", "year" : "2013", "departments" : ["University of California, Santa Barbara", "University of California, Santa Barbara", "University of California, Santa Barbara"], "conf" : "ccs", "authors" : ["Gianluca Stringhini.....http://dblp.org/pers/hd/s/Stringhini:Gianluca", "Christopher Kruegel.....http://dblp.org/pers/hd/k/Kruegel:Christopher", "Giovanni Vigna.....http://dblp.org/pers/hd/v/Vigna:Giovanni"], "pages" : 12}
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#"}
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#"}