input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Mambulac, Silay City, Negros Occidental, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.negros-occidental.silay-city.mambulac", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"frontend": {"type": "string"}}, "required": ["frontend"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["scripts", "dependencies"], "$schema": "...
{"scripts" : {"frontend" : "parcel watch -d 'server/dist' --public-url '/assets/' 'frontend/src/index.html'"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"frontend": {"type": "string"}}, "required": ["frontend"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build:all": {"type": "string"}, "dev": {"type": "string"}, "lint:fix": {"type": "string"}, "pre-commit": {"type": "string"}, "prepare": {"type": "stri...
{"license" : "MIT", "scripts" : {"build:all" : "pnpm -r run build", "dev" : "pnpm --parallel run dev", "lint:fix" : "xo --fix", "pre-commit" : "pnpm run lint:fix && pnpm run test:run --dir packages/core", "prepare" : "husky install"}, "devDependencies" : {"@changesets/cli" : "^2.21.0", "@preact/preset-vite" : "^2.1.5",...
json_instruct
{"type": "object", "properties": {"license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build:all": {"type": "string"}, "dev": {"type": "string"}, "lint:fix": {"type": "string"}, "pre-commit": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["build:all", "dev", "lint:fix", "pre-co...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "s...
{"name" : "Schule Bieber", "id" : "HE-3255-0", "official_id" : "3255", "address" : "Mauerfeldstra\u00dfe 4, 63073 Offenbach am Main", "school_type" : "Grundschule", "school_type_entity" : "Grundschule", "fax" : "069/80653579", "state" : "HE", "phone" : "069/80652445", "full_time_school" : false, "lon" : 8.804539, "lat"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "ful...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"level": {"type": "string"}, "titles": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}}, "required": ["de", "en"]}, "can_search": {"type": "boolean"}, "can_describe": {"type": "b...
{"level" : "1", "titles" : {"de" : "Doubleoctothorpebuero", "en" : "Doubleoctothorpebuero"}, "can_search" : true, "can_describe" : true, "groups" : ["assembly"], "location_type" : "poi", "routing_inclusion" : "default", "geometry" : {"type" : "Polygon", "coordinates" : [[[86.38, 114.75], [90.12, 114.38], [90.19, 112.44...
json_instruct
{"type": "object", "properties": {"level": {"type": "string"}, "titles": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}}, "required": ["de", "en"]}, "can_search": {"type": "boolean"}, "can_describe": {"type": "boolean"}, "groups": {"type": "array", "items": {"type": "string"}}, "lo...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"C#": {"type": "integer"}}, "required": ["C#"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"C#" : 39434}
json_instruct
{"type": "object", "properties": {"C#": {"type": "integer"}}, "required": ["C#"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "image_prefix": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sha256": {"type": "string"}, "type": {"type": "string...
{"id" : "iom_iconnect-1.1", "image_prefix" : "openwrt-kirkwood-iom_iconnect-1.1", "images" : [{"name" : "openwrt-kirkwood-iom_iconnect-1.1-squashfs-factory.bin", "sha256" : "152c003e31481493f2efa32ba62642d433e75dd549e5f55341f89ffb30264a24", "type" : "factory"}, {"name" : "openwrt-kirkwood-iom_iconnect-1.1-squashfs-sysu...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "image_prefix": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sha256": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "sha256", "type"]}}, "metadata_version": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", ...
{"name" : "raml2obj", "description" : "RAML to object", "version" : "6.1.0", "author" : {"name" : "Kevin Renskers", "email" : "info@mixedcase.nl"}, "bugs" : {"url" : "https://github.com/raml2html/raml2obj/issues"}, "dependencies" : {"datatype-expansion" : "^0.3.4", "raml-1-parser" : "1.1.47"}, "devDependencies" : {"esl...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "bugs": {"type": "object", "properties": {"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"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookup...
{"citations" : [{"textCitation" : "[See cdvds on Metamath](http://us.metamath.org/mpegif/cdvds.html)"}], "definition" : "class ||", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cdvds"], "metaLanguage" : "METAMATH", "phrase" : "||", "remarks" : " Extend the definition of a class to include the divides relation. ...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type"...
{"name" : "catchie", "version" : "1.0.2", "description" : "Retries a provided function n times on error", "main" : "src/index.js", "scripts" : {"test" : "node_modules/.bin/eslint . && node_modules/.bin/_mocha --recursive test", "start" : "node src/index.js", "cover" : "node_modules/.bin/istanbul cover node_modules/.bin...
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"}, "cover": {"type": "string"}}, "required": ["test", "start", "c...
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" : "0x69d79ce351e0f3c994912c30dd5fefc2e2af33e5", "tool" : "oyente", "start" : 1563667013.6071332, "end" : 1563667018.040303, "duration" : 4.433169841766357, "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://...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "...
[{"Id" : "450001", "ThreadId" : "214569", "Html" : "<p>Hi,</p>\r\n<p>This is woth reference to the StockTraderRI application. In the class MarketHistoryService class , there is a method called InitializeMarketHistory(). What does this method does. It seems the datetime andvalue is taken out as a result.</p>\r\n<p>I app...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "Ma...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Groceries for party", "text" : "buns\nhotdogs\nwings\npizza\nsodas\nchips", "id" : "84535bb6-54ac-4f61-b652-3efaa327f463"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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": "strin...
{"n_dim" : 5, "n_trials" : 130, "objective" : "markowitz_realized_on_cube", "white" : "hebo_batch", "black" : "bayesopt_ucb", "traceback" : ["passing", "passing"], "best_val" : [-0.046930133340263296, -0.04785403074855925], "best_x" : [[3.519266948637245e-06, 0.9999923958836521, 5.008915195503505e-06, 2.640096130134157...
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": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "descrip...
{"accountLinkingWhitelistedDomains" : null, "asin" : "B01G7CQPUS", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "Tech Hunt can help you know today's top tech products/apps on Product Hunt. Upon invoking, Alexa will tell you the product's name along with a short des...
json_instruct
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_occupancy" : [1.3729705859827488, 1.3306388276686483, 1.3155091611492118, 1.3459249511012568, 1.3335243770755767, 1.354126072884517, 1.467600952019858, 1.4639155684716838, 1.5086737156367738, 1.485535863942081, 1.4595829228487078, 1.4170974822362155, 1.3405445697336116, 1.3347240530432227, 1.3163287346716344,...
json_instruct
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$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"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Midnight Ops"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "as often as", "long" : "as often as, as many times as."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"_type": {"type": "string"}, "bundle_id": {"type": "string"}, "state": {"type": "string"}, "_id": {"type": "string"}, "user_id": {"type": "string"}, "description": {"type": "string"}, "effective_date": {"type": "integer"}, "eff...
{"_type" : "CalculatedProductTest", "bundle_id" : "4fdb62e01d41c820f6000001", "state" : "pending", "_id" : "4f6b78801d41c851eb0004a7", "user_id" : "4def93dd4f85cf8968000010", "description" : "should be passing", "effective_date" : 1301529600, "effective_date_end" : "12/31/2010", "effective_date_start" : "09/30/2010", "...
json_instruct
{"type": "object", "properties": {"_type": {"type": "string"}, "bundle_id": {"type": "string"}, "state": {"type": "string"}, "_id": {"type": "string"}, "user_id": {"type": "string"}, "description": {"type": "string"}, "effective_date": {"type": "integer"}, "effective_date_end": {"type": "string"}, "effective_date_start...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string...
{"name" : "@streamhue/electron-store", "version" : "6.1.1", "description" : "Based on sindresorhus/electron-store", "license" : "MIT", "repository" : "streamhue/electron-store", "author" : {"name" : "Nicholai Nissen", "url" : "https://streamhue.com"}, "scripts" : {"test" : "xo && ava && tsd"}, "publishConfig" : {"acces...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"/media/{media-id}/comments": {"type": "array", "items": {"type": "string"}}, "/users/{user-id}/relationship": {"type": "array", "items": {"type": "string"}}, "/media/{media-id}/likes": {"type": "array", "items"...
{"/media/{media-id}/comments" : ["POST", "DELETE"], "/users/{user-id}/relationship" : ["POST"], "/media/{media-id}/likes" : ["POST", "DELETE"]}
json_instruct
{"type": "object", "properties": {"/media/{media-id}/comments": {"type": "array", "items": {"type": "string"}}, "/users/{user-id}/relationship": {"type": "array", "items": {"type": "string"}}, "/media/{media-id}/likes": {"type": "array", "items": {"type": "string"}}}, "required": ["/media/{media-id}/comments", "/users/...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "...
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=5106", "name" : "EQUINOX FOUNDATION", "primaryEmail" : "sujitbhanse@hotmail.com", "website" : "www.equinoxfoundation.org.in", "organisationType" : ["Advocacy & Campaigning", "Direct Service", "Grant-making", "Intermediary", "Network", ...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"t...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs"...
{"name" : "Michael-Ende-Schule\nGrundschule", "id" : "NI-14291-0", "address" : "Pommernring 11, 38518\u00a0Gifhorn", "school_type" : "Grundschule", "phone" : "05371 98790", "full_time_school" : false, "email" : "sekretariat@michaelendeschule.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 10.564643, "lat" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01033362": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "proper...
{"type" : "Topology", "objects" : {"E01033362" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00073225", "LAD11CD" : "E06000023"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properti...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01033362": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"layouts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "file": {"type": "string"}}, "required": ["name", "file"]}}}, "required": ["layouts"], "$schema": "http://jso...
{"layouts" : [{"name" : "4/3", "file" : "4-3.html"}, {"name" : "4/3 2 race", "file" : "4-3-2race.html"}, {"name" : "4/3 3 race", "file" : "4-3-3race.html"}, {"name" : "4/3 4 race", "file" : "4-3-4race.html"}, {"name" : "4/3 5 race", "file" : "4-3-5race.html"}, {"name" : "4/3 6 race", "file" : "4-3-6race.html"}, {"name"...
json_instruct
{"type": "object", "properties": {"layouts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "file": {"type": "string"}}, "required": ["name", "file"]}}}, "required": ["layouts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"device": {"type": "string"}, "model": {"type": "string"}, "shouldFail": {"type": "boolean"}, "aluParams": {"type": "object", "properties": {"aluVpls": {"type": "object", "properties": {"mtu": {"type": "integer"}, "s...
{"device" : "dev-7750sr12-rt1", "model" : "ALCATEL_SR7750", "shouldFail" : false, "aluParams" : {"aluVpls" : {"mtu" : 9000, "serviceName" : "ABCD", "svcId" : 6011, "saps" : [{"port" : "8/1/1", "vlan" : 3101, "ingressQosId" : 5211, "egressQosId" : 5211}, {"port" : "8/1/2", "vlan" : 3101, "ingressQosId" : 5211, "egressQo...
json_instruct
{"type": "object", "properties": {"device": {"type": "string"}, "model": {"type": "string"}, "shouldFail": {"type": "boolean"}, "aluParams": {"type": "object", "properties": {"aluVpls": {"type": "object", "properties": {"mtu": {"type": "integer"}, "serviceName": {"type": "string"}, "svcId": {"type": "integer"}, "saps":...
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": {"pro...
{"userId" : 52694, "cartId" : "12da7ddb-2c1c-4de1-ad66-7c1150b60950", "preferredProducts" : [2380, 2425, 1782, 3815, 3575, 2385, 4142, 2287], "productReviews" : [{"productId" : 1230, "reviewText" : "This is a really good convergence.", "reviewDate" : "2020-03-25T14:02:52.7510268+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01018314": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "stri...
{"type" : "Topology", "objects" : {"E01018314" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00092364", "LAD11CD" : "E06000050"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01018314": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descript...
{"title" : "mmd x-mas Lamb rhythmic sex Miku\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "HoAy", "description" : "<spanundefinedstyle='color:#FF0000'>wantundefinedtoundefinedsupportundefinedme?undefined<spanundefinedstyle='font-weight:bold'>downloadundefinedThisundefinedvideoundefinedandundefinedotherundefinedvide...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"EDTRFeldolgozo": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArg...
{"profiles" : {"EDTRFeldolgozo" : {"commandName" : "Project", "commandLineArgs" : "c:\\!\\A_Kozgyules_2020_09_24.zip "}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"EDTRFeldolgozo": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["EDTRFeldolgozo"]}}, "required": ["profiles"], "$s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"bad": {"type": "string"}, "feedstock_name": {"type": "string"}, "new_version": {"type": "boolean"}, "raw_meta_yaml": {"type": "string"}}, "required": ["bad", "feedstock_name", "new_version", "raw_meta_yaml"],...
{"bad" : "Upstream: Error getting upstream version", "feedstock_name" : "aha", "new_version" : false, "raw_meta_yaml" : "{% set version = \"0.5\" %}\n\npackage:\n name: aha\n version: {{ version }}\n\nsource:\n url: https://github.com/theZiz/aha/archive/{{ version }}.tar.gz\n sha256: 6f8b044bee9760a1a85dffbc362e532...
json_instruct
{"type": "object", "properties": {"bad": {"type": "string"}, "feedstock_name": {"type": "string"}, "new_version": {"type": "boolean"}, "raw_meta_yaml": {"type": "string"}}, "required": ["bad", "feedstock_name", "new_version", "raw_meta_yaml"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[6, 1, 7, 2], [5, 14, 6, 15], [3, 8, 4, 9], [15, 2, 16, 3], [16, 7, 17, 8], [9, 18, 10, 19], [4, 17, 1, 18], [19, 12, 20, 5], [11, 20, 12, 13], [13, 10, 14, 11]]
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"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "string"}, "categories": {"type": "a...
{"id" : "vantaur", "symbol" : "vtar", "name" : "Vantaur", "platforms" : {}, "hashing_algorithm" : "Scrypt", "categories" : ["Masternodes"], "description" : {"en" : "Vantaur (VTAR) is a cryptocurrency \u2013 a form of digital currency secured and issued by a cryptographic process known as mining. Vantaur's code is based...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "object"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org...
{"name" : "pop bottle, soda bottle", "sample1" : "1bgSuRMLy_zl7P5l-Hj_KFMfp-_LjWQU0", "sample2" : "1hQoOi0czBxXsxak0vWKDN3tAaCEwuktT", "sample3" : "1rZtk6384dIR6IEuM01uSXXm9Uulcd-BR"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "id"...
{"type" : "Feature", "id" : "way/862077137", "properties" : {"amenity" : "marketplace", "name" : "Piac (Szombat)", "id" : "way/862077137"}, "geometry" : {"type" : "Point", "coordinates" : [17.1652088, 47.1225654]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "id"]}, "geometry": {"type": "object", "properties": {"type": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"127.0.0.1": {"type": "integer"}}, "required": ["127.0.0.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"127.0.0.1" : 1527350366}
json_instruct
{"type": "object", "properties": {"127.0.0.1": {"type": "integer"}}, "required": ["127.0.0.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"markdown-it-emoji-light.js": {"type": "string"}, "markdown-it-emoji-light.min.js": {"type": "string"}, "markdown-it-emoji.js": {"type": "string"}, "markdown-it-emoji.min.js": {"type": "string"}}, "required": ["markdown-it-emoji-...
{"markdown-it-emoji-light.js" : "sha256-QdLFPSsk8qRToWT9tHwiyEjLJRHkCv9uRIGEUDQPNp8=", "markdown-it-emoji-light.min.js" : "sha256-EkY0CfLXBjthOOPmv9BRZ2VRSz0TWNGakYQerreIfig=", "markdown-it-emoji.js" : "sha256-gnLep98WrxpAzMzhUxyVc+El8J8k1wR9hNItlS09Ne4=", "markdown-it-emoji.min.js" : "sha256-ndKMI4gIGE0b3XI9hXNJ5axM8Y...
json_instruct
{"type": "object", "properties": {"markdown-it-emoji-light.js": {"type": "string"}, "markdown-it-emoji-light.min.js": {"type": "string"}, "markdown-it-emoji.js": {"type": "string"}, "markdown-it-emoji.min.js": {"type": "string"}}, "required": ["markdown-it-emoji-light.js", "markdown-it-emoji-light.min.js", "markdown-it...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 9991222, "stations" : ["9991222"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"t...
{"citations" : [{"textCitation" : "[See mulgrhm2 on Metamath](http://us.metamath.org/mpegif/mulgrhm2.html)"}], "names" : ["mulgrhm2"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_c.x", "#T_wceq", "#T_cmg", "#T_cfv", "#T_cR", "#T_cF", "#T_wceq", "#T_vn", "#T_cmpt--1", "#T_cz", "#T_cmpt--2", "#T_vn", "#T_c.x", "...
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": {"deprecated": {"type": "boolean"}, "description": {"type": "string"}, "typeList": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}}, "required": ["names"]}, "children": {"typ...
{"deprecated" : true, "description" : "<p>Options for the button appearing when drilling down in a treemap.\nDeprecated and replaced by\n<a href=\"#plotOptions.treemap.traverseUpButton\">traverseUpButton</a>.</p>\n", "typeList" : {"names" : ["*"]}, "children" : [{"name" : "position", "fullname" : "plotOptions.treemap.d...
json_instruct
{"type": "object", "properties": {"deprecated": {"type": "boolean"}, "description": {"type": "string"}, "typeList": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}}, "required": ["names"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"name": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3310150019", "district_id" : "3310150", "name" : "BAKUNGAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema...
{"id" : "07", "provinceId" : "92", "regencyId" : "12", "name" : "Catubouw"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"functionsMaxName": {"type": "integer"}, "hostingPlan": {"type": "integer"}, "storageName": {"type": "integer"}, "kvName": {"type": "integer"}}, "required": ["functionsMaxName", "hostingPlan", "storageName", "kvName"...
{"functionsMaxName" : 60, "hostingPlan" : 40, "storageName" : 23, "kvName" : 24}
json_instruct
{"type": "object", "properties": {"functionsMaxName": {"type": "integer"}, "hostingPlan": {"type": "integer"}, "storageName": {"type": "integer"}, "kvName": {"type": "integer"}}, "required": ["functionsMaxName", "hostingPlan", "storageName", "kvName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid 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"...
{"directions" : ["Place raspberries, mango, and habanero peppers in an electric blender. Blend well. Transfer to a serving bowl, or individual dipping bowls and serve."], "ingredients" : ["1 cup raspberries", "2 cups diced fresh mango", "1 habanero pepper"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [...
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"}}, "r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"project_name": {"type": "string"}, "runtime": {"type": "string"}}, "required": ["project_name", "runtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"project_name" : "sample-glue-etl-project", "runtime" : "python3.9"}
json_instruct
{"type": "object", "properties": {"project_name": {"type": "string"}, "runtime": {"type": "string"}}, "required": ["project_name", "runtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}},...
{"schemaVersion" : 1, "id" : "betterend", "version" : "${version}", "name" : "Better End", "description" : "More content for The End dimension, including new biomes, plants, mobs, mechanics, terrain generation and more.\nMade by:\n- paulevs (code & art)\n- Bulldog83 (code & art)\n- Edos (building)\n- Yuki (art)\n- Seaw...
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"datasetObjectId": {"type": "string"}, "dataObject": {"type": "object", "properties": {"s3Uri": {"type": "string"}}, "required": ["s3Uri"]}, "annotations": {"type": "array", "items": {"type...
[{"datasetObjectId" : "23", "dataObject" : {"s3Uri" : "s3://aws-workshops-labels-1234567/raw-data/images/9.jpg"}, "annotations" : [{"workerId" : "private.us-west-2.cfa634633275ea1a", "annotationData" : {"content" : "{\"boundingBox\":{\"boundingBoxes\":[{\"height\":9,\"label\":\"hole\",\"left\":1010,\"top\":494,\"width\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"datasetObjectId": {"type": "string"}, "dataObject": {"type": "object", "properties": {"s3Uri": {"type": "string"}}, "required": ["s3Uri"]}, "annotations": {"type": "array", "items": {"type": "object", "properties": {"workerId": {"type": "string"}, "annotatio...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"require": {"type": "object", "properties": {"gasolwu/zend-rollbar-resource": {"type": "string"}, "rollbar/rollbar": {"type": "string"}, "zendframework/zendframework1": {"type": "string"}}, "required": ["gasolwu/zend-...
{"require" : {"gasolwu/zend-rollbar-resource" : "*@dev", "rollbar/rollbar" : "^1", "zendframework/zendframework1" : "1.*"}, "repositories" : [{"type" : "path", "url" : "@TRAVIS_BUILD_DIR@"}]}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"gasolwu/zend-rollbar-resource": {"type": "string"}, "rollbar/rollbar": {"type": "string"}, "zendframework/zendframework1": {"type": "string"}}, "required": ["gasolwu/zend-rollbar-resource", "rollbar/rollbar", "zendframework/zendframework1"]...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title_ga": {"type": "string"}, "text_ga": {"type": "string"}, "timestamp": {"type": "string"}, "_type": {"type": "string"}}, "required": ["title_ga", "text_ga", "timestamp", "_type"], "$schema": "http://json-schema...
{"title_ga" : "Inneall cuardaigh", "text_ga" : "Acmhainn ar an ngr\u00e9as\u00e1n domhanda at\u00e1 insroichte le brabhs\u00e1la\u00ed Gr\u00e9as\u00e1in, a chabhra\u00edonn leis an \u00fas\u00e1ideoir ionaid is eolas a aimsi\u00fa. B\u00edonn na hinnill cuardaigh (Yahoo, Lycos, Google, Ask Jeeves) ag cuardach tr\u00ed...
json_instruct
{"type": "object", "properties": {"title_ga": {"type": "string"}, "text_ga": {"type": "string"}, "timestamp": {"type": "string"}, "_type": {"type": "string"}}, "required": ["title_ga", "text_ga", "timestamp", "_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i...
{"id" : 85894645, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "645a0a56c4d4cd65003a34ad75bd762b", "wof:id" : 85894645, "wof:repo" : "whosonfirst-data-admin-ca"}, "bbox" : [-122.947427, 49.220887, -122.947427, 49.220887], "geometry" : {"coor...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type"...
{"votes" : {"diff" : 1570, "dem" : 597, "tot" : 2855, "gop" : 2167}, "for" : "TN/Perry County/47135", "pct" : {"dem" : 20.91, "per_point_diff" : 54.99, "gop" : 75.9}}
json_instruct
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"map": {"type": "string"}, "notingroup": {"type": "string"}}, "required": ["map", "notingroup"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"map" : "Spezialseiten", "notingroup" : "Nicht in Gruppen"}
json_instruct
{"type": "object", "properties": {"map": {"type": "string"}, "notingroup": {"type": "string"}}, "required": ["map", "notingroup"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"background_color": {"type": "string"}, "description": {"type": "string"}, "dir": {"type": "string"}, "display": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "orientation": {"typ...
{"background_color" : "#E11C52", "description" : "Computer Science House at RIT's Blog", "dir" : "auto", "display" : "standalone", "lang" : "en-us", "name" : "Computer Science House Blog", "orientation" : "any", "short_name" : "CSH Blog", "start_url" : "/", "theme_color" : "#B0197E", "icons" : [{"sizes" : "16x16", "src...
json_instruct
{"type": "object", "properties": {"background_color": {"type": "string"}, "description": {"type": "string"}, "dir": {"type": "string"}, "display": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "orientation": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "strin...
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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type...
{"name" : "api-covid19-indonesia-v2", "version" : "2.0.0", "description" : "", "main" : "app.js", "scripts" : {"start" : "node app.js", "dev" : "nodemon app.js"}, "author" : "Rey", "license" : "MIT", "dependencies" : {"axios" : "^0.19.2", "cheerio" : "^1.0.0-rc.3", "compression" : "^1.7.4", "cors" : "^2.8.5", "dotenv" ...
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"}}, "required": ["start", "dev"]}, "author": {"type": "string"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "redis_db_num": {"type": "integer"}, "key_hashing": {"type": "null"}, "use_connection_pool": {"type": "boolean"}, "ssl": {"type": "boolean"}, "password": {"typ...
{"host" : "172.28.0.3", "port" : 6379, "redis_db_num" : 0, "key_hashing" : null, "use_connection_pool" : true, "ssl" : false, "password" : ""}
json_instruct
{"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "redis_db_num": {"type": "integer"}, "key_hashing": {"type": "null"}, "use_connection_pool": {"type": "boolean"}, "ssl": {"type": "boolean"}, "password": {"type": "string"}}, "required": ["host", "port", "redis_db_num", "key_hash...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "require": ...
{"name" : "craftcms/order-form", "description" : "orderform", "version" : "1.0.0", "type" : "craft-plugin", "keywords" : ["cms", "craftcms", "contact", "form", "yii2"], "license" : "MIT", "require" : {"craftcms/cms" : "^3.0.0-RC11"}, "autoload" : {"psr-4" : {"craft\\orderform\\" : "src/"}}, "extra" : {"name" : "Order F...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"craftcms/cms": {"type": "st...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "documents": {"type": "array", "items": {"type": "string"}}, "ideal_answer": {"type": "array", "items": {"type": "string"}}, "exact_answer": {"type": "array", "items": {"type": "string"}}, "concep...
{"body" : "What is the function of R-spondin 1 and noggin in non-damaged gallbladders?", "documents" : ["http://www.ncbi.nlm.nih.gov/pubmed/26993089"], "ideal_answer" : ["R-spondin 1 and noggin facilitate expansion of resident stem cells from non-damaged gallbladders."], "exact_answer" : ["The expansion of resident ste...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "documents": {"type": "array", "items": {"type": "string"}}, "ideal_answer": {"type": "array", "items": {"type": "string"}}, "exact_answer": {"type": "array", "items": {"type": "string"}}, "concepts": {"type": "array", "items": {"type": "string"}}, "type": {...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["ecma-parse", "khepri-parse", "neith-brainfuck"]
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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object...
{"name" : "ISActionSheet", "version" : "0.4.0", "summary" : "\u81ea\u5b9a\u4e49\u5f39\u6846.", "description" : "\u81ea\u5b9a\u4e49actionSheet\u5f39\u6846\uff0c\u4eff\u5fae\u4fe1\u548c\u7cfb\u7edf\uff0c\u89e3\u51b3\u7cfb\u7edf\u5f39\u6846\u5728ipad\u8fd0\u884c\u5d29\u6e83\u7684\u95ee\u9898\uff0c\u5df2\u517c\u5bb9iPhonex...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"LeoAiolia": {"type": "string"}}, "required": ["LeoAi...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["psql-api"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\u...
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["031070"], "\uc81c\uc548\uc77c\uc790" : [""], "\uc81c\uc548\uc790" : ["\ubc31\ub0a8\uc2dd\uc758\uc6d0"], "\ubb38\uc11c" : [""], "\uc81c\uc548\ud68c\uae30" : ["\uc81c3\ub300(1954~1958)\uc81c25\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"...
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"data": {"type": "object", "properties": {"ebayImage": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fixed": {"type": "object", "properties": {"base64": {"type": "stri...
{"data" : {"ebayImage" : {"childImageSharp" : {"fixed" : {"base64" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAIAAACgpqunAAAACXBIWXMAAB7CAAAewgFu0HU+AAAA8ElEQVQoz2PQiFtKNmIYZJo148nSDNGmEr1YNXqxZvwyuCBW49A1A7WpRC/xrdrqVLRBMXKRZtxStZglytGLgaRGLG7NQHuUohal9uyvm3di45F7FbOO5U06VDD58Lxt19J69gfUbPOu3KIENC4em2at...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"ebayImage": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fixed": {"type": "object", "properties": {"base64": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "src": {"t...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "...
{"userId" : 30921, "cartId" : "ac57d45a-0a63-4192-8c9d-1c87faeb142b", "preferredProducts" : [], "productReviews" : [{"productId" : 1925, "reviewText" : "I saw one of these in Grenada and I bought one.", "reviewDate" : "2018-06-07T15:49:09.5819278+03:00"}, {"productId" : 694, "reviewText" : "talk about boredom!!!", "rev...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "reauth_successful": {"type": "string"}}, "required": ["already_configured", "reauth_successful"]}...
{"config" : {"abort" : {"already_configured" : "\u5e33\u865f\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", "reauth_successful" : "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f"}, "error" : {"cannot_connect" : "\u9023\u7dda\u5931\u6557", "invalid_auth" : "\u9a57\u8b49\u78bc\u7121\u6548"}, "step" : {"reauth_confirm" : {"data" : {"area_id...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "reauth_successful": {"type": "string"}}, "required": ["already_configured", "reauth_successful"]}, "error": {"type": "object", "properties": {"cannot_connec...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required":...
{"index" : 8822, "hash" : 1286510221, "artDyeHash" : 1286510221, "redacted" : false, "dyeManifestHash" : 2471255181, "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", "blackl...
The schema below describes a JSON structure. Generate a valid example: {"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": "str...
{"name" : "Daytona State College", "alt_name" : null, "country" : "United States", "state" : "Florida", "address" : {"street" : "Po Box 2811", "city" : "Daytona Beach", "province" : "Florida", "postal_code" : "32120-2811"}, "contact" : {"telephone" : "+1(386) 506-3000", "website" : "http://www.daytonastate.edu/", "emai...
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"}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "theme": {"type": "string"}, "gravatar": {"type": "boolean"}}, "required": ["copyright", "url", "email", "theme", "gravatar"]...
{"copyright" : "Te-Chi Liu", "url" : "https://github.com/liuderchi", "email" : "liuderchi@gmail.com", "theme" : "material-orange", "gravatar" : true}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "theme": {"type": "string"}, "gravatar": {"type": "boolean"}}, "required": ["copyright", "url", "email", "theme", "gravatar"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"steps": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"if": {"type": "object", "properties": {"type": {"type": "st...
{"steps" : {"required" : ["service"], "properties" : {"if" : {"type" : "string", "default" : "${}", "description" : "if condition for steps"}, "input" : {"patternProperties" : {".*" : {"additionalProperties" : true, "type" : ["array", "boolean", "integer", "number", "null", "object", "string"]}}, "type" : "object"}, "o...
json_instruct
{"type": "object", "properties": {"steps": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"if": {"type": "object", "properties": {"type": {"type": "string"}, "default": {"type": "string"}, "description": {"type": "string"}}, ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "provi...
{"name" : "Private Polytechnic Institute of Casablanca", "alt_name" : "Institut polytechnique priv\u00e9 de Casablanca", "country" : "Morocco", "state" : null, "address" : {"street" : "Rue 10, No. 2 Lotissement Allaimoun 1, Route d'El Jadida", "city" : "Casablanca", "province" : null, "postal_code" : "20230"}, "contact...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"service-instance-id": {"type": "string"}, "service-instance-name": {"type": "string"}, "service-type": {"type": "string"}, "service-role": {"type": "string"}, "resource-version": {"type": "string"}}, "required"...
{"service-instance-id" : "service-instance-id-9b9348f2-f75d-4559-823d-db7ac138ed34", "service-instance-name" : "service-instance-name-9b9348f2-f75d-4559-823d-db7ac138ed34", "service-type" : "service-type-9b9348f2-f75d-4559-823d-db7ac138ed34", "service-role" : "service-role-9b9348f2-f75d-4559-823d-db7ac138ed34", "resour...
json_instruct
{"type": "object", "properties": {"service-instance-id": {"type": "string"}, "service-instance-name": {"type": "string"}, "service-type": {"type": "string"}, "service-role": {"type": "string"}, "resource-version": {"type": "string"}}, "required": ["service-instance-id", "service-instance-name", "service-type", "service...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object",...
{"IsRecentlyVerified" : false, "ID" : 68958, "UUID" : "70283944-6385-4218-90CD-A90E5DFAD679", "DataProviderID" : 1, "DataProvidersReference" : "3394", "AddressInfo" : {"ID" : 69304, "Title" : "\u00c5slandhellinga 273-449", "AddressLine1" : "\u00c5slandhellinga 273-449", "Town" : "OSLO", "StateOrProvince" : "Oslo", "Pos...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"...
{"title" : "Relevance dimensions in preference-based IR evaluation.", "fields" : ["learning to rank", "data mining", "ir evaluation", "computer science", "information retrieval"], "abstract" : "Evaluation of information retrieval (IR) systems has recently been exploring the use of preference judgments over two search r...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
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"}, "start": {"type": "string"}}, "r...
{"name" : "iothub-diagnostics", "version" : "1.1.0-dtpreview", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node index.js"}, "dependencies" : {"async" : "^2.0.0", "azure-event-hubs" : "^0.0.3", "azure-iot-common" : "1.1.0-dtpreview", "azure-iot...
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"}}, "required": ["test", "start"]}, "dependencies": {"type": "obj...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "8451742", "CardHash" : "bc100f8", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "frameworks": {"type": "string"}, "keywords...
{"authors" : {"name" : "Michael Koster", "url" : "https://os.mbed.com/users/michaeljkoster/"}, "description" : "nucleo version", "frameworks" : "mbed", "keywords" : "PololuLedStripNucleo", "name" : "PololuLedStripNucleo", "platforms" : "*", "repository" : {"type" : "hg", "url" : "https://os.mbed.com/users/michaeljkoste...
json_instruct
{"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "frameworks": {"type": "string"}, "keywords": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "str...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"epn": {"type": "object", "properties": {"events": {"type": "array", "items": {}}, "epas": {"type": "array", "items": {}}, "contexts": {"type": "object", "properties": {"temporal": {"type": "array", "items": {}}, "segmentation": ...
{"epn" : {"events" : [], "epas" : [], "contexts" : {"temporal" : [], "segmentation" : [], "composite" : []}, "consumers" : [], "producers" : [], "actions" : [], "name" : "empty_definition"}, "declaredClass" : "metadata.CreateJSON"}
json_instruct
{"type": "object", "properties": {"epn": {"type": "object", "properties": {"events": {"type": "array", "items": {}}, "epas": {"type": "array", "items": {}}, "contexts": {"type": "object", "properties": {"temporal": {"type": "array", "items": {}}, "segmentation": {"type": "array", "items": {}}, "composite": {"type": "ar...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"a238eff4cd419021": {"type": "string"}}, "required": ["a238eff4cd419021"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"a238eff4cd419021" : "plugins/rcp-fe-lol-patcher/global/en_us/trans.json"}
json_instruct
{"type": "object", "properties": {"a238eff4cd419021": {"type": "string"}}, "required": ["a238eff4cd419021"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number...
{"artist_id" : "AR163GO1187B98C940", "artist_latitude" : 45.51228, "artist_location" : "Montreal, Quebec, Canada", "artist_longitude" : -73.55439, "artist_name" : "Bran Van 3000", "duration" : 128.88771, "num_songs" : 1, "song_id" : "SOGVFRB12AF72A45D1", "title" : "Lucknow", "year" : 1998}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "ti...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Frame": {"type": "array", "items": {"type": "object", "properties": {"NAME": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}, "score": {"type": "number"}}, "required": ["NAME", "x", "y", "score"]}}}, "r...
{"Frame" : [{"NAME" : "NOSE", "x" : 433.14068603515625, "y" : 299.2628173828125, "score" : 0.9108845591545105}, {"NAME" : "LEFT_EYE", "x" : 442.86236572265625, "y" : 287.8606872558594, "score" : 0.9210284948348999}, {"NAME" : "RIGHT_EYE", "x" : 421.9397888183594, "y" : 289.2720947265625, "score" : 0.8851166367530823}, ...
json_instruct
{"type": "object", "properties": {"Frame": {"type": "array", "items": {"type": "object", "properties": {"NAME": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}, "score": {"type": "number"}}, "required": ["NAME", "x", "y", "score"]}}}, "required": ["Frame"], "$schema": "http://json-schema.org/draft-...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}...
{"name" : "daily-protocol", "description" : "daily - The protocol encoder and decoder for network communcation", "version" : "0.3.3", "author" : "Andreas Madsen <amwebdk@gmail.com>", "main" : "./daily-protocol.js", "scripts" : {"test" : "tap test/simple/*"}, "repository" : {"type" : "git", "url" : "git://github.com/dai...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "pro...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array"...
{"title" : "Kiribati - Trade", "downloads" : 69, "tags" : ["hxl", "indicators", "international trade", "Kiribati"], "hxl" : 1, "org" : "World Bank Group", "id" : "57a30fca-0244-4c31-a875-977575bbc8e9", "resources" : [{"update_date" : "2021-01-28T12:11:07.437569", "link" : "https://data.humdata.org/dataset/57a30fca-0244...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "default-features": {"type": "array", "items": {"type": "string"}}, "dependencies"...
{"name" : "helics", "version-string" : "3.0.0", "description" : "Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)", "homepage" : "https://helics.org/", "default-features" : ["zeromq", "ipc", "webserver"], "dependencies" : ["boost-core"], "features" : {"zeromq" : {"description" : "Build ZeroMQ c...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "default-features": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {"type": "string"}}, "features": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provin...
[{"id" : "2001", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Baros"}, {"id" : "2002", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Buara"}, {"id" : "2003", "provinceId" : "33", "regencyId" : "29", "districtId" : "16", "name" : "Bulakelor"}, {"id" : "2004", "provinc...
json_instruct
{"type": "array", "items": {"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.or...
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", "...
{"id" : "2004", "provinceId" : "32", "regencyId" : "02", "districtId" : "43", "name" : "Tegallega"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "object", "properties": {"No.": {"type": "string"}, "Type": {"type": "string"}, "Rarity": {"type": "string"},...
{"name" : "Siberian Body", "id" : "CHUN-LI009", "image" : "https://nminchow.github.io/teppen-json/images/chun-li009.png", "attributes" : {"No." : "CHUN-LI 009", "Type" : "Action", "Rarity" : "Common", "MP" : "2", "Effects" : "Gives +1/+1 to a friendly green unit."}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "object", "properties": {"No.": {"type": "string"}, "Type": {"type": "string"}, "Rarity": {"type": "string"}, "MP": {"type": "string"}, "Effects": {"type": "string"}}, "required": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "strin...
{"edges" : [[11, 38], [11, 4], [14, 11], [10, 11], [12, 23], [26, 7], [7, 9], [38, 11], [11, 27], [11, 19], [22, 11], [11, 7], [3, 11], [11, 13], [11, 9], [4, 11], [5, 2], [11, 32], [11, 28], [31, 11], [11, 15], [11, 0], [18, 30], [11, 9], [11, 24], [11, 24], [1, 11], [11, 8], [11, 23], [21, 11], [21, 11], [11, 24], [1...
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/bin/retroarch-snes9x2002", "/lib/retroarch/cores/snes9x2002_libretro.so"]}
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$sc...
[{"user" : "U15GBPSEB", "text" : "<@U15GBPSEB|milansijan> has joined the channel", "type" : "message", "subtype" : "channel_join", "ts" : "1476815853.000139"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"...
{"componentChunkName" : "component---src-templates-blog-post-js", "path" : "/cervejas/balde_eisenbahn_c4/", "result" : {"data" : {"site" : {"siteMetadata" : {"title" : "Carcaras", "author" : "Diogo Ferreira"}}, "markdownRemark" : {"id" : "33146198-a683-549f-a169-15380483ee5a", "excerpt" : "R$ 37.49", "html" : "<h1>R$ 3...
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "p...
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"th3b01tg4ming" : {"title" : "th3b01tg4ming", "channel_id" : 134699042, "link" ...
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"th3b01tg4ming": {"type": "object", "properties": {"title": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"mithril.js": {"type": "string"}, "mithril.min.js": {"type": "string"}}, "required": ["mithril.js", "mithril.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mithril.js" : "sha256-bo8aAT9B/w90OM+EpOYc7u8tD/nBDe61q4s8RF+60Us=", "mithril.min.js" : "sha256-LVAybjMfauWTVQ+gXQAyh0swNbLlq8GKKsyW8ASP0/E="}
json_instruct
{"type": "object", "properties": {"mithril.js": {"type": "string"}, "mithril.min.js": {"type": "string"}}, "required": ["mithril.js", "mithril.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"graphiql.css": {"type": "string"}, "graphiql.js": {"type": "string"}, "graphiql.min.css": {"type": "string"}, "graphiql.min.js": {"type": "string"}}, "required": ["graphiql.css", "graphiql.js", "graphiql.min.css", "g...
{"graphiql.css" : "sha512-ITcqvcmJOrZ+FOQQ2TQspONfh2JEr8MfguKQ+S+6KdsGJvzAqkxWD+GWMCNgat8zXFtYOdSZliOJXQ4Lf7RUug==", "graphiql.js" : "sha512-Frtrzjb/y3DB6u6x/fmJFizoUq1A8rOr7PJdIU2bKI7tDXKtRVVWhP9FkoWqvU9zg5X1P2BppF5SXsztvN14Ig==", "graphiql.min.css" : "sha512-5sa/PZE7nBbsx8wZ3qzw8KeuAXgi2KIwrXNUI1l/xrxnO0ufU+fvaetSMUb...
json_instruct
{"type": "object", "properties": {"graphiql.css": {"type": "string"}, "graphiql.js": {"type": "string"}, "graphiql.min.css": {"type": "string"}, "graphiql.min.js": {"type": "string"}}, "required": ["graphiql.css", "graphiql.js", "graphiql.min.css", "graphiql.min.js"], "$schema": "http://json-schema.org/draft-07/schema#...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "defaultLocale": {"type": "s...
{"name" : "iorad", "author" : {"name" : "Habibillah Busri", "email" : "habibillah@iorad.com", "url" : "https://www.iorad.com"}, "defaultLocale" : "en", "location" : {"sell" : {"lead_card" : "assets/iframe.html", "company_card" : "assets/iframe.html", "person_card" : "assets/iframe.html", "deal_card" : "assets/iframe.ht...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "defaultLocale": {"type": "string"}, "location": {"type": "object", "properties": {"sell":...
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" : "biotic", "definition" : "Relating to life; as, the biotic principle."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"...
{"params" : [-0.001977814987651403, 0.0007281573807497524, -0.0011542472680705245, 8.779300749208562e-05, 0.0009059469403830158, -0.0019345117608943567, -0.0003273431960349336, -0.0006336806694319986, -0.0005451718812258292, 0.0004657925198854613, -0.004029748295623434, -0.00033364226438523326, -0.0004172010680596641, ...
json_instruct
{"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"type": "integer"}}, "required": ["params", "infidelity", "e...
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": ...
{"nom" : "Brouqueyran", "circ" : "12\u00e8me circonscription", "dpt" : "Gironde", "inscrits" : 152, "abs" : 52, "votants" : 100, "blancs" : 9, "nuls" : 7, "exp" : 84, "res" : [{"nuance" : "REM", "nom" : "Mme Christelle DUBOS", "voix" : 63}, {"nuance" : "FI", "nom" : "M. Christophe MIQUEU", "voix" : 21}]}
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"...
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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-71.522438, 41.480331], [-71.514896, 41.501341], [-71.491527, 41.497126], [-71.456481, 41.499135], [-71.454417, 41.499454], [-71.450101, 41.501801], [-71.446657, 41.489077], [-71.447922, 41.486443], [-71.447362, 41.481249...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2007, 6], [2008, 5], [2009, 6], [2012, 8], [2013, 6], [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": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"typ...
{"edges" : [[9, 0], [15, 1], [14, 0], [5, 0], [14, 0], [0, 12], [2, 4], [0, 14], [0, 16], [3, 13], [14, 0], [14, 0], [0, 14], [9, 0], [0, 14], [0, 14], [14, 0], [0, 14], [6, 3], [0, 14], [0, 14], [0, 12], [3, 7], [17, 4], [0, 5], [14, 0], [0, 14], [0, 14], [14, 0], [0, 14], [14, 0], [0, 14], [0, 14], [0, 14], [10, 11],...
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "adverbialize", "definition" : "To give the force or form of an adverb to."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}