input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"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": {"Id": {"type": "integer"}}, "required": ["Id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "name", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "name" : "Baltic_2002", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Id" : 0}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-120.41743019093967, 38.67058100103059], [-120.41785133821732, 38.67025702302701], [-120.41845031621969, 38.670518008426896], [-120.4188919481315, 38.67062237096116], [-120.41947469797175, 38.670698166747265], [-120.41998791936935, 38.67074559634228], [-120.42034772941398, 38.670830086699354], [-120.42043817977921, 38.67091325214514], [-120.42049883033667, 38.67118033201684], [-120.42048403080423, 38.67159448676494], [-120.42041149152884, 38.67199382936136], [-120.42027895014857, 38.67242332915234], [-120.42013913760057, 38.6730554561732], [-120.41919577947313, 38.67292207826511], [-120.417469397175, 38.67274865545126], [-120.41672336684262, 38.67265559459454], [-120.41668119878308, 38.67219530517258], [-120.4170326227031, 38.671211944677154], [-120.41743019093967, 38.67058100103059]]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"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": {"Id": {"type": "integer"}}, "required": ["Id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "name", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"require": {"type": "object", "properties": {"talesoft/tale-pug": {"type": "string"}}, "required": ["talesoft/tale-pug"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"talesoft/tale-pug" : "*"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"talesoft/tale-pug": {"type": "string"}}, "required": ["talesoft/tale-pug"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900692077": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900692078": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900692079": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900692080": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900692077", "900692078", "900692079", "900692080"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900692077" : {"nama" : "TPS 1", "dapil" : [6501, 16503, 2650201]}, "900692078" : {"nama" : "TPS 2", "dapil" : [6501, 16503, 2650201]}, "900692079" : {"nama" : "TPS 3", "dapil" : [6501, 16503, 2650201]}, "900692080" : {"nama" : "TPS 4", "dapil" : [6501, 16503, 2650201]}}
json_instruct
{"type": "object", "properties": {"900692077": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900692078": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900692079": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900692080": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900692077", "900692078", "900692079", "900692080"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"conversations": {"type": "object", "properties": {"pages": {"type": "integer"}, "page": {"type": "integer"}, "count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "number": {"type": "integer"}, "type": {"type": "string"}, "mailboxid": {"type": "integer"}, "attachments": {"type": "boolean"}, "subject": {"type": "string"}, "status": {"type": "string"}, "threadCount": {"type": "integer"}, "preview": {"type": "string"}, "customerName": {"type": "string"}, "customerEmail": {"type": "string"}, "customerIds": {"type": "array", "items": {"type": "integer"}}, "modifiedAt": {"type": "string"}, "assignedid": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "color": {"type": "string"}}, "required": ["id", "name", "color"]}}, "assignedName": {"type": "string"}}, "required": ["id", "number", "type", "mailboxid", "attachments", "subject", "status", "threadCount", "preview", "customerName", "customerEmail", "customerIds", "modifiedAt", "assignedid", "tags", "assignedName"]}}}, "required": ["pages", "page", "count", "results"]}}, "required": ["conversations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"conversations" : {"pages" : 157, "page" : 1, "count" : 1561, "results" : [{"id" : 583, "number" : 12345, "type" : "email", "mailboxid" : 2, "attachments" : false, "subject" : "Sample subject", "status" : "active", "threadCount" : 6, "preview" : "This is a preview...", "customerName" : "John Smith", "customerEmail" : "[email protected]", "customerIds" : [2], "modifiedAt" : "2015-04-24T18:59:49Z", "assignedid" : 4, "tags" : [{"id" : 123, "name" : "sample-tag", "color" : "none"}], "assignedName" : "Mary Jones"}]}}
json_instruct
{"type": "object", "properties": {"conversations": {"type": "object", "properties": {"pages": {"type": "integer"}, "page": {"type": "integer"}, "count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "number": {"type": "integer"}, "type": {"type": "string"}, "mailboxid": {"type": "integer"}, "attachments": {"type": "boolean"}, "subject": {"type": "string"}, "status": {"type": "string"}, "threadCount": {"type": "integer"}, "preview": {"type": "string"}, "customerName": {"type": "string"}, "customerEmail": {"type": "string"}, "customerIds": {"type": "array", "items": {"type": "integer"}}, "modifiedAt": {"type": "string"}, "assignedid": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "color": {"type": "string"}}, "required": ["id", "name", "color"]}}, "assignedName": {"type": "string"}}, "required": ["id", "number", "type", "mailboxid", "attachments", "subject", "status", "threadCount", "preview", "customerName", "customerEmail", "customerIds", "modifiedAt", "assignedid", "tags", "assignedName"]}}}, "required": ["pages", "page", "count", "results"]}}, "required": ["conversations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"messages": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["messages", "success"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"messages" : [], "success" : true}
json_instruct
{"type": "object", "properties": {"messages": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["messages", "success"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "0x65115ba176b52bfd4650fe00e03814f4167c88491b62a9efec5a8b5dd25f412d", "parentHash" : "0x8fa25d27fbd2de206834f02d0fc43d2f2bbfb6aa65c0e42013b7b80a6e5f035f", "number" : 14748, "timestamp" : 1438402530, "nonce" : "0xba2931782fb885ab", "difficulty" : 860074935092, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xB8aEd614fCBBC496506c9f8fAa41D99023E12a6D", "extraData" : "0x476574682f76312e302e302d64373231316465632f6c696e75782f676f312e34", "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["h5-component"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ROASTED ALMOND", "symbol" : "RALMOND", "logoURI" : "https://raw.githubusercontent.com/STARSCREAM-SAYS/almond/main/logo.png", "decimals" : 0, "address" : "6Ax2MkQAaS722tzToaoHQe16GVWVJvofWp1tFTdsTJhk", "chainId" : 101, "tags" : ["social-token"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"3339": {"type": "string"}, "3341": {"type": "string"}}, "required": ["3339", "3341"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"3339" : "3340", "3341" : "3342"}
json_instruct
{"type": "object", "properties": {"3339": {"type": "string"}, "3341": {"type": "string"}}, "required": ["3339", "3341"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"$id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}, "minLength": {"type": "integer"}}, "required": ["type", "pattern", "minLength"]}}, "required": ["$id", "description", "type", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$id" : "https://example.com/testdata/generate/array_pattern/foo/bar.json", "description" : "Bar gives you lots of dumb info", "type" : "array", "items" : {"type" : "string", "pattern" : "^[a-z]{10}$", "minLength" : 3}}
json_instruct
{"type": "object", "properties": {"$id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}, "minLength": {"type": "integer"}}, "required": ["type", "pattern", "minLength"]}}, "required": ["$id", "description", "type", "items"], "$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"}, "peerDependencies": {"type": "object", "properties": {"vue": {"type": "string"}}, "required": ["vue"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "peerDependencies", "repository", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vue-checkbox-switch", "version" : "1.0.0", "description" : "A simple Vue component for checkbox's switch style", "main" : "src/Switch.vue", "peerDependencies" : {"vue" : ">=2"}, "repository" : "rafaelpimpa/vue-checkbox-switch", "keywords" : ["vue", "checkbox", "checkbox-switch", "switch-checkbox", "switch"], "author" : "Rafael Beraldo <[email protected]>", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"vue": {"type": "string"}}, "required": ["vue"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "peerDependencies", "repository", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Preheat the oven to 325 degrees F (165 degrees C).", "In a large bowl, toss together the apples, oranges, brown sugar, Cheddar cheese, and walnuts. Spread evenly in a 9x13 inch baking dish. Sprinkle crushed crackers evenly over the fruit.", "Melt the butter in a small saucepan over medium heat and whisk in flour, cinnamon, nutmeg, cloves and baking powder. Drizzle over the crackers, then drizzle the creamer over the casserole. Cover with a lid or aluminum foil.", "Bake for 1 hour in the preheated oven. Remove from the oven and uncover. Stir gently to fold in the crust."], "ingredients" : ["5 apples - peeled, cored and diced", "4 oranges, peeled and diced", "1 cup brown sugar", "3/4 cup shredded Cheddar cheese", "3/4 cup chopped walnuts", "3/4 cup coarsely crushed buttery round crackers", "1/2 cup butter", "3 tablespoons all-purpose flour", "1 teaspoon ground cinnamon", "1/2 teaspoon ground nutmeg", "1/2 teaspoon ground cloves", "1 teaspoon baking powder", "1/4 cup liquid non-dairy creamer"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Larra's Baked Spiced Apples and Oranges", "url" : "http://allrecipes.com/recipe/97583/larras-baked-spiced-apples-and-orang/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"payzenPaymentError": {"type": "string"}, "payzenPaymentCancel": {"type": "string"}, "payzenGoingIntoProductionInfo": {"type": "string"}, "payzenCheckUrlWarn": {"type": "string"}, "payzenCheckUrlWarnDetails": {"type": "string"}, "payzenMaintenanceModeWarn": {"type": "string"}, "payzenPaymentFatal": {"type": "string"}, "payzenRedirectTitle": {"type": "string"}, "payzenRedirectWaitText": {"type": "string"}, "payzenRedirectClickText": {"type": "string"}, "payzenRedirectButtonText": {"type": "string"}, "payzenUserChoice": {"type": "string"}, "payzenDefaultChoice": {"type": "string"}}, "required": ["payzenPaymentError", "payzenPaymentCancel", "payzenGoingIntoProductionInfo", "payzenCheckUrlWarn", "payzenCheckUrlWarnDetails", "payzenMaintenanceModeWarn", "payzenPaymentFatal", "payzenRedirectTitle", "payzenRedirectWaitText", "payzenRedirectClickText", "payzenRedirectButtonText", "payzenUserChoice", "payzenDefaultChoice"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"payzenPaymentError" : "Votre paiement n'a pas \u00e9t\u00e9 accept\u00e9. Veuillez repasser votre commande.", "payzenPaymentCancel" : "Le paiement a \u00e9t\u00e9 annul\u00e9.", "payzenGoingIntoProductionInfo" : "PASSAGE EN PRODUCTION: Vous souhaitez savoir comment passer votre boutique en production, merci de consulter les chapitres \u00ab Proc\u00e9der \u00e0 la phase des tests \u00bb et \u00ab Passage d'une boutique en mode production \u00bb de la documentation du module.", "payzenCheckUrlWarn" : "La validation automatique n'a pas fonctionn\u00e9. Avez-vous configur\u00e9 correctement l'URL de notification dans le Back Office PayZen?", "payzenCheckUrlWarnDetails" : "Afin de comprendre la probl\u00e9matique, reportez vous \u00e0 la documentation du module: - Chapitre \u00ab A lire attentivement avant d'aller loin \u00bb - Chapitre \u00ab Param\u00e9trage de l'URL de notification \u00bb", "payzenMaintenanceModeWarn" : "La boutique est en mode maintenance. La notification automatique ne peut fonctionner.", "payzenPaymentFatal" : "Une erreur est survenue durant le processus de paiement.", "payzenRedirectTitle" : "Payer par carte bancaire", "payzenRedirectWaitText" : "Merci de patienter, vous allez \u00eatre redirig\u00e9 vers la plateforme de paiement.", "payzenRedirectClickText" : "Si rien ne se passe dans 10 secondes, cliquez sur le bouton ci-dessous.", "payzenRedirectButtonText" : "Payer", "payzenUserChoice" : "marque de carte choisie par l'acheteur", "payzenDefaultChoice" : "marque de carte par d\u00e9faut utilis\u00e9e"}
json_instruct
{"type": "object", "properties": {"payzenPaymentError": {"type": "string"}, "payzenPaymentCancel": {"type": "string"}, "payzenGoingIntoProductionInfo": {"type": "string"}, "payzenCheckUrlWarn": {"type": "string"}, "payzenCheckUrlWarnDetails": {"type": "string"}, "payzenMaintenanceModeWarn": {"type": "string"}, "payzenPaymentFatal": {"type": "string"}, "payzenRedirectTitle": {"type": "string"}, "payzenRedirectWaitText": {"type": "string"}, "payzenRedirectClickText": {"type": "string"}, "payzenRedirectButtonText": {"type": "string"}, "payzenUserChoice": {"type": "string"}, "payzenDefaultChoice": {"type": "string"}}, "required": ["payzenPaymentError", "payzenPaymentCancel", "payzenGoingIntoProductionInfo", "payzenCheckUrlWarn", "payzenCheckUrlWarnDetails", "payzenMaintenanceModeWarn", "payzenPaymentFatal", "payzenRedirectTitle", "payzenRedirectWaitText", "payzenRedirectClickText", "payzenRedirectButtonText", "payzenUserChoice", "payzenDefaultChoice"], "$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": {"date": {"type": "string"}, "time": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "news": {"type": "boolean"}, "weather": {"type": "boolean"}}, "required": ["date", "time", "title", "content", "news", "weather"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"date" : "2021-01-04", "time" : "13:18:00", "title" : "xyz", "content" : "alarm set for 2021-01-04 at 13:18:00", "news" : true, "weather" : true}, {"date" : "2021-04-22", "time" : "14:13:00", "title" : "wy", "content" : "alarm set for 2021-04-22 at 14:13:00", "news" : true, "weather" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "time": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "news": {"type": "boolean"}, "weather": {"type": "boolean"}}, "required": ["date", "time", "title", "content", "news", "weather"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "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" : "'use strict';\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = isAscii;\n\nvar _assertString = require('./util/assertString');\n\nvar _assertString2 = _interopRequireDefault(_assertString);\n\nfunction _interopRequireDefault(obj) {\n return obj && obj.__esModule ? obj : {\n default: obj\n };\n}\n/* eslint-disable no-control-regex */\n\n\nvar ascii = /^[\\x00-\\x7F]+$/;\n/* eslint-enable no-control-regex */\n\nfunction isAscii(str) {\n (0, _assertString2.default)(str);\n return ascii.test(str);\n}\n\nmodule.exports = exports['default'];", "map" : null, "metadata" : {}, "sourceType" : "script"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["buyachareos1"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@cycle/core": {"type": "string"}, "@cycle/dom": {"type": "string"}, "rx": {"type": "string"}, "babel": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "watchify": {"type": "string"}, "browserify": {"type": "string"}, "babelify": {"type": "string"}, "mkdirp": {"type": "string"}}, "required": ["@cycle/core", "@cycle/dom", "rx", "babel", "babel-loader", "babel-preset-es2015", "watchify", "browserify", "babelify", "mkdirp"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prebrowserify": {"type": "string"}, "browserify": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "prebrowserify", "browserify", "build", "watch", "start"]}}, "required": ["name", "version", "author", "license", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "JS-monads-stable", "version" : "0.2.0", "author" : "David Schalk", "license" : "MIT", "dependencies" : {"@cycle/core" : "^6.0.0", "@cycle/dom" : "^8.0.0", "rx" : "^4.0.7", "babel" : "latest", "babel-loader" : "latest", "babel-preset-es2015" : "latest", "watchify" : "latest", "browserify" : "latest", "babelify" : "latest", "mkdirp" : "latest"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "prebrowserify" : "mkdirp dist", "browserify" : "browserify src/main.js -t babelify --outfile dist/main.js", "build" : "browserify src/main.js -t [ babelify ] --outfile dist/main.js", "watch" : "watchify src/main.js -t babelify --outfile dist/main.js", "start" : "npm install && npm run browserify && echo 'OPEN index.html IN YOUR BROWSER'"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@cycle/core": {"type": "string"}, "@cycle/dom": {"type": "string"}, "rx": {"type": "string"}, "babel": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "watchify": {"type": "string"}, "browserify": {"type": "string"}, "babelify": {"type": "string"}, "mkdirp": {"type": "string"}}, "required": ["@cycle/core", "@cycle/dom", "rx", "babel", "babel-loader", "babel-preset-es2015", "watchify", "browserify", "babelify", "mkdirp"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prebrowserify": {"type": "string"}, "browserify": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "prebrowserify", "browserify", "build", "watch", "start"]}}, "required": ["name", "version", "author", "license", "dependencies", "scripts"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "serve": {"type": "string"}}, "required": ["test", "start", "serve"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"amqplib": {"type": "string"}, "awilix": {"type": "string"}, "axios": {"type": "string"}, "body-parser": {"type": "string"}, "chalk": {"type": "string"}, "cors": {"type": "string"}, "esm": {"type": "string"}, "express": {"type": "string"}, "ip": {"type": "string"}, "moment": {"type": "string"}, "mongodb": {"type": "string"}, "robots-txt-parser": {"type": "string"}}, "required": ["amqplib", "awilix", "axios", "body-parser", "chalk", "cors", "esm", "express", "ip", "moment", "mongodb", "robots-txt-parser"]}, "devDependencies": {"type": "object", "properties": {"husky": {"type": "string"}, "nodemon": {"type": "string"}, "prettier": {"type": "string"}, "pretty-quick": {"type": "string"}}, "required": ["husky", "nodemon", "prettier", "pretty-quick"]}, "prettier": {"type": "object", "properties": {"printWidth": {"type": "integer"}, "tabWidth": {"type": "integer"}, "singleQuote": {"type": "boolean"}}, "required": ["printWidth", "tabWidth", "singleQuote"]}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}}, "required": ["hooks"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "dependencies", "devDependencies", "prettier", "husky"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "game-poller", "version" : "1.0.0", "description" : "Use this as a template to build a node application.", "main" : "src/server.js", "scripts" : {"test" : "echo \"Warn: no test specified\" && exit 0", "start" : "nodemon -r esm src/server.js", "serve" : "node -r esm src/server.js"}, "repository" : {"type" : "git", "url" : "[email protected]:thetablestop/game-poller.git"}, "author" : "Evan Kaiser", "license" : "ISC", "dependencies" : {"amqplib" : "^0.5.5", "awilix" : "^4.2.3", "axios" : "^0.19.1", "body-parser" : "^1.19.0", "chalk" : "^3.0.0", "cors" : "^2.8.5", "esm" : "^3.2.25", "express" : "^4.17.1", "ip" : "^1.1.5", "moment" : "^2.24.0", "mongodb" : "^3.4.1", "robots-txt-parser" : "^1.0.1"}, "devDependencies" : {"husky" : "^4.0.6", "nodemon" : "^2.0.2", "prettier" : "^1.19.1", "pretty-quick" : "^2.0.1"}, "prettier" : {"printWidth" : 140, "tabWidth" : 4, "singleQuote" : true}, "husky" : {"hooks" : {"pre-commit" : "pretty-quick --staged"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "serve": {"type": "string"}}, "required": ["test", "start", "serve"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"amqplib": {"type": "string"}, "awilix": {"type": "string"}, "axios": {"type": "string"}, "body-parser": {"type": "string"}, "chalk": {"type": "string"}, "cors": {"type": "string"}, "esm": {"type": "string"}, "express": {"type": "string"}, "ip": {"type": "string"}, "moment": {"type": "string"}, "mongodb": {"type": "string"}, "robots-txt-parser": {"type": "string"}}, "required": ["amqplib", "awilix", "axios", "body-parser", "chalk", "cors", "esm", "express", "ip", "moment", "mongodb", "robots-txt-parser"]}, "devDependencies": {"type": "object", "properties": {"husky": {"type": "string"}, "nodemon": {"type": "string"}, "prettier": {"type": "string"}, "pretty-quick": {"type": "string"}}, "required": ["husky", "nodemon", "prettier", "pretty-quick"]}, "prettier": {"type": "object", "properties": {"printWidth": {"type": "integer"}, "tabWidth": {"type": "integer"}, "singleQuote": {"type": "boolean"}}, "required": ["printWidth", "tabWidth", "singleQuote"]}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}}, "required": ["hooks"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "dependencies", "devDependencies", "prettier", "husky"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"es5-sham.js": {"type": "string"}, "es5-sham.min.js": {"type": "string"}, "es5-shim.js": {"type": "string"}, "es5-shim.min.js": {"type": "string"}}, "required": ["es5-sham.js", "es5-sham.min.js", "es5-shim.js", "es5-shim.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"es5-sham.js" : "sha512-WNMGdZPlJTqDnjYa5sBKLjdPQCNHamWSH0zGfgWyDsY6uHfEw/9Q0lB2b+lCvEGlD8Wxw6ySy9ZJWK4DtqANUw==", "es5-sham.min.js" : "sha512-waNHQ1RYO0vsZYLpcpThHm4EaL0MPd7kmNU1p8L8ZeZr3HlwypxBx3x4o1acv1ZkNl+sFiFmkcm1Ix3pV7iJAQ==", "es5-shim.js" : "sha512-Hylyw32WNEXOnBYS0UWMuRxHENuxvXAd3dlgW0Doq8c1/k15EaGI1cur9YOMobWi19360se1BofxVU5CWgnPYQ==", "es5-shim.min.js" : "sha512-niY/6tnEk/jtI3TToLrJ/PxCCu4LxZ8df4zw5YpAo90R5YiVpgQkiKKmkV/l8h+sNGlAvzHxZztMlAj8nY1QGA=="}
json_instruct
{"type": "object", "properties": {"es5-sham.js": {"type": "string"}, "es5-sham.min.js": {"type": "string"}, "es5-shim.js": {"type": "string"}, "es5-shim.min.js": {"type": "string"}}, "required": ["es5-sham.js", "es5-sham.min.js", "es5-shim.js", "es5-shim.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1990, 5], [1992, 7], [2000, 7], [2004, 9]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"line" : 3, "column" : 19, "msg" : "Invalid use of 'eval' in strict mode."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "A PAC-Bayesian bound for Lifelong Learning.", "fields" : ["inductive transfer", "stability", "algorithmic learning theory", "computational learning theory", "multi task learning"], "abstract" : "Transfer learning has received a lot of attention in the machine learning community over the last years, and several effective algorithms have been developed. However, relatively little is known about their theoretical properties, especially in the setting of lifelong learning, where the goal is to transfer information to tasks for which no data have been observed so far.\n\nIn this work we study lifelong learning from a theoretical perspective. Our main result is a PAC-Bayesian generalization bound that offers a unified view on existing paradigms for transfer learning, such as the transfer of parameters or the transfer of low-dimensional representations. We also use the bound to derive two principled lifelong learning algorithms, and we show that these yield results comparable with existing methods.", "citation" : "Citations (26)", "year" : "2014", "departments" : ["Institute of Science and Technology Austria", "Institute of Science and Technology Austria"], "conf" : "icml", "authors" : ["Anastasia Pentina.....http://dblp.org/pers/hd/p/Pentina:Anastasia", "Christoph H. Lampert.....http://dblp.org/pers/hd/l/Lampert:Christoph_H="], "pages" : 9}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"msg": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"description": {"type": "object", "properties": {"moniker": {"type": "string"}, "identity": {"type": "string"}, "website": {"type": "string"}, "security_contact": {"type": "string"}, "details": {"type": "string"}}, "required": ["moniker", "identity", "website", "security_contact", "details"]}, "commission": {"type": "object", "properties": {"rate": {"type": "string"}, "max_rate": {"type": "string"}, "max_change_rate": {"type": "string"}}, "required": ["rate", "max_rate", "max_change_rate"]}, "min_self_delegation": {"type": "string"}, "delegator_address": {"type": "string"}, "validator_address": {"type": "string"}, "pubkey": {"type": "string"}, "value": {"type": "object", "properties": {"denom": {"type": "string"}, "amount": {"type": "string"}}, "required": ["denom", "amount"]}}, "required": ["description", "commission", "min_self_delegation", "delegator_address", "validator_address", "pubkey", "value"]}}, "required": ["type", "value"]}}, "fee": {"type": "object", "properties": {"amount": {"type": "array", "items": {}}, "gas": {"type": "string"}}, "required": ["amount", "gas"]}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"pub_key": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "signature": {"type": "string"}}, "required": ["pub_key", "signature"]}}, "memo": {"type": "string"}}, "required": ["msg", "fee", "signatures", "memo"]}}, "required": ["type", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "cosmos-sdk/StdTx", "value" : {"msg" : [{"type" : "cosmos-sdk/MsgCreateValidator", "value" : {"description" : {"moniker" : "web34ever", "identity" : "", "website" : "", "security_contact" : "", "details" : ""}, "commission" : {"rate" : "0.100000000000000000", "max_rate" : "0.600000000000000000", "max_change_rate" : "0.100000000000000000"}, "min_self_delegation" : "1", "delegator_address" : "sent1qx4p43c480wxsxt63wfdvupzqp4ddukne6jf84", "validator_address" : "sentvaloper1qx4p43c480wxsxt63wfdvupzqp4dduknxldygu", "pubkey" : "sentvalconspub1zcjduepqw3krukc7f53vj07hrwm66j5rgw4u73y9lld0u4n9cqtp40e98vgqlznduc", "value" : {"denom" : "udvpn", "amount" : "1000000000"}}}], "fee" : {"amount" : [], "gas" : "200000"}, "signatures" : [{"pub_key" : {"type" : "tendermint/PubKeySecp256k1", "value" : "ArDDQGa+8RqSOcAuLfdzz2d4M7aP4C3l1zFx8R/bGAkm"}, "signature" : "YQb46OgNXefmswHWe0AXQii/SiyHA69cKPKALzD3HR0wFWumyYDAgOzhMc9Ciz4wB1x3jdvTZlygpxv0w0RUIg=="}], "memo" : "[email protected]:26656"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"msg": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"description": {"type": "object", "properties": {"moniker": {"type": "string"}, "identity": {"type": "string"}, "website": {"type": "string"}, "security_contact": {"type": "string"}, "details": {"type": "string"}}, "required": ["moniker", "identity", "website", "security_contact", "details"]}, "commission": {"type": "object", "properties": {"rate": {"type": "string"}, "max_rate": {"type": "string"}, "max_change_rate": {"type": "string"}}, "required": ["rate", "max_rate", "max_change_rate"]}, "min_self_delegation": {"type": "string"}, "delegator_address": {"type": "string"}, "validator_address": {"type": "string"}, "pubkey": {"type": "string"}, "value": {"type": "object", "properties": {"denom": {"type": "string"}, "amount": {"type": "string"}}, "required": ["denom", "amount"]}}, "required": ["description", "commission", "min_self_delegation", "delegator_address", "validator_address", "pubkey", "value"]}}, "required": ["type", "value"]}}, "fee": {"type": "object", "properties": {"amount": {"type": "array", "items": {}}, "gas": {"type": "string"}}, "required": ["amount", "gas"]}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"pub_key": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "signature": {"type": "string"}}, "required": ["pub_key", "signature"]}}, "memo": {"type": "string"}}, "required": ["msg", "fee", "signatures", "memo"]}}, "required": ["type", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[133.875, 34.416666666666664], [133.875, 34.5], [134.0, 34.5], [134.0, 34.416666666666664], [133.875, 34.416666666666664]]]}, "properties" : {"code" : 513357, "url" : "http://madefor.github.io/0410/api/v1/513357.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/513357.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "URFAMYCIN CAPSUL 500 MG", "harga" : " Rp. 435.600/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Thiamphenicol / Tiamfenikol.", "indikasi" : "Infeksi saluran nafas, hepatobilier (empedu-hati), saluran kemih & kelamin dan usus.", "kontraindikasi" : "Hamil & menyusui, infeksi ringan atau untuk pencegahan.", "perhatian" : "Myelosupresi. Kerusakan ginjal atau hati. Bayi prematur & bayi yang cukup bulan dalam kandungan.Interaksi obat : - Fenobarbital mengurangi keampuhan terapeutik. - Bisa menghambat metabolisme Warfarin, antikejang, Sulfonilurea.", "efeksamping" : "Intoleransi saluran pencernaan, reaksi persarafan, hipersensitivitas, superinfeksi, depresi sumsum tulang yang bersifat reversibel.", "indeksamanwanitahamil" : "", "kemasan" : "Kapsul 500 mg x 100's", "dosis" : "Dewasa : 3 kali sehari 250-500 mg. Anak-anak : 30-50 mg/kg berat badan/hari. Gonore : 2,5 gram sebagai dosis tunggal. Demam tifus : 1,5-2 gram sehari dalam 3-4 dosis terbagi.", "penyajian" : "Tak ada pilihan", "pabrik" : "Zambon Indonesia.", "id" : "6235", "category_id" : "7"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$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"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "express": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "express", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cicd-sandbox", "version" : "1.0.0", "description" : "Demo project for CI/CD.", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "mocha tests.js"}, "author" : "Ivan Kockarevic", "license" : "MIT", "dependencies" : {"chai" : "^4.2.0", "express" : "^4.17.1", "mocha" : "^7.1.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "express": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "express", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}, "reg": {"type": "integer"}, "nibble": {"type": "string"}}, "required": ["name", "value", "reg", "nibble"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Rx Carrier Frequency MOD [Hz]", "value" : 1200000000, "reg" : 0, "nibble" : "low"}, {"name" : "Rx BB Gain MOD [dB]", "value" : 15, "reg" : 35, "nibble" : "low"}, {"name" : "Rx RF Gain MOD [dB]", "value" : 619, "reg" : 49, "nibble" : "low"}, {"name" : "Rx Carrier Frequency SAT [Hz]", "value" : 1305000000, "reg" : 7, "nibble" : "low"}, {"name" : "Rx BB Gain SAT [dB]", "value" : 15, "reg" : 35, "nibble" : "hi"}, {"name" : "Rx RF Gain SAT [dB]", "value" : 3344, "reg" : 51, "nibble" : "low"}, {"name" : "Tx Carrier Frequency DEM [Hz]", "value" : 1305000000, "reg" : 7, "nibble" : "low"}, {"name" : "Tx Gain [dB]", "value" : 10, "reg" : 36, "nibble" : "low"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}, "reg": {"type": "integer"}, "nibble": {"type": "string"}}, "required": ["name", "value", "reg", "nibble"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Combine black beans, corn, green chilies, tomatoes, green onions, shrimp, and cilantro in a large bowl; stir. Combine remaining ingredients and stir well.", "Stir in olive oil, cumin, garlic powder, lime juice, and hot sauce. Best refrigerated 2 hours before serving."], "ingredients" : ["1 (15 ounce) can black beans, rinsed and drained", "1 cup frozen corn, thawed", "1 (4 ounce) can chopped green chilies", "1 (14.5 ounce) can Hunt's\u00ae Diced Tomatoes, drained", "6 green onions, chopped", "1 (12 ounce) package frozen small cooked shrimp, thawed", "2 tablespoons chopped fresh cilantro", "1/2 teaspoon cumin", "1/8 teaspoon garlic powder", "1 lime, juiced", "1 tablespoon olive oil", "Hot sauce to taste", "Salt and pepper to taste (optional)"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Black Bean, Corn, Tomato, and Shrimp Salad", "url" : "http://allrecipes.com/recipe/256312/black-bean-corn-tomato-and-shrimp/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "Empunhadura Noveske SWS N6 10.5\" para AR-10 e compat\u00edveis", "ShortName" : "N6 10.5\"", "Description" : "Empunhadura Noveske SWS N6 10.5\" feita com liga leve de alum\u00ednio aeron\u00e1utico dur\u00e1vel. Suporta acess\u00f3rios ou empunhadura e tr\u00eas dispositivos t\u00e1ticos adicionais."}
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": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "monostrophe", "definition" : "A metrical composition consisting of a single strophe."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : 92772, "cartId" : "585f18bf-ed7f-4a9d-9d01-25ca6d025d6c", "preferredProducts" : [3293, 1233, 2413, 1128, 3084], "productReviews" : [{"productId" : 1554, "reviewText" : "I tried to pepper it but got prune all over it.", "reviewDate" : "2017-04-19T11:26:22.2898968+03:00"}, {"productId" : 28, "reviewText" : "one of my hobbies is antique-shopping. and when i'm antique-shopping this works great.", "reviewDate" : "2016-06-15T23:59:50.6975535+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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"generatedOn": {"type": "string"}, "lastCommit": {"type": "string"}, "translationStatus": {"type": "object", "properties": {"de": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required": ["tokenCount", "translatedCount", "percentage"]}, "en": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required": ["tokenCount", "translatedCount", "percentage"]}, "es": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required": ["tokenCount", "translatedCount", "percentage"]}, "pl": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required": ["tokenCount", "translatedCount", "percentage"]}, "zh_Hans": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required": ["tokenCount", "translatedCount", "percentage"]}, "zh_Hant": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required": ["tokenCount", "translatedCount", "percentage"]}}, "required": ["de", "en", "es", "pl", "zh_Hans", "zh_Hant"]}}, "required": ["generatedOn", "lastCommit", "translationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generatedOn" : "2020-07-14T09:36:35.279Z", "lastCommit" : "49c2ad4d53c15d4e25ba7795183084f60194d653", "translationStatus" : {"de" : {"tokenCount" : 659, "translatedCount" : 609, "percentage" : 92}, "en" : {"tokenCount" : 659, "translatedCount" : 659, "percentage" : 100}, "es" : {"tokenCount" : 659, "translatedCount" : 467, "percentage" : 71}, "pl" : {"tokenCount" : 659, "translatedCount" : 566, "percentage" : 86}, "zh_Hans" : {"tokenCount" : 659, "translatedCount" : 550, "percentage" : 83}, "zh_Hant" : {"tokenCount" : 659, "translatedCount" : 550, "percentage" : 83}}}
json_instruct
{"type": "object", "properties": {"generatedOn": {"type": "string"}, "lastCommit": {"type": "string"}, "translationStatus": {"type": "object", "properties": {"de": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required": ["tokenCount", "translatedCount", "percentage"]}, "en": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required": ["tokenCount", "translatedCount", "percentage"]}, "es": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required": ["tokenCount", "translatedCount", "percentage"]}, "pl": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required": ["tokenCount", "translatedCount", "percentage"]}, "zh_Hans": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required": ["tokenCount", "translatedCount", "percentage"]}, "zh_Hant": {"type": "object", "properties": {"tokenCount": {"type": "integer"}, "translatedCount": {"type": "integer"}, "percentage": {"type": "integer"}}, "required": ["tokenCount", "translatedCount", "percentage"]}}, "required": ["de", "en", "es", "pl", "zh_Hans", "zh_Hant"]}}, "required": ["generatedOn", "lastCommit", "translationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1995, 7], [2008, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"413690": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["413690"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"413690" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"413690": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["413690"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Peifeng Li"}, {"author" : "Guangbin Cui"}, {"author" : "Yingmei Wang"}, {"author" : "Ming Geng"}, {"author" : "Zhe Wang"}], "doi" : "10.1186/1471-2377-14-32", "publication_date" : "2014-02-22", "id" : "EN116107", "url" : "https://pubmed.ncbi.nlm.nih.gov/24555776", "source" : "BMC neurology", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "We present a case of multicystic MA. A 21-year-old woman without any stigmata of neurofibromatosis type 2 presented with intractable seizures since 10 years. Brain magnetic resonance imaging revealed a well-defined, multicystic mass with heterogeneous signal intensity in the right temporal lobe. The patient underwent resection of the lesion and of the epileptogenic cortex under intraoperative electrocorticography (ECoG) assistance. Histopathological examination showed proliferation of perivascular cells that were arranged in a cuff pattern and were positive for vimentin, D2-40 and smooth muscle actin. Mutiple microcysts and enlarged perivascular spaces were present, which was similar to the structure of the arachnoid cavity. Hyalinized collagen fibers with round concentric acellular eosinophilic lamellae within areas of reactive gliosis were noted for the first time in MA. The patient was followed up without any clinical symptoms or recurrence for 2 years."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7": {"type": "integer"}, "081c8632-590b-45cd-8fb8-54355461d1d8": {"type": "integer"}, "f5936873-ce55-4843-ad31-e96dae73681b": {"type": "integer"}, "c7dafafd-ffa2-4387-8caf-e654980f8b77": {"type": "integer"}, "7c582141-2bf8-4e23-8530-f20cdbef939c": {"type": "integer"}, "9b561efd-28cc-4660-8f47-8f247affbaf8": {"type": "integer"}, "program": {"type": "integer"}, "cc00f6d4-786a-402f-aabe-3c2624ac7209": {"type": "integer"}, "71decd16-4437-4552-a149-ca2e54d98b5d": {"type": "integer"}}, "required": ["9322e883-5305-4086-a2e9-b2ee90d95325", "e5c10f7e-61e9-485d-8ccc-fccee29dfe52", "dd633998-ffd1-45a9-8f5a-75a618ff5ca7", "081c8632-590b-45cd-8fb8-54355461d1d8", "f5936873-ce55-4843-ad31-e96dae73681b", "c7dafafd-ffa2-4387-8caf-e654980f8b77", "7c582141-2bf8-4e23-8530-f20cdbef939c", "9b561efd-28cc-4660-8f47-8f247affbaf8", "program", "cc00f6d4-786a-402f-aabe-3c2624ac7209", "71decd16-4437-4552-a149-ca2e54d98b5d"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configuration" : ["PLATFORM", "POSTCONVERTWEBP", "UPSCALINGALGORITHM", "ENABLEPNGCRUSH", "ENABLEMOZJPEG", "SCALEMODE", "SCALE"], "regionsToProcessedPerformance" : {"9322e883-5305-4086-a2e9-b2ee90d95325" : -7522, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52" : 6653401880, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7" : -6193, "081c8632-590b-45cd-8fb8-54355461d1d8" : 1753894684, "f5936873-ce55-4843-ad31-e96dae73681b" : 21878682, "c7dafafd-ffa2-4387-8caf-e654980f8b77" : -8373, "7c582141-2bf8-4e23-8530-f20cdbef939c" : 24061, "9b561efd-28cc-4660-8f47-8f247affbaf8" : -6666, "program" : 1296876, "cc00f6d4-786a-402f-aabe-3c2624ac7209" : 1574, "71decd16-4437-4552-a149-ca2e54d98b5d" : -118985}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7": {"type": "integer"}, "081c8632-590b-45cd-8fb8-54355461d1d8": {"type": "integer"}, "f5936873-ce55-4843-ad31-e96dae73681b": {"type": "integer"}, "c7dafafd-ffa2-4387-8caf-e654980f8b77": {"type": "integer"}, "7c582141-2bf8-4e23-8530-f20cdbef939c": {"type": "integer"}, "9b561efd-28cc-4660-8f47-8f247affbaf8": {"type": "integer"}, "program": {"type": "integer"}, "cc00f6d4-786a-402f-aabe-3c2624ac7209": {"type": "integer"}, "71decd16-4437-4552-a149-ca2e54d98b5d": {"type": "integer"}}, "required": ["9322e883-5305-4086-a2e9-b2ee90d95325", "e5c10f7e-61e9-485d-8ccc-fccee29dfe52", "dd633998-ffd1-45a9-8f5a-75a618ff5ca7", "081c8632-590b-45cd-8fb8-54355461d1d8", "f5936873-ce55-4843-ad31-e96dae73681b", "c7dafafd-ffa2-4387-8caf-e654980f8b77", "7c582141-2bf8-4e23-8530-f20cdbef939c", "9b561efd-28cc-4660-8f47-8f247affbaf8", "program", "cc00f6d4-786a-402f-aabe-3c2624ac7209", "71decd16-4437-4552-a149-ca2e54d98b5d"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.274504, 34.032965], [-118.273553, 34.038022], [-118.259997, 34.031129], [-118.265436, 34.023412], [-118.274476, 34.027466], [-118.274504, 34.032965]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 8378}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"cfg.a": {"type": "object", "properties": {"Name": {"type": "string"}, "Level": {"type": "integer"}, "Age": {"type": "integer"}}, "required": ["Name", "Level", "Age"]}, "cfg.base": {"type": "object", "properties": {"cfg.a": {"type": "object", "properties": {"Name": {"type": "string"}, "Level": {"type": "integer"}, "Age": {"type": "integer"}}, "required": ["Name", "Level", "Age"]}}, "required": ["cfg.a"]}}, "required": ["cfg.a", "cfg.base"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cfg.a" : {"Name" : "eleven", "Level" : 99, "Age" : 17}, "cfg.base" : {"cfg.a" : {"Name" : "11", "Level" : 11, "Age" : 11}}}
json_instruct
{"type": "object", "properties": {"cfg.a": {"type": "object", "properties": {"Name": {"type": "string"}, "Level": {"type": "integer"}, "Age": {"type": "integer"}}, "required": ["Name", "Level", "Age"]}, "cfg.base": {"type": "object", "properties": {"cfg.a": {"type": "object", "properties": {"Name": {"type": "string"}, "Level": {"type": "integer"}, "Age": {"type": "integer"}}, "required": ["Name", "Level", "Age"]}}, "required": ["cfg.a"]}}, "required": ["cfg.a", "cfg.base"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-10-19T11:00:00Z", "Temp" : 18.8, "RelHum" : 67, "WindSpeed" : 7.5, "WindDir" : 277}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"assessment" : [{"name" : "Project outline and plan", "weight" : 35}, {"name" : "Project report", "weight" : 65}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "dev", "build"]}, "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"}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "axios": {"type": "string"}, "babel-loader": {"type": "string"}, "body-parser": {"type": "string"}, "css-loader": {"type": "string"}, "custom-env": {"type": "string"}, "express": {"type": "string"}, "express-load": {"type": "string"}, "moment": {"type": "string"}, "pug": {"type": "string"}, "style-loader": {"type": "string"}, "stylus": {"type": "string"}, "stylus-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "axios", "babel-loader", "body-parser", "css-loader", "custom-env", "express", "express-load", "moment", "pug", "style-loader", "stylus", "stylus-loader", "webpack", "webpack-cli"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sample-checkout-application", "version" : "1.0.0", "description" : "sample application integrated with Bexs Pay Checkout", "main" : "app.js", "scripts" : {"start" : "nodemon app", "dev" : "webpack -d", "build" : "webpack -p"}, "repository" : {"type" : "git", "url" : "git+https://github.com/thelimarenanbexs/sample-checkout-application.git"}, "keywords" : ["chekcout", "js", "nodejs", "bexs"], "author" : "Renan Maciel", "license" : "MIT", "bugs" : {"url" : "https://github.com/thelimarenanbexs/sample-checkout-application/issues"}, "homepage" : "https://github.com/thelimarenanbexs/sample-checkout-application#readme", "dependencies" : {"@babel/core" : "^7.4.4", "@babel/preset-env" : "^7.4.4", "axios" : "^0.18.0", "babel-loader" : "^8.0.6", "body-parser" : "^1.19.0", "css-loader" : "^2.1.1", "custom-env" : "^1.0.1", "express" : "^4.16.4", "express-load" : "^1.1.16", "moment" : "^2.24.0", "pug" : "^2.0.3", "style-loader" : "^0.23.1", "stylus" : "^0.54.5", "stylus-loader" : "^3.0.2", "webpack" : "^4.32.0", "webpack-cli" : "^3.3.2"}, "devDependencies" : {"nodemon" : "^1.19.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "dev", "build"]}, "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"}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "axios": {"type": "string"}, "babel-loader": {"type": "string"}, "body-parser": {"type": "string"}, "css-loader": {"type": "string"}, "custom-env": {"type": "string"}, "express": {"type": "string"}, "express-load": {"type": "string"}, "moment": {"type": "string"}, "pug": {"type": "string"}, "style-loader": {"type": "string"}, "stylus": {"type": "string"}, "stylus-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "axios", "babel-loader", "body-parser", "css-loader", "custom-env", "express", "express-load", "moment", "pug", "style-loader", "stylus", "stylus-loader", "webpack", "webpack-cli"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xbox" : 4919, "ps" : 4737}
json_instruct
{"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Header": {"type": "string"}, "Footer": {"type": "string"}, "Id": {"type": "null"}}, "required": ["Name", "Header", "Footer", "Id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Name" : "H#](", "Header" : "9-5!W", "Footer" : "LNH*,JU\\", "Id" : null}, {"Name" : "<Q//Q.", "Header" : "QX:P", "Footer" : "3F0%", "Id" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Header": {"type": "string"}, "Footer": {"type": "string"}, "Id": {"type": "null"}}, "required": ["Name", "Header", "Footer", "Id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "tag": {"type": "string"}}, "required": ["t", "h", "stem", "tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "misahanehanek", "h" : [{"d" : [{"f" : "\u7528\u9f3b\u5b50\u805e\u805e\u55c5\u55c5\uff0c\u5230\u8655\u805e\u5473\u3002", "e" : ["\ufff9`Mi~`sahanehanek~ `ko~ `waco~ `icowacowa~.\ufffa\ufffb\u72d7\u5230\u8655\u805e\u5473\u9053\u3002"], "s" : ["`misa~`sa~`n~`e~`sanek~"]}]}], "stem" : "hanek", "tag" : "[\u758a 2]"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "tag": {"type": "string"}}, "required": ["t", "h", "stem", "tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source" : "http://www.spanishdict.com/conjugate/enmugrar", "word" : "enmugrar", "infinitivo" : "enmugrar", "gerundio" : ["enmugrando"], "participio" : ["enmugrado"], "tenses" : {"3" : [["enmugro"], ["enmugras"], ["enmugra"], ["enmugramos"], ["enmugr\u00e1is"], ["enmugran"]], "4" : [["enmugr\u00e9"], ["enmugraste"], ["enmugr\u00f3"], ["enmugramos"], ["enmugrasteis"], ["enmugraron"]], "5" : [["enmugraba"], ["enmugrabas"], ["enmugraba"], ["enmugr\u00e1bamos"], ["enmugrabais"], ["enmugraban"]], "6" : [["enmugrar\u00eda"], ["enmugrar\u00edas"], ["enmugrar\u00eda"], ["enmugrar\u00edamos"], ["enmugrar\u00edais"], ["enmugrar\u00edan"]], "7" : [["enmugrar\u00e9"], ["enmugrar\u00e1s"], ["enmugrar\u00e1"], ["enmugraremos"], ["enmugrar\u00e9is"], ["enmugrar\u00e1n"]], "8" : [["enmugre"], ["enmugres"], ["enmugre"], ["enmugremos"], ["enmugr\u00e9is"], ["enmugren"]], "9" : [["enmugrara"], ["enmugraras"], ["enmugrara"], ["enmugr\u00e1ramos"], ["enmugrarais"], ["enmugraran"]], "10" : [["enmugrase"], ["enmugrases"], ["enmugrase"], ["enmugr\u00e1semos"], ["enmugraseis"], ["enmugrasen"]], "11" : [["enmugrare"], ["enmugrares"], ["enmugrare"], ["enmugr\u00e1remos"], ["enmugrareis"], ["enmugraren"]], "12" : {"1" : ["enmugra"], "2" : ["enmugre"], "3" : ["enmugremos"], "4" : ["enmugrad"], "5" : ["enmugren"]}}}
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Arch of Augustus (Fano)", "id" : "818481608", "bbox" : [13.0144392, 43.8431286, 13.0144392, 43.8431286], "description" : "A city gate in the form of a triumphal arch with three vaults. The gate marks the entry of the via Flaminia into the city.", "connectsWith" : ["413129"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [13.0144392, 43.8431286]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [13.0144392, 43.8431286]}, "id" : "location-of-arch-of-augustus", "type" : "Feature", "properties" : {"description" : "Location based on OpenStreetMap", "location_precision" : "precise", "title" : "OSM location of Arch of Augustus", "link" : "http://pleiades.stoa.org/places/818481608/location-of-arch-of-augustus"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"currency": {"type": "string"}, "firstDayOfWeek": {"type": "integer"}, "region.name": {"type": "string"}, "timezone": {"type": "string"}, "locale": {"type": "string"}}, "required": ["currency", "firstDayOfWeek", "region.name", "timezone", "locale"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"currency" : "SAR", "firstDayOfWeek" : 6, "region.name" : "Saudi Arabia", "timezone" : "Asia/Riyadh", "locale" : "SA"}
json_instruct
{"type": "object", "properties": {"currency": {"type": "string"}, "firstDayOfWeek": {"type": "integer"}, "region.name": {"type": "string"}, "timezone": {"type": "string"}, "locale": {"type": "string"}}, "required": ["currency", "firstDayOfWeek", "region.name", "timezone", "locale"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"users" : 113, "id" : "BR-AC"}, {"users" : 506, "id" : "BR-AL"}, {"users" : 442, "id" : "BR-AM"}, {"users" : 47, "id" : "BR-AP"}, {"users" : 2017, "id" : "BR-BA"}, {"users" : 1609, "id" : "BR-CE"}, {"users" : 353, "id" : "BR-DF"}, {"users" : 521, "id" : "BR-ES"}, {"users" : 1028, "id" : "BR-GO"}, {"users" : 284, "id" : "BR-MA"}, {"users" : 2680, "id" : "BR-MG"}, {"users" : 132, "id" : "BR-MS"}, {"users" : 313, "id" : "BR-MT"}, {"users" : 683, "id" : "BR-PA"}, {"users" : 782, "id" : "BR-PB"}, {"users" : 1332, "id" : "BR-PE"}, {"users" : 361, "id" : "BR-PI"}, {"users" : 2585, "id" : "BR-PR"}, {"users" : 14389, "id" : "BR-RJ"}, {"users" : 314, "id" : "BR-RN"}, {"users" : 189, "id" : "BR-RO"}, {"users" : 74, "id" : "BR-RR"}, {"users" : 1407, "id" : "BR-RS"}, {"users" : 1701, "id" : "BR-SC"}, {"users" : 315, "id" : "BR-SE"}, {"users" : 42801, "id" : "BR-SP"}, {"users" : 265, "id" : "BR-TO"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"python.venvPath": {"type": "string"}, "files.associations": {"type": "object", "properties": {"*-flow.yaml": {"type": "string"}}, "required": ["*-flow.yaml"]}, "python.formatting.provider": {"type": "string"}, "yaml.completion": {"type": "boolean"}, "yaml.format.enable": {"type": "boolean"}, "yaml.schemas": {"type": "object", "properties": {"https://raw.githubusercontent.com/argoproj/argo/master/api/jsonschema/schema.json": {"type": "array", "items": {"type": "string"}}}, "required": ["https://raw.githubusercontent.com/argoproj/argo/master/api/jsonschema/schema.json"]}}, "required": ["python.venvPath", "files.associations", "python.formatting.provider", "yaml.completion", "yaml.format.enable", "yaml.schemas"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.venvPath" : "/Users/minhhoang/virtualenvs/", "files.associations" : {"*-flow.yaml" : "yaml"}, "python.formatting.provider" : "yapf", "yaml.completion" : true, "yaml.format.enable" : true, "yaml.schemas" : {"https://raw.githubusercontent.com/argoproj/argo/master/api/jsonschema/schema.json" : ["*-flow.yaml", "/examples/*.yaml", "/examples/*-flow.yaml", "/examples/workflow/**/*.yaml", "/examples/workflow/*.yaml", "/examples/workflow/*-flow.yaml", "/examples/**/*.yaml"]}}
json_instruct
{"type": "object", "properties": {"python.venvPath": {"type": "string"}, "files.associations": {"type": "object", "properties": {"*-flow.yaml": {"type": "string"}}, "required": ["*-flow.yaml"]}, "python.formatting.provider": {"type": "string"}, "yaml.completion": {"type": "boolean"}, "yaml.format.enable": {"type": "boolean"}, "yaml.schemas": {"type": "object", "properties": {"https://raw.githubusercontent.com/argoproj/argo/master/api/jsonschema/schema.json": {"type": "array", "items": {"type": "string"}}}, "required": ["https://raw.githubusercontent.com/argoproj/argo/master/api/jsonschema/schema.json"]}}, "required": ["python.venvPath", "files.associations", "python.formatting.provider", "yaml.completion", "yaml.format.enable", "yaml.schemas"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Misafodoyan~ `ako~ `ko~ `adihayay~ `a~ `fodoy~.\ufffa\ufffb\u6211\u628a\u90a3\u8a31\u591a\u6bdb\u7dda\u7de8\u7e54\u597d\u4e86\u3002"], "f" : "\u628a\u6bdb\u7dda\u7de8\u7e54\u4e86\u3001\u649a\u6210\u4e86\u3002"}, {"e" : ["\ufff9`Kahengangay~ `kora~ `misafodoyan~ `ako~.\ufffa\ufffb\u6211\u649a\u7684\u662f\u7d05\u8272\u7684\u6bdb\u7dda\u3002"], "f" : "\u6307\u6240\u7de8\u7e54\u7684\u6bdb\u7dda\u7522\u54c1\u3002"}]}], "stem" : "fodoy", "t" : "misafodoyan"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"repair_end" : "2019-07-10 11:17:28.888292", "repair_begin" : "2019-07-10 11:10:54.480323", "patches" : []}
json_instruct
{"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"CN": {"type": "string"}, "key": {"type": "object", "properties": {"algo": {"type": "string"}, "size": {"type": "integer"}}, "required": ["algo", "size"]}, "names": {"type": "array", "items": {"type": "object", "properties": {"C": {"type": "string"}, "L": {"type": "string"}, "OU": {"type": "string"}}, "required": ["C", "L", "OU"]}}}, "required": ["CN", "key", "names"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CN" : "Mini-CA OCSP Signer", "key" : {"algo" : "ecdsa", "size" : 256}, "names" : [{"C" : "AU", "L" : "Sydney", "OU" : "Mini-CA"}]}
json_instruct
{"type": "object", "properties": {"CN": {"type": "string"}, "key": {"type": "object", "properties": {"algo": {"type": "string"}, "size": {"type": "integer"}}, "required": ["algo", "size"]}, "names": {"type": "array", "items": {"type": "object", "properties": {"C": {"type": "string"}, "L": {"type": "string"}, "OU": {"type": "string"}}, "required": ["C", "L", "OU"]}}}, "required": ["CN", "key", "names"], "$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": {"ts": {"type": "string"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "block": {"type": "integer"}, "sent": {"type": "integer"}, "txid": {"type": "string"}, "fees": {"type": "integer"}, "out": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}}, "required": ["ts", "in", "block", "sent", "txid", "fees", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"ts" : "1535835229", "in" : [{"coinbase" : "0304c915045dfc8a5b08fabe6d6d0000000002933bf000007ffcbd6fb8f00000222318267e61000000000000003201000000000000002fffffbb7a0000000d2f6e6f64655374726174756d2f"}], "block" : 1427716, "sent" : 2500000000, "txid" : "e3c09a5255c1ea33c8f9a2e3f5e7a99c07ce997e4421fe45cee610c4030e782c", "fees" : -2500000000, "out" : [{"value" : 0}, {"addr" : "MM7Szm9Ly74aAH9juAS8vsDvXmhB2wXpPo", "spent" : "a7f4e70882a81ab848ac967ed539b02ea8c9522e6d8cad2fda15417ded97f580", "value" : 2500000000}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"ts": {"type": "string"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "block": {"type": "integer"}, "sent": {"type": "integer"}, "txid": {"type": "string"}, "fees": {"type": "integer"}, "out": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}}, "required": ["ts", "in", "block", "sent", "txid", "fees", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"system_health": {"type": "object", "properties": {"info": {"type": "object", "properties": {"can_reach_server": {"type": "string"}, "remaining_requests": {"type": "string"}}, "required": ["can_reach_server", "remaining_requests"]}}, "required": ["info"]}}, "required": ["system_health"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"system_health" : {"info" : {"can_reach_server" : "\u53ef\u8bbf\u95ee AccuWeather \u670d\u52a1\u5668", "remaining_requests" : "\u5176\u4f59\u5141\u8bb8\u7684\u8bf7\u6c42"}}}
json_instruct
{"type": "object", "properties": {"system_health": {"type": "object", "properties": {"info": {"type": "object", "properties": {"can_reach_server": {"type": "string"}, "remaining_requests": {"type": "string"}}, "required": ["can_reach_server", "remaining_requests"]}}, "required": ["info"]}}, "required": ["system_health"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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"}, "link_rating": {"type": "integer"}, "link_arrows": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "link_rating", "link_arrows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 11516241, "name" : "Gouki The Powerload Ogre", "is_illegal" : false, "is_custom" : false, "text" : "2+ Warrior monsters\nGains ATK equal to the combined Link Ratings of all other Link Monsters you control x 200. This Link Summoned card is unaffected by other cards' effects. You can Tribute 1 \"Gouki\" Link Monster, then target cards on the field, up to its Link Rating; destroy them. You can only use this effect of \"Gouki The Powerload Ogre\" once per turn.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/11516241.jpg"], "type" : "Monster", "attribute" : "EARTH", "atk" : 2800, "species" : "Warrior", "monster_type" : "Link", "is_pendulum" : false, "ability" : "", "has_effect" : true, "link_rating" : 4, "link_arrows" : ["Bottom-Left", "Bottom", "Bottom-Right", "Right"]}
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"}, "link_rating": {"type": "integer"}, "link_arrows": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "link_rating", "link_arrows"], "$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"}, "bin": {"type": "object", "properties": {"anydoor-fake": {"type": "string"}}, "required": ["anydoor-fake"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}}, "required": ["babel-eslint", "eslint-plugin-react"]}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["handlebars", "yargs"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "anydoor_fake-wheel", "version" : "0.0.1", "description" : "A simple static resource server build with Node.js", "main" : "src/index.js", "bin" : {"anydoor-fake" : "bin/anydoor-fake"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ZeyuWangGit/anydoor_Fake-Wheel.git"}, "author" : "ZeyuWang", "license" : "ISC", "bugs" : {"url" : "https://github.com/ZeyuWangGit/anydoor_Fake-Wheel/issues"}, "homepage" : "https://github.com/ZeyuWangGit/anydoor_Fake-Wheel#readme", "devDependencies" : {"babel-eslint" : "^8.2.2", "eslint-plugin-react" : "^7.7.0"}, "dependencies" : {"handlebars" : "^4.0.11", "yargs" : "^11.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"anydoor-fake": {"type": "string"}}, "required": ["anydoor-fake"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}}, "required": ["babel-eslint", "eslint-plugin-react"]}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["handlebars", "yargs"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Fisher", "state_name" : "Illinois", "state_abbrv" : "IL", "lat" : "40.2991", "long" : "-88.356"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"sourceDefinitionId": {"type": "string"}, "name": {"type": "string"}, "dockerRepository": {"type": "string"}, "dockerImageTag": {"type": "string"}, "documentationUrl": {"type": "string"}, "icon": {"type": "string"}}, "required": ["sourceDefinitionId", "name", "dockerRepository", "dockerImageTag", "documentationUrl", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sourceDefinitionId" : "47f25999-dd5e-4636-8c39-e7cea2453331", "name" : "Bing Ads", "dockerRepository" : "airbyte/source-bing-ads", "dockerImageTag" : "0.1.3", "documentationUrl" : "https://docs.airbyte.io/integrations/sources/bing-ads", "icon" : "bingads.svg"}
json_instruct
{"type": "object", "properties": {"sourceDefinitionId": {"type": "string"}, "name": {"type": "string"}, "dockerRepository": {"type": "string"}, "dockerImageTag": {"type": "string"}, "documentationUrl": {"type": "string"}, "icon": {"type": "string"}}, "required": ["sourceDefinitionId", "name", "dockerRepository", "dockerImageTag", "documentationUrl", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[96, 13], [102, 44], [68, 90], [68, 17], [84, 50], [70, 80], [104, 97], [120, 13], [106, 80], [66, 56], [100, 92], [107, 106], [88, 90], [102, 99], [45, 108], [82, 93], [35, 13], [73, 93], [84, 100], [83, 81], [47, 59], [68, 88], [71, 86], [91, 25], [68, 80], [28, 65], [16, 72], [45, 53], [65, 66], [15, 122], [42, 58], [62, 12], [13, 87], [64, 34]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"asset": {"type": "string"}, "threat": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "integer"}, "vulnerability": {"type": "string"}}, "required": ["asset", "threat", "uuid", "version", "vulnerability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"asset" : "d2023d89-44d1-11e9-a78c-0800277f0571", "threat" : "b402d5f5-4576-11e9-9173-0800277f0571", "uuid" : "7f9f1f9e-4f02-11e9-b3ea-0800277f0571", "version" : 1, "vulnerability" : "69fc1210-4591-11e9-9173-0800277f0571"}
json_instruct
{"type": "object", "properties": {"asset": {"type": "string"}, "threat": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "integer"}, "vulnerability": {"type": "string"}}, "required": ["asset", "threat", "uuid", "version", "vulnerability"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column": {"type": "string"}, "message": {"type": "string"}, "level": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "line", "column", "message", "level", "type"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xf3ac6c6a88de9cafd1fcd418b01da0184b442ea6", "tool" : "solhint", "start" : 1563214923.0531406, "end" : 1563214954.367802, "duration" : 31.314661264419556, "analysis" : [{"file" : "/unique_contracts/0xf3ac6c6a88de9cafd1fcd418b01da0184b442ea6.sol", "line" : "25", "column" : "13", "message" : "Expected indentation of 8 spaces but found 12", "level" : "Error", "type" : "indent"}, {"file" : "/unique_contracts/0xf3ac6c6a88de9cafd1fcd418b01da0184b442ea6.sol", "line" : "26", "column" : "13", "message" : "Expected indentation of 8 spaces but found 12", "level" : "Error", "type" : "indent"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column": {"type": "string"}, "message": {"type": "string"}, "level": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "line", "column", "message", "level", "type"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : "M\u00e9ry-sur-Cher", "circ" : "2\u00e8me circonscription", "dpt" : "Cher", "inscrits" : 539, "abs" : 273, "votants" : 266, "blancs" : 16, "nuls" : 9, "exp" : 241, "res" : [{"nuance" : "MDM", "nom" : "Mme Nadia ESSAYAN", "voix" : 142}, {"nuance" : "COM", "nom" : "M. Nicolas SANSU", "voix" : 99}]}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 21, "n_trials" : 130, "objective" : "drop_wave_on_cube", "white" : "platypus_smpso", "black" : "hyperopt_rand", "traceback" : ["passing", "passing"], "best_val" : [-0.27976610013703745, -0.288720928108244], "best_x" : [[0.02453221402726713, 0.13936694350760936, 0.04156094082980866, 0.4803327090489533, 0.04671658431473524, 0.40472050929773673, 0.49578184740114306, 0.4689215941727567, 0.15127660594093084, 0.4432418680171829, 0.3465429145781235, 0.7172118056995406, 0.2885952766970591, 0.6801948522922332, 0.06780004828861053, 0.34197076093914036, 0.1596874426899315, 0.2944003478070496, 0.7674973023779463, 0.21432344132660686, 0.5145229728687283], [0.8068247066244323, 0.27451271065656413, 0.2873210036629789, 0.23083185914530538, 0.46448919676389144, 0.09178281433422596, 0.25261212224034035, 0.44332013384532076, 0.15108009833182404, 0.7441756033098058, 0.5455319449410694, 0.25465298534699504, 0.22635405264067798, 0.2168695952482449, 0.31645746696179927, 0.327938965957515, 0.1275085448012191, 0.8673748744521131, 0.13908721356307968, 0.4760748410558138, 0.37931211202753856]], "feval_count" : [100, 100], "n_trials_instructed" : [91, 100], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "hyperopt_rand_cube", "loser" : "platypus_smpso_cube"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"date": {"type": "integer"}, "states": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "pending": {"type": "integer"}, "hospitalizedCurrently": {"type": "integer"}, "hospitalizedCumulative": {"type": "integer"}, "inIcuCurrently": {"type": "integer"}, "inIcuCumulative": {"type": "integer"}, "onVentilatorCurrently": {"type": "integer"}, "onVentilatorCumulative": {"type": "integer"}, "dateChecked": {"type": "string"}, "death": {"type": "integer"}, "hospitalized": {"type": "integer"}, "totalTestResults": {"type": "integer"}, "lastModified": {"type": "string"}, "recovered": {"type": "null"}, "total": {"type": "integer"}, "posNeg": {"type": "integer"}, "deathIncrease": {"type": "integer"}, "hospitalizedIncrease": {"type": "integer"}, "negativeIncrease": {"type": "integer"}, "positiveIncrease": {"type": "integer"}, "totalTestResultsIncrease": {"type": "integer"}, "hash": {"type": "string"}}, "required": ["date", "states", "positive", "negative", "pending", "hospitalizedCurrently", "hospitalizedCumulative", "inIcuCurrently", "inIcuCumulative", "onVentilatorCurrently", "onVentilatorCumulative", "dateChecked", "death", "hospitalized", "totalTestResults", "lastModified", "recovered", "total", "posNeg", "deathIncrease", "hospitalizedIncrease", "negativeIncrease", "positiveIncrease", "totalTestResultsIncrease", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"date" : 20200618, "states" : 56, "positive" : 2176098, "negative" : 9735467, "pending" : 1903, "hospitalizedCurrently" : 28538, "hospitalizedCumulative" : 136980, "inIcuCurrently" : 6560, "inIcuCumulative" : 9738, "onVentilatorCurrently" : 2518, "onVentilatorCumulative" : 869, "dateChecked" : "2020-06-18T24:00:00Z", "death" : 114017, "hospitalized" : 136980, "totalTestResults" : 27234446, "lastModified" : "2020-06-18T24:00:00Z", "recovered" : null, "total" : 0, "posNeg" : 0, "deathIncrease" : 679, "hospitalizedIncrease" : 1100, "negativeIncrease" : 191568, "positiveIncrease" : 26984, "totalTestResultsIncrease" : 562275, "hash" : "1b808e2935ddb9684ce5a98aa1a9540cadcf22c3"}
json_instruct
{"type": "object", "properties": {"date": {"type": "integer"}, "states": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "pending": {"type": "integer"}, "hospitalizedCurrently": {"type": "integer"}, "hospitalizedCumulative": {"type": "integer"}, "inIcuCurrently": {"type": "integer"}, "inIcuCumulative": {"type": "integer"}, "onVentilatorCurrently": {"type": "integer"}, "onVentilatorCumulative": {"type": "integer"}, "dateChecked": {"type": "string"}, "death": {"type": "integer"}, "hospitalized": {"type": "integer"}, "totalTestResults": {"type": "integer"}, "lastModified": {"type": "string"}, "recovered": {"type": "null"}, "total": {"type": "integer"}, "posNeg": {"type": "integer"}, "deathIncrease": {"type": "integer"}, "hospitalizedIncrease": {"type": "integer"}, "negativeIncrease": {"type": "integer"}, "positiveIncrease": {"type": "integer"}, "totalTestResultsIncrease": {"type": "integer"}, "hash": {"type": "string"}}, "required": ["date", "states", "positive", "negative", "pending", "hospitalizedCurrently", "hospitalizedCumulative", "inIcuCurrently", "inIcuCumulative", "onVentilatorCurrently", "onVentilatorCumulative", "dateChecked", "death", "hospitalized", "totalTestResults", "lastModified", "recovered", "total", "posNeg", "deathIncrease", "hospitalizedIncrease", "negativeIncrease", "positiveIncrease", "totalTestResultsIncrease", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id_5866": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5866"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_5866" : {"publicdate" : "2011-09-24 04:28:13", "title" : "Montezuma's Castle and Other Weird Tales"}}
json_instruct
{"type": "object", "properties": {"id_5866": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5866"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2009", "provinceId" : "14", "regencyId" : "05", "districtId" : "04", "name" : "Tanjung Kuyo"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"tableName": {"type": "string"}, "group": {"type": "string"}, "desc": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "partitionMode": {"type": "string"}, "levels": {"type": "string"}}, "required": ["tableName", "group", "desc", "startTime", "endTime", "partitionMode", "levels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tableName" : "hourly_web_click", "group" : "web", "desc" : "web click hourly model", "startTime" : "2019-01-01 00:00:00", "endTime" : "2019-11-30 23:59:59", "partitionMode" : "H", "levels" : "offline"}
json_instruct
{"type": "object", "properties": {"tableName": {"type": "string"}, "group": {"type": "string"}, "desc": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "partitionMode": {"type": "string"}, "levels": {"type": "string"}}, "required": ["tableName", "group", "desc", "startTime", "endTime", "partitionMode", "levels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "barres", "capo"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"key" : "F#", "suffix" : "m13/B", "positions" : [{"frets" : "777877", "fingers" : "111211", "barres" : "7", "capo" : "true"}, {"frets" : "777879", "fingers" : "111213", "barres" : "7", "capo" : "true"}, {"frets" : "774x45", "fingers" : "341012", "barres" : "4", "capo" : "true"}, {"frets" : "jjjkjj", "fingers" : "111211", "barres" : "19", "capo" : "true"}, {"frets" : "xeeege", "fingers" : "011131", "barres" : "14", "capo" : "true"}, {"frets" : "jjjkjl", "fingers" : "111213", "barres" : "19", "capo" : "true"}, {"frets" : "jjgxgh", "fingers" : "341012", "barres" : "16", "capo" : "true"}]}
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "barres", "capo"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x98a675ec95f598811d90fedfcc7e25d428d5c768ecc61fcaef29e4c95413355a", "parentHash" : "0x55ac56437be55001774f151e97393a7fdf81053fc223468dc3dbcca97cf3c1d1", "number" : 58703, "timestamp" : 1439125177, "nonce" : "0x9fce5ab472ec1968", "difficulty" : 1714032306672, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x5208"}, "miner" : "0xdd2F1e6e498202e86D8f5442Af596580A4f03c2C", "extraData" : "0x476574682f76312e302e312d38326566323666362f6c696e75782f676f312e34", "transactions" : [{"hash" : "0xb8ea1083cc3d5939f4bc6969e65b0c46c19be2ee1cacb49c84838222584f7301", "blockHash" : "0x98a675ec95f598811d90fedfcc7e25d428d5c768ecc61fcaef29e4c95413355a", "blockNumber" : 58703, "transactionIndex" : 0, "confirmations" : null, "from" : "0xa8E7201ff619fAFFc332E6aD37Ed41e301bf014a", "gasPrice" : {"_hex" : "0xd69b48315"}, "gasLimit" : {"_hex" : "0x15f90"}, "to" : "0x00C865a16eD3c930DD70B642507639D199C62180", "value" : {"_hex" : "0xde0b6b3a7640000"}, "nonce" : 0, "data" : "0x", "r" : "0x1f0c5a23cd1aee97fee16097536c795ae7cd10fd7bb6c1c590be0f32f940b66f", "s" : "0x70cc30451ac3f3856f726c97dd7bf397208440b4dd171dbc6c7af960524dcb0c", "v" : 28, "creates" : null, "raw" : "0xf86d80850d69b4831583015f909400c865a16ed3c930dd70b642507639d199c62180880de0b6b3a7640000801ca01f0c5a23cd1aee97fee16097536c795ae7cd10fd7bb6c1c590be0f32f940b66fa070cc30451ac3f3856f726c97dd7bf397208440b4dd171dbc6c7af960524dcb0c", "networkId" : 0, "chainId" : 0}]}
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": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}, "qname_minimization": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap", "qname_minimization"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"probe_id" : 18438, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 11427, "resolver_net" : "70.122.0.0/15", "ipv4_tcp" : true, "internal" : "172.16.0.1", "ipv6_cap" : true, "qname_minimization" : true}, {"ipv6_tcp" : true, "resolver_asn" : 11427, "resolver_net" : "70.122.0.0/15", "ipv4_tcp" : true, "internal" : "2605:6000:1522:60::1", "ipv6_cap" : true, "qname_minimization" : true}]}
json_instruct
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}, "qname_minimization": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap", "qname_minimization"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "630203100001", "text" : "\u4e50\u90fd\u8def\u5c45\u59d4\u4f1a"}, {"id" : "630203100002", "text" : "\u5e73\u5b89\u8def\u5c45\u59d4\u4f1a"}, {"id" : "630203100003", "text" : "\u6e5f\u4e2d\u8def\u5c45\u59d4\u4f1a"}, {"id" : "630203100004", "text" : "\u5316\u9686\u8def\u5c45\u59d4\u4f1a"}, {"id" : "630203100005", "text" : "\u68c9\u7eba\u5382\u5c45\u59d4\u4f1a"}, {"id" : "630203100200", "text" : "\u4e1c\u5e84\u6751\u59d4\u4f1a"}, {"id" : "630203100201", "text" : "\u4e0a\u5e84\u6751\u59d4\u4f1a"}, {"id" : "630203100202", "text" : "\u5927\u8def\u6751\u59d4\u4f1a"}, {"id" : "630203100203", "text" : "\u4e1c\u6751\u6751\u59d4\u4f1a"}, {"id" : "630203100204", "text" : "\u4e0a\u6ee9\u6751\u59d4\u4f1a"}, {"id" : "630203100205", "text" : "\u5f20\u5bb6\u5be8\u6751\u59d4\u4f1a"}, {"id" : "630203100206", "text" : "\u4e2d\u6751\u6751\u59d4\u4f1a"}, {"id" : "630203100207", "text" : "\u5357\u6751\u6751\u59d4\u4f1a"}, {"id" : "630203100208", "text" : "\u897f\u6751\u6751\u59d4\u4f1a"}, {"id" : "630203100209", "text" : "\u897f\u8425\u6751\u59d4\u4f1a"}, {"id" : "630203100210", "text" : "\u6768\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "630203100211", "text" : "\u7a91\u623f\u6751\u59d4\u4f1a"}, {"id" : "630203100212", "text" : "\u7ea2\u5cad\u6751\u59d4\u4f1a"}, {"id" : "630203100213", "text" : "\u6c88\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "630203100214", "text" : "\u767d\u5bb6\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"box_name": {"type": "string"}, "description": {"type": "string"}, "gamma": {"type": "number"}, "label": {"type": "string"}, "model_name": {"type": "string"}, "model_param": {"type": "object", "properties": {"C": {"type": "integer"}}, "required": ["C"]}, "test_score": {"type": "number"}, "time": {"type": "number"}, "train_score": {"type": "number"}}, "required": ["box_name", "description", "gamma", "label", "model_name", "model_param", "test_score", "time", "train_score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"box_name" : "none", "description" : "A Logit with RFF with fashion mnist", "gamma" : 0.00031334607827109305, "label" : "logit rff ", "model_name" : "logit", "model_param" : {"C" : 1000}, "test_score" : 0.8474, "time" : 266.55388248799864, "train_score" : 0.8655}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"box_name": {"type": "string"}, "description": {"type": "string"}, "gamma": {"type": "number"}, "label": {"type": "string"}, "model_name": {"type": "string"}, "model_param": {"type": "object", "properties": {"C": {"type": "integer"}}, "required": ["C"]}, "test_score": {"type": "number"}, "time": {"type": "number"}, "train_score": {"type": "number"}}, "required": ["box_name", "description", "gamma", "label", "model_name", "model_param", "test_score", "time", "train_score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : "Villepreux", "dpt" : "Yvelines", "inscrits" : 7310, "abs" : 1655, "votants" : 5655, "blancs" : 418, "nuls" : 125, "exp" : 5112, "res" : [{"panneau" : "1", "voix" : 3923}, {"panneau" : "2", "voix" : 1189}]}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "title": {"type": "null"}}, "required": ["code", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "10001", "title" : null}, {"code" : "10002", "title" : null}, {"code" : "10003", "title" : null}, {"code" : "10004", "title" : null}, {"code" : "10005", "title" : null}, {"code" : "10006", "title" : null}, {"code" : "10007", "title" : null}, {"code" : "10008", "title" : null}, {"code" : "10009", "title" : null}, {"code" : "10010", "title" : null}, {"code" : "10011", "title" : null}, {"code" : "10012", "title" : null}, {"code" : "10013", "title" : null}, {"code" : "10014", "title" : null}, {"code" : "10015", "title" : null}, {"code" : "10016", "title" : null}, {"code" : "10017", "title" : null}, {"code" : "10018", "title" : null}, {"code" : "10019", "title" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "title": {"type": "null"}}, "required": ["code", "title"]}, "$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"}, "style": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "author": {"type": "string"}}, "required": ["name", "version", "description", "main", "style", "files", "repository", "keywords", "license", "bugs", "homepage", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "typography-baseline.css", "version" : "2.0.0", "description" : "A good start to your CSS typography that covers all the semantic nooks and crannies", "main" : "src/baseline.css", "style" : "src/baseline.css", "files" : ["LICENSE.md", "src/baseline.css"], "repository" : {"type" : "git", "url" : "git+https://github.com/paceaux/typography-baseline.git"}, "keywords" : ["CSS", "Typography"], "license" : "MIT", "bugs" : {"url" : "https://github.com/paceaux/typography-baseline/issues"}, "homepage" : "https://github.com/paceaux/typography-baseline#readme", "author" : "Frank M. Taylor"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "style": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "author": {"type": "string"}}, "required": ["name", "version", "description", "main", "style", "files", "repository", "keywords", "license", "bugs", "homepage", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"bson.js": {"type": "string"}, "bson.min.js": {"type": "string"}}, "required": ["bson.js", "bson.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bson.js" : "sha256-DbUlMtng8heAwpLR7yHqDHzXluYE98bTddWNEpDv9DE=", "bson.min.js" : "sha256-+xe9dQBH2iLhOvZfQlMVIgLTaLlb06/V8Q5TQ0o3vmQ="}
json_instruct
{"type": "object", "properties": {"bson.js": {"type": "string"}, "bson.min.js": {"type": "string"}}, "required": ["bson.js", "bson.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"asana": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}, "slack": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}, "sendgrid": {"type": "object", "properties": {"user": {"type": "string"}, "pass": {"type": "string"}}, "required": ["user", "pass"]}, "dropbox": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}}, "required": ["asana", "slack", "sendgrid", "dropbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"asana" : {"token" : "[ACCESS_TOKEN]"}, "slack" : {"token" : "[ACCESS_TOKEN]"}, "sendgrid" : {"user" : "[USERNAME]", "pass" : "[PASSWORD]"}, "dropbox" : {"token" : "[ACCESS_TOKEN]"}}
json_instruct
{"type": "object", "properties": {"asana": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}, "slack": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}, "sendgrid": {"type": "object", "properties": {"user": {"type": "string"}, "pass": {"type": "string"}}, "required": ["user", "pass"]}, "dropbox": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]}}, "required": ["asana", "slack", "sendgrid", "dropbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 6932, "hash" : 3366441835, "artDyeHash" : 3366441835, "redacted" : false, "dyeManifestHash" : 302877035, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2020-12-12T21:00:00Z", "Temp" : 14.3, "RelHum" : 73, "WindSpeed" : 1.5, "WindDir" : 345}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"LogLevel": {"type": "string"}, "LogPath": {"type": "string"}, "TCPAddr": {"type": "string"}, "WSAddr": {"type": "string"}, "HTTPAddr": {"type": "string"}, "MaxConnNum": {"type": "integer"}, "DBSource": {"type": "string"}, "DBMaxConn": {"type": "integer"}, "DBIdleConn": {"type": "integer"}, "AIRPC": {"type": "string"}, "Games": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "root": {"type": "string"}, "vm_size": {"type": "integer"}, "room": {"type": "integer"}, "des": {"type": "string"}}, "required": ["name", "root", "vm_size", "room", "des"]}}, "EncryptStr": {"type": "string"}}, "required": ["LogLevel", "LogPath", "TCPAddr", "WSAddr", "HTTPAddr", "MaxConnNum", "DBSource", "DBMaxConn", "DBIdleConn", "AIRPC", "Games", "EncryptStr"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LogLevel" : "debug", "LogPath" : "", "TCPAddr" : "127.0.0.1:3563", "WSAddr" : "0.0.0.0:3565", "HTTPAddr" : "0.0.0.0:6100", "MaxConnNum" : 20000, "DBSource" : "user=dz_db password=d2SQC4nEeqDF958qLiu2 dbname=dz host=pgm-bp1rx6909s61kx0f9o.pg.rds.aliyuncs.com port=1433 sslmode=disable", "DBMaxConn" : 200, "DBIdleConn" : 10, "AIRPC" : "127.0.0.1:7080", "Games" : [{"name" : "classic_ddz", "root" : "./lua/game/test_game/root.lua", "vm_size" : 1, "room" : 10, "des" : "\u6027\u80fd\u74f6\u9888\u7684\u65f6\u5019\u901a\u8fc7\u547d\u4ee4\u52a8\u6001\u521b\u5efa\u65b0\u7684\u865a\u62df\u673a\u4e2a\u6570\uff0c\u5404\u573a\u6b21\u623f\u95f4\u4e2a\u6570\u91cf\u7531LUA\u6765\u5b9a"}], "EncryptStr" : "TH27Cco/KLPtga3Z1BLMNwTaEXp/B8GnLQpKbkKk8esx6qCIQ1eYdPdfDizG+WxG04lSpfXXry8c2+OHgqxEOSGqiimMsMCE/1tt/Ku0SLqT5Hj2n949yx7VaQvyNR+5WWjNoVMVg6Ps9BtkeeDPDb1rIvMgjXJ274DfcE1OkPg4JLyuycMyGvvlXkDuhp0CsjTdECNdd9E6HUlab0VznjZnqbEnXP3pjqjQaoXc1lQ7YSqm5mPIPNKUi3szDMecAxf6AVYUvxkrPpVPWAi1msX+Zrh8AC6bSxhR6MThfo/YBSVBBufCJs4wFpJHl2K3ZQ/wdb5gouITUJGWmVW2cQ=="}
json_instruct
{"type": "object", "properties": {"LogLevel": {"type": "string"}, "LogPath": {"type": "string"}, "TCPAddr": {"type": "string"}, "WSAddr": {"type": "string"}, "HTTPAddr": {"type": "string"}, "MaxConnNum": {"type": "integer"}, "DBSource": {"type": "string"}, "DBMaxConn": {"type": "integer"}, "DBIdleConn": {"type": "integer"}, "AIRPC": {"type": "string"}, "Games": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "root": {"type": "string"}, "vm_size": {"type": "integer"}, "room": {"type": "integer"}, "des": {"type": "string"}}, "required": ["name", "root", "vm_size", "room", "des"]}}, "EncryptStr": {"type": "string"}}, "required": ["LogLevel", "LogPath", "TCPAddr", "WSAddr", "HTTPAddr", "MaxConnNum", "DBSource", "DBMaxConn", "DBIdleConn", "AIRPC", "Games", "EncryptStr"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-09-18T05:00:00Z", "Temp" : 19.7, "RelHum" : 78, "WindSpeed" : 1.9, "WindDir" : 48}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "kbn:bootstrap": {"type": "string"}}, "required": ["build", "kbn:bootstrap"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "execa": {"type": "string"}, "moment": {"type": "string"}, "tree-kill": {"type": "string"}}, "required": ["chalk", "execa", "moment", "tree-kill"]}, "devDependencies": {"type": "object", "properties": {"@kbn/babel-preset": {"type": "string"}, "babel-cli": {"type": "string"}, "chance": {"type": "string"}, "expect.js": {"type": "string"}}, "required": ["@kbn/babel-preset", "babel-cli", "chance", "expect.js"]}}, "required": ["name", "main", "version", "license", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@kbn/dev-utils", "main" : "./target/index.js", "version" : "1.0.0", "license" : "Apache-2.0", "private" : true, "scripts" : {"build" : "babel src --out-dir target", "kbn:bootstrap" : "yarn build"}, "dependencies" : {"chalk" : "^2.3.0", "execa" : "^0.10.0", "moment" : "^2.20.1", "tree-kill" : "^1.2.0"}, "devDependencies" : {"@kbn/babel-preset" : "link:../kbn-babel-preset", "babel-cli" : "^6.26.0", "chance" : "1.0.6", "expect.js" : "0.3.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "kbn:bootstrap": {"type": "string"}}, "required": ["build", "kbn:bootstrap"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "execa": {"type": "string"}, "moment": {"type": "string"}, "tree-kill": {"type": "string"}}, "required": ["chalk", "execa", "moment", "tree-kill"]}, "devDependencies": {"type": "object", "properties": {"@kbn/babel-preset": {"type": "string"}, "babel-cli": {"type": "string"}, "chance": {"type": "string"}, "expect.js": {"type": "string"}}, "required": ["@kbn/babel-preset", "babel-cli", "chance", "expect.js"]}}, "required": ["name", "main", "version", "license", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "140822104200", "text" : "\u88f4\u5e84\u6751\u59d4\u4f1a"}, {"id" : "140822104201", "text" : "\u5357\u536b\u6751\u59d4\u4f1a"}, {"id" : "140822104202", "text" : "\u96c6\u8d24\u6751\u59d4\u4f1a"}, {"id" : "140822104203", "text" : "\u8303\u65b0\u6751\u59d4\u4f1a"}, {"id" : "140822104204", "text" : "\u897f\u536b\u6751\u59d4\u4f1a"}, {"id" : "140822104205", "text" : "\u8fdc\u505c\u6751\u59d4\u4f1a"}, {"id" : "140822104206", "text" : "\u5357\u57dd\u6751\u59d4\u4f1a"}, {"id" : "140822104208", "text" : "\u897f\u8303\u6751\u59d4\u4f1a"}, {"id" : "140822104211", "text" : "\u897f\u6548\u548c\u6751\u59d4\u4f1a"}, {"id" : "140822104212", "text" : "\u5b59\u77f3\u6751\u59d4\u4f1a"}, {"id" : "140822104213", "text" : "\u5c94\u95e8\u53e3\u6751\u59d4\u4f1a"}, {"id" : "140822104214", "text" : "\u5bfa\u540e\u6751\u59d4\u4f1a"}, {"id" : "140822104215", "text" : "\u5317\u767e\u7965\u6751\u59d4\u4f1a"}, {"id" : "140822104216", "text" : "\u5357\u767e\u7965\u6751\u59d4\u4f1a"}, {"id" : "140822104217", "text" : "\u4e0a\u738b\u4fe1\u6751\u59d4\u4f1a"}, {"id" : "140822104218", "text" : "\u592a\u548c\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"vehicle": {"type": "object", "properties": {"vehicleClass": {"type": "string"}, "vehicleType": {"type": "string"}, "chassisType": {"type": "null"}, "manufactureDate": {"type": "string"}, "yearOfManufacture": {"type": "integer"}, "testCertificateExpiryDate": {"type": "string"}, "outOfTestMarker": {"type": "string"}, "vehicleIdentifier": {"type": "string"}, "previousRegmark": {"type": "string"}, "registrationDate": {"type": "string"}, "numberOfAxles": {"type": "integer"}, "make": {"type": "string"}, "model": {"type": "string"}}, "required": ["vehicleClass", "vehicleType", "chassisType", "manufactureDate", "yearOfManufacture", "testCertificateExpiryDate", "outOfTestMarker", "vehicleIdentifier", "previousRegmark", "registrationDate", "numberOfAxles", "make", "model"]}}, "required": ["vehicle"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vehicle" : {"vehicleClass" : "V", "vehicleType" : "HGV", "chassisType" : null, "manufactureDate" : "01/05/2001", "yearOfManufacture" : 2001, "testCertificateExpiryDate" : "31/10/2018", "outOfTestMarker" : "N", "vehicleIdentifier" : "D6Z1V87", "previousRegmark" : "F9O6Y39", "registrationDate" : "29/10/2001", "numberOfAxles" : 2, "make" : "DAF", "model" : "FA LF45.130 08"}}
json_instruct
{"type": "object", "properties": {"vehicle": {"type": "object", "properties": {"vehicleClass": {"type": "string"}, "vehicleType": {"type": "string"}, "chassisType": {"type": "null"}, "manufactureDate": {"type": "string"}, "yearOfManufacture": {"type": "integer"}, "testCertificateExpiryDate": {"type": "string"}, "outOfTestMarker": {"type": "string"}, "vehicleIdentifier": {"type": "string"}, "previousRegmark": {"type": "string"}, "registrationDate": {"type": "string"}, "numberOfAxles": {"type": "integer"}, "make": {"type": "string"}, "model": {"type": "string"}}, "required": ["vehicleClass", "vehicleType", "chassisType", "manufactureDate", "yearOfManufacture", "testCertificateExpiryDate", "outOfTestMarker", "vehicleIdentifier", "previousRegmark", "registrationDate", "numberOfAxles", "make", "model"]}}, "required": ["vehicle"], "$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"}, "year": {"type": "integer"}, "runtime": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}, "release-date": {"type": "string"}, "director": {"type": "string"}, "writer": {"type": "array", "items": {"type": "string"}}, "actors": {"type": "array", "items": {"type": "string"}}, "storyline": {"type": "string"}}, "required": ["name", "year", "runtime", "categories", "release-date", "director", "writer", "actors", "storyline"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Spirited Away", "year" : 2001, "runtime" : 125, "categories" : ["adventure", "fantasy", "animation"], "release-date" : "2001-07-18", "director" : "Hayao Miyazaki", "writer" : ["Hayao Miyazaki"], "actors" : ["Rumi Hiragi", "Mari Natsuki", "Miyu Irino"], "storyline" : "Spirited Away is an adventure and coming-of-age film in whichthe main character, a young girl by the name of Chihiro, embarks on a quest to save her family from a supernatural spell."}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "year": {"type": "integer"}, "runtime": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}, "release-date": {"type": "string"}, "director": {"type": "string"}, "writer": {"type": "array", "items": {"type": "string"}}, "actors": {"type": "array", "items": {"type": "string"}}, "storyline": {"type": "string"}}, "required": ["name", "year", "runtime", "categories", "release-date", "director", "writer", "actors", "storyline"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"date": {"type": "string"}, "message": {"type": "string"}, "observation": {"type": "object", "properties": {"about": {"type": "string"}, "avm": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "credit": {"type": "object", "properties": {"about": {"type": "string"}, "label": {"type": "string"}}, "required": ["about", "label"]}, "dec": {"type": "number"}, "exposure": {"type": "number"}, "filter": {"type": "object", "properties": {"about": {"type": "string"}, "name": {"type": "string"}}, "required": ["about", "name"]}, "image": {"type": "object", "properties": {"about": {"type": "string"}, "fits": {"type": "string"}, "label": {"type": "string"}, "thumb": {"type": "string"}}, "required": ["about", "fits", "label", "thumb"]}, "instr": {"type": "object", "properties": {"about": {"type": "string"}, "tel": {"type": "string"}}, "required": ["about", "tel"]}, "label": {"type": "string"}, "observer": {"type": "object", "properties": {"about": {"type": "string"}, "label": {"type": "string"}}, "required": ["about", "label"]}, "ra": {"type": "number"}, "time": {"type": "object", "properties": {"creation": {"type": "string"}}, "required": ["creation"]}, "views": {"type": "integer"}}, "required": ["about", "avm", "credit", "dec", "exposure", "filter", "image", "instr", "label", "observer", "ra", "time", "views"]}}, "required": ["date", "message", "observation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"date" : "Sat, 30 Nov 2013 13:42:25 +0000", "message" : "This is a beta release of LCOGT JSON. The format may change so any applications you build using this may need updating in the future.", "observation" : {"about" : "http://lcogt.net/observations/ogg/2m0a/30848", "avm" : {"code" : "3.6.4", "name" : "Clusters of Stars"}, "credit" : {"about" : "http://creativecommons.org/licenses/by-nc/2.0/deed.en_US", "label" : "Image taken with Faulkes Telescope North operated by Las Cumbres Observatory Global Telescope Network"}, "dec" : 48.4778, "exposure" : 60.0, "filter" : {"about" : "http://lcogt.net/", "name" : "Unknown"}, "image" : {"about" : "http://lcogt.net/files/rtisba/faulkes-rti/imagearchive/2008/10/01/process-256-1.jpg", "fits" : "", "label" : "Image", "thumb" : "http://lcogt.net/files/rtisba/faulkes-rti/imagearchive/2008/10/01/process-256-1_120.jpg"}, "instr" : {"about" : "http://lcogt.net/observations/ogg/2m0a", "tel" : "Faulkes Telescope North"}, "label" : "M39", "observer" : {"about" : "http://lcogt.net/observations/user/2401", "label" : "Amstel Instituut - Universiteit van Amsterdam"}, "ra" : 323.1375, "time" : {"creation" : "Wed, 01 Oct 2008 11:13:33 +0000"}, "views" : 25}}
json_instruct
{"type": "object", "properties": {"date": {"type": "string"}, "message": {"type": "string"}, "observation": {"type": "object", "properties": {"about": {"type": "string"}, "avm": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "credit": {"type": "object", "properties": {"about": {"type": "string"}, "label": {"type": "string"}}, "required": ["about", "label"]}, "dec": {"type": "number"}, "exposure": {"type": "number"}, "filter": {"type": "object", "properties": {"about": {"type": "string"}, "name": {"type": "string"}}, "required": ["about", "name"]}, "image": {"type": "object", "properties": {"about": {"type": "string"}, "fits": {"type": "string"}, "label": {"type": "string"}, "thumb": {"type": "string"}}, "required": ["about", "fits", "label", "thumb"]}, "instr": {"type": "object", "properties": {"about": {"type": "string"}, "tel": {"type": "string"}}, "required": ["about", "tel"]}, "label": {"type": "string"}, "observer": {"type": "object", "properties": {"about": {"type": "string"}, "label": {"type": "string"}}, "required": ["about", "label"]}, "ra": {"type": "number"}, "time": {"type": "object", "properties": {"creation": {"type": "string"}}, "required": ["creation"]}, "views": {"type": "integer"}}, "required": ["about", "avm", "credit", "dec", "exposure", "filter", "image", "instr", "label", "observer", "ra", "time", "views"]}}, "required": ["date", "message", "observation"], "$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"}, "status": {"type": "string"}, "type": {"type": "string"}, "package": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "logiks-core": {"type": "object", "properties": {"min": {"type": "string"}, "max": {"type": "string"}}, "required": ["min", "max"]}, "files": {"type": "array", "items": {}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {}}, "devDependencies": {"type": "array", "items": {}}, "permissions": {"type": "array", "items": {}}, "schema": {"type": "array", "items": {}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["name", "version", "status", "type", "package", "description", "keywords", "license", "homepage", "repository", "logiks-core", "files", "ignore", "dependencies", "devDependencies", "permissions", "schema", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "_simply", "version" : "1.0.0", "status" : "beta", "type" : "app", "package" : "olgks._simply", "description" : "A simple blank app for Logiks to start with. Start by building a new home page.", "keywords" : "", "license" : "MIT License", "homepage" : "https://github.com/LogiksApps/_simply", "repository" : {"type" : "git", "url" : "https://github.com/LogiksApps/_simply.git"}, "logiks-core" : {"min" : "4.0", "max" : "*"}, "files" : [], "ignore" : [".git", "Readme.txt"], "dependencies" : [], "devDependencies" : [], "permissions" : [], "schema" : [], "authors" : [{"name" : "Bismay Kumar Mohapatra", "email" : "[email protected]"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}, "package": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "logiks-core": {"type": "object", "properties": {"min": {"type": "string"}, "max": {"type": "string"}}, "required": ["min", "max"]}, "files": {"type": "array", "items": {}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {}}, "devDependencies": {"type": "array", "items": {}}, "permissions": {"type": "array", "items": {}}, "schema": {"type": "array", "items": {}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["name", "version", "status", "type", "package", "description", "keywords", "license", "homepage", "repository", "logiks-core", "files", "ignore", "dependencies", "devDependencies", "permissions", "schema", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"main": {"type": "boolean"}}, "required": ["main"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "79604eb17f534502ae8b", "c" : {"main" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"main": {"type": "boolean"}}, "required": ["main"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"minimum-net-dwellings": {"type": "string"}, "site-plan-url": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "ownership-status": {"type": "string"}, "notes": {"type": "string"}, "point": {"type": "string"}, "site": {"type": "string"}, "planning-permission-status": {"type": "string"}, "organisation": {"type": "string"}, "site-address": {"type": "string"}, "name": {"type": "string"}, "planning-permission-type": {"type": "string"}, "start-date": {"type": "string"}, "planning-permission-date": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["minimum-net-dwellings", "site-plan-url", "maximum-net-dwellings", "hectares", "ownership-status", "notes", "point", "site", "planning-permission-status", "organisation", "site-address", "name", "planning-permission-type", "start-date", "planning-permission-date", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.698792, 53.76184]}, "properties" : {"minimum-net-dwellings" : "0", "site-plan-url" : "http://maps.preston.gov.uk/planning/map.aspx", "maximum-net-dwellings" : "0", "hectares" : "0.04", "ownership-status" : "not owned by a public authority", "notes" : "06/2013/0591 Prior notification submission for conversion from B1 offices to C3 residential.", "point" : "POINT(-2.698792 53.76184)", "site" : "BR49", "planning-permission-status" : "permissioned", "organisation" : "local-authority-eng:PRE", "site-address" : "Victoria House, 9-11 Ormskirk Road.", "name" : "BR49", "planning-permission-type" : "under an order", "start-date" : "2016-09-06", "planning-permission-date" : "2013-10-15", "slug" : "/brownfield-land/local-authority-eng/PRE/BR49", "entity" : 490698, "entry-date" : "2018-11-19"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"minimum-net-dwellings": {"type": "string"}, "site-plan-url": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "ownership-status": {"type": "string"}, "notes": {"type": "string"}, "point": {"type": "string"}, "site": {"type": "string"}, "planning-permission-status": {"type": "string"}, "organisation": {"type": "string"}, "site-address": {"type": "string"}, "name": {"type": "string"}, "planning-permission-type": {"type": "string"}, "start-date": {"type": "string"}, "planning-permission-date": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["minimum-net-dwellings", "site-plan-url", "maximum-net-dwellings", "hectares", "ownership-status", "notes", "point", "site", "planning-permission-status", "organisation", "site-address", "name", "planning-permission-type", "start-date", "planning-permission-date", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"packageName": {"type": "string"}}, "required": ["packageName"]}, "instance": {"type": "object", "properties": {"frameTitleOf:": {"type": "string"}, "icon": {"type": "string"}, "priority": {"type": "string"}}, "required": ["frameTitleOf:", "icon", "priority"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {"packageName" : "bak 4/27/2016 19:08"}, "instance" : {"frameTitleOf:" : "bak 5/12/2016 17:26", "icon" : "bak 4/27/2016 15:08", "priority" : "bak 4/27/2016 19:42"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"packageName": {"type": "string"}}, "required": ["packageName"]}, "instance": {"type": "object", "properties": {"frameTitleOf:": {"type": "string"}, "icon": {"type": "string"}, "priority": {"type": "string"}}, "required": ["frameTitleOf:", "icon", "priority"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"TheWeirdSisters": {"type": "array", "items": {"type": "string"}}}, "required": ["TheWeirdSisters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"TheWeirdSisters" : ["PowerTrio", "FairyGodmother", "Seers", "SiblingTeam", "TropeCodifier", "WitchClassic", "Familiar", "WickedWitch", "FairyGodmother", "Seer", "TropeNamer", "TheHecateSisters", "TheThreeFacesOfEve", "PowerTrio", "WizardingSchool", "TheDividual", "AncientEvil", "TheSandman", "ArtifactOfDoom", "FourElementEnsemble", "EvilPlan", "Dracula", "WordOfGod", "EvilEye", "MacGuffin", "PowerTrio", "FiveManBand", "WickedWitch", "AlphaBitch", "GirlPosse", "ShoutOut", "Shapeshifter", "TheEvilsOfFreeWill", "BigBadDuumvirate", "OnceUponATime", "BalancingDeathsBooks", "AlphaBitch", "GirlPosse", "Valkyries", "Valkyries", "BlindSeer", "RealityWarper", "AppearanceIsInTheEyeOfTheBeholder"]}
json_instruct
{"type": "object", "properties": {"TheWeirdSisters": {"type": "array", "items": {"type": "string"}}}, "required": ["TheWeirdSisters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "urlPattern": {"type": "string"}}, "required": ["method", "urlPattern"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "body": {"type": "string"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}}, "required": ["status", "body", "headers"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"request" : {"method" : "GET", "urlPattern" : "/bidrag-sjablon/barnetilsyn.*"}, "response" : {"status" : 200, "body" : " [ {\"typeStonad\": \"64\",\"typeTilsyn\": \"DO\",\"datoFom\": \"2020-07-01\",\"datoTom\": \"9999-12-31\",\"belopBarneTilsyn\": 358,\"brukerid\": \"A100364 \",\"tidspktEndret\": \"2020-05-17T14:13:16.999\"},{\"typeStonad\": \"64\",\"typeTilsyn\": \"DU\",\"datoFom\": \"2020-07-01\",\"datoTom\": \"9999-12-31\",\"belopBarneTilsyn\": 257,\"brukerid\": \"A100364 \",\"tidspktEndret\": \"2020-05-17T14:14:13.801\"},{\"typeStonad\": \"64\",\"typeTilsyn\": \"HO\",\"datoFom\": \"2020-07-01\",\"datoTom\": \"9999-12-31\",\"belopBarneTilsyn\": 589,\"brukerid\": \"A100364 \",\"tidspktEndret\": \"2020-05-17T14:14:53.803\"},{\"typeStonad\": \"64\",\"typeTilsyn\": \"HU\",\"datoFom\": \"2020-07-01\",\"datoTom\": \"9999-12-31\",\"belopBarneTilsyn\": 643,\"brukerid\": \"A100364 \",\"tidspktEndret\": \"2020-05-17T14:15:49.233\"}]", "headers" : {"Content-Type" : "application/json"}}}
json_instruct
{"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "urlPattern": {"type": "string"}}, "required": ["method", "urlPattern"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "body": {"type": "string"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}}, "required": ["status", "body", "headers"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"just-animate-all.js": {"type": "string"}, "just-animate-all.min.js": {"type": "string"}, "just-animate-extras.js": {"type": "string"}, "just-animate-extras.min.js": {"type": "string"}, "just-animate-tools.js": {"type": "string"}, "just-animate-tools.min.js": {"type": "string"}, "just-animate-web.js": {"type": "string"}, "just-animate-web.min.js": {"type": "string"}, "just-animate.js": {"type": "string"}, "just-animate.min.js": {"type": "string"}}, "required": ["just-animate-all.js", "just-animate-all.min.js", "just-animate-extras.js", "just-animate-extras.min.js", "just-animate-tools.js", "just-animate-tools.min.js", "just-animate-web.js", "just-animate-web.min.js", "just-animate.js", "just-animate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"just-animate-all.js" : "sha256-ifJmLyoMFNDm39+p56dO5YbEr38ZDMbtBcUI+iwc5pA=", "just-animate-all.min.js" : "sha256-jmCIrvqjaJsFkqlTbEWHE6EzxIQ2HB7nSAIvsaDZMrM=", "just-animate-extras.js" : "sha256-arPF75d8vc3e/O/kBqPvuu+8IQO724u9S4wGrAVudfE=", "just-animate-extras.min.js" : "sha256-JK6xklREJ1PrbMbKzIXgUPi/2+jHSpNPzTI2RHRI24w=", "just-animate-tools.js" : "sha256-H/e8lSL/4sYzdoI5fyU7+fJ1M3lEUzEanCdO458pRrs=", "just-animate-tools.min.js" : "sha256-3Dm4B6U5ox5BhZ6N6guPGdA9I2MfV9bOVVmJel5i+44=", "just-animate-web.js" : "sha256-Mn6sjuJfshxT4XwINrUU+4h5+m/NzdIffhyaW7QG7Lw=", "just-animate-web.min.js" : "sha256-ghff7CnytVYFHYIaDlNtMCgNUJTjb64Qztd5a26llMA=", "just-animate.js" : "sha256-O18J9GXrnUmgbjXvwynh9ycE1kzOWQ/1Lx0N63T0poo=", "just-animate.min.js" : "sha256-SiW7Gl3lzzD5/MeJuXL2YA7g2jqwE18JqPFEbd5nwhI="}
json_instruct
{"type": "object", "properties": {"just-animate-all.js": {"type": "string"}, "just-animate-all.min.js": {"type": "string"}, "just-animate-extras.js": {"type": "string"}, "just-animate-extras.min.js": {"type": "string"}, "just-animate-tools.js": {"type": "string"}, "just-animate-tools.min.js": {"type": "string"}, "just-animate-web.js": {"type": "string"}, "just-animate-web.min.js": {"type": "string"}, "just-animate.js": {"type": "string"}, "just-animate.min.js": {"type": "string"}}, "required": ["just-animate-all.js", "just-animate-all.min.js", "just-animate-extras.js", "just-animate-extras.min.js", "just-animate-tools.js", "just-animate-tools.min.js", "just-animate-web.js", "just-animate-web.min.js", "just-animate.js", "just-animate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}, "capInsets": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"__type__" : "cc.SpriteFrame", "content" : {"name" : "btn_login_up", "texture" : "14f82cd94", "rect" : [637, 373, 81, 99], "offset" : [0, 0], "originalSize" : [81, 99], "capInsets" : [15, 15, 15, 25]}}
json_instruct
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}, "capInsets": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "string"}, "blog": {"type": "string"}, "location": {"type": "null"}, "email": {"type": "string"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "knolleary", "repos" : 1, "login" : "knolleary", "id" : 51083, "avatar_url" : "https://avatars1.githubusercontent.com/u/51083?v=3", "url" : "https://api.github.com/users/knolleary", "html_url" : "https://github.com/knolleary", "followers_url" : "https://api.github.com/users/knolleary/followers", "following_url" : "https://api.github.com/users/knolleary/following{/other_user}", "gists_url" : "https://api.github.com/users/knolleary/gists{/gist_id}", "starred_url" : "https://api.github.com/users/knolleary/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/knolleary/subscriptions", "organizations_url" : "https://api.github.com/users/knolleary/orgs", "repos_url" : "https://api.github.com/users/knolleary/repos", "events_url" : "https://api.github.com/users/knolleary/events{/privacy}", "received_events_url" : "https://api.github.com/users/knolleary/received_events", "type" : "User", "site_admin" : false, "name" : "Nick O'Leary", "company" : "IBM", "blog" : "knolleary.net", "location" : null, "email" : "[email protected]", "hireable" : null, "bio" : null, "public_repos" : 36, "public_gists" : 3, "followers" : 235, "following" : 30, "created_at" : "2009-02-02T11:03:58Z", "updated_at" : "2017-01-02T23:57:33Z"}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "string"}, "blog": {"type": "string"}, "location": {"type": "null"}, "email": {"type": "string"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1916, "sex" : "F", "n" : 5, "prop" : 4.61e-06}, {"year" : 1919, "sex" : "F", "n" : 5, "prop" : 4.26e-06}, {"year" : 1996, "sex" : "F", "n" : 5, "prop" : 2.61e-06}, {"year" : 1999, "sex" : "F", "n" : 6, "prop" : 3.08e-06}, {"year" : 2001, "sex" : "F", "n" : 5, "prop" : 2.53e-06}, {"year" : 2010, "sex" : "F", "n" : 6, "prop" : 3.06e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "It's an Magenta crystal."}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Disguise", "definitions" : ["A means of altering one's appearance to conceal one's identity.", "The state of having altered one's appearance in order to conceal one's identity.", "The concealing of one's true intentions or feelings."], "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"generator-wupjs": {"type": "object", "properties": {"module": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "email": {"type": "string"}, "github": {"type": "string"}, "license": {"type": "string"}, "transpile": {"type": "string"}, "addons": {"type": "array", "items": {}}, "Class": {"type": "string"}, "createdWith": {"type": "string"}, "modifiedWith": {"type": "string"}, "createdOn": {"type": "string"}, "modifiedOn": {"type": "string"}, "gulp": {"type": "boolean"}, "srcDir": {"type": "string"}, "testDir": {"type": "string"}, "buildDir": {"type": "string"}, "docDir": {"type": "string"}, "libDir": {"type": "string"}, "gulpDir": {"type": "string"}, "typescript": {"type": "boolean"}, "jsx": {"type": "boolean"}, "extensions": {"type": "array", "items": {"type": "string"}}, "jupyter": {"type": "boolean"}, "antlr4": {"type": "boolean"}, "server": {"type": "boolean"}, "client": {"type": "boolean"}, "devModuleTypes": {"type": "array", "items": {"type": "string"}}, "prodModuleTypes": {"type": "array", "items": {"type": "string"}}, "monorepo": {"type": "boolean"}, "hasGulpfilesDir": {"type": "boolean"}}, "required": ["module", "description", "author", "email", "github", "license", "transpile", "addons", "Class", "createdWith", "modifiedWith", "createdOn", "modifiedOn", "gulp", "srcDir", "testDir", "buildDir", "docDir", "libDir", "gulpDir", "typescript", "jsx", "extensions", "jupyter", "antlr4", "server", "client", "devModuleTypes", "prodModuleTypes", "monorepo", "hasGulpfilesDir"]}}, "required": ["generator-wupjs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generator-wupjs" : {"module" : "argu", "description" : "Helper for preprocessing arguments before passing to functions", "author" : "Jason Lenoble", "email" : "[email protected]", "github" : "jlenoble", "license" : "MIT", "transpile" : "es2015", "addons" : [], "Class" : "Argu", "createdWith" : "0.6.0-10", "modifiedWith" : "0.6.0-10", "createdOn" : "2020-12-07T15:16:35.558Z", "modifiedOn" : "2020-12-07T16:29:35.846Z", "gulp" : true, "srcDir" : "src", "testDir" : "test", "buildDir" : "build", "docDir" : "docs", "libDir" : "lib", "gulpDir" : "gulp", "typescript" : true, "jsx" : false, "extensions" : ["ts"], "jupyter" : false, "antlr4" : false, "server" : true, "client" : false, "devModuleTypes" : ["ES6"], "prodModuleTypes" : ["CommonJS"], "monorepo" : false, "hasGulpfilesDir" : false}}
json_instruct
{"type": "object", "properties": {"generator-wupjs": {"type": "object", "properties": {"module": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "email": {"type": "string"}, "github": {"type": "string"}, "license": {"type": "string"}, "transpile": {"type": "string"}, "addons": {"type": "array", "items": {}}, "Class": {"type": "string"}, "createdWith": {"type": "string"}, "modifiedWith": {"type": "string"}, "createdOn": {"type": "string"}, "modifiedOn": {"type": "string"}, "gulp": {"type": "boolean"}, "srcDir": {"type": "string"}, "testDir": {"type": "string"}, "buildDir": {"type": "string"}, "docDir": {"type": "string"}, "libDir": {"type": "string"}, "gulpDir": {"type": "string"}, "typescript": {"type": "boolean"}, "jsx": {"type": "boolean"}, "extensions": {"type": "array", "items": {"type": "string"}}, "jupyter": {"type": "boolean"}, "antlr4": {"type": "boolean"}, "server": {"type": "boolean"}, "client": {"type": "boolean"}, "devModuleTypes": {"type": "array", "items": {"type": "string"}}, "prodModuleTypes": {"type": "array", "items": {"type": "string"}}, "monorepo": {"type": "boolean"}, "hasGulpfilesDir": {"type": "boolean"}}, "required": ["module", "description", "author", "email", "github", "license", "transpile", "addons", "Class", "createdWith", "modifiedWith", "createdOn", "modifiedOn", "gulp", "srcDir", "testDir", "buildDir", "docDir", "libDir", "gulpDir", "typescript", "jsx", "extensions", "jupyter", "antlr4", "server", "client", "devModuleTypes", "prodModuleTypes", "monorepo", "hasGulpfilesDir"]}}, "required": ["generator-wupjs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "string"}, "copyright": {"type": "string"}, "entityType": {"type": "string"}, "matchCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "statusCode": {"type": "integer"}, "statusDescription": {"type": "string"}, "traceId": {"type": "string"}, "addressLine": {"type": "string"}, "adminDistrict": {"type": "string"}, "adminDistrict2": {"type": "string"}, "countryRegion": {"type": "string"}, "formattedAddress": {"type": "string"}, "locality": {"type": "string"}, "neighborhood": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["confidence", "authenticationResultCode", "brandLogoUri", "copyright", "entityType", "matchCodes", "name", "statusCode", "statusDescription", "traceId", "addressLine", "adminDistrict", "adminDistrict2", "countryRegion", "formattedAddress", "locality", "neighborhood", "postalCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "bbox": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "properties", "geometry", "bbox"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"confidence" : 9, "authenticationResultCode" : "ValidCredentials", "brandLogoUri" : "http://dev.virtualearth.net/Branding/logo_powered_by.png", "copyright" : "Copyright \u00a9 2017 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", "entityType" : "Address", "matchCodes" : ["Good"], "name" : "41 Rue Th\u00e9rien, Gatineau, QC J8Y 1H9, Canada", "statusCode" : 200, "statusDescription" : "OK", "traceId" : "bc2ca023d01a4d7795697f35ec254f22|BN20280152|7.7.0.0|", "addressLine" : "41 Rue Th\u00e9rien", "adminDistrict" : "QC", "adminDistrict2" : "Gatineau", "countryRegion" : "Canada", "formattedAddress" : "41 Rue Th\u00e9rien, Gatineau, QC J8Y 1H9, Canada", "locality" : "Gatineau", "neighborhood" : "Hull", "postalCode" : "J8Y 1H9"}, "geometry" : {"type" : "Point", "coordinates" : [-75.7559799, 45.45395]}, "bbox" : [-75.7575824, 45.4528258, -75.7543774, 45.4550742]}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "string"}, "copyright": {"type": "string"}, "entityType": {"type": "string"}, "matchCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "statusCode": {"type": "integer"}, "statusDescription": {"type": "string"}, "traceId": {"type": "string"}, "addressLine": {"type": "string"}, "adminDistrict": {"type": "string"}, "adminDistrict2": {"type": "string"}, "countryRegion": {"type": "string"}, "formattedAddress": {"type": "string"}, "locality": {"type": "string"}, "neighborhood": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["confidence", "authenticationResultCode", "brandLogoUri", "copyright", "entityType", "matchCodes", "name", "statusCode", "statusDescription", "traceId", "addressLine", "adminDistrict", "adminDistrict2", "countryRegion", "formattedAddress", "locality", "neighborhood", "postalCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "bbox": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "properties", "geometry", "bbox"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}