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": {"DURATION": {"type": "number"}, "package-0": {"type": "number"}, "dram": {"type": "number"}}, "required": ["DURATION", "package-0", "dram"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DURATION" : 2382.842273, "package-0" : 43.421509329585405, "dram" : 6.247434062539816}
json_instruct
{"type": "object", "properties": {"DURATION": {"type": "number"}, "package-0": {"type": "number"}, "dram": {"type": "number"}}, "required": ["DURATION", "package-0", "dram"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSol...
{"ExpandedNodes" : ["", "\\SetteEMezzo"], "SelectedNode" : "\\SetteEMezzo\\CardSystem.cs", "PreviewInSolutionExplorer" : false}
json_instruct
{"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"location": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "newStorag...
{"$schema" : "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"location" : {"value" : "East Asia"}, "newStorageAccountName" : {"value" : "binxibeta10"}, "virtualNetworkName" : {"value" : "boshvnet-crp"}, "subnetNameForBosh" : {"value" : "B...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"location": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "newStorageAccountName": {"type": "object", "properties": {"value": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBa...
{"pages" : ["pages/calendar/calendar", "pages/weather/weather", "pages/about/about", "pages/citychoose/citychoose", "pages/setting/setting", "pages/systeminfo/systeminfo"], "window" : {"backgroundTextStyle" : "dark", "navigationBarBackgroundColor" : "#fff", "navigationBarTitleText" : "Quiet Weather", "navigationBarText...
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type":...
{"name" : "Providence College", "alt_name" : null, "country" : "United States", "state" : "Rhode Island", "address" : {"street" : "1 Cunningham Square", "city" : "Providence", "province" : "Rhode Island", "postal_code" : "02918"}, "contact" : {"telephone" : "+1(401) 865-1000", "website" : "http://www.providence.edu", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"view_group": {"type": "string"}, "details.title": {"type": "string"}, "details.members": {"type": "string"}, "details.has_no_posts": {"type": "string"}, "details.latest_posts": {"type": "string"}}, "required"...
{"view_group" : "Vezi Grup", "details.title" : "Detalii Grup", "details.members" : "List\u0103 Membrii", "details.has_no_posts" : "Membrii acestui grup nu au facut nici o postare.", "details.latest_posts" : "Ultimele Mesaje"}
json_instruct
{"type": "object", "properties": {"view_group": {"type": "string"}, "details.title": {"type": "string"}, "details.members": {"type": "string"}, "details.has_no_posts": {"type": "string"}, "details.latest_posts": {"type": "string"}}, "required": ["view_group", "details.title", "details.members", "details.has_no_posts", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "str...
{"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "#/definitions/variable-list", "title" : "Variable List", "description" : "Collection variables allow you to define a set of variables, that are a *part of the collection*, as opposed to environments, which are separate entities.\n*Note: Collection variabl...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["$schema", "$id", "title", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"schemaVersion": {"type": "string"}, "readme": {"type": "string"}, "modules": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "path": {"type": "string"}, "declarations": {"t...
{"schemaVersion" : "1.0.0", "readme" : "", "modules" : [{"kind" : "javascript-module", "path" : "shoe-sizer.ts", "declarations" : [{"kind" : "class", "description" : "", "name" : "ShoeSizer", "members" : [{"kind" : "field", "name" : "options", "type" : {"text" : "BigBagOfProperties"}, "description" : "Sizes your shoes\...
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "string"}, "readme": {"type": "string"}, "modules": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "path": {"type": "string"}, "declarations": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"success": {"type": "boolean"}, "shoppingList": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "integer"}, "product_name": {"type": "string"}, "quantity": {"type": "integer...
{"success" : true, "shoppingList" : [{"id" : "1c4aaae8-daff-4810-b1d4-423f52bd63b3", "code" : 16612, "product_name" : "Organic Adzuki Beans", "quantity" : 2, "groupProduct" : false, "username" : "james"}, {"id" : "856bc1b0-4616-41e4-ab6a-deb4b62968f7", "code" : 16650, "product_name" : "Organic Penne Pasta", "quantity" ...
json_instruct
{"type": "object", "properties": {"success": {"type": "boolean"}, "shoppingList": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "integer"}, "product_name": {"type": "string"}, "quantity": {"type": "integer"}, "groupProduct": {"type": "boolean"}, "username": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "arch": {"type": "array", "items": {"type": "string"}}, "sta...
{"name" : "Freenom-dns-updater", "version" : "1.1.1", "slug" : "freenom-dns-updater", "description" : "Freenom Registrar Domain Management - update dns records, Manage (add/update/remove) a domain's dns record, Auto renew domains and more", "url" : "https://github.com/FaserF/hassio-addons/tree/master/freenom-dns-update...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "arch": {"type": "array", "items": {"type": "string"}}, "startup": {"type": "string"}, "boot": {"type": "string"}, "map": {"type": "array...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.or...
{"towns" : [{"name" : "Hilversum", "url" : "hilversum"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$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", "proper...
{"hash" : "0xc883412ead4a291eaa575b27bb0bda3f873514a1eea7ae130c5f5d55eb001763", "parentHash" : "0x8e6c1d9aaacd076a7ff0116b2689203fa51e609c3fa60b04e7198737639df48f", "number" : 106716, "timestamp" : 1439909221, "nonce" : "0x8c6578bbcc3fbfdd", "difficulty" : 4452983705422, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ...
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"]...
Based on the schema below, produce a valid JSON object: {"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": ...
{"authors" : [{"author" : "Zi-Ye Zhao"}, {"author" : "Yu-Liang Jiang"}, {"author" : "Bai-Rong Li"}, {"author" : "Jing Li"}, {"author" : "Xiao-Wei Jin"}, {"author" : "En-Da Yu"}, {"author" : "Shou-Bin Ning"}], "doi" : "10.1186/s12893-018-0357-8", "publication_date" : "2018-04-25", "id" : "EN113371", "url" : "https://pub...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"password": {"type": "string"}, "user": {"type": "string"}}, "required": ["password", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"password" : "$argon2id$v=19$m=4096,t=3,p=1$t7WFrQ0mD9RyauO8GqGRXA$sdXRfR6madnDuPydOeEuscYhvcO/RvQrpvIkG0ixoBE", "user" : "admin"}
json_instruct
{"type": "object", "properties": {"password": {"type": "string"}, "user": {"type": "string"}}, "required": ["password", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":...
{"hash" : "0x2f2d7511706f83c950cde7807088549530b06ca76ed2d05db3ca187c7c45705e", "parentHash" : "0xe6e559381abb5cd8cbcea36ade3bb412c556f412e0506a12c2cb4ba349de286e", "number" : 33944, "timestamp" : 1438714669, "nonce" : "0x56442ef4ded335e4", "difficulty" : 1250982262949, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_...
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"]...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}...
{"name" : "@neo-one/cli-common-node", "version" : "3.1.0", "description" : "NEO\u2022ONE code common to the node cli and other node packages in NEO\u2022ONE.", "main" : "./dist/cjs/index", "module" : "./dist/esm/index", "scripts" : {"build" : "gulp", "lint" : "node ./node_modules/@neo-one/build-tools/bin/neo-one-lint.j...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "lint:staged": {"type": "string"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "help": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "stri...
{"name" : "fast_floward", "title" : "Fast Floward", "description" : "Kitty Items for the participants of the Fast Floward bootcamp.", "imageUrl" : "", "help" : {"title" : "", "url" : ""}, "interface" : {"hidden" : false, "enabled" : true, "children" : "form"}, "parameters" : [], "blockchains" : ["flow"], "languages" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "help": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "interface": {"type": "object", ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"instructions": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["instructions", "ingredients", "title", "image...
{"instructions" : "Cook pasta according to package directions. Drain pasta; set aside. In a bowl, combine the egg, ricotta and 1/4 cup Parmesan cheese. Spread 1 cup spaghetti sauce in a 13-in. x 9-in. x 2-in. baking dish coated with nonstick cooking spray. Top with a third of the pasta, half of the ricotta mixture, 2/3...
json_instruct
{"type": "object", "properties": {"instructions": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["instructions", "ingredients", "title", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "name": {"type": "s...
{"icons" : [{"src" : "icon_512x512.87021a27188f66cd4d6ed1d4993944e0.png", "sizes" : "512x512", "type" : "image/png"}, {"src" : "icon_384x384.635f02d51a8651ddc18cb43b8cf43744.png", "sizes" : "384x384", "type" : "image/png"}, {"src" : "icon_256x256.b4b454fa31cb9faab697903e204d0b49.png", "sizes" : "256x256", "type" : "ima...
json_instruct
{"type": "object", "properties": {"icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "name": {"type": "string"}, "short_name": {"type": "string"}, "orientation": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"...
{"stationId" : 1141105, "stationGroupId" : 1141105, "name" : "\u5927\u66fd\u6839", "lineId" : 11411, "zipCode" : "461-0022", "pref" : "\u611b\u77e5\u770c", "city" : "\u540d\u53e4\u5c4b\u5e02\u6771\u533a", "town" : "\u6771\u5927\u66fd\u6839\u753a", "longitude" : 136.937161, "latitude" : 35.191508, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": ...
{"t" : "fafawfawen", "h" : [{"d" : [{"f" : "\u8981\u4e82\u653e\u4e00\u5730\uff0c\u8981\u6563\u653e\u6771\u897f\u3002", "e" : ["\ufff9`O~ `f~`a~`fawfawen~ `a~ `mipawali~ `ko~ `panay~.\ufffa\ufffb\u7a3b\u7a40\u8981\u6563\u653e\u8457\u66ec\u3002"], "s" : ["`lalaklaken~"]}]}], "stem" : "fawfaw", "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"}}...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "KHATIJHA", "frequency" : 1, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[149.5, 21.583333333333332], [149.5, 21.666666666666668], [149.625, 21.666666666666668], [149.625, 21.583333333333332], [149.5, 21.583333333333332]]]}, "properties" : {"code" : 324934, "url" : "http://madefor.github.io/0410/api/v1/324934.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": "ob...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repositor...
{"name" : "mmadoctestsuite", "version" : "1.0.0", "description" : "[![Build Status](https://travis-ci.org/darvin/MMATestSuiteGenerator.svg?branch=master)](https://travis-ci.org/darvin/MMATestSuiteGenerator)", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"typ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "innutritious", "definition" : "Not nutritious; not furnishing nourishment."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array...
{"ast" : null, "code" : "var _jsxFileName = \"/Users/daveregg/git-repository-projects/boilerplates/nextjs-boilerplate/components/layout/footer.js\";\nimport React from \"react\";\nvar __jsx = React.createElement;\n\nconst Footer = () => {\n return __jsx(\"footer\", {\n __self: this,\n __source: {\n fileName...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}, "single_source": {"type": "object", "properties": {"kind": {"type": "string"}, "rel_path": {"type": "string"}}, "required": ["kind", "rel_path"]}}, "requir...
{"requires" : ["python", "dcos-image-deps"], "single_source" : {"kind" : "git_local", "rel_path" : "../../"}}
json_instruct
{"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}, "single_source": {"type": "object", "properties": {"kind": {"type": "string"}, "rel_path": {"type": "string"}}, "required": ["kind", "rel_path"]}}, "required": ["requires", "single_source"], "$schema": "http://json-schema.org/...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "output_item_id": {"type": "integer"}, "output_item_count": {"type": "integer"}, "time_to_craft_ms": {"type": "integer"}, "disciplines": {"type": "array", "...
{"id" : 5574, "type" : "Axe", "output_item_id" : 14944, "output_item_count" : 1, "time_to_craft_ms" : 1000, "disciplines" : ["Weaponsmith"], "min_rating" : 25, "flags" : [], "ingredients" : [{"item_id" : 19787, "count" : 1}, {"item_id" : 12848, "count" : 1}, {"item_id" : 12891, "count" : 1}], "chat_link" : "[&CcYVAAA=]...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "output_item_id": {"type": "integer"}, "output_item_count": {"type": "integer"}, "time_to_craft_ms": {"type": "integer"}, "disciplines": {"type": "array", "items": {"type": "string"}}, "min_rating": {"type": "integer"}, "flags": {"...
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" : "antimetabole", "definition" : "A figure in which the same words or ideas are repeated in transposed order."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type...
{"name" : "webidir-server", "version" : "0.1.0-SNAPSHOT", "description" : "Web Bidirectional Server", "main" : "dist/lib/index.js", "types" : "dist/lib/index.d.ts", "scripts" : {"build" : "tsc", "prepublish" : "npm run build", "start" : "npm run build && node dist/src/index.js", "test" : "mocha --require ts-node/regist...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type": "string"}, "start": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "strin...
[{"namaKab" : "KETAPANG", "originalFilename" : "Adrianu Dapil IV.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 33030, "noUrut" : 1, "nama" : "ADRIANUS", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KETAPANG", "originalFilename" : "IMG_9276.JPG", "namaPartai" : "Partai Golongan Karya", "id" : 194129, "noUru...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "reactant": {"type": "string"}, "catalyst": {"type": "string"}, "result": {"type": "object", "properties": {"id": {"type": "string"}, "stack": {"type": "string"}}, "required": ["id", "stack"]}}, "...
{"type" : "fabricaeexnihilo:alchemy", "reactant" : "#c:blood", "catalyst" : "minecraft:smooth_sandstone", "result" : {"id" : "item", "stack" : "minecraft:smooth_red_sandstone"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "reactant": {"type": "string"}, "catalyst": {"type": "string"}, "result": {"type": "object", "properties": {"id": {"type": "string"}, "stack": {"type": "string"}}, "required": ["id", "stack"]}}, "required": ["type", "reactant", "catalyst", "result"], "$schem...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"listIndex": {"type": "number"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "uiElement": {"type": "object", "properties": {"keyFactors": {"type": "array", "items": {}}, "editableContents": {"ty...
{"listIndex" : 1297.9745778515542, "_guid" : "37c1b65c-1780-4c99-9c31-7e89ea61d10e", "customId" : null, "uiElement" : {"keyFactors" : [], "editableContents" : [], "variants" : [], "contents" : [], "timestamp" : [], "components" : [], "accessPoints" : []}, "line" : "Circular inlets from large to small", "url" : "", "typ...
json_instruct
{"type": "object", "properties": {"listIndex": {"type": "number"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "uiElement": {"type": "object", "properties": {"keyFactors": {"type": "array", "items": {}}, "editableContents": {"type": "array", "items": {}}, "variants": {"type": "array", "items": {}}, "cont...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "authentication": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "...
{"@context" : ["https://w3id.org/did/v0.11", "https://w3id.org/veres-one/v1"], "id" : "did:v1:test:nym:z6MknhtcAH8sFkaZrweFpKF4yifrUyF2U6ej85WM87PhgSQ5", "authentication" : [{"id" : "did:v1:test:nym:z6MknhtcAH8sFkaZrweFpKF4yifrUyF2U6ej85WM87PhgSQ5#z6MkuC6Lt45qCjZ21rqfTpdt4s5yh2bsE7cjPh4WQFQYDxob", "type" : "Ed25519Veri...
json_instruct
{"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "authentication": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "controller": {"type": "string"}, "publicKeyBase58": {"type": "stri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"900535344": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900535345": {"type": "object", "properties": {"nama": {"type...
{"900535344" : {"nama" : "TPS 1", "dapil" : [3509, 13512, 2352202]}, "900535345" : {"nama" : "TPS 2", "dapil" : [3509, 13512, 2352202]}, "900535346" : {"nama" : "TPS 3", "dapil" : [3509, 13512, 2352202]}, "900535347" : {"nama" : "TPS 4", "dapil" : [3509, 13512, 2352202]}, "900535348" : {"nama" : "TPS 5", "dapil" : [350...
json_instruct
{"type": "object", "properties": {"900535344": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900535345": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"created_date": {"type": "string"}, "updated_date": {"type": "string"}, "field_reference": {"type": "string"}, "api_version": {"type": "string"}, "api_url": {"type": "string"}, "object_ur...
{"meta" : {"created_date" : "2020-04-21T21:36:29", "updated_date" : "2020-04-21T22:12:05", "field_reference" : "https://developer.wordpress.org/rest-api/reference/posts/", "api_version" : "v2", "api_url" : "https://as-go-covid19-d-001.azurewebsites.net/wp-json/wp/v2/", "object_url" : "https://as-go-covid19-d-001.azurew...
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"created_date": {"type": "string"}, "updated_date": {"type": "string"}, "field_reference": {"type": "string"}, "api_version": {"type": "string"}, "api_url": {"type": "string"}, "object_url": {"type": "string"}, "process": {"type": "object", "pr...
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"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["te...
{"name" : "mpesalib", "version" : "0.0.2", "description" : "Daraja API nodejs library", "main" : "src/mpesalib.js", "directories" : {"test" : "test"}, "dependencies" : {"constants" : "^0.0.2", "crypto" : "^1.0.1", "request" : "^2.88.0", "assert" : "^1.4.1", "dotenv" : "^6.2.0", "fs" : "^0.0.1-security"}, "devDependenci...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"constants": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i...
{"directions" : ["Wash the potato slices well and dry them on a towel. Pour a thin layer of heavy cream on the bottom of a 9\" by 12\" baking dish and alternate layers of potatoes and cheese.Top with cream. Add salt and pepper to taste. Cover with foil and place in a pan of hot water. Bake at 350\u00b0F. until the pota...
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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"ty...
{"citations" : [{"textCitation" : "[See btwnzge0 on Metamath](http://us.metamath.org/mpegif/btwnzge0.html)"}], "names" : ["btwnzge0"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_cr", "#T_wa", "#T_cN", "#T_wcel", "#T_cz", "#T_wa", "#T_cN", "#T_cle", "#T_cA", "#T_wa", "#T_cA", "#T_clt", "#T_...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "portemonnaie", "definition" : "A small pocketbook or wallet for carrying money."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": [...
{"id" : "JhvP", "dependencies" : [{"name" : "/home/friday13/Documents/yuceltoluyag.github.io/.babelrc", "includedInParent" : true, "mtime" : 1617035339000}, {"name" : "/home/friday13/Documents/yuceltoluyag.github.io/package.json", "includedInParent" : true, "mtime" : 1619656072435}, {"name" : "/home/friday13/Documents/...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object"...
Construct a JSON document that adheres to this schema specification: {"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"}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[124.625, 41.083333333333336], [124.625, 41.166666666666664], [124.75, 41.166666666666664], [124.75, 41.083333333333336], [124.625, 41.083333333333336]]]}, "properties" : {"code" : 612455, "url" : "http://madefor.github.io/0410/api/v1/612455.geojs...
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": "ob...
The schema below describes a JSON structure. Generate a valid example: {"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"}, "follow...
{"user" : "bverjat", "repos" : 1, "login" : "bverjat", "id" : 1086570, "avatar_url" : "https://avatars0.githubusercontent.com/u/1086570?v=3", "url" : "https://api.github.com/users/bverjat", "html_url" : "https://github.com/bverjat", "followers_url" : "https://api.github.com/users/bverjat/followers", "following_url" : "...
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"}, "gist...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}...
{"name" : "time-shield", "private" : true, "version" : "0.0.1", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/twschiller/time-shield.git"}, "scripts" : {"pretest" : "tsc -p test", "test" : "mocha --require babel-core/register test-dist/**/*.js"}, "devDependencies" : {"babel-core" : "^6....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 152462, "date" : "2018-09-29 06:45:17", "user" : "AnthonySmith", "post" : "Hi Folks,\r\n\r\nThis is a new service offering from Inception Hosting, if it is popular I will ramp it up pretty quick.\r\n\r\nThe package that fits the LET pricing is as follows:\r\n\r\n1 CPU Core\r\n2 GB RAM\r\n400 GB Raid 5 Disk spac...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"_blockType": {"type": "string"}, "_id": {"type": "string"}, "label": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["_blockType", "_id", "label", "required"], "$schema": "http://json-schema....
{"_blockType" : "Checkbox", "_id" : "miam-requirement_acknowledgement", "label" : "I understand the legal requirements for attending a MIAM\r\n!abbr:MIAM!", "required" : true}
json_instruct
{"type": "object", "properties": {"_blockType": {"type": "string"}, "_id": {"type": "string"}, "label": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["_blockType", "_id", "label", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"es6-promisify": {"type": "string"}, "firebase-admin": {"type": "string"}, "inquirer": {"type": "strin...
{"name" : "hermes", "description" : "Cards Against Humanity in Facebook Messenger", "dependencies" : {"es6-promisify" : "^5.0.0", "firebase-admin" : "~4.2.1", "inquirer" : "^3.3.0", "lodash" : "^4.17.4", "transmutation" : "^0.0.16"}, "private" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"es6-promisify": {"type": "string"}, "firebase-admin": {"type": "string"}, "inquirer": {"type": "string"}, "lodash": {"type": "string"}, "transmutation": {"type": "string"}}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "LICENSE": {"type": "string"}, "Readme.md": {"type": "string"}, "src/asyncio.rs": {"type": "string"}, "src/enclave.rs": {"type": "string"}, "src/en...
{"files" : {"Cargo.toml" : "6af71056561fded49f9c7f63c94e64cfaf7e6efae308987f7643c1ef6dd781a3", "LICENSE" : "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30", "Readme.md" : "79cb6cc89cd6ffbf67897a5d1fa7b4db74511ffaf3f44740e286ee4eadc5a594", "src/asyncio.rs" : "ad4cb4041693c66c34478aa15c94fc6d731546f4cdb...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "LICENSE": {"type": "string"}, "Readme.md": {"type": "string"}, "src/asyncio.rs": {"type": "string"}, "src/enclave.rs": {"type": "string"}, "src/env.rs": {"type": "string"}, "src/event.rs": {"type": "string"},...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["00002", "00003", "00005", "00006", "00008", "00010", "00022", "00026", "00027", "00028", "00030", "00031", "00032", "00036"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "date": {"type": "string"}}, "required": ["version", "date"]}}}, "required": ["versions"], "$schema": "http://js...
{"versions" : [{"version" : "v1.20.4", "date" : "2021-04-12"}, {"version" : "v1.19.8", "date" : "2021-05-13"}, {"version" : "v1.19.6", "date" : "2021-01-05"}, {"version" : "v1.18.9", "date" : "2020-11-02"}, {"version" : "v1.17.12", "date" : "2020-11-02"}, {"version" : "v1.16.15", "date" : "2020-11-02"}]}
json_instruct
{"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "date": {"type": "string"}}, "required": ["version", "date"]}}}, "required": ["versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "object", "p...
{"name" : "Linksys | SPS2xx | Unknown | Ignore Logging started (SYSLOG)", "uuid" : "ef9d2376-b9b0-42a3-8bc3-efc8ecc819bb", "description" : "%SYSLOG-N-LOGGING: Logging started.", "event_class__name" : "Unknown | Ignore", "preference" : 1000, "patterns" : [{"key_re" : "^source$", "value_re" : "^syslog$"}, {"key_re" : "^p...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"key_re": {"type": "string"}, "value_re": {"ty...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool"...
{"contract" : "0x04ec339271ed913ee4104cb3d03574d72d7e5ac9", "tool" : "oyente", "start" : 1563514350.993735, "end" : 1563514353.5763369, "duration" : 2.58260178565979, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"html2pdf.js": {"type": "string"}, "html2pdf.min.js": {"type": "string"}}, "required": ["html2pdf.js", "html2pdf.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"html2pdf.js" : "sha512-sNSLSk4VPwuhPFrnP9RXenEIa50ON/TWr3Ek2RU+1zvkYQlhStrov+OWAZYtj7Q8ze1HXXa3uURx8q5jidAwpw==", "html2pdf.min.js" : "sha512-VLfx9zL+gEz/+xkIWRRhrmanoQ3P5eWFqOdwX7HikPWGMRvXRKEX9V68wfS74kLdLtIEYuVPA0K9SXACKBT1JA=="}
json_instruct
{"type": "object", "properties": {"html2pdf.js": {"type": "string"}, "html2pdf.min.js": {"type": "string"}}, "required": ["html2pdf.js", "html2pdf.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["421126453498", "\u865a\u62df\u6cb3\u897f\u5de5\u4e1a\u56ed\u533a", "121", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "admin": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}}, "required": ["type", "admin"], "$schema": "http://j...
{"type" : "MiniAccumuloCluster", "admin" : {"username" : "root", "password" : "root"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "admin": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}}, "required": ["type", "admin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"bottleneck.js": {"type": "string"}, "bottleneck.min.js": {"type": "string"}}, "required": ["bottleneck.js", "bottleneck.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bottleneck.js" : "sha512-LE+qNuBPuCMaIzjuFc7XmiywDiR/+L9f/TGHhzGmIbJLco0mYN1dPaMpdL+anYKN3NHJ7JJNGvJFxu/occE44Q==", "bottleneck.min.js" : "sha512-1Udy6t58VRziOCdVIa0ctbyjt+Pv3gTylZs8ojKYY4BO1nke6227vEtAyKO7qExJIgM05CJaZY3TE7bycjsGfA=="}
json_instruct
{"type": "object", "properties": {"bottleneck.js": {"type": "string"}, "bottleneck.min.js": {"type": "string"}}, "required": ["bottleneck.js", "bottleneck.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Simplifying Radicals by Factoring - Simplify Radicals with Factor Tree\n\n[imath]\\sqrt{72}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=YBgi93bqk6g"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["pyswmm"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"bulma-extensions": {"type": "object", "properties": {"version": {"type": "string"}, "resol...
{"requires" : true, "lockfileVersion" : 1, "dependencies" : {"bulma-extensions" : {"version" : "2.2.1", "resolved" : "https://registry.npmjs.org/bulma-extensions/-/bulma-extensions-2.2.1.tgz", "integrity" : "sha512-Ma1ersWOxRQgaOs/TRw3JaufUCPKDcUpLWIEli7z3OKkQ1YfcTOYIYgTMqlTlM4nipzCjCltivlXHWk3n6wS5w=="}}}
json_instruct
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"bulma-extensions": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ...
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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}...
{"name" : "drafts-in-tweetdeck", "version" : "1.0.0", "description" : "Save drafts in TweetDeck", "main" : "src/index.js", "repository" : "github:ciffelia/drafts-in-tweetdeck", "author" : "Ciffelia <mc.prince.0203@gmail.com> (https://ciffelia.com/)", "license" : "MIT", "homepage" : "https://github.com/ciffelia/drafts-i...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "private"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"D": {"type": "object", "properties": {"fl": {"type": "string"}, "fl.": {"type": "string"}, "florins": {"type": "string"}}, "required": ["fl", "fl.", "florins"]}, "N": {"type": "object", "properties": {"fl": {"type": "string...
{"D" : {"fl" : "de florins", "fl." : "de florins", "florins" : "de florins"}, "N" : {"fl" : "dutch guilder", "fl." : "dutch guilder", "florins" : "dutch guilder"}}
json_instruct
{"type": "object", "properties": {"D": {"type": "object", "properties": {"fl": {"type": "string"}, "fl.": {"type": "string"}, "florins": {"type": "string"}}, "required": ["fl", "fl.", "florins"]}, "N": {"type": "object", "properties": {"fl": {"type": "string"}, "fl.": {"type": "string"}, "florins": {"type": "string"}},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"label:data:": {"type": "string"}}, "required": ["label:data:"]}, "instance": {"type": "object", "properties": {"data": {"type": "string"}, "data:": {"type": "string"}}, "req...
{"class" : {"label:data:" : "JH 5/3/2017 16:21"}, "instance" : {"data" : "JH 5/3/2017 14:21", "data:" : "JH 5/3/2017 14:21"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"label:data:": {"type": "string"}}, "required": ["label:data:"]}, "instance": {"type": "object", "properties": {"data": {"type": "string"}, "data:": {"type": "string"}}, "required": ["data", "data:"]}}, "required": ["class", "instance"], "$sch...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"},...
{"name" : "PROXIME TABLET", "harga" : " Rp. 37.208/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Acetylsalicylic acid, glycine.", "indikasi" : "Pencegahan infark miokard, angina tidak stabil & serangan iskemik sementara.", "kontraindikasi" : "Alergi terma...
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": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 79462, "cartId" : "586fe016-d53d-40f4-950e-3502cf4ce379", "preferredProducts" : [564, 4894], "productReviews" : [{"productId" : 2011, "reviewText" : "this Ferry is awesome.", "reviewDate" : "2018-02-02T07:16:50.2233585+02:00"}, {"productId" : 1611, "reviewText" : "The box this comes in is 5 kilometer by 6 m...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webpackCompilationHash" : "9440e06d633814ae02eb"}
json_instruct
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 33497, "cartId" : "9ef649a5-4297-4473-9b6e-21c46795d18e", "preferredProducts" : [412, 1708], "productReviews" : [{"productId" : 384, "reviewText" : "talk about sadness!", "reviewDate" : "2017-03-19T09:31:16.7038898+02:00"}, {"productId" : 595, "reviewText" : "one of my hobbies is guitar. and when i'm playin...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type"...
{"name" : "mongoose-batches", "main" : "index.js", "version" : "0.0.2", "description" : "A Mongoose plugin to work with large amounts of data via async batch processing.", "author" : "Charlie Mitchell <charliesemailis@gmail.com>", "license" : "MIT", "keywords" : ["in batches", "find in batches", "mongoose batch", "batc...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"...
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": "st...
{"name" : "webpack_tourist", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "webpack-dev-server --env development", "build" : "webpack --env production", "eslint" : "eslint app/ webpack.*.js --cache --fix", "stats" : "webpack ...
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"}, "build": {"type": "string"}, "eslint": {"type": "string"}, "st...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop...
{"hash" : "0x6d61087207ddf82e1fff76ae14507d92cd641daced742d2f2823fb1b8fed566d", "parentHash" : "0x0e23d2a8949b5b8e858a38b64191db69b716429f291f195e0b1135e4340f5e6f", "number" : 6322, "timestamp" : 1438296023, "nonce" : "0x346f500134a5ae21", "difficulty" : 283077073022, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_he...
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"]...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Estuche para chapas de identificaci\u00f3n", "ShortName" : "Chapas", "Description" : "Un peque\u00f1o estuche que permite almacenar chapas de identificaci\u00f3n sin ocupar tanto espacio."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "prope...
{"name" : "root", "license" : "MIT", "author" : "J\u00e9r\u00e9mie Parker <hi@pkr.sh>", "private" : true, "workspaces" : ["packages/*"], "devDependencies" : {"@changesets/changelog-github" : "0.4.2", "@changesets/cli" : "2.18.1", "@types/jest" : "27.0.3", "jest" : "27.4.3", "lerna" : "4.0.0", "prettier" : "2.5.0", "rim...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@changesets/changelog-github": {"type": "string"}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "start_url": {"type": "string"}, "xwalk_package_id": {"type": "string"}, "xwalk_android_permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "array", "items": {"type": "obj...
{"name" : "webapi-webspeech-w3c-tests", "start_url" : "index.html", "xwalk_package_id" : "org.xwalk.webapi_webspeech_w3c_tests", "xwalk_android_permissions" : ["MODIFY_AUDIO_SETTINGS", "RECORD_AUDIO"], "icons" : [{"src" : "icon.png", "sizes" : "72x72"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "start_url": {"type": "string"}, "xwalk_package_id": {"type": "string"}, "xwalk_android_permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2002, 5], [2003, 5], [2004, 6], [2006, 15], [2007, 7], [2008, 13], [2009, 8], [2010, 19], [2011, 17], [2012, 17], [2013, 10], [2014, 8]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "province_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "province_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1471", "province_id" : "14", "name" : "KOTA PEKANBARU"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "province_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "province_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draf...
{"symbol" : "YIELDX", "name" : "YieldX", "decimals" : 18, "address" : "0xe52d53c8c9aa7255f8c2fa9f7093fea7192d2933"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type...
{"status" : 200, "data" : {"totalSubs" : 108, "subsInEachSource" : {"feedly" : 37, "inoreader" : 70, "feedsPub" : 1}, "failedSources" : {}}, "lastModified" : 1613349699241}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "in...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}}, "require...
{"name" : "UIEvent", "lastModifiedAt" : 1629769789000, "entries" : [{"name" : "UIEvent", "lastModifiedAt" : 1604978285073}, {"name" : "__type__", "lastModifiedAt" : 1629769789000}, {"name" : "cancelBubble", "lastModifiedAt" : 1597192481688}, {"name" : "detail", "lastModifiedAt" : 1604978286103}, {"name" : "initUIEvent"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}}, "required": ["name", "lastModifiedAt"]}}}, "required": ["name", "lastModifiedAt...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"interface/itemdescriptions/staff.itemdescription": {"type": "array", "items": {"type": "st...
[{"DeniedAlternatives" : [], "Files" : {"interface/itemdescriptions/staff.itemdescription" : ["/staffProjectileTitleLabel/value"], "interface/tooltips/staff.tooltip" : ["/staffProjectileTitleLabel/value"]}, "Texts" : {"Chs" : "# \u6295\u5c04\u7269", "Eng" : "# Projectiles:"}}, {"DeniedAlternatives" : [], "Files" : {"in...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"interface/itemdescriptions/staff.itemdescription": {"type": "array", "items": {"type": "string"}}, "interface/tooltips/staff.tooltip": {"type": "array", "items":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "item...
{"ast" : null, "code" : "import _objectSpread from \"/home/nikola/github/robots-app-redux/node_modules/@babel/runtime/helpers/esm/objectSpread\";\nimport { CHANGE_SEARCH_FIELD, REQUEST_ROBOTS_PENDING, REQUEST_ROBOTS_SUCCEED, REQUEST_ROBOTS_FAILED } from './constants';\nvar initialState = {\n searchField: ''\n};\nexpor...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/metal_plating_window_small"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "tes...
{"name" : "graphql-tutorial-1", "version" : "0.1.0", "description" : "coba pakai graphql", "main" : "app.js", "scripts" : {"start" : "node ./src/app.js", "dev" : "nodemon ./src/app.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "bm", "license" : "ISC", "dependencies" : {"apollo-server" : "^2.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"}, "test": {"type": "string"}}, "required": ["start", "dev", "test...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"timestamp": {"type": "string"}, "towers": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "city_id": {"type": "integer"}, "city_locode": {"type": "string"}, "city_slug": {"type": "string"...
{"timestamp" : "2019-Jan-20 16:05:16", "towers" : [{"city" : "Hoofddorp", "city_id" : 1224, "city_locode" : "HFD", "city_slug" : "hoofddorp", "completed" : 2003, "country_chinese" : "", "country_id" : 118, "country_locode" : "NL", "country_slug" : "netherlands", "floors_above" : 20, "functions" : "office", "height_arch...
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "towers": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "city_id": {"type": "integer"}, "city_locode": {"type": "string"}, "city_slug": {"type": "string"}, "completed": {"type": "integer"}, "country_chinese": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schem...
{"id" : "170402150402", "variable1" : 0.7032, "variable2" : 0.0722, "variable3" : "B"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.39": {"type": "integer"}, "0.0": ...
{"hour positive count" : 2, "hour neutral count" : 2, "hour negative count" : 14, "hour distri" : {"0.39" : 1, "0.0" : 10, "0.05" : 1, "0.44" : 1, "0.99" : 2, "0.83" : 1, "0.01" : 1, "0.08" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.39": {"type": "integer"}, "0.0": {"type": "integer"}, "0.05": {"type": "integer"}, "0.44": {"type": "in...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": ...
[{"comment" : "also catalysing R09829", "definition" : "Halima-5(6),13-dien-15-yl diphosphate + H2O <=> Tuberculosinol + Diphosphate", "orthologs" : {}, "name" : "tuberculosinyl diphosphate diphosphohydrolase (tuberculosinol forming)", "product_stoichiometries" : ["1", "1"], "enzymes" : ["3.1.7.8"], "equation" : "C1983...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "arr...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": ...
{"name" : "Adept's Training Manual", "description" : "Double-click to use. This item will unlock the ability to spend up to 10 points in all trait lines, and will refund your currently spent trait points. This item can only be used once.", "type" : "Gizmo", "level" : 11, "rarity" : "Fine", "vendor_value" : 125, "game_t...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"900743816": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900743817": {"type": "object", "properties": {"...
{"900743816" : {"nama" : "TPS 1", "dapil" : [7401, 17402, 2740504]}, "900743817" : {"nama" : "TPS 2", "dapil" : [7401, 17402, 2740504]}, "900743818" : {"nama" : "TPS 3", "dapil" : [7401, 17402, 2740504]}, "900743819" : {"nama" : "TPS 4", "dapil" : [7401, 17402, 2740504]}}
json_instruct
{"type": "object", "properties": {"900743816": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900743817": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "ephemeralworlds:block/spirit_planks", "textures" : {"layer0" : "ephemeralworlds:blocks/spirit_planks"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ud1.3:5.4": {"type": "string"}}, "required": ["ud1.3:5.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ud1.3:5.4" : "S\u016briyova \u2192 suriyova (bj, sya-all, km, pts-vp-pli1)"}
json_instruct
{"type": "object", "properties": {"ud1.3:5.4": {"type": "string"}}, "required": ["ud1.3:5.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"declaration": {"type": "boolean"}, "module": {"type": "string"}, "outDir": {"type": "string"}, "pretty": {"type": "boolean"}, "target": {"type": "string"}, "lib": {"type"...
{"compilerOptions" : {"declaration" : true, "module" : "es2015", "outDir" : "dist/", "pretty" : true, "target" : "es2018", "lib" : ["es2018"]}, "include" : ["src/main.ts"], "exclude" : ["dist/"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"declaration": {"type": "boolean"}, "module": {"type": "string"}, "outDir": {"type": "string"}, "pretty": {"type": "boolean"}, "target": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["declar...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test...
{"name" : "docker-nodemon-nodejs-express", "version" : "1.0.0", "description" : "Quick start Node.js + Express on Docker with nodemon", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/cipas/docker-nodejs-nodemon-e...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit...
{"name" : "alpine-validator", "version" : "1.0.2", "description" : "Input validator for Alpine & Livewire", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/aldozumaran/alpine-validator.git"}, "keywords" : ["alpine...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Create an example JSON object that satisfies this 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": "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.91237, 42.125089], [-73.901766, 42.140947], [-73.898154, 42.151715], [-73.893842, 42.15692], [-73.892866, 42.16024], [-73.892905, 42.166341], [-73.89155, 42.168541], [-73.888896, 42.169845], [-73.883048, 42.17006], [-...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"simulation": {"type": "string"}, "simulationId": {"type": "string"}, "start": {"type": "integer"}, "description": {"type": "string"}, "scenarios": {"type": "array", "items": {"type": "string"}}, "assertions": {"type": "array",...
{"simulation" : "com.redhat.kogito.gatling.simulation.KogitoOrderProcessLoadTestSimulation", "simulationId" : "kogitoorderprocessloadtestsimulation", "start" : 1631692960674, "description" : "", "scenarios" : ["HttpRequestBuilder(CommonAttributes(<function1>,POST,Left(<function1>),None,List(),Map(accept -> <function1>,...
json_instruct
{"type": "object", "properties": {"simulation": {"type": "string"}, "simulationId": {"type": "string"}, "start": {"type": "integer"}, "description": {"type": "string"}, "scenarios": {"type": "array", "items": {"type": "string"}}, "assertions": {"type": "array", "items": {"type": "object", "properties": {"path": {"type"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "...
{"expireTime" : 9007200867822889000, "key" : "d0a2dd713ab55f3775563905b5b58f1a{\"background\":\"rgba(0,0,0,1)\",\"duotone\":false,\"grayscale\":false,\"rotate\":0,\"trim\":false,\"toFormat\":\"png\",\"toFormatBase64\":\"\",\"cropFocus\":17,\"fit\":\"cover\",\"width\":20,\"height\":19}", "val" : {"src" : "data:image/png...
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "wi...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/3/39/Graft_fleximator.png/revision/latest?cb=20200731165647", "sha1" : "f2e9872cc48b1714e7f1d5f3f7b7d6036a33ca77"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "prope...
{"type" : "MultiPolygon", "coordinates" : [[[[-117.8665759429999, 33.722441015000065], [-117.86525294299989, 33.72242801500004], [-117.8641459439999, 33.722418015000066], [-117.86372794299989, 33.722414016000066], [-117.86347194399988, 33.72241201600007], [-117.8597939409999, 33.72238496000005], [-117.85873094399992, 3...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type...
{"name" : "js-utility", "version" : "0.0.1", "license" : "MIT", "description" : "Utility scripts for JavaScript projects", "main" : "./dist", "module" : "./src", "types" : "./dist", "scripts" : {"build" : "rimraf dist && tsc", "commit" : "git-cz", "lint" : "tslint ./src/**/*.ts -t verbose", "prerelease" : "npm run lint...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object", "properties": {"eventContext": {"type": "object", "properties": {"payrollGroupCode": {"type": "object", "properties"...
{"events" : [{"data" : {"eventContext" : {"payrollGroupCode" : {"codeValue" : "VK2"}, "payrollWeekNumber" : "", "payrollRunNumber" : "", "payrollProcessingJobID" : ""}, "transform" : {"payDataInput" : {"payeePayInputs" : [{"associateOID" : "G3DKVW69A4E6FR5R", "payNumber" : "1", "payrollProfilePayInputs" : [{"payrollFil...
json_instruct
{"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object", "properties": {"eventContext": {"type": "object", "properties": {"payrollGroupCode": {"type": "object", "properties": {"codeValue": {"type": "string"}}, "required": ["codeValue"]}, "payrol...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "ob...
{"name" : "behave.js-demo", "version" : "0.1.0", "private" : true, "repository" : "git@github.com:joecritch/behave.js.git", "author" : "Joe Critchley <joecritch@gmail.com>", "license" : "MIT", "scripts" : {"demo-server" : "http-server -p 8081 .", "demo-webpack" : "mkdirp dist && webpack --module-bind js=babel-loader -w...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"demo-server": {"type": "string"}, "demo-webpack": {"ty...