input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"channels": {"type": "object", "properties": {"private_channel": {"type": "object", "properties": {"channel_type": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "public_description...
{"channels" : {"private_channel" : {"channel_type" : "private", "description" : "Saepe quae molestiae perferendis deserunt necessitatibus architecto. Est error corporis doloribus distinctio cupiditate quae. Adipisci commodi qui ea deserunt labore. Id vel non quia culpa.\nDolores quasi minima numquam deleniti rem. Minim...
json_instruct
{"type": "object", "properties": {"channels": {"type": "object", "properties": {"private_channel": {"type": "object", "properties": {"channel_type": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "public_description": {"type": "string"}, "title": {"type": "string"}}, "required": ["ch...
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" : 79634, "cartId" : "fdf92be5-ef7e-4372-b1ce-61a79626a883", "preferredProducts" : [3829, 3523, 4575], "productReviews" : [{"productId" : 2928, "reviewText" : "this Practical is gracious.", "reviewDate" : "2016-10-26T07:58:19.7421265+03:00"}, {"productId" : 460, "reviewText" : "This Bedfordshire works outstand...
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"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "num...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[122.5, 24.833333333333332], [122.5, 24.916666666666668], [122.625, 24.916666666666668], [122.625, 24.833333333333332], [122.5, 24.833333333333332]]]}, "properties" : {"code" : 372224, "url" : "http://madefor.github.io/0410/api/v1/372224.geojson",...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[123.125, 45.166666666666664], [123.125, 45.25], [123.25, 45.25], [123.25, 45.166666666666664], [123.125, 45.166666666666664]]]}, "properties" : {"code" : 672361, "url" : "http://madefor.github.io/0410/api/v1/672361.geojson", "view" : "https://git...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type...
{"name" : "The Bitter End Pale Ale", "abv" : 5.1, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "two_brothers_brewing", "updated" : "2010-07-22 20:00:20", "description" : "Very drinkable light golden ale. Extremely refreshing hop finish", "style" : "American-Style Pale Ale", "category" : "North ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ResponseMetadata": {"type": "object", "properties": {"RequestId": {"type": "string"}, "HTTPStatusCode": {"type": "integer"}, "HTTPHeaders": {"type": "object", "properties": {"date": {"type": "string"}, "content-type...
{"ResponseMetadata" : {"RequestId" : "6cf50c63-4974-4f93-b638-953d208836ac", "HTTPStatusCode" : 200, "HTTPHeaders" : {"date" : "Sun, 29 Nov 2020 08:33:39 GMT", "content-type" : "application/json", "content-length" : "688", "connection" : "keep-alive", "x-amzn-requestid" : "6cf50c63-4974-4f93-b638-953d208836ac", "x-amz-...
json_instruct
{"type": "object", "properties": {"ResponseMetadata": {"type": "object", "properties": {"RequestId": {"type": "string"}, "HTTPStatusCode": {"type": "integer"}, "HTTPHeaders": {"type": "object", "properties": {"date": {"type": "string"}, "content-type": {"type": "string"}, "content-length": {"type": "string"}, "connecti...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start-dev": {"type": "string"}, "start-ui": {"...
{"name" : "vktappchat", "version" : "1.0.0", "description" : "Realtime mom chat app", "main" : "app.js", "scripts" : {"start-dev" : "nodemon app & browser-sync start --proxy 'localhost:5050' --files 'index.html' 'public'", "start-ui" : "", "start" : "node app"}, "keywords" : [], "author" : "", "license" : "ISC", "depen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start-dev": {"type": "string"}, "start-ui": {"type": "string"}, "start": {"type": "string"}}, "required": ["start-dev"...
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": {}}}, "required": ["userId", "cartId", "...
{"userId" : 96942, "cartId" : "3d9421c7-3667-43e8-95b6-83a26c2b13dc", "preferredProducts" : [2624, 3745, 914, 1305, 3335], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2cbee995f08283818212cad5b19da077e1a74a56"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : "8103050011", "district_id" : "8103050", "name" : "HOLLO"}
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#"}
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"}, "dependencies": {"type": "object", "properties": {"image-data-uri": {"type": "string"}, "...
{"name" : "server", "version" : "0.1.0", "description" : "Backend API for bikelanes.wtf", "main" : "report.js", "dependencies" : {"image-data-uri" : "^2.0.0", "node-fetch" : "^2.6.1", "twitter" : "^1.7.1"}, "devDependencies" : {"prettier-standard" : "^8.0.1", "serverless" : "^1.32.0", "serverless-offline" : "^3.30.0"},...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"image-data-uri": {"type": "string"}, "node-fetch": {"type": "string"}, "twitter": {"type": "string"}}, "required"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"sapUiFiori3AnchorBarBottomShadow": {"type": "string"}, "sapUiFiori3ABUnderlineOffsetAndHeight": {"type": "string"}, "sapUiFiori3ABUnderlineTopRadius": {"type": "string"}, "sapUiFiori3HSBottomShadow": {"type": "...
{"sapUiFiori3AnchorBarBottomShadow" : "inset 0 -0.0625rem #3a4552", "sapUiFiori3ABUnderlineOffsetAndHeight" : ".188rem", "sapUiFiori3ABUnderlineTopRadius" : ".125rem", "sapUiFiori3HSBottomShadow" : "inset 0 -0.0625rem #3a4552", "sapUiFiori3HSTopShadow" : "0 .0625rem 0 0 #29313a", "sapUiFiori3HSUnderlineOffsetAndHeight"...
json_instruct
{"type": "object", "properties": {"sapUiFiori3AnchorBarBottomShadow": {"type": "string"}, "sapUiFiori3ABUnderlineOffsetAndHeight": {"type": "string"}, "sapUiFiori3ABUnderlineTopRadius": {"type": "string"}, "sapUiFiori3HSBottomShadow": {"type": "string"}, "sapUiFiori3HSTopShadow": {"type": "string"}, "sapUiFiori3HSUnder...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "mopboard", "definition" : "A narrow board nailed against the wall of a room next to the floor; skirting board; baseboard. See Baseboard."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["easy-notifier", "universal-log"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@types/body-parser": {"type": "string"}, "@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "@types/serve-index": {"type": "string"}, "bod...
{"dependencies" : {"@types/body-parser" : "^1.19.2", "@types/express" : "^4.17.13", "@types/node" : "^17.0.6", "@types/serve-index" : "^1.9.1", "body-parser" : "^1.19.1", "express" : "^4.17.2", "puppeteer" : "^13.0.1", "serve-index" : "^1.9.1", "typescript" : "^4.5.4"}, "scripts" : {"start" : "tsc && node dist/app.js"}...
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@types/body-parser": {"type": "string"}, "@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "@types/serve-index": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "puppeteer": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"colorRamp": {"type": "object", "properties": {"name": {"type": "string"}, "formula": {"type": "string"}}, "required": ["name", "formula"]}}, "required": ["colorRamp"], "$schema": "http://json-schema.org/draft...
{"colorRamp" : {"name" : "Softer Rainbow (CubeHelix)", "formula" : "distribute_colors\n(\n [\n cubehelix (-100, 60, 35),\n cubehelix (80, 120, 75),\n cubehelix (260, 60, 35)\n ],\n [ 0, 1 ], t,\n \"cubehelix-inc\", [ 0, 50, 100 ]\n)"}}
json_instruct
{"type": "object", "properties": {"colorRamp": {"type": "object", "properties": {"name": {"type": "string"}, "formula": {"type": "string"}}, "required": ["name", "formula"]}}, "required": ["colorRamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[4.0342572407678094, 3.773286593476659, 2.903018160313781, 3.164398329660749, 3.7677077479136907, 3.6734139090134033, 2.3871201621939715, 3.009760854095376, 3.28268136776419, 2.9719700079558105]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requir...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[142.75, 26.416666666666668], [142.75, 26.5], [142.875, 26.5], [142.875, 26.416666666666668], [142.75, 26.416666666666668]]]}, "properties" : {"code" : 394256, "url" : "http://madefor.github.io/0410/api/v1/394256.geojson", "view" : "https://github...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "require...
{"name" : "tms-social-lib", "platforms" : {"ios" : "13.0"}, "version" : "1.0.1", "summary" : "This is a library of Tomosia Comp\u1ea1ny for social login", "homepage" : "https://github.com/TOMOSIA-VIETNAM/tms-lib-social-ios", "requires_arc" : true, "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Tomosia ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "requires_arc": {"type": "boolean"}, "license": {"type": "object", ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "...
{"stationId" : 1132402, "stationGroupId" : 1132402, "name" : "\u672c\u5343\u8449", "lineId" : 11324, "zipCode" : "260-0854", "pref" : "\u5343\u8449\u770c", "city" : "\u5343\u8449\u5e02\u4e2d\u592e\u533a", "town" : "\u9577\u6d32", "longitude" : 140.120987, "latitude" : 35.601202, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"NSwag.ConsoleCore": {"type": "object", "properties": {"commandName": {"type": "string"}}, "required": ["commandName"]}}, "required": ["NSwag.ConsoleCore"]}}, "required": ["profiles...
{"profiles" : {"NSwag.ConsoleCore" : {"commandName" : "Project"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"NSwag.ConsoleCore": {"type": "object", "properties": {"commandName": {"type": "string"}}, "required": ["commandName"]}}, "required": ["NSwag.ConsoleCore"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "installBehavior": {"type": "object", "properties": {"preferences": {"type": "object", "properties": {"locale": {"type": "array", "items": {"type": "string"}}, "scope": {"type": "string"}}, "requi...
{"$schema" : "https://aka.ms/winget-settings.schema.json", "installBehavior" : {"preferences" : {"locale" : ["en-AU", "en-GB", "en-US"], "scope" : "user"}}, "telemetry" : {"disable" : true}, "visual" : {"progressBar" : "accent"}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "installBehavior": {"type": "object", "properties": {"preferences": {"type": "object", "properties": {"locale": {"type": "array", "items": {"type": "string"}}, "scope": {"type": "string"}}, "required": ["locale", "scope"]}}, "required": ["preferences"]}, ...
Generate sample JSON data that conforms to the following 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": ["co...
{"contract" : "0xffeeb6faba4106f9b78cb83023c683fcebd2a209", "tool" : "osiris", "start" : 1564637710.4668298, "end" : 1564637712.4075894, "duration" : 1.9407596588134766, "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://...
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" : 52024, "cartId" : "88ea8407-558f-4cb1-a913-36f246733953", "preferredProducts" : [4000, 2067, 107, 50, 2791], "productReviews" : [{"productId" : 2590, "reviewText" : "i use it never when i'm in my nightclub.", "reviewDate" : "2016-10-20T00:35:52.9656976+03:00"}, {"productId" : 1655, "reviewText" : "The box t...
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": {"ItemType": {"type": "integer"}, "Id": {"type": "integer"}, "Loot": {"type": "object", "properties": {"Type": {"type": "integer"}, "MinAmount": {"type": "integer"}, "MaxAmount": {"type": "integer"}}, "required": ["Type", "MinAm...
{"ItemType" : 16, "Id" : 4, "Loot" : {"Type" : 2, "MinAmount" : 5, "MaxAmount" : 5}}
json_instruct
{"type": "object", "properties": {"ItemType": {"type": "integer"}, "Id": {"type": "integer"}, "Loot": {"type": "object", "properties": {"Type": {"type": "integer"}, "MinAmount": {"type": "integer"}, "MaxAmount": {"type": "integer"}}, "required": ["Type", "MinAmount", "MaxAmount"]}}, "required": ["ItemType", "Id", "Loot...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"report_name": {"type": "string"}, "report_type": {"type": "string"}, "title": {"type": "string"}, "vertical_label": {"type": "string"}, "series": {"type": "array", "items": {"type": "object", "properties": {"metric"...
{"report_name" : "hlog_split_size_report", "report_type" : "standard", "title" : "Avg HLog split file size", "vertical_label" : "Bytes", "series" : [{"metric" : "hbase.master.splitSize_avg_time", "color" : "ff0000", "label" : "Avg Split Size", "line_width" : "2", "type" : "stack"}]}
json_instruct
{"type": "object", "properties": {"report_name": {"type": "string"}, "report_type": {"type": "string"}, "title": {"type": "string"}, "vertical_label": {"type": "string"}, "series": {"type": "array", "items": {"type": "object", "properties": {"metric": {"type": "string"}, "color": {"type": "string"}, "label": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "dropdomain": ...
{"name" : "Guide to \"Resistance\"", "description" : "Material Penguatan Talenta.\\nPerlawanan adalah tulang punggung Kerajaan Angin.\\nSejarah Mondstadt adalah sejarah perlawanan. Rakyat bangkit untuk memberikan Mondstadt kebebasan yang mereka sekarang nikmati, seperti Archon Anemo yang meniup pergi salju, atau sepert...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "dropdomain": {"type": "string"}, "daysofweek": {"type": "array", "items": {"type": "string...
Using the following JSON schema, generate a compatible JSON instance: {"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" : "8203023004", "district_id" : "8203023", "name" : "BAJO"}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit...
{"derivation" : "from H3369 (\u05d9\u05b8\u05e7\u05b9\u05e9\u05c1);", "pron" : "yaw-koshe'", "outline" : "<ol><li> fowler, bait-layer</li></ol>", "kjv_def" : "fowler.", "lemma" : "\u05d9\u05b8\u05e7\u05d5\u05b9\u05e9\u05c1", "frequency" : 1, "strongs_def" : "properly, entangling; hence, a snarer", "xlit" : "y\u00e2q\u0...
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"loss_data": {"type": "array", "items": {"type": "number"}}, "train_accs": {"type": "array", "items": {"type": "number"}}, "dev_accs": {"type": "array", "items": {"type": "number"}}, "test_accs": {"type": "array", ...
{"loss_data" : [2.7459239959716797, 1.9959776401519775, 1.7203420400619507, 1.5221388339996338, 1.3274221420288086, 1.1096253395080566, 0.9015331864356995, 0.6986587643623352, 0.5347722172737122, 0.4648623764514923, 0.37445178627967834, 0.3239310383796692, 0.2529325783252716, 0.232146218419075, 0.19231098890304565, 0.1...
json_instruct
{"type": "object", "properties": {"loss_data": {"type": "array", "items": {"type": "number"}}, "train_accs": {"type": "array", "items": {"type": "number"}}, "dev_accs": {"type": "array", "items": {"type": "number"}}, "test_accs": {"type": "array", "items": {"type": "number"}}}, "required": ["loss_data", "train_accs", "...
Based on the schema below, produce a valid JSON object: {"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...
{"name" : "EZRecycleImageView", "version" : "0.0.2", "summary" : "using three ImageViews to show images as many as possible", "description" : "* EZRecycleImageView show Images as many as you want by using of three UIImageView\n* the recycleImageDelegate provide you the way to set the timer and the way to do something a...
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": {"Ezfen": {"type": "string"}}, "required": ["Ezfen"]},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "kbase": {"type": "object", "properties": {"sample": {"type": "object", "properties": {"key": {"type": "string"}}, "required": ["key"]}}, "required": ["sample"]}, "title": {"type": "string"}, "...
{"$schema" : "http://json-schema.org/draft-07/schema#", "kbase" : {"sample" : {"key" : "sesar:physiographic_feature_primary"}}, "title" : "Primary physiographic feature", "description" : "Type of physical feature that your sample was collected from (see suggested list)", "examples" : ["volcano", "mid-ocean ridge"], "ty...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "kbase": {"type": "object", "properties": {"sample": {"type": "object", "properties": {"key": {"type": "string"}}, "required": ["key"]}}, "required": ["sample"]}, "title": {"type": "string"}, "description": {"type": "string"}, "examples": {"type": "array"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"notification_channels": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "downtime_only": {"type": "boolean"}, "mobile_alerts": {"type": "boolean"...
{"notification_channels" : [{"id" : 123473, "type" : "user", "downtime_only" : false, "mobile_alerts" : false, "email_alerts" : true, "links" : {"user" : 123474}}, {"id" : 123474, "type" : "user", "downtime_only" : false, "mobile_alerts" : false, "email_alerts" : true, "links" : {"user" : 123475}}], "links" : {"notific...
json_instruct
{"type": "object", "properties": {"notification_channels": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "downtime_only": {"type": "boolean"}, "mobile_alerts": {"type": "boolean"}, "email_alerts": {"type": "boolean"}, "links": {"type": "object", "pro...
Based on the schema below, produce a valid JSON object: {"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"}, "stati...
{"files" : {"main.css" : "/xchange/static/css/main.a5058995.chunk.css", "main.js" : "/xchange/static/js/main.510ab420.chunk.js", "main.js.map" : "/xchange/static/js/main.510ab420.chunk.js.map", "runtime-main.js" : "/xchange/static/js/runtime-main.33f08715.js", "runtime-main.js.map" : "/xchange/static/js/runtime-main.33...
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/js/2.3a5bc11e.chunk.js": {"type": "string"}, "static/js...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"ty...
{"id" : 123029, "info" : {"name" : "\u0421\u0442\u0438\u043b\u0438 \u0434\u043b\u044f \u0443\u0434\u043e\u0431\u0441\u0442\u0432\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u043e\u0432 reestr.nadloc.kz", "description" : "\u041f\u043e\u0434\u0441\u0432\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u043f\u0...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Character": {"type": "object", "properties": {"name": {"type": "string"}, "health": {"type": "string"}, "motivation": {"type": "string"}, "loadout": {"type": "string"}, "storage": {"type": "string"}, "use": {"type": ...
{"Character" : {"name" : "\u5b66\u751f", "health" : "\u5065\u5eb7", "motivation" : "\u52a8\u529b", "loadout" : "\u88c5\u5907", "storage" : "\u7269\u54c1\u680f", "use" : "\u4f7f\u7528", "equip" : "\u88c5\u5907", "delete" : "\u79fb\u9664"}, "Academic" : {"check" : "\u67e5\u770b\u6bd5\u4e1a\u8fdb\u5ea6", "graduation" : "\...
json_instruct
{"type": "object", "properties": {"Character": {"type": "object", "properties": {"name": {"type": "string"}, "health": {"type": "string"}, "motivation": {"type": "string"}, "loadout": {"type": "string"}, "storage": {"type": "string"}, "use": {"type": "string"}, "equip": {"type": "string"}, "delete": {"type": "string"}}...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}...
{"wards" : [{"ward_no" : 1, "ward_name" : "Hinguadih", "ward_id" : "198378"}, {"ward_no" : 2, "ward_name" : "Jogapur", "ward_id" : "198379"}, {"ward_no" : 3, "ward_name" : "Maniyarpur", "ward_id" : "198380"}, {"ward_no" : 4, "ward_name" : "Nibu Kabirpur", "ward_id" : "198377"}], "no_of_wards" : 4, "name" : "NIBU KABIRP...
json_instruct
{"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}, "no_of_wards": {"type": "integer"}, "name": {"type": "string"}, "lsg...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main" : "webostv.js"}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"ty...
{"status" : 200, "data" : {"totalSubs" : 39, "subsInEachSource" : {"feedly" : 15, "inoreader" : 24, "feedsPub" : 0}, "failedSources" : {}}, "lastModified" : 1621762207096}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "in...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"idArt": {"type": "string"}, "placeAut": {"type": "array", "items": {"type": "object", "properties": {"place": {"type": "string"}, "country": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": ...
{"idArt" : "475", "placeAut" : [{"place" : "Sfax", "country" : "Tunisie", "location" : {"lat" : 34.733333, "lon" : 10.766666999999984}}]}
json_instruct
{"type": "object", "properties": {"idArt": {"type": "string"}, "placeAut": {"type": "array", "items": {"type": "object", "properties": {"place": {"type": "string"}, "country": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lo...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": ...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.997187, 50.876053]}, "properties" : {"minimum-net-dwellings" : "40", "organisation" : "local-authority-eng:HAA", "site-address" : "STROUDEN COURT LEIGH PARK", "ownership-status" : "not owned by a public authority", "site-plan-url" : "http://www.ha...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"minimum-net-dwellings": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "320682110001", "text" : "\u77f3\u5e84\u5c45\u59d4\u4f1a"}, {"id" : "320682110002", "text" : "\u6c38\u5174\u5c45\u59d4\u4f1a"}, {"id" : "320682110003", "text" : "\u5f20\u9ec4\u6e2f\u5c45\u59d4\u4f1a"}, {"id" : "320682110004", "text" : "\u77f3\u5317\u5c45\u59d4\u4f1a"}, {"id" : "320682110005", "text" : "\u5f20\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type"...
{"title" : "NGC 2174: Stars Versus Mountains", "credit" : "ESA, Hubble, NASA", "explanation" : "It's stars versus gas mountains in NGC 2174 and the stars are winning. More precisely, the energetic light and winds from massive newly formed stars are evaporating and dispersing the dark stellar nurseries in which they for...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "e...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "o...
{"name" : "jundo", "description" : "PureScript and WebGL: what are these things? Let's find out!", "private" : true, "license" : "MIT", "keywords" : ["purescript", "webgl"], "repository" : {"type" : "git", "url" : "git@github.com:mcgordonite/jundo.git"}, "authors" : ["Matthew Gordon <mc.gordonite@gmail.com>"], "devDepe...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"...
The schema below describes a JSON structure. Generate a valid example: {"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": ...
[{"c_ref" : "Hawaii", "totals" : {"Cases" : 117, "Deaths" : 0}, "daily" : {"Cases" : 2, "Deaths" : 0}}, {"c_ref" : "Honolulu", "totals" : {"Cases" : 2083, "Deaths" : 19}, "daily" : {"Cases" : 197, "Deaths" : 0}}, {"c_ref" : "Kauai", "totals" : {"Cases" : 47, "Deaths" : 0}, "daily" : {"Cases" : 0, "Deaths" : 0}}, {"c_re...
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"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "Help": {"type": "string"}, "Language": {"type": "string"}, "CloseDialog": {"type...
{"@metadata" : {"authors" : ["Robby"]}, "Help" : "MathJax H\u00ebllef", "Language" : "*Sprooch* l\u00e9isst Iech eng Sprooch eraussichen d\u00e9i vu MathJax fir seng Men\u00fcen a Warnmessage benotzt g\u00ebtt.", "CloseDialog" : "H\u00ebllefsdialog zoumaachen"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "Help": {"type": "string"}, "Language": {"type": "string"}, "CloseDialog": {"type": "string"}}, "required": ["@metadata", "Help", "Language", "CloseDialo...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "propertie...
{"localities" : ["Edisonville, PA", "Hessdale, PA", "Strasburg, PA"], "state" : "PA", "postal_code" : "17579", "locality" : "Strasburg, PA", "lat" : 39.960406, "region" : {"fips" : "42", "abbr" : "PA", "name" : "Pennsylvania"}, "city" : "Strasburg", "type" : "STANDARD", "lng" : -76.180752, "counties" : [{"fips" : "071"...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"dbURI": {"type": "string"}, "payStackKey": {"type": "string"}, "jwtsecret": {"type": "string"}}, "required": ["dbURI", "payStackKey", "jwtsecret"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dbURI" : "mongodb+srv://sammyy25:tijjany25@sammyy25.lk1yi.mongodb.net/myEcommerce?retryWrites=true&w=majority", "payStackKey" : "pk_test_d41b49c9521d97c0652219a53695f7b6e7f52d0e", "jwtsecret" : ""}
json_instruct
{"type": "object", "properties": {"dbURI": {"type": "string"}, "payStackKey": {"type": "string"}, "jwtsecret": {"type": "string"}}, "required": ["dbURI", "payStackKey", "jwtsecret"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "st...
{"name" : "events", "description" : "Asana Example - Using the streaming API for change events", "main" : "events.js", "private" : true, "scripts" : {"start" : "node events.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "dependencies" : {"asana" : "file:../../"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "ob...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema...
{"width" : 0.19786431, "rotation" : -0.23898637, "xCenter" : 0.56172687, "yCenter" : 0.54412717, "height" : 0.35175878}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"formidable": {"type": "string"}}, "required": ["form...
{"name" : "connect-form", "description" : "urlencoded / multipart form parsing middleware for Connect", "version" : "0.2.1", "author" : "TJ Holowaychuk <tj@vision-media.ca>", "dependencies" : {"formidable" : ">= 0.9.3"}, "main" : "./index.js", "engines" : {"node" : ">= 0.1.98"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"formidable": {"type": "string"}}, "required": ["formidable"]}, "main": {"type": "string"}, "engines": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"jquery.jspanel-compiled.js": {"type": "string"}, "jquery.jspanel-compiled.min.js": {"type": "string"}, "jquery.jspanel.css": {"type": "string"}, "jquery.jspanel.js": {"type": "string"}, "jquery.jspanel.min.css": {"...
{"jquery.jspanel-compiled.js" : "sha256-W82ALTy3LqLRGZoJDijAQyl4hU6x5d2pZAIGvV4VGPA=", "jquery.jspanel-compiled.min.js" : "sha256-DBxWrCGyVUqQvZyxmWxKWxkRx42VuKkTNCY0Ge3OEtQ=", "jquery.jspanel.css" : "sha256-Sq4XggnN+Ya6OL422+dk2NBlYYAxHRruvLCYPh32+ZA=", "jquery.jspanel.js" : "sha256-cxxMASEL9Cl73Ve8S1nv51FnIFQydpt1/LG...
json_instruct
{"type": "object", "properties": {"jquery.jspanel-compiled.js": {"type": "string"}, "jquery.jspanel-compiled.min.js": {"type": "string"}, "jquery.jspanel.css": {"type": "string"}, "jquery.jspanel.js": {"type": "string"}, "jquery.jspanel.min.css": {"type": "string"}, "jquery.jspanel.min.js": {"type": "string"}}, "requir...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"0": {"type": "object", "properties": {"trigger_type": {"type": "string"}, "comment": {"type": "string"}, "trigger_keys": {"type": "string"}, "action": {"type": "object", "properties": {"function": {"type": "string"}, "args": {...
{"0" : {"trigger_type" : "KEY", "comment" : "; CTRL + Shift + c = copy to next window", "trigger_keys" : "$^+c", "action" : {"function" : "Custom: \\{Code0\\}", "args" : {"Code0" : "\n Loop, 1 ; increase this to repeat multiple times\n {\n Send, ^c\n Sleep, 300 ; let Windows do its thing\n ; Becaus...
json_instruct
{"type": "object", "properties": {"0": {"type": "object", "properties": {"trigger_type": {"type": "string"}, "comment": {"type": "string"}, "trigger_keys": {"type": "string"}, "action": {"type": "object", "properties": {"function": {"type": "string"}, "args": {"type": "object", "properties": {"Code0": {"type": "string"...
Generate a valid JSON object that conforms to the following 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...
{"name" : "Pontifical Bolivariana University \u2013 Palmira Branch", "alt_name" : "Universidad Pontificia Bolivariana \u2013 Seccional Palmira", "country" : "Colombia", "state" : null, "address" : {"street" : "Kilometro 1 V\u00eda Tienda Nueva", "city" : "Palmira", "province" : "Valle", "postal_code" : null}, "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": "string"}, "postal_code": {"type": "null"}},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"spec-version": {"type": "string"}}, "required": ["spec-version"]}, "display-name": {"type": "string"}, "configuration-groups": {"type": "array", "items": {"type": "object", "pro...
{"metadata" : {"spec-version" : "1.5"}, "display-name" : "Record Duplicator", "configuration-groups" : [{"label" : "Clone Rows", "properties" : [{"widget-type" : "textbox", "label" : "Copies of record", "name" : "copies", "widget-attributes" : {"width" : "large", "default" : "1"}}]}], "outputs" : []}
json_instruct
{"type": "object", "properties": {"metadata": {"type": "object", "properties": {"spec-version": {"type": "string"}}, "required": ["spec-version"]}, "display-name": {"type": "string"}, "configuration-groups": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "properties": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "things:block/deepslate_gleaming_ore"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "3273151001", "nama" : "Cijerah"}, {"id" : "3273151002", "nama" : "Cibuntu"}, {"id" : "3273151003", "nama" : "Warung Muncang"}, {"id" : "3273151004", "nama" : "Caringin"}, {"id" : "3273151005", "nama" : "Cigondewah Kaler"}, {"id" : "3273151006", "nama" : "Gempolsari"}, {"id" : "3273151007", "nama" : "Cigondewa...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following 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"}, "...
{"id" : 101779217, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "b773380120876506fbc33786472fdeea", "wof:id" : 101779217, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-3.50313, 38.02106, -3.50313, 38.02106], "geometry" : {"coordinate...
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": ["...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "fromTable": {"type": "string"}, "fromColumn": {"type": "string"}, "toTable": {"type": "string"}, "toColumn": {"type": "string"}}, "required": ["name", "fromTable", "fromColumn", "toTable", "toColumn...
{"name" : "8f7b3901-7bb0-4139-9bf7-cb9656cd0cc6", "fromTable" : "Product", "fromColumn" : "ProductSubcategoryKey", "toTable" : "ProductSubcategory", "toColumn" : "ProductSubcategoryKey"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "fromTable": {"type": "string"}, "fromColumn": {"type": "string"}, "toTable": {"type": "string"}, "toColumn": {"type": "string"}}, "required": ["name", "fromTable", "fromColumn", "toTable", "toColumn"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"...
{"artist_id" : "AR6KRXD1187B9A4C13", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Carlos Berlanga", "duration" : 208.77016, "num_songs" : 1, "song_id" : "SOLEAQW12AB017FAEB", "title" : "Tazas De T\u00e9", "year" : 1994}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"...
Using the following JSON schema, generate a compatible JSON instance: {"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": ...
{"author" : {"id" : "t2_662fq13k", "name" : "fishfis55"}, "date" : {"day" : 1591488000, "full" : 1591524753, "month" : 1590969600, "week" : 1591488000}, "id" : "t3_gy9or0", "picture" : {"filesize" : 76046, "fullUrl" : "https://preview.redd.it/gmj8ckmoqg351.jpg?auto=webp&s=ebb7d2eb2c98fb04256c4b06e7737d233987ed77", "has...
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": {"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"...
{"edges" : [[11, 25], [30, 16], [11, 30], [30, 22], [30, 29], [30, 21], [22, 30], [14, 30], [30, 29], [30, 24], [30, 31], [30, 29], [1, 32], [9, 30], [30, 10], [33, 30], [29, 30], [26, 17], [14, 30], [9, 30], [23, 30], [33, 30], [30, 5], [30, 21], [30, 21], [13, 30], [16, 30], [30, 12], [24, 30], [30, 21], [27, 6], [2,...
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":...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"npcs/outpost/outposthylotlwarrior.npctype": {"type": "array", "items": {"type": "strin...
[{"DeniedAlternatives" : [], "Files" : {"npcs/outpost/outposthylotlwarrior.npctype" : ["/scriptConfig/dialog/converse/hylotl/floran/0"]}, "Texts" : {"Eng" : "Many among my people despise your kind, but I think the tenacity of the Floran is worthy of praise.", "Rus" : "\u041c\u043d\u043e\u0433\u0438\u0435 \u0438\u0437 \...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"npcs/outpost/outposthylotlwarrior.npctype": {"type": "array", "items": {"type": "string"}}}, "required": ["npcs/outpost/outposthylotlwarrior.npctype"]}, "Texts":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\...
{"Department" : "\u0412\u0456\u0439\u0441\u044c\u043a\u043e\u0432\u0430 \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0430 \u041f\u0456\u0432\u0434\u0435\u043d\u043d\u043e\u0433\u043e \u0440\u0435\u0433\u0456\u043e\u043d\u0443 \u0423\u043a\u0440\u0430\u0457\u043d\u0438", "Region" : "\u041f\u0456\u0432\u...
json_instruct
{"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "cpus": {"type": "number"}, "mem": {"type": "integer"}, "instances": {"type": "integer"}, "args": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"...
{"id" : "elasticsearch-auth", "cpus" : 0.2, "mem" : 256, "instances" : 1, "args" : ["--zookeeperMesosUrl", "zk://$MASTER:2181", "--elasticsearchCpu", "1", "--elasticsearchRam", "2048", "--elasticsearchDisk", "2048", "--frameworkPrincipal", "user1", "--frameworkSecretPath", "/etc/mesos/frameworkpasswd", "--elasticsearch...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "cpus": {"type": "number"}, "mem": {"type": "integer"}, "instances": {"type": "integer"}, "args": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"JAVA_OPTS": {"type": "string"}}, "required": ["JAVA_OPTS"]}, "container"...
Create an example JSON object that satisfies this 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", "items": {}}, ...
{"directions" : ["Mix graham cracker crumbs, 1/2 cup confectioners' sugar, and butter together in a bowl; press into a 9x9-inch pan.", "Whisk cream cheese, whipped topping, and 1 cup confectioners' sugar together in a bowl until smooth; spread over graham cracker crust. Pour cherry pie filling over cream cheese mixture...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {...
{"requires" : true, "lockfileVersion" : 1, "dependencies" : {"bootstrap" : {"version" : "4.5.0", "resolved" : "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.0.tgz", "integrity" : "sha512-Z93QoXvodoVslA+PWNdk23Hze4RBYIkpb5h8I2HY2Tu2h7A0LpAgLcyrhrSUyo2/Oxm2l1fRZPs1e5hnxnliXA=="}, "jquery" : {"version" : "3.5.1", "...
json_instruct
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["versi...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "p...
{"hash" : "0x4e8d38ffcf9ed533a5a8850f613174917fc35af8d5063809b1731a746c7c5819", "parentHash" : "0xf344d853b540de86171c0a1d65cc286f272e28ca39fb58015a05b2280f6b6a14", "number" : 99326, "timestamp" : 1439788133, "nonce" : "0x1f80a6ae2fe24e1c", "difficulty" : 3793626791457, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schem...
{"word" : "Bolt", "definitions" : ["A bar that slides into a socket to fasten a door or window.", "A long pin with a head that screws into a nut, used to fasten things together.", "The sliding piece of the breech mechanism of a rifle.", "A long pin that is driven into a rock face so that a rope can be attached to it.",...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type":...
{"name" : "SEStringUtilities", "version" : "0.1.0", "summary" : "A few simple string replacement utilities.", "homepage" : "https://github.com/bnickel/SEStringUtilities", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Brian Nickel" : "bnickel@stackexchange.com"}, "source" : {"git" : "https://github.com...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"a-radio-group/defaultValue": {"type": "object", "properties": {"description": {"type": "string"}, "optionType": {"type": "string"}, "defaultValue": {"type": "string"}}, "required": ["description", "optionType...
{"a-radio-group/defaultValue" : {"description" : "Default selected value", "optionType" : "any", "defaultValue" : "-"}, "a-radio-group/disabled" : {"description" : "Disable all radio buttons", "optionType" : "boolean", "defaultValue" : "false"}, "a-radio-group/name" : {"description" : "The name property of all input[ty...
json_instruct
{"type": "object", "properties": {"a-radio-group/defaultValue": {"type": "object", "properties": {"description": {"type": "string"}, "optionType": {"type": "string"}, "defaultValue": {"type": "string"}}, "required": ["description", "optionType", "defaultValue"]}, "a-radio-group/disabled": {"type": "object", "properties...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "numbe...
{"Id" : "LootGarbage (39)(Clone)10193934", "IsStatic" : false, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : 336.639343, "y" : -58.91, "z" : 311.427582}, "Rotation" : {"x" : 2.06688765e-05, "y" : 262.711243, "z" : -3.64025254e-05}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5ec3f47...
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "...
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" : 13, "n_trials" : 550, "objective" : "markowitz_analytic_on_cube", "white" : "ultraopt_etpe", "black" : "optuna_random_clone_1", "traceback" : ["passing", "passing"], "best_val" : [-0.03609613070801958, 2.8316035655050404], "best_x" : [[0.056926832878992, 0.1062080566594623, 0.05777890939501952, 0.09222352798...
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": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "archi...
{"vendor" : "liberica", "filename" : "bellsoft-jre8u265+1-macos-amd64.zip", "release_type" : "ga", "version" : "8u265+1", "java_version" : "8u265+1", "jvm_impl" : "hotspot", "os" : "macosx", "architecture" : "x86_64", "file_type" : "zip", "image_type" : "jre", "features" : [], "url" : "https://github.com/bell-sw/Liberi...
json_instruct
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["drunk-pack", "exos-npm-html2js", "fis3-optimizer-htmlmin", "index-html", "paper-press", "sprawld-boilerplate", "uglicssy", "ywo"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"element_name": {"type": "string"}, "L2_errors": {"type": "array", "items": {"type": "number"}}, "H1_seminorm_errors": {"type": "array", "items": {"type": "number"}}, "resolutions": {"type": "array", "items": {"type":...
{"element_name" : "Tet4", "L2_errors" : [0.3522698228234682, 0.25843728396409893, 0.09756747623016845, 0.027579551652551715, 0.0071292211857160665], "H1_seminorm_errors" : [1.9181575922071978, 1.5488285882830495, 0.9146645014087618, 0.47957926282573976, 0.2428023769718095], "resolutions" : [1.0, 0.5, 0.25, 0.125, 0.062...
json_instruct
{"type": "object", "properties": {"element_name": {"type": "string"}, "L2_errors": {"type": "array", "items": {"type": "number"}}, "H1_seminorm_errors": {"type": "array", "items": {"type": "number"}}, "resolutions": {"type": "array", "items": {"type": "number"}}}, "required": ["element_name", "L2_errors", "H1_seminorm_...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test...
{"name" : "react-native-vs-charts", "version" : "v0.1.0", "description" : "A charting library built using only View and Style", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/bretdabaker/react-native-vs-charts.git"},...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required"...
{"latest_version" : ["1.1.1"], "meta" : {"description" : "Python file and path manipulation", "homepage" : "http://packages.python.org/files/", "license" : "GNU GPL 3"}, "versions" : {"1.0" : {"sha256" : "d7e6b1d0e9a6fbe99362d159504bf42da33005b56bd1d5ab9317fe9591b9dad4", "url" : "https://files.pythonhosted.org/packages...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "...
{"name" : "gulp-json5-to-json", "version" : "0.2.1", "description" : "A gulp plugin to convert JSON5 to strict JSON.", "main" : "index.js", "repository" : {"type" : "git", "url" : "https://github.com/miusuncle/gulp-json5-to-json.git"}, "keywords" : ["gulp", "gulpplugin", "json5", "json"], "author" : "miusuncle", "licen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}...
{"authors" : {"name" : "Yann Garcia", "url" : "https://os.mbed.com/users/Yann/"}, "description" : "Simplified access to Ramtron (Cypress) FM24Vxx F-RAM devices", "examples" : ["https://os.mbed.com/users/Yann/code/FM24Vxx_I2CApp/"], "frameworks" : "mbed", "keywords" : ["FM24Vxx", "I2C", "RAMTRON"], "name" : "FM24Vxx_I2C...
json_instruct
{"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "string"}, "keywords": {"type": "arra...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-...
{"index" : 5179, "redacted" : false, "hash" : 2486153040, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-...
{"id" : "http://data.doremus.org/performance/669790ab-009a-30d5-874b-9c98e80917a5", "expression" : [{"id" : "http://data.doremus.org/expression/b5ff5151-b184-3c16-8d3e-c5c708a1edef"}, {"id" : "http://data.doremus.org/expression/8da6340d-0048-357b-898a-9d2aba49307b"}, {"id" : "http://data.doremus.org/expression/5e662088...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1977, 5], [1979, 6], [1980, 7], [1981, 9], [1982, 13], [1983, 15], [1984, 14], [1985, 14], [1986, 12], [1987, 18], [1988, 16], [1989, 13], [1990, 6], [1991, 13], [1992, 10], [1994, 6], [1997, 6], [2000, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "buil...
{"name" : "my_little_reminder", "version" : "0.5.0", "description" : "A simple time reminder app", "main" : "app/index.js", "scripts" : {"start" : "electron .", "test" : "jest --coverage", "build" : "electron-builder --dir", "pack" : "electron-builder", "postinstall" : "electron-builder install-app-deps"}, "author" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "pack": {"type": "string"}, "post...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"...
{"name" : "data_collection_web", "version" : "1.0.0", "description" : "Web application for data collection in Senior project CP41", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ammarinjtk/data_collection_web.git"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["minecraft:armor_stand", "minecraft:ender_dragon", "minecraft:player"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"selectedVolumeIndex": {"type": "integer"}, "volumes": {"type": "array", "items": {}}}, "required": ["selectedVolumeIndex", "volumes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"selectedVolumeIndex" : 0, "volumes" : []}
json_instruct
{"type": "object", "properties": {"selectedVolumeIndex": {"type": "integer"}, "volumes": {"type": "array", "items": {}}}, "required": ["selectedVolumeIndex", "volumes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userlist": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "first_name": {"type": "string"}, "username": {"type": "string"}, "email": {"type": "string"}}, "required": ["id", "first_name", ...
{"userlist" : [{"id" : 1, "first_name" : "anand", "username" : "anand1993", "email" : "anandiyengar0@gmail.com"}, {"id" : 2, "first_name" : "Jane", "username" : "Jane1234", "email" : "janedoe@abc.com"}, {"id" : 3, "first_name" : "Alice", "username" : "al134", "email" : "alicedoe@abc.com"}, {"id" : 4, "first_name" : "Bo...
json_instruct
{"type": "object", "properties": {"userlist": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "first_name": {"type": "string"}, "username": {"type": "string"}, "email": {"type": "string"}}, "required": ["id", "first_name", "username", "email"]}}}, "required": ["userlist"], "$sche...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "...
{"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [16.63865421188341, 47.97640888409704]}, "properties" : {"TIMESTAMP UTC" : "2019-01-11T10:07:10", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [16.629371700672646, 48.14675928...
json_instruct
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properti...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "homebridge-config-ui-x", "version" : "4.6.4"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "catagory": {"type": "string"}, "date": {"type": "string"}, "time": {"type": "string"}, "venue": {"type": "string"}, "about": {"type": "string"}, "organised": {"type": "string"}, "contact":...
{"name" : "Engineers\u2019 Conclave", "catagory" : "Projects", "date" : "", "time" : "", "venue" : "", "about" : " An event where participants showcase their projects and research so that students get exposure to the state of the art technologies developed around the globe. The aim of this event is to inspire students ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "catagory": {"type": "string"}, "date": {"type": "string"}, "time": {"type": "string"}, "venue": {"type": "string"}, "about": {"type": "string"}, "organised": {"type": "string"}, "contact": {"type": "string"}, "rules": {"type": "string"}}, "required": ["name...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "lice...
{"name" : "@introduction-aws/graphql-module-auth-userpool", "version" : "1.0.0", "description" : "A GraphQL User/Auth Module via AWS Cognito.", "main" : "index.js", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dim0": {"type": "number"}, "dim1": {"type": "number"}, "episode_rewards": {"type": "number"}, "episode_value_ests": {"type": "number"}, "episode_values": {"type": "number"}, "episode_td_err": {"type": "number"}, "...
{"dim0" : -0.8, "dim1" : 0.8, "episode_rewards" : 73.35575971656428, "episode_value_ests" : 55.37140849380531, "episode_values" : 34.05594792081455, "episode_td_err" : 5.826139752290411, "episode_avg_len" : 73.24, "step_rewards" : 1.00158055320268, "step_value_ests" : 55.697567650329084, "step_values" : 34.276831295328...
json_instruct
{"type": "object", "properties": {"dim0": {"type": "number"}, "dim1": {"type": "number"}, "episode_rewards": {"type": "number"}, "episode_value_ests": {"type": "number"}, "episode_values": {"type": "number"}, "episode_td_err": {"type": "number"}, "episode_avg_len": {"type": "number"}, "step_rewards": {"type": "number"}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": ...
{"nom" : "Wisembach", "dpt" : "Vosges", "inscrits" : 321, "abs" : 66, "votants" : 255, "blancs" : 25, "nuls" : 7, "exp" : 223, "res" : [{"panneau" : "2", "voix" : 140}, {"panneau" : "1", "voix" : 83}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$s...
[{"name" : "KMARI", "frequency" : 207, "males" : "54.106280193236714 %", "females" : "45.893719806763286 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dist/index.cjs.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "dist/index....
{"dist/index.cjs.js" : {"bundled" : 3415, "minified" : 1777, "gzipped" : 761}, "dist/index.esm.js" : {"bundled" : 3131, "minified" : 1539, "gzipped" : 676, "treeshaked" : {"rollup" : {"code" : 132, "import_statements" : 92}, "webpack" : {"code" : 1146}}}, "index.cjs.js" : {"bundled" : 3856, "minified" : 2146, "gzipped"...
json_instruct
{"type": "object", "properties": {"dist/index.cjs.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "dist/index.esm.js": {"type": "object", "properties": {"bundled": {"type": "integer"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id"...
{"type" : "MultiPolygon", "coordinates" : [[[[-85.1379772899999, 41.06550995100007], [-85.13794724899991, 41.06448531300003], [-85.1392927659999, 41.06447916000007], [-85.14062820799988, 41.06448811500007], [-85.14211909599992, 41.06449438500004], [-85.1427548969999, 41.06446729300006], [-85.14275183199992, 41.06443458...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/scienceoutpost/roses/rosebushmed.object": {"type": "array", "items": {"type": "string"}}, "obj...
[{"DeniedAlternatives" : [], "Files" : {"objects/scienceoutpost/roses/rosebushmed.object" : ["/shortdescription"], "objects/scienceoutpost/roses/rosebushmed_box.object" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u4e2d\u578b\u8537\u8587\u704c\u6728\u4e1b", "Eng" : "Rose Bush Medium"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/scienceoutpost/roses/rosebushmed.object": {"type": "array", "items": {"type": "string"}}, "objects/scienceoutpost/roses/rosebushmed_box.object": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "Matthias", "long" : "Matthias."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "melting": {"type": "integer"}, "boiling": {"type": "integer"}, "vessel": {"type": "string"}, "item": {"type": "string"}, "color": {"type": "string"}, "eff...
{"type" : "crossroads:reagents", "id" : "elem_enchantment", "melting" : -150, "boiling" : -145, "vessel" : "crystal", "item" : "crossroads:dusts/elem_enchantment", "color" : "F8F9BB", "effect" : "terraform_mushroom"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "melting": {"type": "integer"}, "boiling": {"type": "integer"}, "vessel": {"type": "string"}, "item": {"type": "string"}, "color": {"type": "string"}, "effect": {"type": "string"}}, "required": ["type", "id", "melting", "boiling", "...