input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "The roles that make the domestic work.", "fields" : ["domestic technology", "qualitative research", "computer supported cooperative work", "critical security studies", "ethnography"], "abstract" : "This paper builds on earlier CSCW studies of domestic technologies, looking at the frequent maintenance required by new security technologies that households are adopting to provide safety and security. It explores how the roles and responsibilities are allocated within a household to support these domestic routines. This paper reports a qualitative study of usage practices surrounding safety and security. It classifies three primary approaches to computer security in the home, and discusses how technical skill, household structure and gender relate to the approach selected, and discuss the transitory nature of such arrangements.", "citation" : "Citations (19)", "departments" : ["University College London"], "authors" : ["Jennifer A. Rode.....http://dblp.org/pers/hd/r/Rode:Jennifer_A="], "conf" : "cscw", "year" : "2010", "pages" : 10}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"hoverDataList": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "metric": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "count": {"type": "integer"}, "amount": {"type": "number"}}, "required": ["type", "count", "amount"]}}}, "required": ["name", "metric"]}}}, "required": ["hoverDataList"]}, "responseTimestamp": {"type": "integer"}}, "required": ["success", "code", "data", "responseTimestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"success" : true, "code" : "SUCCESS", "data" : {"hoverDataList" : [{"name" : "north garo hills district", "metric" : [{"type" : "TOTAL", "count" : 19393, "amount" : 16949021.845094834}]}, {"name" : "south west khasi hills district", "metric" : [{"type" : "TOTAL", "count" : 5952, "amount" : 5344985.9066313775}]}, {"name" : "west garo hills district", "metric" : [{"type" : "TOTAL", "count" : 107355, "amount" : 178844205.7463917}]}, {"name" : "south garo hills district", "metric" : [{"type" : "TOTAL", "count" : 15934, "amount" : 18498464.712551523}]}, {"name" : "east jaintia hills district", "metric" : [{"type" : "TOTAL", "count" : 50077, "amount" : 79110098.89726548}]}, {"name" : "south west garo hills district", "metric" : [{"type" : "TOTAL", "count" : 20761, "amount" : 21835410.25373499}]}, {"name" : "east khasi hills district", "metric" : [{"type" : "TOTAL", "count" : 294655, "amount" : 669450297.8938913}]}, {"name" : "east garo hills district", "metric" : [{"type" : "TOTAL", "count" : 19865, "amount" : 19379120.258930385}]}, {"name" : "ribhoi district", "metric" : [{"type" : "TOTAL", "count" : 60451, "amount" : 108416383.1511733}]}, {"name" : "west jaintia hills district", "metric" : [{"type" : "TOTAL", "count" : 26041, "amount" : 22356066.44251103}]}, {"name" : "west khasi hills district", "metric" : [{"type" : "TOTAL", "count" : 14911, "amount" : 13551099.230221383}]}]}, "responseTimestamp" : 1630502911306}
json_instruct
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"hoverDataList": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "metric": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "count": {"type": "integer"}, "amount": {"type": "number"}}, "required": ["type", "count", "amount"]}}}, "required": ["name", "metric"]}}}, "required": ["hoverDataList"]}, "responseTimestamp": {"type": "integer"}}, "required": ["success", "code", "data", "responseTimestamp"], "$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"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "jade": {"type": "string"}, "mongodb": {"type": "string"}, "monk": {"type": "string"}}, "required": ["body-parser", "express", "jade", "mongodb", "monk"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "online-judge-server", "version" : "1.0.0", "dependencies" : {"body-parser" : "^1.15.0", "express" : "^4.13.4", "jade" : "^1.11.0", "mongodb" : "^3.1.13", "monk" : "^6.0.6"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "jade": {"type": "string"}, "mongodb": {"type": "string"}, "monk": {"type": "string"}}, "required": ["body-parser", "express", "jade", "mongodb", "monk"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"localities" : ["Villa Verde, PR", "Bda Pesquera, PR", "Repto Valencia, PR", "Parq De Torrimar, PR", "Urb Versalles, PR", "Parq Flamingo, PR", "Urb Braulio Dueno, PR", "Villa Betania, PR", "Bo Hato Tejas, PR", "Ext Hnas Davila, PR", "Parc Juan Sanchez, PR", "Urb Forest Hls, PR", "Urb Casa Linda Ct, PR", "Bayamon, PR", "Alt De Flamboyan, PR", "Urb San Rafael Est, PR", "Urb La Milagrosa, PR", "Urb Hnas Davila, PR", "Vista Alegre, PR", "Villa De San Agustin, PR", "Repto Flamingo, PR", "Ext La Milagrosa, PR", "Jard De Caparra, PR", "Urb Altos De Torrimar, PR", "Ext Forest Hls, PR", "Repto Rivera, PR", "Ind Minillas, PR", "Villa Rica, PR", "Urb Flamboyan Gdns, PR", "Repto Davila, PR", "Parq San Miguel, PR", "Urb Victoria Hts, PR", "Colinas Vista Alegre, PR", "Qtas Del Norte, PR", "Urb Tortuguero, PR", "Urb Las Americas, PR", "Villas De Caparra, PR", "Bo Cerro Gordo, PR", "Urb Riberas Del Rio, PR", "Alt Del Rio, PR", "Qtas De Flamingo, PR", "Urb San Rafael Est Ii, PR", "San Juan, PR", "Parq Valencia, PR", "Villa Del Rio Bayamon, PR", "Ext Villa Rica, PR", "Urb Santa Rosa, PR", "Villas De San Miguel, PR"], "state" : "PR", "postal_code" : "00959", "locality" : "Bayamon, PR", "lat" : 18.385785, "region" : {"fips" : "72", "abbr" : "PR", "name" : "Puerto Rico"}, "city" : "Bayamon", "type" : "STANDARD", "lng" : -66.155654, "counties" : [{"fips" : "021", "name" : "Bayam\ufffdn Municipio"}, {"fips" : "033", "name" : "Cata\ufffdo Municipio"}, {"fips" : "061", "name" : "Guaynabo Municipio"}, {"fips" : "127", "name" : "San Juan Municipio"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "wildnature:block/epidosite_wall_bricks_small_inventory"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["commonform-markup-parse", "commonform-new-markup"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"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" : 39857, "cartId" : "cc436233-ee96-4e0f-b532-30c302873097", "preferredProducts" : [593], "productReviews" : [{"productId" : 4154, "reviewText" : "This bypass works certainly well. It excitedly improves my football by a lot.", "reviewDate" : "2017-06-01T22:08:33.3112221+03:00"}, {"productId" : 3563, "reviewText" : "This haptic works so well. It hungrily improves my basketball by a lot.", "reviewDate" : "2018-06-24T17:41:40.6529644+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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "EXAMPLES": {"type": "string"}, "MISSING_CHANNEL": {"type": "string"}, "MISSING_CONTENT": {"type": "string"}, "TITLE": {"type": "string"}, "SUCCESS": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "EXAMPLES", "MISSING_CHANNEL", "MISSING_CONTENT", "TITLE", "SUCCESS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DESCRIPTION" : "Send your suggestion to the defined channel!", "USAGE" : "{{prefix}}suggest [message]", "EXAMPLES" : "{{prefix}}suggest Nouveau salon #astuces s'il vous pla\u00eet", "MISSING_CHANNEL" : "Pas de salon de suggestion d\u00e9fini!", "MISSING_CONTENT" : "Veuillez entrer une suggestion!", "TITLE" : "Suggestion - {{user}}", "SUCCESS" : "Votre suggestion est en cours de vote dans {{channel}}!"}
json_instruct
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "EXAMPLES": {"type": "string"}, "MISSING_CHANNEL": {"type": "string"}, "MISSING_CONTENT": {"type": "string"}, "TITLE": {"type": "string"}, "SUCCESS": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "EXAMPLES", "MISSING_CHANNEL", "MISSING_CONTENT", "TITLE", "SUCCESS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, "exampleInteractions": {"type": "array", "items": {"type": "string"}}, "firstReleaseDate": {"type": "number"}, "homepageLinkText": {"type": "null"}, "homepageLinkUrl": {"type": "null"}, "id": {"type": "string"}, "imageAltText": {"type": "string"}, "imageUrl": {"type": "string"}, "inAppPurchasingSupported": {"type": "boolean"}, "launchPhrase": {"type": "string"}, "name": {"type": "string"}, "numberOfReviews": {"type": "integer"}, "pamsPartnerId": {"type": "null"}, "permissions": {"type": "null"}, "privacyPolicyUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "skillTypes": {"type": "null"}, "stage": {"type": "string"}, "termsOfUseUrl": {"type": "null"}, "vendorId": {"type": "string"}, "vendorName": {"type": "string"}}, "required": ["accountLinkingWhitelistedDomains", "asin", "averageRating", "canDisable", "capabilities", "category", "description", "enablement", "exampleInteractions", "firstReleaseDate", "homepageLinkText", "homepageLinkUrl", "id", "imageAltText", "imageUrl", "inAppPurchasingSupported", "launchPhrase", "name", "numberOfReviews", "pamsPartnerId", "permissions", "privacyPolicyUrl", "shortDescription", "skillTypes", "stage", "termsOfUseUrl", "vendorId", "vendorName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accountLinkingWhitelistedDomains" : null, "asin" : "B01H96IZ3Q", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "Baseball trivia game with 200+ MLB and baseball history questions. \n\nMain topics include:\n* World Series \n* Regular Season Stats, Records, Awards\n* Pitching Stats, Records, Awards\n* Team & Organization\n* Random catch all\n\nThis is just a fun endeavor for me to provide something other people might enjoy while coding a bit. So that being said, let me know via comments if you notice anything wrong or have suggestions for additional trivia questions. I'm hoping to add another 100 questions in the next few months. \n\nEnjoy!", "enablement" : null, "exampleInteractions" : ["Alexa, open Baseball Trivia", "It's one", "I think it's four"], "firstReleaseDate" : 1466676942.215, "homepageLinkText" : null, "homepageLinkUrl" : null, "id" : "amzn1.echo-sdk-ams.app.0803a91a-3125-4c6a-8815-7ccb9300ecf1", "imageAltText" : "Baseball Trivia icon", "imageUrl" : "https://github.com/dale3h/alexa-skills-list/raw/master/skills/B01H96IZ3Q/skill_icon", "inAppPurchasingSupported" : false, "launchPhrase" : "baseball trivia", "name" : "Baseball Trivia", "numberOfReviews" : 0, "pamsPartnerId" : null, "permissions" : null, "privacyPolicyUrl" : null, "shortDescription" : "Baseball trivia game with 200+ MLB and baseball history questions", "skillTypes" : null, "stage" : "live", "termsOfUseUrl" : null, "vendorId" : "M1BCGHZ32M70U6", "vendorName" : "Eugene Francis Burke"}
json_instruct
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, "exampleInteractions": {"type": "array", "items": {"type": "string"}}, "firstReleaseDate": {"type": "number"}, "homepageLinkText": {"type": "null"}, "homepageLinkUrl": {"type": "null"}, "id": {"type": "string"}, "imageAltText": {"type": "string"}, "imageUrl": {"type": "string"}, "inAppPurchasingSupported": {"type": "boolean"}, "launchPhrase": {"type": "string"}, "name": {"type": "string"}, "numberOfReviews": {"type": "integer"}, "pamsPartnerId": {"type": "null"}, "permissions": {"type": "null"}, "privacyPolicyUrl": {"type": "null"}, "shortDescription": {"type": "string"}, "skillTypes": {"type": "null"}, "stage": {"type": "string"}, "termsOfUseUrl": {"type": "null"}, "vendorId": {"type": "string"}, "vendorName": {"type": "string"}}, "required": ["accountLinkingWhitelistedDomains", "asin", "averageRating", "canDisable", "capabilities", "category", "description", "enablement", "exampleInteractions", "firstReleaseDate", "homepageLinkText", "homepageLinkUrl", "id", "imageAltText", "imageUrl", "inAppPurchasingSupported", "launchPhrase", "name", "numberOfReviews", "pamsPartnerId", "permissions", "privacyPolicyUrl", "shortDescription", "skillTypes", "stage", "termsOfUseUrl", "vendorId", "vendorName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}}, "required": ["discord.js"]}}, "required": ["name", "version", "description", "main", "author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vaderbot", "version" : "1.0.0", "description" : "A Darth Vader bot for Discord", "main" : "index.js", "author" : "Sophie and James", "dependencies" : {"discord.js" : "^11.5.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}}, "required": ["discord.js"]}}, "required": ["name", "version", "description", "main", "author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"clbid": {"type": "string"}, "credits": {"type": "number"}, "crsid": {"type": "string"}, "department": {"type": "string"}, "enrolled": {"type": "integer"}, "groupid": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "learningmode": {"type": "string"}, "level": {"type": "integer"}, "max": {"type": "integer"}, "name": {"type": "string"}, "number": {"type": "integer"}, "offerings": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "end": {"type": "string"}, "location": {"type": "string"}, "start": {"type": "string"}}, "required": ["day", "end", "location", "start"]}}, "pn": {"type": "boolean"}, "prerequisites": {"type": "boolean"}, "revisions": {"type": "array", "items": {"type": "object", "properties": {"_updated": {"type": "string"}, "enrolled": {"type": "integer"}}, "required": ["_updated", "enrolled"]}}, "section": {"type": "string"}, "semester": {"type": "integer"}, "status": {"type": "string"}, "term": {"type": "integer"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["clbid", "credits", "crsid", "department", "enrolled", "groupid", "instructors", "learningmode", "level", "max", "name", "number", "offerings", "pn", "prerequisites", "revisions", "section", "semester", "status", "term", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"clbid" : "0000136761", "credits" : 0.0, "crsid" : "0000026715", "department" : "BIO", "enrolled" : 12, "groupid" : "0000026714", "instructors" : ["Laura Listenberger"], "learningmode" : "S", "level" : 200, "max" : 12, "name" : "Cell Biology Lab", "number" : 227, "offerings" : [{"day" : "We", "end" : "16:00", "location" : "RNS 398", "start" : "13:00"}], "pn" : false, "prerequisites" : false, "revisions" : [{"_updated" : "2020-10-27T16:31:20.524971+00:00", "enrolled" : 0}, {"_updated" : "2020-10-28T16:25:12.373059+00:00", "enrolled" : 2}, {"_updated" : "2020-10-29T16:25:22.061726+00:00", "enrolled" : 10, "status" : "O"}, {"_updated" : "2021-01-24T16:32:21.007526+00:00", "enrolled" : 12, "status" : "C"}, {"_updated" : "2021-01-28T18:36:28.114019+00:00", "enrolled" : 11, "status" : "O"}], "section" : "E", "semester" : 3, "status" : "C", "term" : 20203, "type" : "Lab", "year" : 2020}
json_instruct
{"type": "object", "properties": {"clbid": {"type": "string"}, "credits": {"type": "number"}, "crsid": {"type": "string"}, "department": {"type": "string"}, "enrolled": {"type": "integer"}, "groupid": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "learningmode": {"type": "string"}, "level": {"type": "integer"}, "max": {"type": "integer"}, "name": {"type": "string"}, "number": {"type": "integer"}, "offerings": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "end": {"type": "string"}, "location": {"type": "string"}, "start": {"type": "string"}}, "required": ["day", "end", "location", "start"]}}, "pn": {"type": "boolean"}, "prerequisites": {"type": "boolean"}, "revisions": {"type": "array", "items": {"type": "object", "properties": {"_updated": {"type": "string"}, "enrolled": {"type": "integer"}}, "required": ["_updated", "enrolled"]}}, "section": {"type": "string"}, "semester": {"type": "integer"}, "status": {"type": "string"}, "term": {"type": "integer"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["clbid", "credits", "crsid", "department", "enrolled", "groupid", "instructors", "learningmode", "level", "max", "name", "number", "offerings", "pn", "prerequisites", "revisions", "section", "semester", "status", "term", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "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" : "Depreciation", "definitions" : ["A reduction in the value of an asset over time, due in particular to wear and tear.", "A decrease in the value of a currency relative to other currencies."], "parts-of-speech" : "Noun"}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"cdf_smooth": {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "number"}}, "c": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["x", "c"]}}, "required": ["cdf_smooth"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cdf_smooth" : {"x" : [-5.41332358297589, 7.485111851398585, 13.964820246073824, 18.02877900577697, 21.489405844718387, 24.590057547040487, 27.522685814555278, 30.269034287753584, 33.18724820966929, 36.334549486016435, 39.70786415715694, 43.591620647700246, 48.25277786301365, 53.61244990625815, 60.41078931680306, 70.84762647579092, 112.2788961069215], "c" : [[5.608022098350471e-06, 0.00013830468638611525, 4.28346060116491e-18, 0.0050795], [1.3901306571895104e-05, 0.00035530881923647134, 0.006366841931808183, 0.0401235], [-3.0151107387303327e-05, 0.0006255380579090589, 0.012722443675539073, 0.100079], [1.0694162831054683e-05, 0.00025793948696491723, 0.016312859983030684, 0.16009], [-3.0511834226329356e-05, 0.0003689650077043846, 0.018482342502736296, 0.220075], [4.010990983428038e-05, 8.514529549986777e-05, 0.019890380387408573, 0.28002], [-0.00010178330765587762, 0.00043802766166230764, 0.021424652190381675, 0.34009500000000004], [1.9890881815492128e-05, -0.0004005696330710764, 0.021527524990012235, 0.40013], [8.436521085860113e-06, -0.00022643208837162926, 0.019697799837433017, 0.46003499999999997], [-2.1216247185521483e-05, -0.00014677526762725524, 0.01852320384955558, 0.52005], [2.1608401358675465e-06, -0.0003614825013196482, 0.016808690460845863, 0.58005], [1.5756768413330567e-05, -0.00033630597061154227, 0.014098649953956805, 0.6400049999999999], [-5.870299495165472e-06, -0.00011597164627208633, 0.01199051287669492, 0.70001], [4.368127723478994e-07, -0.0002103602865412184, 0.01024148073957751, 0.76004], [3.7421521649018775e-06, -0.0002014514820853699, 0.007441844563197159, 0.82008], [4.901697724003415e-07, -8.428278377766533e-05, 0.004459682559641715, 0.8800600000000001]]}}
json_instruct
{"type": "object", "properties": {"cdf_smooth": {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "number"}}, "c": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["x", "c"]}}, "required": ["cdf_smooth"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"changesByMethodByClassFrom:": {"type": "string"}, "clearInstance": {"type": "string"}, "gatherChanges:": {"type": "string"}, "instance": {"type": "string"}, "instance:": {"type": "string"}, "isInstanceLoaded": {"type": "string"}, "newFromArchive": {"type": "string"}, "newFromDirectory:": {"type": "string"}, "newFromVersionGroupsByName:": {"type": "string"}, "updateInstance": {"type": "string"}}, "required": ["changesByMethodByClassFrom:", "clearInstance", "gatherChanges:", "instance", "instance:", "isInstanceLoaded", "newFromArchive", "newFromDirectory:", "newFromVersionGroupsByName:", "updateInstance"]}, "instance": {"type": "object", "properties": {"changes": {"type": "string"}, "changes:": {"type": "string"}, "changesByMethodByClass": {"type": "string"}, "changesByMethodByClass:": {"type": "string"}, "changesForClass:forMethod:": {"type": "string"}, "changesWithoutRecentForClass:forMethod:": {"type": "string"}, "contributorsBag": {"type": "string"}, "versionGroupsByName": {"type": "string"}, "versionGroupsByName:": {"type": "string"}, "writeContributorsToTranscript": {"type": "string"}}, "required": ["changes", "changes:", "changesByMethodByClass", "changesByMethodByClass:", "changesForClass:forMethod:", "changesWithoutRecentForClass:forMethod:", "contributorsBag", "versionGroupsByName", "versionGroupsByName:", "writeContributorsToTranscript"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {"changesByMethodByClassFrom:" : "jj 7/27/2016 15:51", "clearInstance" : "jj 6/21/2016 11:53", "gatherChanges:" : "jj 7/27/2016 15:52", "instance" : "jk 6/15/2016 19:34", "instance:" : "jj 6/14/2016 22:23", "isInstanceLoaded" : "jk 7/28/2016 10:56", "newFromArchive" : "jk 7/18/2016 11:39", "newFromDirectory:" : "jj 7/27/2016 15:52", "newFromVersionGroupsByName:" : "jj 7/26/2016 20:00", "updateInstance" : "jk 6/15/2016 19:25"}, "instance" : {"changes" : "jk 7/4/2016 10:20", "changes:" : "jj 7/26/2016 19:28", "changesByMethodByClass" : "jk 6/15/2016 20:46", "changesByMethodByClass:" : "jj 7/26/2016 19:59", "changesForClass:forMethod:" : "jj 7/26/2016 19:48", "changesWithoutRecentForClass:forMethod:" : "jk 7/11/2016 10:28", "contributorsBag" : "jk 7/13/2016 18:30", "versionGroupsByName" : "jk 6/15/2016 19:18", "versionGroupsByName:" : "jj 7/27/2016 16:37", "writeContributorsToTranscript" : "jk 7/18/2016 09:49"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"changesByMethodByClassFrom:": {"type": "string"}, "clearInstance": {"type": "string"}, "gatherChanges:": {"type": "string"}, "instance": {"type": "string"}, "instance:": {"type": "string"}, "isInstanceLoaded": {"type": "string"}, "newFromArchive": {"type": "string"}, "newFromDirectory:": {"type": "string"}, "newFromVersionGroupsByName:": {"type": "string"}, "updateInstance": {"type": "string"}}, "required": ["changesByMethodByClassFrom:", "clearInstance", "gatherChanges:", "instance", "instance:", "isInstanceLoaded", "newFromArchive", "newFromDirectory:", "newFromVersionGroupsByName:", "updateInstance"]}, "instance": {"type": "object", "properties": {"changes": {"type": "string"}, "changes:": {"type": "string"}, "changesByMethodByClass": {"type": "string"}, "changesByMethodByClass:": {"type": "string"}, "changesForClass:forMethod:": {"type": "string"}, "changesWithoutRecentForClass:forMethod:": {"type": "string"}, "contributorsBag": {"type": "string"}, "versionGroupsByName": {"type": "string"}, "versionGroupsByName:": {"type": "string"}, "writeContributorsToTranscript": {"type": "string"}}, "required": ["changes", "changes:", "changesByMethodByClass", "changesByMethodByClass:", "changesForClass:forMethod:", "changesWithoutRecentForClass:forMethod:", "contributorsBag", "versionGroupsByName", "versionGroupsByName:", "writeContributorsToTranscript"]}}, "required": ["class", "instance"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prebuild": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}, "pretest": {"type": "string"}, "test:all": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}, "test:api": {"type": "string"}, "test:watch-api": {"type": "string"}}, "required": ["prebuild", "build", "start", "dev", "pretest", "test:all", "test", "test:watch", "test:api", "test:watch-api"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "request": {"type": "string"}, "winston": {"type": "string"}}, "required": ["express", "request", "winston"]}, "devDependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/request": {"type": "string"}, "@types/supertest": {"type": "string"}, "@types/winston": {"type": "string"}, "jest": {"type": "string"}, "nodemon": {"type": "string"}, "supertest": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/express", "@types/jest", "@types/request", "@types/supertest", "@types/winston", "jest", "nodemon", "supertest", "ts-jest", "ts-node", "tslint", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "github-to-csv", "version" : "1.0.0", "description" : "", "main" : "src/server.ts", "scripts" : {"prebuild" : "tslint -c tslint.json -p tsconfig.json --fix", "build" : "tsc", "start" : "ts-node src/server.ts", "dev" : "./node_modules/nodemon/bin/nodemon.js", "pretest" : "rm -rf ./src/__tests__/*.csv && rm -rf ./src/__tests__/*.txt", "test:all" : "yarn pretest && jest --config jest.all.config.json", "test" : "jest --config jest.config.json", "test:watch" : "jest --config jest.config.json --watchAll", "test:api" : "yarn pretest && jest --config jest.api.config.json", "test:watch-api" : "jest --config jest.api.config.json --watchAll"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"express" : "^4.16.4", "request" : "^2.88.0", "winston" : "^3.1.0"}, "devDependencies" : {"@types/express" : "^4.16.1", "@types/jest" : "^23.3.13", "@types/request" : "^2.48.1", "@types/supertest" : "^2.0.7", "@types/winston" : "^2.4.4", "jest" : "^23.6.0", "nodemon" : "^1.18.9", "supertest" : "^3.4.2", "ts-jest" : "^23.10.5", "ts-node" : "^8.0.1", "tslint" : "^5.12.1", "typescript" : "^3.2.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prebuild": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}, "pretest": {"type": "string"}, "test:all": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}, "test:api": {"type": "string"}, "test:watch-api": {"type": "string"}}, "required": ["prebuild", "build", "start", "dev", "pretest", "test:all", "test", "test:watch", "test:api", "test:watch-api"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "request": {"type": "string"}, "winston": {"type": "string"}}, "required": ["express", "request", "winston"]}, "devDependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/request": {"type": "string"}, "@types/supertest": {"type": "string"}, "@types/winston": {"type": "string"}, "jest": {"type": "string"}, "nodemon": {"type": "string"}, "supertest": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/express", "@types/jest", "@types/request", "@types/supertest", "@types/winston", "jest", "nodemon", "supertest", "ts-jest", "ts-node", "tslint", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "B-3 yuva", "ShortName" : "B-3", "Description" : "B-3 ask\u0131 aparatlar\u0131, ek silah te\u00e7hizat\u0131 kurulumu i\u00e7in bir Picatinny k\u0131zak olu\u015fturmak \u00fczere VSS veya VAL susturucusunda sabitlenmi\u015ftir."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "elapsed": {"type": "string"}, "exception": {"type": "string"}, "organisation": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "elapsed", "exception", "organisation", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dataset" : "brownfield-land", "datetime" : "2020-03-08T00:07:58.003927", "elapsed" : "0.444", "exception" : "SSLError", "organisation" : "local-authority-eng:HNS", "url" : "https://data.hounslow.gov.uk/View/planning/brownfield-land"}
json_instruct
{"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "elapsed": {"type": "string"}, "exception": {"type": "string"}, "organisation": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "elapsed", "exception", "organisation", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "background_path": {"type": "string"}}, "required": ["type", "background_path"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "BackgroundObject", "background_path" : "assets/images/backdrop_tasks.png"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "background_path": {"type": "string"}}, "required": ["type", "background_path"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"esModuleInterop": {"type": "boolean"}, "jsx": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "baseDir": {"type": "string"}, "primaryLocale": {"type": "string"}, "callExpressionId": {"type": "string"}, "bindingElementId": {"type": "string"}}, "required": ["name", "baseDir", "primaryLocale", "callExpressionId", "bindingElementId"]}}}, "required": ["esModuleInterop", "jsx", "plugins"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"esModuleInterop" : true, "jsx" : "preserve", "plugins" : [{"name" : "../../dist", "baseDir" : "./locales", "primaryLocale" : "en", "callExpressionId" : "useTranslation", "bindingElementId" : "t"}]}}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"esModuleInterop": {"type": "boolean"}, "jsx": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "baseDir": {"type": "string"}, "primaryLocale": {"type": "string"}, "callExpressionId": {"type": "string"}, "bindingElementId": {"type": "string"}}, "required": ["name", "baseDir", "primaryLocale", "callExpressionId", "bindingElementId"]}}}, "required": ["esModuleInterop", "jsx", "plugins"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "La Chapelle-Saint-Aubert", "dpt" : "Ille-et-Vilaine", "inscrits" : 329, "abs" : 60, "votants" : 269, "blancs" : 4, "nuls" : 5, "exp" : 260, "res" : [{"panneau" : "11", "voix" : 71}, {"panneau" : "2", "voix" : 56}, {"panneau" : "3", "voix" : 53}, {"panneau" : "9", "voix" : 31}, {"panneau" : "1", "voix" : 26}, {"panneau" : "4", "voix" : 13}, {"panneau" : "5", "voix" : 4}, {"panneau" : "6", "voix" : 3}, {"panneau" : "7", "voix" : 1}, {"panneau" : "8", "voix" : 1}, {"panneau" : "10", "voix" : 1}]}
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": {"title": {"type": "string"}, "skillsHead": {"type": "string"}, "skills": {"type": "array", "items": {"type": "string"}}, "eduHead": {"type": "string"}, "education": {"type": "array", "items": {"type": "object", "properties": {"ins": {"type": "string"}, "degree": {"type": "string"}, "year": {"type": "string"}}, "required": ["ins", "degree", "year"]}}, "workHead": {"type": "string"}, "work": {"type": "array", "items": {"type": "object", "properties": {"corp": {"type": "string"}, "dig": {"type": "string"}, "year": {"type": "string"}}, "required": ["corp", "dig", "year"]}}, "toolsHead": {"type": "string"}, "tools": {"type": "array", "items": {"type": "string"}}, "clientsHead": {"type": "string"}, "clients": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "skillsHead", "skills", "eduHead", "education", "workHead", "work", "toolsHead", "tools", "clientsHead", "clients"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Resume", "skillsHead" : "Skills", "skills" : ["HTML, CSS", "Front-end Development", "Back-End Development", "Java Script, PHP"], "eduHead" : "Education", "education" : [{"ins" : "Graphic Arts Institute", "degree" : "MS \u2022 Information Design & Technology ", "year" : "2016 \u2013 2017"}, {"ins" : "Florida Gulf Coast University", "degree" : "BA \u2022 Psychology ", "year" : "2014 \u2013 2015"}], "workHead" : "Work Experience", "work" : [{"corp" : "Exclusive Addons", "dig" : "Lead Designer ", "year" : "August 2018 - December 2019"}, {"corp" : "Exclusive Addons", "dig" : "Designer Officer ", "year" : "December 2019 - Current"}], "toolsHead" : "Tools I use every day", "tools" : ["/assets/images/resume/client-logo-21.svg", "/assets/images/resume/client-logo-22.svg", "/assets/images/resume/client-logo-23.svg", "/assets/images/resume/client-logo-24.svg", "/assets/images/resume/client-logo-25.svg", "/assets/images/resume/client-logo-26.svg"], "clientsHead" : "Freelance Clients", "clients" : ["/assets/images/resume/client-logo-2.svg", "/assets/images/resume/client-logo-3.svg", "/assets/images/resume/client-logo-4.svg", "/assets/images/resume/client-logo-5.svg", "/assets/images/resume/client-logo-6.svg", "/assets/images/resume/client-logo-8.svg"]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "skillsHead": {"type": "string"}, "skills": {"type": "array", "items": {"type": "string"}}, "eduHead": {"type": "string"}, "education": {"type": "array", "items": {"type": "object", "properties": {"ins": {"type": "string"}, "degree": {"type": "string"}, "year": {"type": "string"}}, "required": ["ins", "degree", "year"]}}, "workHead": {"type": "string"}, "work": {"type": "array", "items": {"type": "object", "properties": {"corp": {"type": "string"}, "dig": {"type": "string"}, "year": {"type": "string"}}, "required": ["corp", "dig", "year"]}}, "toolsHead": {"type": "string"}, "tools": {"type": "array", "items": {"type": "string"}}, "clientsHead": {"type": "string"}, "clients": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "skillsHead", "skills", "eduHead", "education", "workHead", "work", "toolsHead", "tools", "clientsHead", "clients"], "$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"}, "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"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@be/http-status", "version" : "1.0.2", "description" : "Provides the `HttpStatus` class for managing HTTP response status codes.", "main" : "http-status.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/buchanan-edwards/http-status"}, "keywords" : ["HTTP", "Status"], "author" : "Frank Hellwig", "license" : "MIT", "bugs" : {"url" : "https://github.com/buchanan-edwards/http-status/issues"}, "homepage" : "https://github.com/buchanan-edwards/http-status"}
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"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@babel/preset-react": {"type": "string"}, "@symfony/stimulus-bridge": {"type": "string"}, "@symfony/webpack-encore": {"type": "string"}, "axios": {"type": "string"}, "core-js": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "regenerator-runtime": {"type": "string"}, "stimulus": {"type": "string"}, "webpack-notifier": {"type": "string"}}, "required": ["@babel/preset-react", "@symfony/stimulus-bridge", "@symfony/webpack-encore", "axios", "core-js", "prop-types", "react", "react-dom", "regenerator-runtime", "stimulus", "webpack-notifier"]}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev-server": {"type": "string"}, "dev": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev-server", "dev", "watch", "build"]}, "dependencies": {"type": "object", "properties": {"@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/plugin-transform-runtime": {"type": "string"}, "@fullcalendar/daygrid": {"type": "string"}, "@fullcalendar/interaction": {"type": "string"}, "@fullcalendar/react": {"type": "string"}, "@fullcalendar/timegrid": {"type": "string"}, "bootstrap": {"type": "string"}, "formik": {"type": "string"}, "react-router-dom": {"type": "string"}, "reactstrap": {"type": "string"}, "yup": {"type": "string"}}, "required": ["@babel/plugin-proposal-class-properties", "@babel/plugin-transform-runtime", "@fullcalendar/daygrid", "@fullcalendar/interaction", "@fullcalendar/react", "@fullcalendar/timegrid", "bootstrap", "formik", "react-router-dom", "reactstrap", "yup"]}}, "required": ["devDependencies", "license", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"devDependencies" : {"@babel/preset-react" : "^7.13.13", "@symfony/stimulus-bridge" : "^2.0.0", "@symfony/webpack-encore" : "^1.0.0", "axios" : "^0.21.1", "core-js" : "^3.0.0", "prop-types" : "^15.7.2", "react" : "^17.0.2", "react-dom" : "^17.0.2", "regenerator-runtime" : "^0.13.2", "stimulus" : "^2.0.0", "webpack-notifier" : "^1.6.0"}, "license" : "MIT", "private" : true, "scripts" : {"dev-server" : "encore dev-server", "dev" : "encore dev", "watch" : "encore dev --watch", "build" : "encore production --progress"}, "dependencies" : {"@babel/plugin-proposal-class-properties" : "^7.13.0", "@babel/plugin-transform-runtime" : "^7.13.15", "@fullcalendar/daygrid" : "^5.6.0", "@fullcalendar/interaction" : "^5.6.0", "@fullcalendar/react" : "^5.6.0", "@fullcalendar/timegrid" : "^5.6.0", "bootstrap" : "^4.6.0", "formik" : "^2.2.6", "react-router-dom" : "^5.2.0", "reactstrap" : "^8.9.0", "yup" : "^0.32.9"}}
json_instruct
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@babel/preset-react": {"type": "string"}, "@symfony/stimulus-bridge": {"type": "string"}, "@symfony/webpack-encore": {"type": "string"}, "axios": {"type": "string"}, "core-js": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "regenerator-runtime": {"type": "string"}, "stimulus": {"type": "string"}, "webpack-notifier": {"type": "string"}}, "required": ["@babel/preset-react", "@symfony/stimulus-bridge", "@symfony/webpack-encore", "axios", "core-js", "prop-types", "react", "react-dom", "regenerator-runtime", "stimulus", "webpack-notifier"]}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev-server": {"type": "string"}, "dev": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev-server", "dev", "watch", "build"]}, "dependencies": {"type": "object", "properties": {"@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/plugin-transform-runtime": {"type": "string"}, "@fullcalendar/daygrid": {"type": "string"}, "@fullcalendar/interaction": {"type": "string"}, "@fullcalendar/react": {"type": "string"}, "@fullcalendar/timegrid": {"type": "string"}, "bootstrap": {"type": "string"}, "formik": {"type": "string"}, "react-router-dom": {"type": "string"}, "reactstrap": {"type": "string"}, "yup": {"type": "string"}}, "required": ["@babel/plugin-proposal-class-properties", "@babel/plugin-transform-runtime", "@fullcalendar/daygrid", "@fullcalendar/interaction", "@fullcalendar/react", "@fullcalendar/timegrid", "bootstrap", "formik", "react-router-dom", "reactstrap", "yup"]}}, "required": ["devDependencies", "license", "private", "scripts", "dependencies"], "$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"}, "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"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"vec2d": {"type": "string"}}, "required": ["vec2d"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "bugs", "homepage", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pie-slice", "version" : "1.1.0", "description" : "Divide circle into slices and tell what slice a point is in", "main" : "index.js", "scripts" : {"test" : "mocha --reporter spec"}, "repository" : {"type" : "git", "url" : "https://github.com/psalaets/pie-slice.git"}, "bugs" : {"url" : "https://github.com/psalaets/pie-slice/issues"}, "homepage" : "https://github.com/psalaets/pie-slice", "keywords" : ["pie", "slice", "angle"], "author" : "Paul Salaets <psalaets@gmail.com>", "license" : "MIT", "dependencies" : {"vec2d" : "0.2.0"}, "devDependencies" : {"mocha" : "^1.18.2"}}
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"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"vec2d": {"type": "string"}}, "required": ["vec2d"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "bugs", "homepage", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 51962254, "name" : "Hunter Owl", "is_illegal" : false, "is_custom" : false, "text" : "This card gains 500 ATK for each face-up WIND monster you control. While you control another face-up WIND monster, your opponent cannot select this card as an attack target.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/51962254.jpg"], "type" : "Monster", "attribute" : "WIND", "atk" : 1000, "species" : "Winged Beast", "monster_type" : "", "is_pendulum" : false, "ability" : "", "has_effect" : true, "def" : 900, "level" : 4, "is_tuner" : false}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "allthecompressed:block/honey_block_6x"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"900747771": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900747772": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900747773": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900747774": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900747775": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900747771", "900747772", "900747773", "900747774", "900747775"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900747771" : {"nama" : "TPS 1", "dapil" : [7501, 17504, 2750104]}, "900747772" : {"nama" : "TPS 2", "dapil" : [7501, 17504, 2750104]}, "900747773" : {"nama" : "TPS 3", "dapil" : [7501, 17504, 2750104]}, "900747774" : {"nama" : "TPS 4", "dapil" : [7501, 17504, 2750104]}, "900747775" : {"nama" : "TPS 5", "dapil" : [7501, 17504, 2750104]}}
json_instruct
{"type": "object", "properties": {"900747771": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900747772": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900747773": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900747774": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900747775": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900747771", "900747772", "900747773", "900747774", "900747775"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"1": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "2": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["1", "2"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : ["111", "121", "111"], "key" : {"1" : {"item" : "minecraft:gold_block"}, "2" : {"item" : "minecraft:golden_apple"}}, "result" : {"item" : "minecraft:enchanted_golden_apple", "count" : 1}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"1": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "2": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["1", "2"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["ocamlbuild"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"master:types/mailgun-js/index.d.ts": {"type": "string"}, "8a7a2fc1cdbfe1d3a7af7d1f7a346977fdf47b0d:types/mailgun-js/index.d.ts": {"type": "string"}}, "required": ["master:types/mailgun-js/index.d.ts", "8a7a2fc1cdbfe1d3a7af7d1f7a346977fdf47b0d:types/mailgun-js/index.d.ts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"master:types/mailgun-js/index.d.ts" : "// Type definitions for mailgun-js 0.22\n// Project: https://github.com/bojand/mailgun-js\n// Definitions by: Sampson Oliver <https://github.com/sampsonjoliver>\n// Andi P\u00e4tzold <https://github.com/andipaetzold>\n// Jiri Balcar <https://github.com/JiriBalcar>\n// Ryan Leonard <https://github.com/CodeLenny>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n// TypeScript Version: 2.3\n\n/// <reference types=\"node\" />\n\nimport * as FormData from 'form-data';\n", "8a7a2fc1cdbfe1d3a7af7d1f7a346977fdf47b0d:types/mailgun-js/index.d.ts" : "// Type definitions for mailgun-js 0.22\n// Project: https://github.com/bojand/mailgun-js\n// Definitions by: Sampson Oliver <https://github.com/sampsonjoliver>\n// Andi P\u00e4tzold <https://github.com/andipaetzold>\n// Jiri Balcar <https://github.com/JiriBalcar>\n// Ryan Leonard <https://github.com/CodeLenny>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n// TypeScript Version: 2.3\n\n/// <reference types=\"node\" />\n\nimport * as FormData from 'form-data';\n"}
json_instruct
{"type": "object", "properties": {"master:types/mailgun-js/index.d.ts": {"type": "string"}, "8a7a2fc1cdbfe1d3a7af7d1f7a346977fdf47b0d:types/mailgun-js/index.d.ts": {"type": "string"}}, "required": ["master:types/mailgun-js/index.d.ts", "8a7a2fc1cdbfe1d3a7af7d1f7a346977fdf47b0d:types/mailgun-js/index.d.ts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ident": {"type": "integer"}, "order": {"type": "integer"}, "objtype": {"type": "string"}, "properties": {"type": "object", "properties": {"calculated": {"type": "boolean"}, "dataname": {"type": "string"}, "desgroup": {"type": "integer"}, "deslock": {"type": "boolean"}, "effect": {"type": "string"}, "fontextra": {"type": "integer"}, "height": {"type": "number"}, "horzdpi": {"type": "integer"}, "keepaspectratio": {"type": "boolean"}, "left": {"type": "number"}, "lineno": {"type": "integer"}, "lineoffset": {"type": "number"}, "nolineifempty": {"type": "boolean"}, "noreload": {"type": "boolean"}, "noscale": {"type": "boolean"}, "printontop": {"type": "boolean"}, "rawpictformat": {"type": "string"}, "text": {"type": "string"}, "totalsifnoline": {"type": "boolean"}, "userinfo": {"type": "string"}, "vertdpi": {"type": "integer"}, "visible": {"type": "boolean"}, "width": {"type": "number"}}, "required": ["calculated", "dataname", "desgroup", "deslock", "effect", "fontextra", "height", "horzdpi", "keepaspectratio", "left", "lineno", "lineoffset", "nolineifempty", "noreload", "noscale", "printontop", "rawpictformat", "text", "totalsifnoline", "userinfo", "vertdpi", "visible", "width"]}}, "required": ["ident", "order", "objtype", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ident" : 1014, "order" : 2, "objtype" : "kPictureobj", "properties" : {"calculated" : false, "dataname" : "iImageBin", "desgroup" : 0, "deslock" : false, "effect" : "kBorderNone", "fontextra" : 0, "height" : 2.256, "horzdpi" : 0, "keepaspectratio" : true, "left" : 9.162, "lineno" : 2, "lineoffset" : 0.0, "nolineifempty" : false, "noreload" : false, "noscale" : false, "printontop" : false, "rawpictformat" : "PNG", "text" : "", "totalsifnoline" : false, "userinfo" : "", "vertdpi" : 0, "visible" : true, "width" : 6.8}}
json_instruct
{"type": "object", "properties": {"ident": {"type": "integer"}, "order": {"type": "integer"}, "objtype": {"type": "string"}, "properties": {"type": "object", "properties": {"calculated": {"type": "boolean"}, "dataname": {"type": "string"}, "desgroup": {"type": "integer"}, "deslock": {"type": "boolean"}, "effect": {"type": "string"}, "fontextra": {"type": "integer"}, "height": {"type": "number"}, "horzdpi": {"type": "integer"}, "keepaspectratio": {"type": "boolean"}, "left": {"type": "number"}, "lineno": {"type": "integer"}, "lineoffset": {"type": "number"}, "nolineifempty": {"type": "boolean"}, "noreload": {"type": "boolean"}, "noscale": {"type": "boolean"}, "printontop": {"type": "boolean"}, "rawpictformat": {"type": "string"}, "text": {"type": "string"}, "totalsifnoline": {"type": "boolean"}, "userinfo": {"type": "string"}, "vertdpi": {"type": "integer"}, "visible": {"type": "boolean"}, "width": {"type": "number"}}, "required": ["calculated", "dataname", "desgroup", "deslock", "effect", "fontextra", "height", "horzdpi", "keepaspectratio", "left", "lineno", "lineoffset", "nolineifempty", "noreload", "noscale", "printontop", "rawpictformat", "text", "totalsifnoline", "userinfo", "vertdpi", "visible", "width"]}}, "required": ["ident", "order", "objtype", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "description", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "beer_Darkness", "brewery" : "Surly Brewing", "name" : "Darkness", "abv" : "10.3", "description" : "This Russian Imperial Stout is a sipper. Problem is that you want to sip it all night. Look for this one to be released when the leaves change color and Halloween is approaching. Brewed with a blend of 8 different malts, oats and candi sugar. This huge stout reflects Surly's commitment to brewing intensely flavored beers in small batches. Only 25 barrels of this beer were brewed.", "category" : "North American Ale", "style" : "American-Style Imperial Stout", "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "description", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "layertag": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}, "id": {"type": "string"}, "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", "id", "geometry"]}}}, "required": ["type", "layertag", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "layertag" : "polygon", "crs" : {"type" : "name", "properties" : {"name" : "EPSG:4326"}}, "features" : [{"type" : "Feature", "properties" : {"type" : "water", "name" : "Water-0"}, "id" : "water-0", "geometry" : {"type" : "Polygon", "coordinates" : [[[-105.54383019066438, 39.76597303623321], [-105.54516056633662, 39.766946159435896], [-105.54679134941712, 39.76556069174382], [-105.54685572243274, 39.7675729094711], [-105.54296115494503, 39.7675564161225], [-105.54286995983975, 39.764966911341624], [-105.54610470391336, 39.764950417368645], [-105.54383019066438, 39.76597303623321]]]}}, {"type" : "Feature", "properties" : {"type" : "water", "name" : "Water-1"}, "id" : "water-1", "geometry" : {"type" : "Polygon", "coordinates" : [[[-105.54692009544736, 39.77362570169133], [-105.54689863777645, 39.772834086093496], [-105.54398039436974, 39.77280110191248], [-105.54400185204065, 39.77362570169133], [-105.54692009544736, 39.77362570169133]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "layertag": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}, "id": {"type": "string"}, "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", "id", "geometry"]}}}, "required": ["type", "layertag", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x44310a2fe5bfe45e35357e23b6cc215ffce5e236044c4c9d7a0bd7cbe733677a", "parentHash" : "0x32af02b6fd5a064fbc5c363defea96dcc57a4cbe6a6c2bd91775859a4601d2a3", "number" : 66384, "timestamp" : 1439253727, "nonce" : "0x1718416ee954a9f1", "difficulty" : 1937635059658, "gasLimit" : {"_hex" : "0x2fefd5"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x123843545FB525C8E134c9A5F15ADA6865cc3848", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Cardonnette", "circ" : "4\u00e8me circonscription", "dpt" : "Somme", "inscrits" : 406, "abs" : 219, "votants" : 187, "blancs" : 16, "nuls" : 0, "exp" : 171, "res" : [{"nuance" : "REM", "nom" : "M. Jean-Claude LECLABART", "voix" : 122}, {"nuance" : "FN", "nom" : "M. Eric RICHERMOZ", "voix" : 49}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "integer"}, "target": {"type": "integer"}}, "required": ["source", "target"]}}}, "required": ["nodes", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nodes" : [{"name" : "Cat\u00e9gorie"}, {"name" : "Bureautique"}, {"name" : "Graphisme"}, {"name" : "Internet"}, {"name" : "Loisirs"}, {"name" : "Multim\u00e9dia"}, {"name" : "Progiciels"}, {"name" : "Publication"}, {"name" : "Serveurs"}, {"name" : "Syst\u00e8me d'information g\u00e9ographique (SIG)"}, {"name" : "Traduction de textes"}, {"name" : "Math\u00e9matique (y compris enseignement)"}, {"name" : "Utilitaires"}], "links" : [{"source" : 0, "target" : 1}, {"source" : 0, "target" : 2}, {"source" : 0, "target" : 3}, {"source" : 0, "target" : 4}, {"source" : 0, "target" : 5}, {"source" : 0, "target" : 6}, {"source" : 0, "target" : 7}, {"source" : 0, "target" : 8}, {"source" : 0, "target" : 9}, {"source" : 0, "target" : 10}, {"source" : 0, "target" : 11}, {"source" : 0, "target" : 12}]}
json_instruct
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "integer"}, "target": {"type": "integer"}}, "required": ["source", "target"]}}}, "required": ["nodes", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"rxjs": {"type": "string"}}, "required": ["rxjs"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-preset-es2015-rollup": {"type": "string"}, "babel-preset-latest": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-preset-es2015-rollup", "babel-preset-latest", "rollup", "rollup-plugin-babel", "rollup-plugin-node-resolve"]}}, "required": ["name", "version", "main", "repository", "author", "scripts", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rxjs-learn", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/iyolee/rxjs-learn.git", "author" : "leeper <zhongjianlee@outlook.com>", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "./node_modules/.bin/rollup -c"}, "license" : "MIT", "dependencies" : {"rxjs" : "^6.5.3"}, "devDependencies" : {"@babel/core" : "^7.6.4", "@babel/preset-env" : "^7.6.3", "babel-preset-es2015-rollup" : "^3.0.0", "babel-preset-latest" : "^6.24.1", "rollup" : "^1.24.0", "rollup-plugin-babel" : "^4.3.3", "rollup-plugin-node-resolve" : "^5.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"rxjs": {"type": "string"}}, "required": ["rxjs"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-preset-es2015-rollup": {"type": "string"}, "babel-preset-latest": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-preset-es2015-rollup", "babel-preset-latest", "rollup", "rollup-plugin-babel", "rollup-plugin-node-resolve"]}}, "required": ["name", "version", "main", "repository", "author", "scripts", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "Lootable_00246", "IsStatic" : true, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : 0, "y" : 0, "z" : 0}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5ea2d20c86f7742a30413d8c", "Items" : [{"_id" : "5ea2d20c86f7742a30413d8c", "_tpl" : "578f87b7245977356274f2cd"}, {"_id" : "5ea2d20c86f7742a30413d8d", "_tpl" : "590a358486f77429692b2790", "parentId" : "5ea2d20c86f7742a30413d8c", "slotId" : "main", "location" : {"x" : 0, "y" : 0, "r" : 0}}, {"_id" : "5ea2d20c86f7742a30413d8e", "_tpl" : "59e36c6f86f774176c10a2a7", "parentId" : "5ea2d20c86f7742a30413d8c", "slotId" : "main", "location" : {"x" : 1, "y" : 0, "r" : 1}}, {"_id" : "5ea2d20c86f7742a30413d8f", "_tpl" : "56742c284bdc2d98058b456d", "parentId" : "5ea2d20c86f7742a30413d8c", "slotId" : "main", "location" : {"x" : 0, "y" : 1, "r" : 0}}]}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "matches": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}, "all_frames": {"type": "boolean"}}, "required": ["js", "matches", "run_at", "all_frames"]}}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_security_policy": {"type": "string"}}, "required": ["manifest_version", "name", "description", "version", "icons", "content_scripts", "permissions", "content_security_policy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "Timestopper", "description" : "Stop annoying javascript alerts and confirm prompts", "version" : "0.4", "icons" : {"16" : "icon16.png", "48" : "icon48.png", "128" : "icon128.png"}, "content_scripts" : [{"js" : ["bg.js"], "matches" : ["http://*/*", "https://*/*"], "run_at" : "document_start", "all_frames" : true}], "permissions" : ["http://*/", "https://*/", "tabs"], "content_security_policy" : "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'"}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "matches": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}, "all_frames": {"type": "boolean"}}, "required": ["js", "matches", "run_at", "all_frames"]}}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_security_policy": {"type": "string"}}, "required": ["manifest_version", "name", "description", "version", "icons", "content_scripts", "permissions", "content_security_policy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Ahmedgarh", "lsg_code" : "248382", "district" : "Sangrur", "state" : "Punjab", "no_of_wards" : 0, "wards" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "barename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "license": {"type": "string"}, "readmeFilename": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "optimist": {"type": "string"}}, "required": ["handlebars", "optimist"]}, "bin": {"type": "object", "properties": {"abee": {"type": "string"}}, "required": ["abee"]}, "_id": {"type": "string"}, "_from": {"type": "string"}}, "required": ["name", "barename", "version", "description", "homepage", "keywords", "repository", "author", "license", "readmeFilename", "engines", "dependencies", "bin", "_id", "_from"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "abee", "barename" : "abee", "version" : "0.6.4", "description" : "Abee is a template-based, highly costumizable meteor scaffolding application that supports javascript and coffescript.", "homepage" : "http://fastr.de/abee", "keywords" : ["scaffolding", "meteor", "model", "utility"], "repository" : {"type" : "git", "url" : "https://github.com/fastrde/abee.git"}, "author" : {"name" : "Fabian Strachanski"}, "license" : "MIT", "readmeFilename" : "README.md", "engines" : {"node" : ">=0.10.0"}, "dependencies" : {"handlebars" : "~1.1", "optimist" : "~0.6"}, "bin" : {"abee" : "abee"}, "_id" : "abee@0.6", "_from" : "handlebars@"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "barename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "license": {"type": "string"}, "readmeFilename": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "optimist": {"type": "string"}}, "required": ["handlebars", "optimist"]}, "bin": {"type": "object", "properties": {"abee": {"type": "string"}}, "required": ["abee"]}, "_id": {"type": "string"}, "_from": {"type": "string"}}, "required": ["name", "barename", "version", "description", "homepage", "keywords", "repository", "author", "license", "readmeFilename", "engines", "dependencies", "bin", "_id", "_from"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900582758": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900582759": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900582760": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900582761": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900582762": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900582763": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900582764": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900582758", "900582759", "900582760", "900582761", "900582762", "900582763", "900582764"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900582758" : {"nama" : "TPS 1", "dapil" : [3601, 13609, 2360103]}, "900582759" : {"nama" : "TPS 2", "dapil" : [3601, 13609, 2360103]}, "900582760" : {"nama" : "TPS 3", "dapil" : [3601, 13609, 2360103]}, "900582761" : {"nama" : "TPS 4", "dapil" : [3601, 13609, 2360103]}, "900582762" : {"nama" : "TPS 5", "dapil" : [3601, 13609, 2360103]}, "900582763" : {"nama" : "TPS 6", "dapil" : [3601, 13609, 2360103]}, "900582764" : {"nama" : "TPS 7", "dapil" : [3601, 13609, 2360103]}}
json_instruct
{"type": "object", "properties": {"900582758": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900582759": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900582760": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900582761": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900582762": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900582763": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900582764": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900582758", "900582759", "900582760", "900582761", "900582762", "900582763", "900582764"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "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-08-25T14:00:00Z", "Temp" : 30, "RelHum" : 49, "WindSpeed" : 1.5, "WindDir" : 82}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "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": "integer"}, "name": {"type": "string"}, "profession": {"type": "string"}, "elite": {"type": "boolean"}, "minor_traits": {"type": "array", "items": {"type": "integer"}}, "major_traits": {"type": "array", "items": {"type": "integer"}}, "weapon_trait": {"type": "integer"}, "icon": {"type": "string"}, "background": {"type": "string"}, "profession_icon_big": {"type": "string"}, "profession_icon": {"type": "string"}}, "required": ["id", "name", "profession", "elite", "minor_traits", "major_traits", "weapon_trait", "icon", "background", "profession_icon_big", "profession_icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 68, "name" : "Bladesworn", "profession" : "Warrior", "elite" : true, "minor_traits" : [2226, 2242, 2236], "major_traits" : [2237, 2260, 2225, 2253, 2302, 2303, 2261, 2239, 2245], "weapon_trait" : 2256, "icon" : "https://render.guildwars2.com/file/9D0ADEDFDEACCCD2B27103A944B1E7F6C21DCBE2/2491509.png", "background" : "https://render.guildwars2.com/file/0E061BA341496AF47752A5A22578BCD67BF42D77/2491512.png", "profession_icon_big" : "https://render.guildwars2.com/file/713A5A366FB6A25F1C973C067202DA1B46E3CDAC/2491563.png", "profession_icon" : "https://render.guildwars2.com/file/F73D52559DEA5FC92CD4FAF2557E050BC1516A7C/2491565.png"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "profession": {"type": "string"}, "elite": {"type": "boolean"}, "minor_traits": {"type": "array", "items": {"type": "integer"}}, "major_traits": {"type": "array", "items": {"type": "integer"}}, "weapon_trait": {"type": "integer"}, "icon": {"type": "string"}, "background": {"type": "string"}, "profession_icon_big": {"type": "string"}, "profession_icon": {"type": "string"}}, "required": ["id", "name", "profession", "elite", "minor_traits", "major_traits", "weapon_trait", "icon", "background", "profession_icon_big", "profession_icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x6ce7f1869cf792be5819f6ddbcb96ecdd33ef97b11a8d39226690d030c962a64", "parentHash" : "0xb688172d36606d88dbcad3c32d1c6832bb98fb1c28b6a824787c29d71beeb7c9", "number" : 45601, "timestamp" : 1438908842, "nonce" : "0xb22a8ef6c63d3a31", "difficulty" : 1454111281451, "gasLimit" : {"_hex" : "0x4089"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x3222BA3F3e79eA0e31467EEE7639B57923558cCD", "extraData" : "0x476574682f76312e302e302f77696e646f77732f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/food/fruitbasket/fruitbasket.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/food/fruitbasket/fruitbasket.object"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"objects/food/fruitbasket/fruitbasket.object" : ["/floranDescription"]}, "Texts" : {"Chs" : "\u53f6\u65cf\u4eba\u5e0c\u671b\u8fd9\u4e9b\u4e0d\u662f\u8721...", "Eng" : "Floran hopes these aren't wax..."}}, {"DeniedAlternatives" : [], "Files" : {"objects/food/fruitbasket/fruitbasket.object" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u679c\u7bee", "Eng" : "Fruit Basket"}}, {"DeniedAlternatives" : [], "Files" : {"objects/food/fruitbasket/fruitbasket.object" : ["/description"]}, "Texts" : {"Chs" : "\u975e\u5e38\u9002\u5408\u88c5\u9970\u684c\u5b50\u3002", "Eng" : "Perfect for garnishing tables."}}, {"DeniedAlternatives" : [], "Files" : {"objects/food/fruitbasket/fruitbasket.object" : ["/glitchDescription/glitchEmotedText"]}, "Texts" : {"Chs" : "\u8fd9\u4e9b\u770b\u8d77\u6765\u6bd4\u8f83\u65b0\u9c9c\u3002", "Eng" : "These look relatively fresh."}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/food/fruitbasket/fruitbasket.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/food/fruitbasket/fruitbasket.object"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"limit" : 100, "name" : "Oak bed (flatpack)", "value" : 10, "highalch" : 6, "id" : 8578, "lowalch" : 4, "name_pt" : "Cama de carvalho", "price" : 1396, "last" : 1396}
json_instruct
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "MetadataValues": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "MetadataFieldID": {"type": "integer"}, "ItemValue": {"type": "string"}}, "required": ["ID", "MetadataFieldID", "ItemValue"]}}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "MetadataValues", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 181733, "UUID" : "34807B47-347E-4FC0-B99F-3363B9919564", "DataProviderID" : 29, "DataProvidersReference" : "12322", "OperatorID" : 189, "AddressInfo" : {"ID" : 182092, "Title" : "Wolfsgrubenweg", "AddressLine1" : "Wolfsgrubenweg", "Town" : "Oberviechtach", "Postcode" : "92526", "CountryID" : 87, "Latitude" : 49.458863, "Longitude" : 12.407933, "DistanceUnit" : 0}, "Connections" : [{"ID" : 286457, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}, {"ID" : 286458, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}], "StatusTypeID" : 50, "DateLastStatusUpdate" : "2021-07-12T02:43:00Z", "MetadataValues" : [{"ID" : 14027, "MetadataFieldID" : 4, "ItemValue" : "Data from the German chargepoint registry provided by Bundesnetzagentur.de under the CC-BY 4.0 license"}], "DataQualityLevel" : 3, "DateCreated" : "2021-07-08T10:02:00Z", "SubmissionStatusTypeID" : 100}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "MetadataValues": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "MetadataFieldID": {"type": "integer"}, "ItemValue": {"type": "string"}}, "required": ["ID", "MetadataFieldID", "ItemValue"]}}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "MetadataValues", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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" : 9963403, "stationGroupId" : 9963308, "name" : "\u6a2a\u5c71", "lineId" : 99634, "zipCode" : "669-1535", "pref" : "\u5175\u5eab\u770c", "city" : "\u4e09\u7530\u5e02", "town" : "\u5357\u304c\u4e18", "longitude" : 135.219696, "latitude" : 34.876633, "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "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" : 404365583, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "4ef018566bac262b7488156472c06a23", "wof:id" : 404365583, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-3.53816373690906, 47.73785944488363, -3.44022156122912, 47.84914685714251], "geometry" : {"coordinates" : [[[-3.50159291668562, 47.73785944488363], [-3.50705796903803, 47.74783250098113], [-3.52626272753284, 47.76453458309825], [-3.5293875244337, 47.78156441682331], [-3.52495362935865, 47.78789895968279], [-3.51644817891591, 47.78662137247793], [-3.52738821333497, 47.79080652033613], [-3.51708962837917, 47.80462042230386], [-3.52427283335871, 47.80504169752395], [-3.52123776482522, 47.8100154418042], [-3.53369380387585, 47.81503686168579], [-3.53301446913119, 47.82095398016833], [-3.53816373690906, 47.82324012247027], [-3.53801891738953, 47.83523232042307], [-3.52334794271636, 47.84561474590495], [-3.52300429349961, 47.84914685714251], [-3.519273883172, 47.84870449289174], [-3.51894692210582, 47.83905983671174], [-3.50897461879393, 47.8315776581519], [-3.49098412862768, 47.82506368919309], [-3.48587624866891, 47.82529279787873], [-3.4728127272722, 47.83582325825606], [-3.45766187085571, 47.83663326373264], [-3.44926264185558, 47.82910481807941], [-3.44022156122912, 47.82654163003182], [-3.45581579202828, 47.80096629028213], [-3.45127397559793, 47.79480541741036], [-3.46096675934696, 47.79516422244993], [-3.46425283613843, 47.78902248251028], [-3.45958736237022, 47.78316673626051], [-3.46279879010384, 47.77344396330253], [-3.45382281720662, 47.76197455253762], [-3.45276558212426, 47.75867358609941], [-3.471273433434, 47.74811352217969], [-3.50159291668562, 47.73785944488363]]], "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "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 _regeneratorRuntime from \"@babel/runtime/regenerator\";\nimport _asyncToGenerator from \"@babel/runtime/helpers/esm/asyncToGenerator\";\nimport axios from \"axios\";\nimport { local_backend_url } from \"../../url\";\nexport default function submitTest(_x, _x2, _x3) {\n return _submitTest.apply(this, arguments);\n}\n\nfunction _submitTest() {\n _submitTest = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(testId, answers, token) {\n var response;\n return _regeneratorRuntime.wrap(function _callee$(_context) {\n while (1) {\n switch (_context.prev = _context.next) {\n case 0:\n if (answers) {\n _context.next = 2;\n break;\n }\n\n return _context.abrupt(\"return\");\n\n case 2:\n _context.next = 4;\n return axios.post(\"\".concat(local_backend_url, \"/api/quiz-test/answers/store\"), {\n test_id: testId,\n options: answers\n }, {\n headers: {\n Accept: \"Application/json\",\n Authorization: \"Bearer \".concat(token)\n }\n }).then(function (response) {\n return response.data;\n })[\"catch\"](function () {\n return {\n error: \"network error\"\n };\n });\n\n case 4:\n response = _context.sent;\n return _context.abrupt(\"return\", response);\n\n case 6:\n case \"end\":\n return _context.stop();\n }\n }\n }, _callee);\n }));\n return _submitTest.apply(this, arguments);\n}", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.10.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.11": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.12": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.13": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.13.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.10.1", "0.11", "0.12", "0.13", "0.13.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.13.1"], "meta" : {"description" : "A call stack profiler for Python. Inspired by Apple's Instruments.app", "homepage" : "https://github.com/joerick/pyinstrument"}, "versions" : {"0.10.1" : {"sha256" : "837beeecf33aa5c19b545194c5fe3ee656498ab1ce47e0e19bde41cf57ac1abe", "url" : "https://files.pythonhosted.org/packages/3f/36/392b1bdb483e80511938d7b6710fc7f08120639a50aa51ee115216447ae4/pyinstrument-0.10.1.tar.gz"}, "0.11" : {"sha256" : "5059d9052c1a77019859c210c8b8455f207ee1b9cfdd0d93fcd22dec741a5ce4", "url" : "https://files.pythonhosted.org/packages/76/31/580bd1b89215d1b7f86f5fef64c3173ad5d6d43fe6cd097d3734fc3b21a8/pyinstrument-0.11.tar.gz"}, "0.12" : {"sha256" : "276ad384d69334ba324114adc5695dea07252c6910ab81dba5924151643bbf81", "url" : "https://files.pythonhosted.org/packages/5d/5c/e5eefc7a001d243f5c60a6e4260f1fd4b868f654d7c1423fe52459d42f59/pyinstrument-0.12.tar.gz"}, "0.13" : {"sha256" : "35daf6768110954d128a8668dd4aa1328cba1108d1e3f7bd3d0a3e0049b09b09", "url" : "https://files.pythonhosted.org/packages/b3/3e/c21a23a7079d8b873d07a3039d2baa4b8405f3472c29784e4df367b0890f/pyinstrument-0.13.tar.gz"}, "0.13.1" : {"sha256" : "590b45431b5211d2b0f3ea8210e4541a9c740f14c38b7120e8773b7961b79bb3", "url" : "https://files.pythonhosted.org/packages/64/56/d7a0d48973dcf58ea74d5f004e16e94969e03ae783b46f86f42f35a6b81b/pyinstrument-0.13.1.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.10.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.11": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.12": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.13": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.13.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.10.1", "0.11", "0.12", "0.13", "0.13.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"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": {"nesbot/carbon": {"type": "string"}, "paypal/rest-api-sdk-php": {"type": "string"}, "ext-soap": {"type": "string"}, "ext-xml": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["nesbot/carbon", "paypal/rest-api-sdk-php", "ext-soap", "ext-xml", "guzzlehttp/guzzle", "ext-json"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Hpez\\Gateway\\": {"type": "string"}, "Hpez\\Gateway\\Tests\\": {"type": "string"}}, "required": ["Hpez\\Gateway\\", "Hpez\\Gateway\\Tests\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"Gateway": {"type": "string"}}, "required": ["Gateway"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}}, "required": ["name", "homepage", "description", "keywords", "license", "authors", "require", "autoload", "minimum-stability", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hpez/gateway", "homepage" : "https://github.com/hpez/gateway", "description" : "A Laravel package for using all Iranian payment gateways", "keywords" : ["laravel", "iran", "payment", "gateway", "port", "bank", "pay", "mellat", "saman", "pasargad", "parsian", "sadad", "meli", "payline", "jahanpay", "zarinpal", "iranian-banks", "persian-banks", "pardakht", "dargah", "shaparak", "poolport", "ipay", "asan-pardakht", "pay-ir", "paypal", "irankish", "saderat"], "license" : "MIT", "authors" : [{"name" : "Hassan Pezeshk", "email" : "hpez58@gmail.com"}], "require" : {"nesbot/carbon" : ">=1.20", "paypal/rest-api-sdk-php" : "*", "ext-soap" : "*", "ext-xml" : "*", "guzzlehttp/guzzle" : "~6.0", "ext-json" : "*"}, "autoload" : {"psr-4" : {"Hpez\\Gateway\\" : "src/", "Hpez\\Gateway\\Tests\\" : "tests/"}}, "minimum-stability" : "dev", "extra" : {"laravel" : {"providers" : ["Hpez\\Gateway\\GatewayServiceProvider"], "aliases" : {"Gateway" : "Hpez\\Gateway\\Gateway"}}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"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": {"nesbot/carbon": {"type": "string"}, "paypal/rest-api-sdk-php": {"type": "string"}, "ext-soap": {"type": "string"}, "ext-xml": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["nesbot/carbon", "paypal/rest-api-sdk-php", "ext-soap", "ext-xml", "guzzlehttp/guzzle", "ext-json"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Hpez\\Gateway\\": {"type": "string"}, "Hpez\\Gateway\\Tests\\": {"type": "string"}}, "required": ["Hpez\\Gateway\\", "Hpez\\Gateway\\Tests\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"Gateway": {"type": "string"}}, "required": ["Gateway"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}}, "required": ["name", "homepage", "description", "keywords", "license", "authors", "require", "autoload", "minimum-stability", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["music-manager"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"commentStamp" : "AndreiChis 9/24/2015 18:17", "super" : "GTSpotterProcessorFilter", "category" : "GT-Spotter-Model", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : ["selectedMethodSignatures", "configurationBlocks"], "name" : "GTSpotterMethodListProcessorFilter", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : 393, "commit" : "7158b4a1130e2d03ff4b386badd525d9d4eb7a52", "date" : "2021-04-03T11:42:03.799Z"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codename": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "sitemap_locations": {"type": "array", "items": {}}, "last_modified": {"type": "string"}}, "required": ["id", "name", "codename", "language", "type", "sitemap_locations", "last_modified"]}, "elements": {"type": "object", "properties": {"custom_element": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "name", "value"]}}, "required": ["custom_element"]}}, "required": ["system", "elements"]}}, "modular_content": {"type": "array", "items": {}}, "pagination": {"type": "object", "properties": {"skip": {"type": "integer"}, "limit": {"type": "integer"}, "count": {"type": "integer"}, "next_page": {"type": "string"}}, "required": ["skip", "limit", "count", "next_page"]}}, "required": ["items", "modular_content", "pagination"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"items" : [{"system" : {"id" : "7e70cb89-9281-4db9-8130-36076ee1e698", "name" : "Content item 1", "codename" : "content_item_1", "language" : "default", "type" : "content_type", "sitemap_locations" : [], "last_modified" : "2018-12-28T00:00:00.3224207Z"}, "elements" : {"custom_element" : {"type" : "custom", "name" : "Youtube", "value" : "{\"title\":\"Eminem - Lose Yourself [HD]\",\"videoId\":\"_Yhyp-_hX2s\"}"}}}], "modular_content" : [], "pagination" : {"skip" : 0, "limit" : 0, "count" : 1, "next_page" : ""}}
json_instruct
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codename": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "sitemap_locations": {"type": "array", "items": {}}, "last_modified": {"type": "string"}}, "required": ["id", "name", "codename", "language", "type", "sitemap_locations", "last_modified"]}, "elements": {"type": "object", "properties": {"custom_element": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "name", "value"]}}, "required": ["custom_element"]}}, "required": ["system", "elements"]}}, "modular_content": {"type": "array", "items": {}}, "pagination": {"type": "object", "properties": {"skip": {"type": "integer"}, "limit": {"type": "integer"}, "count": {"type": "integer"}, "next_page": {"type": "string"}}, "required": ["skip", "limit", "count", "next_page"]}}, "required": ["items", "modular_content", "pagination"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 6172030003, "parent" : 6172030, "name" : "SEI BULAN", "latitude" : null, "longitude" : null, "postal" : [79151], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d1007-91", "text" : "NATIONAL ASSOCIATION OF EDUCATIONAL BROADCASTERS\nTRUST: W. K. KELLOGG FOUNDATION\nREPORT OF EXPENDITURES FOR THE FISCAL XEAR\n1955-56\nSummary (Detail Attached)\nSalaries and Wages (1)\nBudget\n$ Bfi/SSC.'oo\nExpenditures\nriS,061\".B9-\nBalance\n$37158711\nSeminars, Travel, Research\n12,500.00\n12,032.05\n1)67.95\nSupplies and Expenses\n15,000.00\n13,71*8.37\n1,251.63\nAdministrative Expenses\n2,137.15\n1,991.55\n11*5.60\nContingencies\n555.85\n555.85\nBudget Totals\nfBop337oo\n$ 72,833.86\n\u00a7 7,609.11*\n195>U~5>S> Expenses (2)\n18,017.21\n7,315.29\n10,701.92\nTotal\n$ 18,311.06\n(1) Employer^ Contribution to Retirement Fund (8.133$) and Workmen5s Condensation (l.\u00a3$)\nare included.\n(2) First column indicates balance remaining June 30, 1955* Expenditures are those\nitems properly chargeable to the 195U-55 budget, either because indebtedness was\nactually incurred during that period (but not paid until 195>3>-5>6 due to closing\nof books 6/30/5#) or because certain items or activities budgeted for 195U-55\nwere deferred until 193#~3>6.\n(3) The difference between this balance and actual cash on hand (shown on previous page)\nis due to the fact that actual income has exceeded anticipated income by $2,100.2;3\n(this is largely due to 195>6-#7 Assessment Fees paid in advance)."}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"core.inventory": {"type": "array", "items": {"type": "string"}}, "core.templatePath": {"type": "string"}, "core.workspacePath": {"type": "string"}, "core.concurrency": {"type": "integer"}}, "required": ["core.inventory", "core.templatePath", "core.workspacePath", "core.concurrency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"core.inventory" : ["example/inventory.json", "example/secrets.json"], "core.templatePath" : "example/templates", "core.workspacePath" : "var", "core.concurrency" : 10}
json_instruct
{"type": "object", "properties": {"core.inventory": {"type": "array", "items": {"type": "string"}}, "core.templatePath": {"type": "string"}, "core.workspacePath": {"type": "string"}, "core.concurrency": {"type": "integer"}}, "required": ["core.inventory", "core.templatePath", "core.workspacePath", "core.concurrency"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "/**\n * Copyright IBM Corp. 2016, 2018\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport wrapComponent from '../../tools/wrapComponent';\nimport { settings } from 'carbon-components';\nvar prefix = settings.prefix;\nvar TableToolbarContent = wrapComponent({\n name: 'TableToolbarContent',\n type: 'div',\n className: \"\".concat(prefix, \"--toolbar-content\")\n});\nexport default TableToolbarContent;", "map" : {"version" : 3, "sources" : ["/Users/kushagra/IBM/Use-IBM-MQ-and-App-Connect-on-Cloud-to-transform-data/web-app-a/node_modules/carbon-components-react/es/components/DataTable/TableToolbarContent.js"], "names" : ["wrapComponent", "settings", "prefix", "TableToolbarContent", "name", "type", "className", "concat"], "mappings" : "AAAA;AACA;AACA;AACA;AACA;AACA;AACA,OAAOA,aAAP,MAA0B,2BAA1B;AACA,SAASC,QAAT,QAAyB,mBAAzB;AACA,IAAIC,MAAM,GAAGD,QAAQ,CAACC,MAAtB;AACA,IAAIC,mBAAmB,GAAGH,aAAa,CAAC;AACtCI,EAAAA,IAAI,EAAE,qBADgC;AAEtCC,EAAAA,IAAI,EAAE,KAFgC;AAGtCC,EAAAA,SAAS,EAAE,GAAGC,MAAH,CAAUL,MAAV,EAAkB,mBAAlB;AAH2B,CAAD,CAAvC;AAKA,eAAeC,mBAAf", "sourcesContent" : ["/**\n * Copyright IBM Corp. 2016, 2018\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport wrapComponent from '../../tools/wrapComponent';\nimport { settings } from 'carbon-components';\nvar prefix = settings.prefix;\nvar TableToolbarContent = wrapComponent({\n name: 'TableToolbarContent',\n type: 'div',\n className: \"\".concat(prefix, \"--toolbar-content\")\n});\nexport default TableToolbarContent;"]}, "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#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"CaseTypeID": {"type": "string"}, "CaseEventID": {"type": "string"}, "CaseFieldID": {"type": "string"}, "PageFieldDisplayOrder": {"type": "integer"}, "DisplayContext": {"type": "string"}, "CaseEventFieldLabel": {"type": "string"}, "PageID": {"type": "string"}, "PageDisplayOrder": {"type": "integer"}, "ShowSummaryChangeOption": {"type": "string"}}, "required": ["CaseTypeID", "CaseEventID", "CaseFieldID", "PageFieldDisplayOrder", "DisplayContext", "CaseEventFieldLabel", "PageID", "PageDisplayOrder", "ShowSummaryChangeOption"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"CaseTypeID" : "CIVIL", "CaseEventID" : "AMEND_PARTY_DETAILS", "CaseFieldID" : "specRespondentSolicitor1EmailAddress", "PageFieldDisplayOrder" : 2, "DisplayContext" : "MANDATORY", "CaseEventFieldLabel" : "Defendant's legal representative's details", "PageID" : "Email", "PageDisplayOrder" : 1, "ShowSummaryChangeOption" : "Y"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"CaseTypeID": {"type": "string"}, "CaseEventID": {"type": "string"}, "CaseFieldID": {"type": "string"}, "PageFieldDisplayOrder": {"type": "integer"}, "DisplayContext": {"type": "string"}, "CaseEventFieldLabel": {"type": "string"}, "PageID": {"type": "string"}, "PageDisplayOrder": {"type": "integer"}, "ShowSummaryChangeOption": {"type": "string"}}, "required": ["CaseTypeID", "CaseEventID", "CaseFieldID", "PageFieldDisplayOrder", "DisplayContext", "CaseEventFieldLabel", "PageID", "PageDisplayOrder", "ShowSummaryChangeOption"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["341203200200", "\u5189\u5e99\u6751\u59d4\u4f1a", "210", "0"], ["341203200201", "\u5f20\u6e7e\u6751\u59d4\u4f1a", "220", "0"], ["341203200202", "\u8d75\u96c6\u6751\u59d4\u4f1a", "220", "0"], ["341203200203", "\u5170\u5802\u6751\u59d4\u4f1a", "220", "0"], ["341203200204", "\u6768\u5802\u6751\u59d4\u4f1a", "220", "0"], ["341203200205", "\u68a7\u6a1f\u6751\u59d4\u4f1a", "220", "0"], ["341203200206", "\u5f20\u6865\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Sausage Sports Club", "description" : "A physics-based floppy animals sports game.", "url" : "https://sausagesports.club/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible 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"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "socket.io"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sequoia-lake-army", "version" : "0.1.0", "description" : "A node js chess clock", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "dependencies" : {"express" : "^4.12.4", "socket.io" : "*"}, "keywords" : ["node", "express", "chess clock"], "license" : "MIT"}
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"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "socket.io"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "string"}, "summary": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "source-directories": {"type": "array", "items": {"type": "string"}}, "exposed-modules": {"type": "array", "items": {}}, "dependencies": {"type": "object", "properties": {"chendrix/elm-matrix": {"type": "string"}, "debois/elm-mdl": {"type": "string"}, "elm-community/maybe-extra": {"type": "string"}, "elm-lang/core": {"type": "string"}, "elm-lang/html": {"type": "string"}, "elm-lang/keyboard": {"type": "string"}, "elm-lang/mouse": {"type": "string"}, "rnons/elm-svg-parser": {"type": "string"}}, "required": ["chendrix/elm-matrix", "debois/elm-mdl", "elm-community/maybe-extra", "elm-lang/core", "elm-lang/html", "elm-lang/keyboard", "elm-lang/mouse", "rnons/elm-svg-parser"]}, "elm-version": {"type": "string"}}, "required": ["version", "summary", "repository", "license", "source-directories", "exposed-modules", "dependencies", "elm-version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.0.0", "summary" : "Elm Chess Client", "repository" : "https://github.com/darrensiegel/elm-chess-client.git", "license" : "BSD3", "source-directories" : ["source"], "exposed-modules" : [], "dependencies" : {"chendrix/elm-matrix" : "3.1.3 <= v < 4.0.0", "debois/elm-mdl" : "8.1.0 <= v < 9.0.0", "elm-community/maybe-extra" : "4.0.0 <= v < 5.0.0", "elm-lang/core" : "5.0.0 <= v < 6.0.0", "elm-lang/html" : "2.0.0 <= v < 3.0.0", "elm-lang/keyboard" : "1.0.1 <= v < 2.0.0", "elm-lang/mouse" : "1.0.1 <= v < 2.0.0", "rnons/elm-svg-parser" : "1.2.1 <= v < 2.0.0"}, "elm-version" : "0.18.0 <= v < 0.19.0"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "summary": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "source-directories": {"type": "array", "items": {"type": "string"}}, "exposed-modules": {"type": "array", "items": {}}, "dependencies": {"type": "object", "properties": {"chendrix/elm-matrix": {"type": "string"}, "debois/elm-mdl": {"type": "string"}, "elm-community/maybe-extra": {"type": "string"}, "elm-lang/core": {"type": "string"}, "elm-lang/html": {"type": "string"}, "elm-lang/keyboard": {"type": "string"}, "elm-lang/mouse": {"type": "string"}, "rnons/elm-svg-parser": {"type": "string"}}, "required": ["chendrix/elm-matrix", "debois/elm-mdl", "elm-community/maybe-extra", "elm-lang/core", "elm-lang/html", "elm-lang/keyboard", "elm-lang/mouse", "rnons/elm-svg-parser"]}, "elm-version": {"type": "string"}}, "required": ["version", "summary", "repository", "license", "source-directories", "exposed-modules", "dependencies", "elm-version"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "particle": {"type": "string"}}, "required": ["1", "2", "3", "4", "particle"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "pokecube_legends:block/lele_totem/lele_core", "textures" : {"1" : "pokecube_legends:block/lele_totem/tapu_lele_front_gray", "2" : "pokecube_legends:block/lele_totem/tapu_lele_side_gray", "3" : "pokecube_legends:block/lele_totem/tapu_lele_back_gray", "4" : "pokecube_legends:block/lele_totem/tapu_lele_top_gray", "particle" : "pokecube_legends:block/lele_totem/tapu_lele_front_gray"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "particle": {"type": "string"}}, "required": ["1", "2", "3", "4", "particle"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron-lite": {"type": "string"}, "utility2": {"type": "string"}}, "required": ["electron-lite", "utility2"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "nameAlias": {"type": "string"}, "nameOriginal": {"type": "string"}, "os": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build-ci": {"type": "string"}, "env": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "postinstall": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["build-ci", "env", "heroku-postbuild", "postinstall", "start", "test"]}, "version": {"type": "string"}}, "required": ["author", "description", "devDependencies", "engines", "homepage", "keywords", "license", "main", "name", "nameAlias", "nameOriginal", "os", "repository", "scripts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "kai zhu <kaizhu256@gmail.com>", "description" : "#### basic test coverage for [html2canvas (v0.5.0-beta4)](http://html2canvas.hertzen.com) [![npm package](https://img.shields.io/npm/v/npmtest-html2canvas.svg?style=flat-square)](https://www.npmjs.org/package/npmtest-html2canvas) [![travis-ci.org build-status](https://api.travis-ci.org/npmtest/node-npmtest-html2canvas.svg)](https://travis-ci.org/npmtest/node-npmtest-html2canvas)", "devDependencies" : {"electron-lite" : "kaizhu256/node-electron-lite#alpha", "utility2" : "kaizhu256/node-utility2#alpha"}, "engines" : {"node" : ">=4.0"}, "homepage" : "https://github.com/npmtest/node-npmtest-html2canvas", "keywords" : ["coverage", "test", "html2canvas"], "license" : "MIT", "main" : "lib.npmtest_html2canvas.js", "name" : "npmtest-html2canvas", "nameAlias" : "npmtest_html2canvas", "nameOriginal" : "npmtest-html2canvas", "os" : ["darwin", "linux"], "repository" : {"type" : "git", "url" : "https://github.com/npmtest/node-npmtest-html2canvas.git"}, "scripts" : {"build-ci" : "utility2 shReadmeTest build_ci.sh", "env" : "env", "heroku-postbuild" : "npm install \"kaizhu256/node-utility2#alpha\" && utility2 shDeployHeroku", "postinstall" : "[ ! -f npm_scripts.sh ] || ./npm_scripts.sh postinstall", "start" : "PORT=${PORT:-8080} utility2 start test.js", "test" : "(set -e; export PORT=$(utility2 shServerPortRandom); utility2 test test.js)"}, "version" : "2017.4.24"}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron-lite": {"type": "string"}, "utility2": {"type": "string"}}, "required": ["electron-lite", "utility2"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "nameAlias": {"type": "string"}, "nameOriginal": {"type": "string"}, "os": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build-ci": {"type": "string"}, "env": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "postinstall": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["build-ci", "env", "heroku-postbuild", "postinstall", "start", "test"]}, "version": {"type": "string"}}, "required": ["author", "description", "devDependencies", "engines", "homepage", "keywords", "license", "main", "name", "nameAlias", "nameOriginal", "os", "repository", "scripts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "Awarded only to the very fastest of 'Festers (2011)."}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}}}, "required": ["manufacturer", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manufacturer" : "BEISTA", "devices" : [{"manufacturer" : "", "market_name" : "K105", "codename" : "K105", "model" : "K105"}, {"manufacturer" : "", "market_name" : "K109", "codename" : "K109", "model" : "K109"}, {"manufacturer" : "", "market_name" : "M80_EEA", "codename" : "M80_EEA", "model" : "M80_EEA"}, {"manufacturer" : "", "market_name" : "T30", "codename" : "T30-EEA", "model" : "T30-EEA"}, {"manufacturer" : "", "market_name" : "X101", "codename" : "X101", "model" : "X101"}, {"manufacturer" : "", "market_name" : "X104", "codename" : "X104", "model" : "X104"}, {"manufacturer" : "", "market_name" : "X104-EEA", "codename" : "X104-EEA", "model" : "X104-EEA"}, {"manufacturer" : "", "market_name" : "X108", "codename" : "X108", "model" : "X108"}, {"manufacturer" : "", "market_name" : "X80-EEA", "codename" : "X80-EEA", "model" : "X80-EEA"}]}
json_instruct
{"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}}}, "required": ["manufacturer", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"versionId": {"type": "string"}, "lastUpdated": {"type": "string"}}, "required": ["versionId", "lastUpdated"]}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "compose": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "object", "properties": {"valueSet": {"type": "array", "items": {"type": "string"}}}, "required": ["valueSet"]}}}, "required": ["include"]}}, "required": ["resourceType", "id", "meta", "text", "url", "version", "name", "status", "date", "publisher", "compose"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceType" : "ValueSet", "id" : "2.16.840.1.113883.3.666.5.3011", "meta" : {"versionId" : "22", "lastUpdated" : "2017-02-21T15:38:22.000-05:00"}, "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Acute Myocardial Infarction (AMI)</h2>\n <p>This value set includes codes from the following code systems:</p>\n <ul>\n <li/>\n <li>Import all the codes that are contained in http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.666.5.623</li>\n <li/>\n <li>Import all the codes that are contained in http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.666.5.3024</li>\n </ul>\n </div>"}, "url" : "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.666.5.3011", "version" : "Draft", "name" : "Acute Myocardial Infarction (AMI)", "status" : "draft", "date" : "2017-02-21T15:38:22-05:00", "publisher" : "Lantana EH Steward", "compose" : {"include" : [{"valueSet" : ["http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.666.5.623"]}, {"valueSet" : ["http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.666.5.3024"]}]}}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"versionId": {"type": "string"}, "lastUpdated": {"type": "string"}}, "required": ["versionId", "lastUpdated"]}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "compose": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "object", "properties": {"valueSet": {"type": "array", "items": {"type": "string"}}}, "required": ["valueSet"]}}}, "required": ["include"]}}, "required": ["resourceType", "id", "meta", "text", "url", "version", "name", "status", "date", "publisher", "compose"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "eu": {"type": "integer"}, "duration": {"type": "integer"}, "item_inputs": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["item", "amount"]}}, "fluid_inputs": {"type": "object", "properties": {"fluid": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["fluid", "amount"]}, "fluid_outputs": {"type": "object", "properties": {"fluid": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["fluid", "amount"]}}, "required": ["type", "eu", "duration", "item_inputs", "fluid_inputs", "fluid_outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "modern_industrialization:chemical_reactor", "eu" : 8, "duration" : 200, "item_inputs" : [{"item" : "modern_industrialization:chromium_crushed_dust", "amount" : 1}], "fluid_inputs" : {"fluid" : "modern_industrialization:hydrochloric_acid", "amount" : 9000}, "fluid_outputs" : {"fluid" : "modern_industrialization:chromium_hydrochloric_solution", "amount" : 9000}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "eu": {"type": "integer"}, "duration": {"type": "integer"}, "item_inputs": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["item", "amount"]}}, "fluid_inputs": {"type": "object", "properties": {"fluid": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["fluid", "amount"]}, "fluid_outputs": {"type": "object", "properties": {"fluid": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["fluid", "amount"]}}, "required": ["type", "eu", "duration", "item_inputs", "fluid_inputs", "fluid_outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "contributors:add": {"type": "string"}, "contributors:generate": {"type": "string"}}, "required": ["test", "contributors:add", "contributors:generate"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "author": {"type": "string"}, "email": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"fs": {"type": "string"}, "nodejs-resemble": {"type": "string"}, "parent-module": {"type": "string"}, "path": {"type": "string"}, "sharp": {"type": "string"}}, "required": ["fs", "nodejs-resemble", "parent-module", "path", "sharp"]}, "devDependencies": {"type": "object", "properties": {"all-contributors-cli": {"type": "string"}, "jest": {"type": "string"}, "puppeteer": {"type": "string"}}, "required": ["all-contributors-cli", "jest", "puppeteer"]}}, "required": ["name", "version", "description", "main", "scripts", "bugs", "repository", "engines", "author", "email", "license", "keywords", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "puppeteer-screenshot-tester", "version" : "1.5.0", "description" : "Small library that allows us to compare screenshots generated by puppeteer in our tests", "main" : "src/index.js", "scripts" : {"test" : "jest", "contributors:add" : "all-contributors add", "contributors:generate" : "all-contributors generate"}, "bugs" : {"url" : "https://github.com/burnpiro/puppeteer-screenshot-tester/issues"}, "repository" : {"type" : "git", "url" : "https://github.com/burnpiro/puppeteer-screenshot-tester"}, "engines" : {"node" : ">=12.0.0"}, "author" : "Kemal Erdem", "email" : "kemalpiro@gmail.com", "license" : "MIT", "keywords" : ["puppeteer", "nodejs", "testing", "jest", "screenshot", "test", "javascript"], "dependencies" : {"fs" : "^0.0.1-security", "nodejs-resemble" : "^0.4.1", "parent-module" : "^2.0.0", "path" : "^0.12.7", "sharp" : "^0.29.2"}, "devDependencies" : {"all-contributors-cli" : "^6.20.0", "jest" : "^26.6.3", "puppeteer" : "^11.0.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"}, "contributors:add": {"type": "string"}, "contributors:generate": {"type": "string"}}, "required": ["test", "contributors:add", "contributors:generate"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "author": {"type": "string"}, "email": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"fs": {"type": "string"}, "nodejs-resemble": {"type": "string"}, "parent-module": {"type": "string"}, "path": {"type": "string"}, "sharp": {"type": "string"}}, "required": ["fs", "nodejs-resemble", "parent-module", "path", "sharp"]}, "devDependencies": {"type": "object", "properties": {"all-contributors-cli": {"type": "string"}, "jest": {"type": "string"}, "puppeteer": {"type": "string"}}, "required": ["all-contributors-cli", "jest", "puppeteer"]}}, "required": ["name", "version", "description", "main", "scripts", "bugs", "repository", "engines", "author", "email", "license", "keywords", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "type", "symbol", "decimals", "website", "description", "explorer", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "upBNB", "type" : "BEP20", "symbol" : "upBNB", "decimals" : 18, "website" : "https://upbnb.finance/", "description" : "From the developers of Rootkit Finance - upBNB (upBNB) is The first ERC-31337 token on Binance Smart Chain. upBNB will be the cornerstone asset and vault for the upToken ecosystem on BSC", "explorer" : "https://bscscan.com/token/0x9c3bbff333f4aeab60b3c060607b7c505ff30c82", "status" : "active", "id" : "0x9C3Bbff333F4AEAB60B3c060607b7C505Ff30C82", "logo" : "ipfs://QmVwPKfaYTWqcAVcTbVNMvc6arvq82cQoTCHd5xfQR87Vu/smartchain/assets/0x9C3Bbff333F4AEAB60B3c060607b7C505Ff30C82/logo.png"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "type", "symbol", "decimals", "website", "description", "explorer", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "108815997", "name" : "Cooks Close", "nodes" : [{"type" : "node", "id" : 1247552219, "lat" : 52.1416137, "lon" : -0.8800188}, {"type" : "node", "id" : 1247552248, "lat" : 52.1415208, "lon" : -0.8802428}, {"type" : "node", "id" : 1247552357, "lat" : 52.1415648, "lon" : -0.8801366}], "volunteer_postcode" : "NN7 2NZ", "closest_distance" : 1870}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"cannotsubmit": {"type": "string"}, "choiceoptions": {"type": "string"}, "errorgetchoice": {"type": "string"}, "expired": {"type": "string"}, "full": {"type": "string"}, "noresultsviewable": {"type": "string"}, "notopenyet": {"type": "string"}, "numberofuser": {"type": "string"}, "numberofuserinpercentage": {"type": "string"}, "previewonly": {"type": "string"}, "removemychoice": {"type": "string"}, "responses": {"type": "string"}, "responsesresultgraphdescription": {"type": "string"}, "responsesresultgraphheader": {"type": "string"}, "savemychoice": {"type": "string"}, "userchoosethisoption": {"type": "string"}, "yourselection": {"type": "string"}}, "required": ["cannotsubmit", "choiceoptions", "errorgetchoice", "expired", "full", "noresultsviewable", "notopenyet", "numberofuser", "numberofuserinpercentage", "previewonly", "removemychoice", "responses", "responsesresultgraphdescription", "responsesresultgraphheader", "savemychoice", "userchoosethisoption", "yourselection"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cannotsubmit" : "Tyv\u00e4rr fanns det ett problem att l\u00e4mna ditt val . Var god f\u00f6rs\u00f6k igen.", "choiceoptions" : "Alternativ f\u00f6r opinonsunders\u00f6kning", "errorgetchoice" : "Fel vid h\u00e4mtning av opinionsdata", "expired" : "Den h\u00e4r aktiviteten \u00e4r st\u00e4ngd p\u00e5 {{$a}} och den \u00e4r inte l\u00e4ngre tillg\u00e4nglig.", "full" : "(Full)", "noresultsviewable" : "Det g\u00e5r f.n. inte att visa resultaten.", "notopenyet" : "Den h\u00e4r aktiviteten \u00e4r tyv\u00e4rr inte tillg\u00e4nglig f\u00f6rr\u00e4n {{$a}}", "numberofuser" : "Antal deltagare", "numberofuserinpercentage" : "Procent av deltagarna", "previewonly" : "Detta \u00e4r bara en f\u00f6rhandsvisning av de tillg\u00e4ngliga alternativen f\u00f6r den h\u00e4r aktiviteten . Du kommer inte att kunna l\u00e4mna in ditt val innan {{$a}}", "removemychoice" : "Ta bort mitt val", "responses" : "Svar", "responsesresultgraphdescription" : "{{number}}% Av anv\u00e4ndarna valde alternativet: {{text}}", "responsesresultgraphheader" : "Visa en graf", "savemychoice" : "Spara min opinionsunders\u00f6kning", "userchoosethisoption" : "Anv\u00e4ndare som valt detta alternativ", "yourselection" : "Ditt urval"}
json_instruct
{"type": "object", "properties": {"cannotsubmit": {"type": "string"}, "choiceoptions": {"type": "string"}, "errorgetchoice": {"type": "string"}, "expired": {"type": "string"}, "full": {"type": "string"}, "noresultsviewable": {"type": "string"}, "notopenyet": {"type": "string"}, "numberofuser": {"type": "string"}, "numberofuserinpercentage": {"type": "string"}, "previewonly": {"type": "string"}, "removemychoice": {"type": "string"}, "responses": {"type": "string"}, "responsesresultgraphdescription": {"type": "string"}, "responsesresultgraphheader": {"type": "string"}, "savemychoice": {"type": "string"}, "userchoosethisoption": {"type": "string"}, "yourselection": {"type": "string"}}, "required": ["cannotsubmit", "choiceoptions", "errorgetchoice", "expired", "full", "noresultsviewable", "notopenyet", "numberofuser", "numberofuserinpercentage", "previewonly", "removemychoice", "responses", "responsesresultgraphdescription", "responsesresultgraphheader", "savemychoice", "userchoosethisoption", "yourselection"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"log": {"type": "string"}, "log_top": {"type": "string"}, "stripped_log": {"type": "string"}}, "required": ["log", "log_top", "stripped_log"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rankine:block/template_hollow_log", "textures" : {"log" : "minecraft:block/warped_stem", "log_top" : "minecraft:block/warped_stem_top", "stripped_log" : "minecraft:block/stripped_warped_stem"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"log": {"type": "string"}, "log_top": {"type": "string"}, "stripped_log": {"type": "string"}}, "required": ["log", "log_top", "stripped_log"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "5e064f53eb009468d90ba4eb", "_tpl" : "59e0be5d86f7742d48765bd2", "parentId" : "5e064f53eb009468d90ba4e5", "slotId" : "mod_mount_003"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "authors", "description", "moduleType", "main", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mnm", "version" : "0.9.0", "authors" : ["JEiten <jonathan.eiten@mojotouch.com>"], "description" : "Include modified node modules on the client side.", "moduleType" : ["globals"], "main" : "src/js/mnm.js", "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "authors", "description", "moduleType", "main", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"checks": {"type": "object", "properties": {"mem": {"type": "object", "properties": {"command": {"type": "string"}, "subscribers": {"type": "array", "items": {"type": "string"}}, "interval": {"type": "integer"}}, "required": ["command", "subscribers", "interval"]}, "swap": {"type": "object", "properties": {"command": {"type": "string"}, "subscribers": {"type": "array", "items": {"type": "string"}}, "interval": {"type": "integer"}}, "required": ["command", "subscribers", "interval"]}, "mem_metrics": {"type": "object", "properties": {"type": {"type": "string"}, "command": {"type": "string"}, "subscribers": {"type": "array", "items": {"type": "string"}}, "interval": {"type": "integer"}}, "required": ["type", "command", "subscribers", "interval"]}}, "required": ["mem", "swap", "mem_metrics"]}}, "required": ["checks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"checks" : {"mem" : {"command" : "check-memory-percent.rb -w 80 -c 90 -p", "subscribers" : ["node"], "interval" : 30}, "swap" : {"command" : "check-swap-percent.rb -w 80 -c 90 -r", "subscribers" : ["node"], "interval" : 30}, "mem_metrics" : {"type" : "metric", "command" : "metrics-memory.rb", "subscribers" : ["node-metrics"], "interval" : 30}}}
json_instruct
{"type": "object", "properties": {"checks": {"type": "object", "properties": {"mem": {"type": "object", "properties": {"command": {"type": "string"}, "subscribers": {"type": "array", "items": {"type": "string"}}, "interval": {"type": "integer"}}, "required": ["command", "subscribers", "interval"]}, "swap": {"type": "object", "properties": {"command": {"type": "string"}, "subscribers": {"type": "array", "items": {"type": "string"}}, "interval": {"type": "integer"}}, "required": ["command", "subscribers", "interval"]}, "mem_metrics": {"type": "object", "properties": {"type": {"type": "string"}, "command": {"type": "string"}, "subscribers": {"type": "array", "items": {"type": "string"}}, "interval": {"type": "integer"}}, "required": ["type", "command", "subscribers", "interval"]}}, "required": ["mem", "swap", "mem_metrics"]}}, "required": ["checks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "2.4.0": {"type": "object", "properties": {"url": {"type": "string"}, "file-type": {"type": "string"}, "bin": {"type": "array", "items": {}}, "shortcuts": {"type": "array", "items": {}}, "persist": {"type": "array", "items": {}}}, "required": ["url", "file-type", "bin", "shortcuts", "persist"]}, "auto-update": {"type": "object", "properties": {"checkver": {"type": "string"}}, "required": ["checkver"]}}, "required": ["display-name", "package-name", "latest-version", "2.4.0", "auto-update"]}}, "required": ["display-name", "package-name", "is-portable", "portable"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"display-name" : "", "package-name" : "hashcheck", "is-portable" : true, "portable" : {"display-name" : "", "package-name" : "hashcheck", "latest-version" : "2.4.0", "2.4.0" : {"url" : "https://github.com/gurnec/HashCheck/releases/download/v2.4.0/HashCheckSetup-v2.4.0.exe", "file-type" : ".exe", "bin" : [], "shortcuts" : [], "persist" : []}, "auto-update" : {"checkver" : ""}}}
json_instruct
{"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "2.4.0": {"type": "object", "properties": {"url": {"type": "string"}, "file-type": {"type": "string"}, "bin": {"type": "array", "items": {}}, "shortcuts": {"type": "array", "items": {}}, "persist": {"type": "array", "items": {}}}, "required": ["url", "file-type", "bin", "shortcuts", "persist"]}, "auto-update": {"type": "object", "properties": {"checkver": {"type": "string"}}, "required": ["checkver"]}}, "required": ["display-name", "package-name", "latest-version", "2.4.0", "auto-update"]}}, "required": ["display-name", "package-name", "is-portable", "portable"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "landing_text": {"type": "string"}, "version": {"type": "integer"}, "advancement_namespaces": {"type": "array", "items": {"type": "string"}}, "model": {"type": "string"}, "creative_tab": {"type": "string"}, "macros": {"type": "object", "properties": {"$(item)": {"type": "string"}, "$(mob)": {"type": "string"}, "$(thing)": {"type": "string"}}, "required": ["$(item)", "$(mob)", "$(thing)"]}}, "required": ["name", "landing_text", "version", "advancement_namespaces", "model", "creative_tab", "macros"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "patchouli.universalbestiary.title", "landing_text" : "patchouli.universalbestiary.landing", "version" : 1, "advancement_namespaces" : ["universalbestiary"], "model" : "universalbestiary:bestiary", "creative_tab" : "misc", "macros" : {"$(item)" : "$(#b0b)", "$(mob)" : "$(#e50)", "$(thing)" : "$(#490)"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "landing_text": {"type": "string"}, "version": {"type": "integer"}, "advancement_namespaces": {"type": "array", "items": {"type": "string"}}, "model": {"type": "string"}, "creative_tab": {"type": "string"}, "macros": {"type": "object", "properties": {"$(item)": {"type": "string"}, "$(mob)": {"type": "string"}, "$(thing)": {"type": "string"}}, "required": ["$(item)", "$(mob)", "$(thing)"]}}, "required": ["name", "landing_text", "version", "advancement_namespaces", "model", "creative_tab", "macros"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"type": {"type": "integer"}, "after": {"type": "number"}, "before": {"type": "number"}, "parent": {"type": "string"}}, "required": ["type", "after", "before", "parent"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1311147d-ed80-40af-bba6-a7310b24c24c", "playerTags" : ["2720559e-9173-4042-aaa0-d3852b72ab2e"], "teamTags" : ["747b8e4a-7e50-4638-a973-ea7950a3e739"], "gameTags" : [], "metadata" : {"type" : 1, "after" : 0.8116321631993308, "before" : 0.7824851164845977, "parent" : "72dadbd9-afb8-45e5-8dbc-bdda81f0632f"}, "created" : "2021-03-21T18:01:07.028Z", "season" : 13, "tournament" : -1, "type" : 117, "day" : 116, "phase" : 13, "category" : 1, "description" : "Hiroto Wilcox's pitching was boosted.", "nuts" : 18}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"type": {"type": "integer"}, "after": {"type": "number"}, "before": {"type": "number"}, "parent": {"type": "string"}}, "required": ["type", "after", "before", "parent"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"vfModuleModelName": {"type": "string"}, "vfModuleModelInvariantUUID": {"type": "string"}, "vfModuleModelVersion": {"type": "string"}, "vfModuleModelUUID": {"type": "string"}, "vfModuleModelCustomizationUUID": {"type": "string"}, "isBase": {"type": "boolean"}, "artifacts": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"min_vf_module_instances": {"type": "string"}, "vf_module_label": {"type": "string"}, "max_vf_module_instances": {"type": "string"}, "vfc_list": {"type": "string"}, "vf_module_description": {"type": "string"}, "vf_module_type": {"type": "string"}, "availability_zone_count": {"type": "string"}, "volume_group": {"type": "string"}, "initial_count": {"type": "string"}}, "required": ["min_vf_module_instances", "vf_module_label", "max_vf_module_instances", "vfc_list", "vf_module_description", "vf_module_type", "availability_zone_count", "volume_group", "initial_count"]}}, "required": ["vfModuleModelName", "vfModuleModelInvariantUUID", "vfModuleModelVersion", "vfModuleModelUUID", "vfModuleModelCustomizationUUID", "isBase", "artifacts", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"vfModuleModelName" : "VcpeVgwBf175ab04fa2..base_vcpe_vgw..module-0", "vfModuleModelInvariantUUID" : "7caf746f-46c6-4e47-bbfc-9374b1c17ba1", "vfModuleModelVersion" : "1", "vfModuleModelUUID" : "a4654496-9862-47e4-9640-d84708ea8bfb", "vfModuleModelCustomizationUUID" : "ddd095d2-c2ba-48fe-90f4-e3f6fc806d7e", "isBase" : true, "artifacts" : ["e3a33b76-1f8a-44ba-808b-8a4c79e4b44a", "9b73763b-0f60-47c3-8939-cf2f819bc75a"], "properties" : {"min_vf_module_instances" : "1", "vf_module_label" : "base_vcpe_vgw", "max_vf_module_instances" : "1", "vfc_list" : "", "vf_module_description" : "", "vf_module_type" : "Base", "availability_zone_count" : "", "volume_group" : "false", "initial_count" : "1"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"vfModuleModelName": {"type": "string"}, "vfModuleModelInvariantUUID": {"type": "string"}, "vfModuleModelVersion": {"type": "string"}, "vfModuleModelUUID": {"type": "string"}, "vfModuleModelCustomizationUUID": {"type": "string"}, "isBase": {"type": "boolean"}, "artifacts": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"min_vf_module_instances": {"type": "string"}, "vf_module_label": {"type": "string"}, "max_vf_module_instances": {"type": "string"}, "vfc_list": {"type": "string"}, "vf_module_description": {"type": "string"}, "vf_module_type": {"type": "string"}, "availability_zone_count": {"type": "string"}, "volume_group": {"type": "string"}, "initial_count": {"type": "string"}}, "required": ["min_vf_module_instances", "vf_module_label", "max_vf_module_instances", "vfc_list", "vf_module_description", "vf_module_type", "availability_zone_count", "volume_group", "initial_count"]}}, "required": ["vfModuleModelName", "vfModuleModelInvariantUUID", "vfModuleModelVersion", "vfModuleModelUUID", "vfModuleModelCustomizationUUID", "isBase", "artifacts", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "metal": {"type": "string"}, "denomination": {"type": "string"}, "date": {"type": "string"}, "weight": {"type": "number"}, "diameter": {"type": "integer"}, "thickness": {"type": "null"}, "quality": {"type": "string"}, "edge": {"type": "string"}, "mintage": {"type": "integer"}, "categoryId": {"type": "integer"}, "category": {"type": "string"}, "generalDescription": {"type": "string"}, "averseDescription": {"type": "string"}, "reverseDescription": {"type": "string"}, "averseImgUrl": {"type": "string"}, "reverseImgUrl": {"type": "string"}}, "required": ["id", "name", "metal", "denomination", "date", "weight", "diameter", "thickness", "quality", "edge", "mintage", "categoryId", "category", "generalDescription", "averseDescription", "reverseDescription", "averseImgUrl", "reverseImgUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 190, "name" : "Mykhailo Drahomanov", "metal" : "nickel silver", "denomination" : "2 hryvnias", "date" : "26 September 2001", "weight" : 12.8, "diameter" : 31, "thickness" : null, "quality" : "ordinary", "edge" : "corrugated", "mintage" : 30000, "categoryId" : 5914, "category" : "Outstanding Personalities of Ukraine", "generalDescription" : "The coin is dedicated to 160th anniversary since the birth of Mykhailo Drahomanov (18.09.1841 - 20.06.1895), an outstanding Ukrainian politician, historian scientist, literary critic and ethnographer, who was born in Hadyach, Poltava region.", "averseDescription" : "On the coin obverse at its centre within the frame of a conventionalized vegetable ornamental pattern there is the small National Emblem of Ukraine and a four-line inscription: \u0423\u041a\u0420\u0410\u0407\u041d\u0410, 2001, 2, \u0413\u0420\u0418\u0412\u041d\u0406 (Ukraine/ 2001 /2 hryvnia) and the Mint logo of the National Bank of Ukraine", "reverseDescription" : "On the coin reverse within the circle there is a depiction of Mykhailo Drahomanov who sits leaning on a table with a book in his hand. Around the coin circumference there is an inscription: \u041c\u0418\u0425\u0410\u0419\u041b\u041e \u0414\u0420\u0410\u0413\u041e\u041c\u0410\u041d\u041e\u0412 1841 - 1895 (Mykhailo Drahomanov)", "averseImgUrl" : "http://www.bank.gov.ua/control/en/currentmoney/image?g=2&s=0&id=190", "reverseImgUrl" : "http://www.bank.gov.ua/control/en/currentmoney/image?g=2&s=1&id=190"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "metal": {"type": "string"}, "denomination": {"type": "string"}, "date": {"type": "string"}, "weight": {"type": "number"}, "diameter": {"type": "integer"}, "thickness": {"type": "null"}, "quality": {"type": "string"}, "edge": {"type": "string"}, "mintage": {"type": "integer"}, "categoryId": {"type": "integer"}, "category": {"type": "string"}, "generalDescription": {"type": "string"}, "averseDescription": {"type": "string"}, "reverseDescription": {"type": "string"}, "averseImgUrl": {"type": "string"}, "reverseImgUrl": {"type": "string"}}, "required": ["id", "name", "metal", "denomination", "date", "weight", "diameter", "thickness", "quality", "edge", "mintage", "categoryId", "category", "generalDescription", "averseDescription", "reverseDescription", "averseImgUrl", "reverseImgUrl"], "$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" : "d884-33", "text" : "WEDNESDAY, MAY 4\nThird General Session\nSocial Administration Building\nWEDNESDAY\n9:30 A. M.\n!/ Planning for the Listener\nPresiding, Franklin Dunham\nEducational Director, National Broadcasting Company\nBroadcasting News as History\nCesar Saerchinger, American Historical Association\nPlanning Broadcasts for Women in Great Britain\nElise Sprott, British Broadcasting Corporation\nInforming the Listener\nRobert Stephan, Radio Editor, Cleveland Plain Dealer\nGeneral Discussion\nFourth General Session\nSocial Administration Building\nWEDNESDAY\n2:00 P. M.\nPresiding, H. V. Kaltenborn\nNews Commentator, Columbia Broadcasting System\nDemonstration and Discussion of Awards for Second Exhibition of\nRecordings of Educational Radio Programs\n* 7 \u2022"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$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"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"lodash.camelcase": {"type": "string"}, "plugin-error": {"type": "string"}, "vinyl": {"type": "string"}, "vinyl-sourcemaps-apply": {"type": "string"}}, "required": ["lodash.camelcase", "plugin-error", "vinyl", "vinyl-sourcemaps-apply"]}, "devDependencies": {"type": "object", "properties": {"gulp-sourcemaps": {"type": "string"}, "mocha": {"type": "string"}, "rollup": {"type": "string"}, "should": {"type": "string"}}, "required": ["gulp-sourcemaps", "mocha", "rollup", "should"]}}, "required": ["name", "version", "description", "author", "license", "repository", "bugs", "homepage", "main", "scripts", "keywords", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gulp-better-rollup", "version" : "4.0.1", "description" : "Better Gulp plugin for Rollup ES6 module bundler", "author" : "Mike Kovarik", "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/MikeKovarik/gulp-better-rollup"}, "bugs" : {"url" : "https://github.com/MikeKovarik/gulp-better-rollup/issues"}, "homepage" : "https://github.com/MikeKovarik/gulp-better-rollup", "main" : "index.js", "scripts" : {"test" : "mocha"}, "keywords" : ["gulp", "gulpplugin", "rollup", "es6"], "engines" : {"node" : ">=8"}, "dependencies" : {"lodash.camelcase" : "^4.3.0", "plugin-error" : "^1.0.1", "vinyl" : "^2.1.0", "vinyl-sourcemaps-apply" : "^0.2.1"}, "devDependencies" : {"gulp-sourcemaps" : "^2.1.1", "mocha" : "^6.0.2", "rollup" : "^1.4.1", "should" : "^13.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"lodash.camelcase": {"type": "string"}, "plugin-error": {"type": "string"}, "vinyl": {"type": "string"}, "vinyl-sourcemaps-apply": {"type": "string"}}, "required": ["lodash.camelcase", "plugin-error", "vinyl", "vinyl-sourcemaps-apply"]}, "devDependencies": {"type": "object", "properties": {"gulp-sourcemaps": {"type": "string"}, "mocha": {"type": "string"}, "rollup": {"type": "string"}, "should": {"type": "string"}}, "required": ["gulp-sourcemaps", "mocha", "rollup", "should"]}}, "required": ["name", "version", "description", "author", "license", "repository", "bugs", "homepage", "main", "scripts", "keywords", "engines", "dependencies", "devDependencies"], "$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"}, "description": {"type": "string"}, "filename": {"type": "string"}, "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"}, "homepage": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}}, "required": ["name", "description", "filename", "repository", "keywords", "author", "license", "homepage", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cosmicjs", "description" : "The official client module for Cosmic JS. This module helps you easily add dynamic content to your website or application.", "filename" : "cosmicjs.browser.min.js", "repository" : {"type" : "git", "url" : "git+https://github.com/cosmicjs/cosmicjs-node.git"}, "keywords" : ["cms", "node", "content", "api"], "author" : "Tony Spiro <tspiro@tonyspiro.com> (http://tonyspiro.com/)", "license" : "ISC", "homepage" : "https://cosmicjs.com/", "autoupdate" : {"source" : "npm", "target" : "cosmicjs", "fileMap" : [{"basePath" : "", "files" : ["cosmicjs*"]}]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "filename": {"type": "string"}, "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"}, "homepage": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}}, "required": ["name", "description", "filename", "repository", "keywords", "author", "license", "homepage", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "price": {"type": "integer"}, "time": {"type": "integer"}, "slug": {"type": "string"}, "category": {"type": "string"}, "info": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"]}}}, "required": ["id", "title", "price", "time", "slug", "category", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1364911, "title" : "Frans-Brynf\u00e4rg & Formning", "price" : 450, "time" : 1800, "slug" : "frans-brynf\u00e4rg-&-formning-1364911", "category" : "\u00d6gon-Blick", "info" : [{"title" : "VAD G\u00d6R BEHANDLINGEN?", "text" : "Rama in dina \u00f6gon med f\u00e4rg p\u00e5 fransar och bryn och en prydlig form som piggar upp blicken."}, {"title" : "VAD ING\u00c5R I BEHANDLINGEN?", "text" : "Formning av bryn g\u00f6rs med vax, pincnett och sax. Jag r\u00e5dgiver Dig om form och teknik som b\u00e4st l\u00e4mpar sig till dina \u00f6nskem\u00e5l, men det \u00e4r Du som f\u00e5r best\u00e4mma precis hur du vill ha dem.Ang\u00e5ende brynf\u00e4rgen rekommenderar jag att utg\u00e5 ifr\u00e5n dina egna toner f\u00f6r att uppn\u00e5 ett naturligt resultat, men jag fr\u00e5gar dig alltid f\u00f6rst innan att l\u00e4gga p\u00e5 f\u00e4rgen."}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "price": {"type": "integer"}, "time": {"type": "integer"}, "slug": {"type": "string"}, "category": {"type": "string"}, "info": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"]}}}, "required": ["id", "title", "price", "time", "slug", "category", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "220283204200", "text" : "\u5f13\u68da\u6751"}, {"id" : "220283204201", "text" : "\u56e2\u5c71\u6751"}, {"id" : "220283204202", "text" : "\u519c\u5bcc\u6751"}, {"id" : "220283204203", "text" : "\u5174\u76db\u6751"}, {"id" : "220283204204", "text" : "\u5f90\u5bb6\u6751"}, {"id" : "220283204205", "text" : "\u5929\u5408\u6751"}, {"id" : "220283204206", "text" : "\u77f3\u5e99\u6751"}, {"id" : "220283204207", "text" : "\u592a\u5e73\u6751"}, {"id" : "220283204208", "text" : "\u7efc\u5408\u6751"}, {"id" : "220283204209", "text" : "\u5b9d\u5ddd\u6751"}, {"id" : "220283204210", "text" : "\u5408\u5c71\u6751"}, {"id" : "220283204211", "text" : "\u4e09\u826f\u6751"}, {"id" : "220283204212", "text" : "\u5b98\u5385\u6751"}, {"id" : "220283204213", "text" : "\u65b0\u6cb3\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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"pinpadResult": {"type": "object", "properties": {"command": {"type": "string"}, "resultCode": {"type": "integer"}}, "required": ["command", "resultCode"]}}, "required": ["pinpadResult"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"pinpadResult" : {"command" : "CLO", "resultCode" : 15}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"pinpadResult": {"type": "object", "properties": {"command": {"type": "string"}, "resultCode": {"type": "integer"}}, "required": ["command", "resultCode"]}}, "required": ["pinpadResult"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "request-language": {"type": "string"}, "custom-access-template": {"type": "string"}, "suggested-transport-medium": {"type": "string"}, "quality": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "address", "phone", "email", "web", "sources", "request-language", "custom-access-template", "suggested-transport-medium", "quality"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "emerse", "relevant-countries" : ["all"], "categories" : ["ads"], "name" : "Emerse Sverige AB", "address" : "Lilla Fiskaregatan 1A\n222 22 Lund\nSweden", "phone" : "+46 46 378 0100", "email" : "dataprotectionofficer@emerse.com", "web" : "https://www.emerse.com/", "sources" : ["https://www.emerse.com/privacy-policy/", "https://www.emerse.com/contact/"], "request-language" : "en", "custom-access-template" : "access-tracking", "suggested-transport-medium" : "email", "quality" : "verified"}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "request-language": {"type": "string"}, "custom-access-template": {"type": "string"}, "suggested-transport-medium": {"type": "string"}, "quality": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "address", "phone", "email", "web", "sources", "request-language", "custom-access-template", "suggested-transport-medium", "quality"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "black_king_pigeon", "originalId" : 369148, "rarity" : 3, "name" : "Black King Pigeon", "description" : "Spesies burung yang umum ditemukan di Teyvat. Gemuk dan berdaging, juga bisa dilatih untuk mengantarkan surat.\\nMerpati yang cukup sering dijumpai ini diberi nama sedemikian rupa karena warna hitam di bagian kepalanya. Burung ini lebih berani terhadap konfrontasi , membuatnya lebih mudah ditangkap. Menurut aturan, hewan yang hidup di dalam Serenitea Pot tidak boleh saling membunuh, tetapi diperbolehkan untuk berduel. Karena itu, terkadang kamu akan melihat burung ini bertarung dengan hewan lain. Menurut legenda, Black King Pigeon bahkan dapat mengalahkan musang yang mengganggunya.", "load" : 350, "energy" : 100, "category" : [{"id" : 9002, "category" : "Makhluk Luar Ruangan", "type" : "Exterior"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "caelum:block/skyroot_leaves"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : ["node_modules/pepjs/dist/pep.js"]}
json_instruct
{"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"], "$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#"}
[[1980, 5], [1986, 5], [1990, 5], [1992, 5], [1999, 7], [2001, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"v": {"type": "array", "items": {"type": "string"}}, "l": {"type": "array", "items": {"type": "integer"}}, "c": {"type": "array", "items": {"type": "integer"}}, "m": {"type": "array", "items": {"type": "null"}}}, "required": ["v", "l", "c", "m"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"v" : ["schlepps", "schmucks", "schnooks", "scraichs", "shrieves", "sleights"], "l" : [2, 2, 2, 2, 2, 2], "c" : [3852, 3856, 3859, 3900, 4104, 4253], "m" : [null, null, null, null, null, null]}
json_instruct
{"type": "object", "properties": {"v": {"type": "array", "items": {"type": "string"}}, "l": {"type": "array", "items": {"type": "integer"}}, "c": {"type": "array", "items": {"type": "integer"}}, "m": {"type": "array", "items": {"type": "null"}}}, "required": ["v", "l", "c", "m"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data_object_set": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "file_size_bytes": {"type": "integer"}, "type": {"type": "string"}}, "required": ["id", "name", "description", "file_size_bytes", "type"]}}}, "required": ["data_object_set"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data_object_set" : [{"id" : "nmdc:ae40d7ae535c92b6d347915d8b1ac125", "name" : "filterStats.txt", "description" : "Filtered read data stats for gold:Gp0061273", "file_size_bytes" : 290, "type" : "nmdc:DataObject"}, {"id" : "nmdc:bd723452a107e973fcc6734ff7894bb9", "name" : "1472_51277.filtered.fastq.gz", "description" : "Filtered read data for gold:Gp0061273", "file_size_bytes" : 6661782534, "type" : "nmdc:DataObject"}, {"id" : "nmdc:2ab62ebc3f4641d4c5de8b1507feeaf1", "name" : "filterStats.txt", "description" : "Filtered read data stats for gold:Gp0061274", "file_size_bytes" : 288, "type" : "nmdc:DataObject"}]}
json_instruct
{"type": "object", "properties": {"data_object_set": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "file_size_bytes": {"type": "integer"}, "type": {"type": "string"}}, "required": ["id", "name", "description", "file_size_bytes", "type"]}}}, "required": ["data_object_set"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}}, "required": ["method", "url"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"request" : {"method" : "DELETE", "url" : "/user/starred/test-user1/test-repo1"}, "response" : {"status" : 404}}
json_instruct
{"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}}, "required": ["method", "url"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}}, "required": ["status"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[2, 23, 23, 23, 22, 18, 2, 2, 1]
json_instruct
{"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}