input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
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 = \"/home/pburgos/PycharmProjects/onu.sdg.front/components/Labels/LabelNumeric/index.js\";\nvar __jsx = React.createElement;\nimport React from \"react\";\nimport \"./style.scss\";\n\nconst LabelNumeric = ({\n children,\n color\n}) => __jsx(\"span\", {\n class: `badge badge-...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", ...
{"name" : "Token 6zVv", "symbol" : "6zVvi", "decimals" : 6, "address" : "6zVvitHDfD32bfzVBdMwXXXJYv3edCSTe76QKdFdo18u", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07...
[{"name" : "KEYMIA", "frequency" : 0, "gender" : "male"}]
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@odata.id": {"type": "string"}, "@odata.type": {"type": "string"}, "Id": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Status": {"type": "object", "properties": {"State": {"type": "string"...
{"@odata.id" : "/redfish/v1/Fabrics/GenZ/Zones/3", "@odata.type" : "#Zone.v1_6_1.Zone", "Id" : "3", "Name" : "Gen-Z Fabric Zone 3", "Description" : "Gen-Z Fabric Zone 3", "Status" : {"State" : "Enabled", "Health" : "OK"}, "ZoneType" : "ZoneOfZones", "Links" : {"Zones" : [{"@odata.id" : "/redfish/v1/Fabrics/GenZ/Zones/1...
json_instruct
{"type": "object", "properties": {"@odata.id": {"type": "string"}, "@odata.type": {"type": "string"}, "Id": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Status": {"type": "object", "properties": {"State": {"type": "string"}, "Health": {"type": "string"}}, "required": ["State", "He...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"user": {"type": "object", "properties": {"imp": {"type": "array", "items": {"type": "string"}}}, "required": ["imp"]}, "return": {"type": "string"}}, "required": ["user", "return"], "$schema": "http://json-schema.org...
{"user" : {"imp" : ["onStart", "onStop"]}, "return" : "paused"}
json_instruct
{"type": "object", "properties": {"user": {"type": "object", "properties": {"imp": {"type": "array", "items": {"type": "string"}}}, "required": ["imp"]}, "return": {"type": "string"}}, "required": ["user", "return"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}},...
{"short_name" : "IL App", "name" : "Imagine Learning React App Sample", "icons" : [{"src" : "favicon.ico", "sizes" : "32x32 16x16", "type" : "image/x-icon"}, {"src" : "favicon.svg", "type" : "image/svg+xml", "sizes" : "512x512 192x192 96x96 48x48"}], "start_url" : ".", "display" : "standalone", "theme_color" : "#000000...
json_instruct
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit...
{"name" : "node-sensor", "version" : "0.0.0", "description" : "node.js lib for Variable Inc.'s NODE sensor", "main" : "index.js", "scripts" : {"test" : "jshint *.js"}, "repository" : {"type" : "git", "url" : "https://github.com/sandeepmistry/node-node-sensor.git"}, "keywords" : ["node", "sensor", "variable", "inc."], "...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/debug": {"type": "string"}, "@types/jest": {"type": "string"}, "jest": {"t...
{"name" : "user-onboarding", "version" : "0.0.2", "description" : "\u7528\u6237\u5f15\u5bfc\u5ba2\u6237\u7aef", "devDependencies" : {"@types/debug" : "^0.0.31", "@types/jest" : "^24.0.9", "jest" : "^24.1.0", "parcel-bundler" : "^1.11.0", "ts-jest" : "^24.0.0", "ts-loader" : "^5.3.0", "typescript" : "^3.1.6"}, "dependen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/debug": {"type": "string"}, "@types/jest": {"type": "string"}, "jest": {"type": "string"}, "parcel-bundler": {"type": "string"}, "t...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "requ...
{"appid" : 314660, "name" : "Oddworld: New 'n' Tasty", "windows" : true, "mac" : true, "linux" : true, "early_access" : false, "lookup_time" : 1490978007}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 28650, "cartId" : "a2bdb61d-ac55-4efe-8543-8562cf8855eb", "preferredProducts" : [2858, 279, 86, 1660, 999, 4416, 4073, 3767, 704, 89], "productReviews" : [{"productId" : 4021, "reviewText" : "My neighbor Eller has one of these. She works as a butler and she says it looks smoky.", "reviewDate" : "2020-04-15T...
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...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "polygon": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}, "required": ["i...
[{"id" : 1, "polygon" : [{"lat" : 0.0, "lng" : 0.0}, {"lat" : 0.0, "lng" : 30.0}, {"lat" : 30.0, "lng" : 30.0}, {"lat" : 30.0, "lng" : 0.0}]}, {"id" : 2, "polygon" : [{"lat" : 0.0, "lng" : 0.0}, {"lat" : 0.0, "lng" : 30.0}, {"lat" : 30.0, "lng" : 0.0}]}, {"id" : 3, "polygon" : [{"lat" : 0.0, "lng" : 0.0}, {"lat" : 0.0,...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "polygon": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}, "required": ["id", "polygon"]}, "$schema": "http://json-schema.org/draft-0...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weig...
{"id" : 22430, "name" : "Bloody bracer", "qualified_name" : "Bloody bracer", "examine" : "A coagulated concoction.", "members" : true, "release_date" : "2018-05-24", "quest" : false, "weight" : 0.55, "value" : 2, "alchemy" : {"high" : 1, "low" : 0}, "tradeable" : true, "stackable" : false, "noteable" : true, "equipable...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "alc...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Empunhadura de polimeroAK-74 (6P20 Sb.9)", "ShortName" : "6P20 Sb.9", "Description" : "Empunhadura de pol\u00edmero para AK-74 produzida pela Izhmash que substituiu o cl\u00e1ssico de madeira."}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type...
{"id" : 404370039, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "d16823ca0bdb752fe77dcad0f26369d3", "wof:id" : 404370039, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.29036121200802, 43.28756386993244, 1.32396828447699, 43.32084114186802...
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": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 1192608, "stations" : ["1192608"]}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ConnectionString": {"type": "string"}, "GameMasterPassword": {"type": "string"}, "HashingSecret": {"type": "string"}}, "required": ["ConnectionString", "GameMasterPassword", "HashingSecret"], "$schema": "http://json-schema.org...
{"ConnectionString" : "Server=127.0.0.1;Database=Elixr.Api;User Id=postgres;Password=Password1", "GameMasterPassword" : "Password1", "HashingSecret" : "Replace with your own text"}
json_instruct
{"type": "object", "properties": {"ConnectionString": {"type": "string"}, "GameMasterPassword": {"type": "string"}, "HashingSecret": {"type": "string"}}, "required": ["ConnectionString", "GameMasterPassword", "HashingSecret"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":...
{"Time" : "2020-09-29T15:00:00+03:00", "Temp" : 39.1, "RelHum" : 32, "WindSpeed" : 1.8, "WindDir" : 49}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "stac_version": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"area": {"type": "string"}, "datetime": {"type": "string"}}, "required": ["are...
{"type" : "Feature", "stac_version" : "1.0.0-beta.2", "id" : "bc32f1", "properties" : {"area" : "znz", "datetime" : "2016-10-12T00:00:00Z"}, "geometry" : {"coordinates" : [[[39.344219970219626, -5.987276061137261], [39.340847000464755, -5.987278166971163], [39.34083023028068, -5.960158002925742], [39.36793404669621, -5...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "stac_version": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"area": {"type": "string"}, "datetime": {"type": "string"}}, "required": ["area", "datetime"]}, "geometry": {"type": "object", "properties": {"coord...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "...
{"name" : "hamster", "version" : "1.0.0", "description" : "Learn programming with a hamster", "main" : "index.html", "directories" : {"test" : "tests"}, "scripts" : {"build" : "NODE_ENV=production webpack -p", "start" : "webpack-dev-server --hot", "test" : "elm-test"}, "repository" : {"type" : "git", "url" : "git+https...
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"]}, "scripts": {"type": "object", "properties": {"build": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod...
{"userId" : 1542, "cartId" : "77ca5d7d-6737-43b5-a010-0a36c50c9fd9", "preferredProducts" : [2401, 3424, 4117], "productReviews" : [{"productId" : 4058, "reviewText" : "I saw one of these in Sao Tome and Principe and I bought one.", "reviewDate" : "2019-07-24T21:55:39.0923095+03:00"}, {"productId" : 2966, "reviewText" :...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Claim- Inpatient: Primary diagnosis", "COUNT_VALUE" : 17}, "AGE_AT_FI...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "description": {"type...
{"@context" : "http://schema.org", "@type" : ["BioChemEntity", "Sample"], "identifier" : ["biosamples:SAMN03329217", "mmp.ref:MMP03329217"], "name" : "Verrucomicrobia bacterium L21-Fru-AB", "url" : "https://mmp.sfb.uit.no/databases/marref/#/records/MMP03329217", "description" : "Genome sequence and description of a nov...
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "dataset": {"type": "array", "items": {"type"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"env": {"type": "object", "properties": {"browser": {"type": "boolean"}, "es6": {"type": "boolean"}}, "required": ["browser", "es6"]}, "globals": {"type": "object", "properties": {"webix": {"type": "boolean"}, "scheduler": {"ty...
{"env" : {"browser" : true, "es6" : true}, "globals" : {"webix" : true, "scheduler" : true, "APPNAME" : true, "VERSION" : true, "PRODUCTION" : true, "BUILD_AS_MODULE" : true}, "rules" : {"import/prefer-default-export" : "off", "class-methods-use-this" : "off", "linebreak-style" : "off"}, "parserOptions" : {"ecmaVersion...
json_instruct
{"type": "object", "properties": {"env": {"type": "object", "properties": {"browser": {"type": "boolean"}, "es6": {"type": "boolean"}}, "required": ["browser", "es6"]}, "globals": {"type": "object", "properties": {"webix": {"type": "boolean"}, "scheduler": {"type": "boolean"}, "APPNAME": {"type": "boolean"}, "VERSION":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Mira telesc\u00f3pica nocturna NSPU-M", "ShortName" : "NSPU-M", "Description" : "Mira telesc\u00f3pica Rusa con sistema de visi\u00f3n nocturna para fusiles de la serie AK."}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["34.66.25.221/32", "34.66.50.208/32", "34.66.178.120/32", "34.66.200.49/32", "34.68.144.114/32", "34.73.34.132/32", "34.73.65.1/32", "34.73.66.97/32", "34.74.79.111/32", "34.74.91.53/32", "34.74.253.255/32", "35.184.226.236/32", "35.185.97.135/32", "35.188.1.99/32", "35.188.15.155/32", "35.188.73.34/32", "35.192.10.37...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this 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": "string"}}, "best_val...
{"n_dim" : 5, "n_trials" : 210, "objective" : "rosenbrock_modified_on_cube", "white" : "ax_default", "black" : "platypus_gde3", "traceback" : ["passing", "passing"], "best_val" : [2.628017304162068, 3.5318289609225584], "best_x" : [[1.6653345369377348e-15, 2.4424906541753444e-15, 9.71445146547012e-16, 2.220446049250313...
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": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6104100007", "district_id" : "6104100", "name" : "TENGAH"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "...
{"Time" : "2020-12-02T09:00:00Z", "Temp" : 20.2, "RelHum" : 59, "WindSpeed" : 4.2, "WindDir" : 80}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"alfredsnippet": {"type": "object", "properties": {"snippet": {"type": "string"}, "dontautoexpand": {"type": "boolean"}, "uid": {"type": "string"}, "name": {"type": "string"}, "keyword": {"type": "string"}}, "required": ["snipp...
{"alfredsnippet" : {"snippet" : "\ud83d\udc30", "dontautoexpand" : true, "uid" : "98F516AF-43B5-4AC9-BF63-8BA5BF7530D2", "name" : "\ud83d\udc30 :rabbit:", "keyword" : ":rabbit:"}}
json_instruct
{"type": "object", "properties": {"alfredsnippet": {"type": "object", "properties": {"snippet": {"type": "string"}, "dontautoexpand": {"type": "boolean"}, "uid": {"type": "string"}, "name": {"type": "string"}, "keyword": {"type": "string"}}, "required": ["snippet", "dontautoexpand", "uid", "name", "keyword"]}}, "requir...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01007745": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}...
{"type" : "Topology", "objects" : {"E01007745" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00039211", "LAD11CD" : "E08000018"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01007745": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ak47": {"type": "string"}, "m4a1": {"type": "string"}, "explode1": {"type": "string"}, "explode2": {"type": "string"}, "explode3": {"type": "string"}, "explode4": {"type": "string"}, "explode5": {"type": "string"}, "explode...
{"ak47" : "ak47.wav", "m4a1" : "m4a1.wav", "explode1" : "explode1.wav", "explode2" : "explode2.wav", "explode3" : "explode3.wav", "explode4" : "explode4.wav", "explode5" : "explode5.wav", "explode6" : "explode6.wav", "ricmetal1" : "ricmetal1.wav", "ricmetal2" : "ricmetal2.wav", "clipin" : "w_clipin.wav", "clipout" : "w...
json_instruct
{"type": "object", "properties": {"ak47": {"type": "string"}, "m4a1": {"type": "string"}, "explode1": {"type": "string"}, "explode2": {"type": "string"}, "explode3": {"type": "string"}, "explode4": {"type": "string"}, "explode5": {"type": "string"}, "explode6": {"type": "string"}, "ricmetal1": {"type": "string"}, "ricm...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"sources": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}}, "required": ["file", "labels"]}}, "target": {"type": "object", "p...
{"sources" : [{"file" : "C:/Users/Shahbaz/Downloads/opencv_contrib-master/opencv_contrib-master/modules/phase_unwrapping/test/test_main.cpp", "labels" : ["Extra", "opencv_phase_unwrapping", "AccuracyTest"]}, {"file" : "C:/Users/Shahbaz/Downloads/opencv_contrib-master/opencv_contrib-master/modules/phase_unwrapping/test/...
json_instruct
{"type": "object", "properties": {"sources": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}}, "required": ["file", "labels"]}}, "target": {"type": "object", "properties": {"labels": {"type": "array", "items": {"type": "st...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[6.0, 6.0, 3.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"sid": {"type": "integer"}, "level": {"type": "integer"}, "cost": {"type": "integer"}, "next_sid": {"type": "integer"}}, "required": ["sid", "level", "cost", "next_sid"]}, "$schema": "htt...
[{"sid" : 33001, "level" : 1, "cost" : 100, "next_sid" : 33008}, {"sid" : 33002, "level" : 1, "cost" : 100, "next_sid" : 33009}, {"sid" : 33003, "level" : 1, "cost" : 100, "next_sid" : 33010}, {"sid" : 33004, "level" : 1, "cost" : 100, "next_sid" : 33011}, {"sid" : 33007, "level" : 1, "cost" : 100, "next_sid" : 33012},...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"sid": {"type": "integer"}, "level": {"type": "integer"}, "cost": {"type": "integer"}, "next_sid": {"type": "integer"}}, "required": ["sid", "level", "cost", "next_sid"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "arr...
{"rustc" : 17109510516401277427, "features" : "[]", "target" : 5560141834451627718, "profile" : 10234870291008511582, "path" : 825914973236967560, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/cfg-if-b75a3cef364ac93d/dep-lib-cfg_if-b75a3cef364ac93d"}}], "rustflags" : ["-D", "warnings"], "m...
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease 3 small loaf pans.", "Mix flour, baking soda, and salt together in a bowl.", "Beat butter and sugar with an electric mixer in a large bowl until light and fluffy. The mixture should be noticeably lighter in color. Add 1 egg and allow to blend into ...
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": {"opts": {"type": "object", "properties": {"destination": {"type": "string"}}, "required": ["destination"]}}, "required": ["opts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"opts" : {"destination" : "./doc/"}}
json_instruct
{"type": "object", "properties": {"opts": {"type": "object", "properties": {"destination": {"type": "string"}}, "required": ["destination"]}}, "required": ["opts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]...
{"title" : "SassySort", "name" : "SassySort", "version" : "1.0.0", "description" : "Sorting algorithms in Sass for Sass.", "scripts" : {"test" : "grunt test"}, "repository" : {"type" : "git", "url" : "https://github.com/KittyGiraudel/SassySort"}, "keywords" : ["sass", "scss", "sort", "algorithms"], "author" : "Kitty Gi...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-concat": {"...
{"name" : "omdm", "author" : "Akash Deep Singhal", "version" : "0.0.1", "private" : true, "devDependencies" : {"grunt" : "latest", "grunt-contrib-concat" : "latest", "grunt-contrib-less" : "latest", "grunt-contrib-livereload" : "latest", "grunt-contrib-uglify" : "latest", "grunt-contrib-watch" : "latest"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-less": {"type": "string"...
Create an example JSON object that satisfies this schema: {"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"}, "st...
{"name" : "Gymnasium Eltville", "id" : "HE-5232-0", "official_id" : "5232", "address" : "Wiesweg 7, 65343 Eltville am Rhein", "school_type" : "Gymnasium mit gymnasialer Oberstufe", "school_type_entity" : "Gymnasium", "fax" : "06123/9080211", "state" : "HE", "phone" : "06123/908020", "full_time_school" : false, "lon" : ...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema....
{"id" : "010900040201", "variable1" : 0.782, "variable2" : 1.4996, "variable3" : "A"}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"2020-03-01": {"type": "integer"}, "2020-04-01": {"type": "integer"}, "2020-05-01": {"type": "integer"}, "2020-06-01": {"type": "integer"}, "2020-07-01": {"type": "integer"}, "2020-08-0...
{"data" : {"2020-03-01" : 0, "2020-04-01" : 1, "2020-05-01" : 11, "2020-06-01" : 20, "2020-07-01" : 51, "2020-08-01" : 0, "2020-09-01" : 0, "2020-10-01" : 0, "2020-11-01" : 2, "2020-12-01" : 1, "2021-01-01" : 0, "2021-02-01" : 5, "2021-03-01" : 11, "2021-04-01" : 10, "2021-05-01" : 6, "2021-06-01" : 3, "2021-07-01" : 2...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"2020-03-01": {"type": "integer"}, "2020-04-01": {"type": "integer"}, "2020-05-01": {"type": "integer"}, "2020-06-01": {"type": "integer"}, "2020-07-01": {"type": "integer"}, "2020-08-01": {"type": "integer"}, "2020-09-01": {"type": "integer"},...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "sta...
{"files" : {"main.css" : "/static/css/main.51859d1f.chunk.css", "main.js" : "/static/js/main.6aa3fcb0.chunk.js", "main.js.map" : "/static/js/main.6aa3fcb0.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.4c1f0d57.js", "runtime-main.js.map" : "/static/js/runtime-main.4c1f0d57.js.map", "static/css/2.fb17aa6d.c...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.fb17aa6d.chunk.css": {"type": "string"}, "static/...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "path": {"type": "string"}}, "required": ["type", "path"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"type" : "hair", "path" : "i/avatars/attire/npc_veronica/fhair1"}, {"type" : "pant", "path" : "i/avatars/attire/npc_veronica/fpants1"}, {"type" : "shir", "path" : "i/avatars/attire/npc_veronica/fshirt1"}, {"type" : "fore", "path" : "i/avatars/attire/npc_veronica/ffore1"}, {"type" : "brac", "path" : "i/avatars/attire/...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "path": {"type": "string"}}, "required": ["type", "path"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro...
{"userId" : 14227, "cartId" : "977c3554-8079-48fb-994f-2e861736f66c", "preferredProducts" : [1667, 208], "productReviews" : [{"productId" : 4306, "reviewText" : "i use it every Tuesday when i'm in my pub.", "reviewDate" : "2018-08-01T06:12:59.5764358+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"glossary": {"type": "array", "items": {}}, "variables": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "integer"}, "value": {"type": "string"...
{"glossary" : [], "variables" : [{"id" : "1643317029-366", "name" : "dialog template", "type" : 0, "value" : "1"}, {"id" : "1643315395-648", "name" : "random", "type" : 0, "value" : "1"}]}
json_instruct
{"type": "object", "properties": {"glossary": {"type": "array", "items": {}}, "variables": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "integer"}, "value": {"type": "string"}}, "required": ["id", "name", "type", "value"]}}}, "requir...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "null"}, "url": {"type": "null"}...
{"name" : "bbqsql", "description" : "SQL Injection Exploitation Tool", "license" : {"key" : "other", "name" : "Other", "spdx_id" : null, "url" : null}, "starNum" : 333, "folkNum" : 114, "watchNum" : 333, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "null"}, "url": {"type": "null"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", ...
[{"manufacturer" : "IkuMobile", "market_name" : "Y3", "codename" : "Y3", "model" : "Y3"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "m...
{"author" : {"id" : "t2_5mdmimtm", "name" : "One18customs"}, "date" : {"day" : 1584316800, "full" : 1584322789, "month" : 1583020800, "week" : 1584230400}, "id" : "t3_fjcsv1", "picture" : {"filesize" : 68933, "fullUrl" : "https://preview.redd.it/b6mforjjvxm41.jpg?auto=webp&s=26bd6d9a4d9053b04377a840cdf4aec2df35e0a0", "...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d963-89", "text" : "DeTocaueviXie said that teaching in the U6 Sc was a pvofsssicsi 8\u00a9 \u00a9pen that\u2019\nwa multitude of people are constantly embracing and abandoning it\u00ae85\nPerhaps ETV can increase the productivity of good teachers enough t\u00a9 enable\nus to get this situation in hand against...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"instance": {"type": "object", "properties": {"globalPoller": {"type": "string"}, "parkForSnapshot": {"type": "string"}, "contextPointer": {"type": "string"}, "reinitialize": {"type": "string"}, "terminate": {"type...
{"instance" : {"globalPoller" : "PanuWetterstrand 7/12/2013 22:16", "parkForSnapshot" : "PanuWetterstrand 7/12/2013 22:07", "contextPointer" : "PanuWetterstrand 10/28/2012 08:00", "reinitialize" : "PanuWetterstrand 2/12/2014 22:01", "terminate" : "PanuWetterstrand 7/12/2013 22:13", "privateTerminate" : "PanuWetterstran...
json_instruct
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"globalPoller": {"type": "string"}, "parkForSnapshot": {"type": "string"}, "contextPointer": {"type": "string"}, "reinitialize": {"type": "string"}, "terminate": {"type": "string"}, "privateTerminate": {"type": "string"}, "finalize": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"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" : 39039, "date" : "2014-12-13 20:37:03", "user" : "MSPNick", "post" : "MyServerPlanet Ltd is having a blow out sale on all services! that we offer this **month and this month only**\r\n\r\n**Starter KVM**<br>\r\nDedicated HDD: 30GB<br>\r\nBandwidth:250GB<br>\r\n<del>Allocated Ram: 512MB&lt...
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "...
{"directions" : ["Fill a pint glass or goblet with 1 1/2 cups ice. Set aside.", "Combine tomato juice, vodka, lemon juice, hot pepper sauce, Worcestershire sauce, salt, black pepper, and 1 cup ice in a mixing glass. Stir until chilled and strain into ice-filled pint glass or goblet.", "Garnish with a celery stalk."], "...
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"...
{"type" : "Feature", "id" : "node/4958385387", "properties" : {"addr:city" : "Holderbank (SO)", "addr:housenumber" : "242", "addr:postcode" : "4718", "addr:street" : "Obere Wies", "email" : "info@silberdistel-kost.ch", "name" : "Hof Obere Wies", "opening_hours" : "Bestellungen telefonisch oder per E-mail. Sa: 8-13 Uhr ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "email": {"type": "string"}, "name": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"...
{"body" : "This adds support for sharing threads between Intel libraries and LLVM OpenMP implementation. As of LLVM 8, OpenMP is bundled with the compiler and is compatible GNU OpenMP implementation GOMP.", "user" : "luszczek", "url" : "https://api.github.com/repos/spack/spack/issues/26517", "updated_at" : "2021-11-22 ...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 8499, "cartId" : "8b80b4a2-b84c-4b90-aa83-69c2b9479e86", "preferredProducts" : [2840, 3857, 2047, 4513, 905, 3238, 4157, 2707], "productReviews" : [{"productId" : 16, "reviewText" : "The box this comes in is 5 light-year by 6 foot and weights 17 megaton!!!", "reviewDate" : "2018-06-30T12:35:08.4366945+03:00...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "stri...
{"id" : "BME395H1F20199", "code" : "BME395H1F", "name" : "Biomedical Systems Engineering II: Cells and Tissues", "description" : "This course focuses on the molecular biology of cells, building on BME205, and their integration into tissues and organs. It covers integrating cells into tissues; molecular genetic techniqu...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c...
Using the following JSON schema, generate a compatible JSON instance: {"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...
{"id" : 85908923, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "62111c1601d7d87ee2dbcf52a0454985", "wof:id" : 85908923, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [139.9201347108414, 37.5129286354652, 139.9565942380001, 37.53497533625018]...
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": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["har-server"]
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": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type":...
{"title" : "The Interstellar Clouds of Orion", "explanation" : "The constellation of Orion is much more than three stars in a row. It is a direction in space that is rich with impressive nebulas. To better appreciate this well-known swath of sky, a new long exposure image was taken over several clear nights in January,...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanat...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1987, 5], [2003, 6], [2005, 8], [2006, 9], [2007, 5], [2010, 5], [2011, 6], [2013, 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": {"947220171960": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectN...
{"947220171960" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9TYW1wbGVyLUVRX1NhbXBsZXIuaHRtbC1hbmFseXRpY3MtOTQ3MjIwMTcxOTEx.json"}}
json_instruct
{"type": "object", "properties": {"947220171960": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}}, "required": ["947220171960"], "$schema": "http://js...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["610925114200", "\u6b66\u5b66\u6751\u59d4\u4f1a", "121", "0"], ["610925114201", "\u8349\u576a\u6751\u59d4\u4f1a", "220", "0"], ["610925114202", "\u6843\u56ed\u6751\u59d4\u4f1a", "220", "0"], ["610925114203", "\u67cf\u6768\u6797\u6751\u59d4\u4f1a", "220", "0"], ["610925114204", "\u7530\u575d\u6751\u59d4\u4f1a", "220",...
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": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name"...
{"contacts" : [{"name" : "Ujwwala Jadhav", "email" : "", "designation" : "President", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=10922", "name" : "Urja Social and Education Welfare Foundation", "primaryEmail" : "urjawelfarefoundation@gmail.com", "organisationType" : ["Direct Ser...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type":...
{"id" : "07259620-a98b-4d9b-a3f7-3858286366f7", "name" : "Kemsing Primary", "code" : "B", "address" : {"addressLine1" : "West End", "addressLine2" : "Kemsing", "town" : "Sevenoaks", "postcode" : "TN15 6PU"}, "organisation" : {"id" : "945dc2da-c348-47cc-ad40-66ce17596e81", "code" : "2E2", "name" : "Bannockburn Primary S...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "ob...
{"id" : "5b18ceca-15cf-43c3-bb5b-f273a78e9250", "playerTags" : [], "teamTags" : ["ca3f1c8c-c025-4d8e-8eef-5be6accbeb16", "9debc64f-74b7-4ae1-a4d6-fce0144b6ea5"], "gameTags" : ["0dd1564b-0e21-4614-925c-ed37d8a10805"], "metadata" : {"play" : 178, "subPlay" : -1}, "created" : "2021-04-15T12:15:09.038Z", "season" : 15, "to...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2"...
{"no_of_atoms" : 228, "centre_of_mass" : [-2.470499721150038e-06, 13.020967020170064, 24.48927067702177], "maximum_diameter" : {"diameter" : 29.493160271195272, "atom_1" : 83, "atom_2" : 149}, "pore_diameter" : {"diameter" : 6.242344206134845, "atom" : 3}, "pore_volume" : 127.36255387456154, "pore_diameter_opt" : {"dia...
json_instruct
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001542": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "stri...
{"type" : "Topology", "objects" : {"E01001542" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00007639", "LAD11CD" : "E09000010"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001542": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
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" : "var _jsxFileName = \"/Users/urialcantar/Proyectos/proyectosNuevos/holaMundoNext/pages/index.js\";\nimport React from \"react\";\nvar __jsx = React.createElement;\n\nfunction index() {\n return __jsx(\"h1\", {\n __source: {\n fileName: _jsxFileName,\n lineNumber: 3\n },\n __s...
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": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "pr...
[{"c_ref" : "Kent", "totals" : {"Cases" : 1876, "Deaths" : 85}, "daily" : {"Cases" : 11, "Deaths" : 2}}, {"c_ref" : "New Castle", "totals" : {"Cases" : 5904, "Deaths" : 249}, "daily" : {"Cases" : 44, "Deaths" : 0}}, {"c_ref" : "Sussex", "totals" : {"Cases" : 5153, "Deaths" : 178}, "daily" : {"Cases" : 23, "Deaths" : 1}...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type":...
{"id" : "0x616e4e49bac876536bd9305ae11a0332404da9e4c252ddc1d84ed32d9ca319ac", "title" : "snapshot\u6700\u8fd1\u4f1a\u53d1\u5e01\u5417\uff1f", "body" : "\u8c08\u8c08\u4f60\u7684\u770b\u6cd5", "choices" : ["\u4f1a", "\u4e0d\u4f1a"], "start" : 1637380800, "end" : 1637985600, "type" : "single-choice", "scores" : [762.14094...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "number"}}, ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array...
{"title" : "KillingFusion: Non-rigid 3D Reconstruction without Correspondences.", "fields" : ["killing vector field", "magnitude", "displacement", "3d reconstruction", "signed distance function"], "abstract" : "We introduce a geometry-driven approach for real-time 3D reconstruction of deforming surfaces from a single R...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"import": {"type":...
{"name" : "exports-replace", "version" : "1.0.0", "description" : "replaces exports field", "type" : "module", "exports" : {"." : {"import" : "./index.js"}, "./package.json" : "./package.json"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"import": {"type": "string"}}, "required": ["import"]}, "./package.json": {"type...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"],...
{"ExpandedNodes" : ["", "\\src", "\\src\\scenes", "\\webpack"], "SelectedNode" : "\\src\\scenes\\template_screen.js", "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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"levelType": {"type": "string"}, "rows": {"type": "integer"}, "columns": {"type": "integer"}, "board": {"type": "array", "items": {"type": "integer"}}, "stars": {"type": "object", "properties": {"hight": {"type": "integer"}, "mid...
{"levelType" : "movement-counter", "rows" : 3, "columns" : 3, "board" : [0, 0, 0, 0, 0, 0, 0, 0, 1], "stars" : {"hight" : 3, "middle" : 5}}
json_instruct
{"type": "object", "properties": {"levelType": {"type": "string"}, "rows": {"type": "integer"}, "columns": {"type": "integer"}, "board": {"type": "array", "items": {"type": "integer"}}, "stars": {"type": "object", "properties": {"hight": {"type": "integer"}, "middle": {"type": "integer"}}, "required": ["hight", "middle...
Create a JSON structure that matches this schema definition: {"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"}}}}}, "r...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[126.5, 34.416666666666664], [126.5, 34.5], [126.625, 34.5], [126.625, 34.416666666666664], [126.5, 34.416666666666664]]]}, "properties" : {"code" : 512654, "url" : "http://madefor.github.io/0410/api/v1/512654.geojson", "view" : "https://github.co...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "...
{"title" : "KASANDR: A Large-Scale Dataset with Implicit Feedback for Recommendation.", "fields" : ["recommender system", "data mining", "computer science", "information retrieval"], "abstract" : "In this paper, we describe a novel, publicly available collection for recommendation systems that records the behavior of c...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"backward": {"type": "array", "items": {"type": "integer"}}, "beta": {"type": "array", "items": {"type": "integer"}}, "byte": {"type": "array", "items": {"type": "integer"}}, "brake": {"type": "array", "items": {"type": "intege...
{"backward" : [2949123], "beta" : [458753], "byte" : [851971, 1114115, 1245188, 1310729, 1441796, 2097154, 3276802], "brake" : [917505, 1638404, 3145730, 3407873]}
json_instruct
{"type": "object", "properties": {"backward": {"type": "array", "items": {"type": "integer"}}, "beta": {"type": "array", "items": {"type": "integer"}}, "byte": {"type": "array", "items": {"type": "integer"}}, "brake": {"type": "array", "items": {"type": "integer"}}}, "required": ["backward", "beta", "byte", "brake"], "...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "bioconductor-prostatecancertaylor", "downloads" : 3800, "count" : 3707}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "numb...
{"id" : "98361304", "name" : "Church View", "nodes" : [{"type" : "node", "id" : 1137954544, "lat" : 52.2597919, "lon" : -0.6701688}, {"type" : "node", "id" : 1137954548, "lat" : 52.2599042, "lon" : -0.6702631}, {"type" : "node", "id" : 1137954552, "lat" : 52.2597755, "lon" : -0.6697423}], "volunteer_postcode" : "NN29 7...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "a prophet, poet", "long" : "a prophet, poet; a person gifted at expositing divine truth."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "SIENNA", "frequency" : 1036, "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"typ...
{"best_index" : [0, 99, 281, 88, 542], "auroc" : [0.5, 0.3025, 0.26, 0.385, 0.425], "acc" : [0.5, 0.4, 0.375, 0.35, 0.65], "aps" : [0.5, 0.44866484231737797, 0.39064116952768096, 0.5217311335714598, 0.6275949028381524], "f1" : [0.6666666666666666, 0.5714285714285714, 0.5283018867924527, 0.5000000000000001, 0.4615384615...
json_instruct
{"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "a...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-87.814716, 41.886867], [-87.804986, 41.886983], [-87.80472, 41.879641], [-87.81445, 41.879446], [-87.814716, 41.886867]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 22719}}]}
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "resultPattern": {"type": "string"}, "tables": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "strin...
{"name" : "Magic Item (with indefinitive article) Generator", "resultPattern" : "{magicitem wia}", "tables" : [{"name" : "magicitem wia", "entries" : ["a bag", "a banner", "a bead", "a belt", "a pair of boots", "a bottle", "a bowl", "a bracelet", "a set of bracers", "a brazier", "a brooch", "a broom", "a candle", "a ca...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "resultPattern": {"type": "string"}, "tables": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "entries"]}}}, "required": ["name", "resu...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 28382, "cartId" : "6cd615e3-200a-4e0f-8292-e6583a43391f", "preferredProducts" : [933], "productReviews" : [{"productId" : 2422, "reviewText" : "This digital works so well. It imperfectly improves my baseball by a lot.", "reviewDate" : "2018-03-11T15:56:06.7560629+02:00"}, {"productId" : 3748, "reviewText" :...
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...
Using the following JSON schema, generate a compatible JSON instance: {"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" : "misolimet", "h" : [{"d" : [{"f" : "\u6574\u7406\uff0c\u6574\u9813\uff0c\u6536\u62fe\u3002", "e" : ["\ufff9`Mi~`solimet~ `to~ `loma'~.\ufffa\ufffb\u6536\u62fe\u623f\u5b50\u3002", "\ufff9`Ma~`harek~ `to~ `a~ `mi~`solimet~, `maranam~ `kita~.\ufffa\ufffb\u6574\u7406\u5b8c\u7562\u4e86\uff0c\u6211\u5011\u53bb\u5403\u...
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"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items":...
{"name" : "conda-docs", "description" : "Conda documentation", "license" : null, "starNum" : 104, "folkNum" : 221, "watchNum" : 104, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"uuid": {"type": "string"}, "parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {"type": "string"}}, "cwd": {"type": "strin...
{"uuid" : "6d46c9a8-cce7-437d-a8e3-0f3d6030b6c8", "parent" : "22492659-1c3c-4a80-8b56-8938e9efe1b2", "pid" : 20761, "argv" : ["/usr/local/bin/node", "/Users/felixeyetan/Desktop/My Files/nodejs/openjs-prep/playground/prep/module/hsl-to-hex/test/index.js"], "execArgv" : ["-r", "/Users/felixeyetan/Desktop/My Files/nodejs/...
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {"type": "string"}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "ppid": {"type": "integer"},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"laser": {"type": "object", "properties": {"subtitle": {"type": "string"}, "sounds": {"type": "array", "items": {"type": "string"}}}, "required": ["subtitle", "sounds"]}}, "required": ["laser"], "$schema": "http...
{"laser" : {"subtitle" : "subtitles.indrev.laser", "sounds" : ["indrev:laser"]}}
json_instruct
{"type": "object", "properties": {"laser": {"type": "object", "properties": {"subtitle": {"type": "string"}, "sounds": {"type": "array", "items": {"type": "string"}}}, "required": ["subtitle", "sounds"]}}, "required": ["laser"], "$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"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "ite...
{"name" : "blockingElements", "description" : "A polyfill for the proposed blocking elments stack API", "main" : "blocking-elements.html", "authors" : ["Valdrin Koshi <valdrin@google.com>"], "license" : "Apache-2.0", "keywords" : ["blocking", "elements", "polyfill", "browser"], "homepage" : "https://github.com/PolymerL...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "private": {"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webpackCompilationHash" : "c7194f2a3f5d3b84d025"}
json_instruct
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"briefDescription": {"type": "string"}, "verboseDescription": {"type": "string"}, "value": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["brief...
[{"briefDescription" : "", "verboseDescription" : "", "value" : 0, "tags" : ["BASE"]}, {"briefDescription" : "Spherical", "verboseDescription" : "Spherical, with no discernible front, back, top, or bottom.", "value" : 0, "tags" : ["BASE"]}, {"briefDescription" : "Cuboid", "verboseDescription" : "General box-y form, or ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"briefDescription": {"type": "string"}, "verboseDescription": {"type": "string"}, "value": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["briefDescription", "verboseDescription", "value", "tags"]}, "$schema": "http...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_aft...
{"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "52.67.29.69.nip.io", "min_cert_id" : 1042237888, "min_entry_timestamp" : "2018-12-19T16:39:03.187", "not_before" : "2018-12-19T15:39:02", "not_after" : "2019-03-19T15:39:02"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.layouts.css": {"type": "string"}, "angular-material.layouts.min.css": {"type": "string"}, "angular-materia...
{"angular-material.css" : "sha256-A5ZYDUYYilFeBG2J95twQxma0tGcUq1FcQCtZHgpo6E=", "angular-material.js" : "sha256-o8M7hGwgCW6hMlZFZ2z9eMSLAL+bZ6wCD7iklSnXOZs=", "angular-material.layouts.css" : "sha256-VaKHGNqoPf7E0OOF+hQpctzkzgJ3zSmhLxRv4DpEJ0I=", "angular-material.layouts.min.css" : "sha256-mWzHHTycpWRhk+KDxqcFaAWoxZq...
json_instruct
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.layouts.css": {"type": "string"}, "angular-material.layouts.min.css": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bcrypt-nodejs": {"type": ...
{"name" : "night-owl", "version" : "1.1.0", "private" : true, "main" : "server.js", "dependencies" : {"axios" : "^0.18.0", "bcrypt-nodejs" : "^0.0.3", "body-parser" : "^1.18.3", "jsonwebtoken" : "^8.5.1", "mongodb" : "^3.2.3", "mongoose" : "^5.5.0", "react" : "^16.8.6", "react-dom" : "^16.8.6", "react-scripts" : "2.1.8...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bcrypt-nodejs": {"type": "string"}, "body-parser": {"type": "string"}, "jsonwebtoken": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"spark-md5.js": {"type": "string"}, "spark-md5.min.js": {"type": "string"}}, "required": ["spark-md5.js", "spark-md5.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"spark-md5.js" : "sha256-XNQ1MwPz8rto47jGitMcSDLk4z749Z4G2VSvjNBZCAk=", "spark-md5.min.js" : "sha256-NIklM2QUGke6H6sUTBVS3HtO4LhS2opJQ+FGZczxklo="}
json_instruct
{"type": "object", "properties": {"spark-md5.js": {"type": "string"}, "spark-md5.min.js": {"type": "string"}}, "required": ["spark-md5.js", "spark-md5.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"schemaType": {"type": "string"}, "id": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["schemaType", "id", "displayName", "description"], "$schema": "ht...
{"schemaType" : "NERDLET", "id" : "nr1-service-instance-explorer-nerdlet", "displayName" : "Service Instance Explorer", "description" : ""}
json_instruct
{"type": "object", "properties": {"schemaType": {"type": "string"}, "id": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["schemaType", "id", "displayName", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"labels": {"type": "object", "properties": {"product": {"type": "object", "properties": {"(?i).*": {"type": "string"}}, "required": ["(?i).*"]}, "contentsource": {"type": "object", "properties": {"(?i).*main/aspnet/signalr.*...
{"labels" : {"product" : {"(?i).*" : "Source - Docs.ms"}, "contentsource" : {"(?i).*main/aspnet/signalr.*" : "SignalR"}}}
json_instruct
{"type": "object", "properties": {"labels": {"type": "object", "properties": {"product": {"type": "object", "properties": {"(?i).*": {"type": "string"}}, "required": ["(?i).*"]}, "contentsource": {"type": "object", "properties": {"(?i).*main/aspnet/signalr.*": {"type": "string"}}, "required": ["(?i).*main/aspnet/signal...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "Sorry last night's emails didn't go out until 4:25AM Eastern instead of 12:01AM. Here's the lesson I learned. When you change the password on an account, think about the apps that connect to that account, and change them too. ", "created" : "Thu, 12 Sep 2019 08:25:04 GMT", "type" : "outline"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}