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": {"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" : [[[128.5, 27.833333333333332], [128.5, 27.916666666666668], [128.625, 27.916666666666668], [128.625, 27.833333333333332], [128.5, 27.833333333333332]]]}, "properties" : {"code" : 412864, "url" : "http://madefor.github.io/0410/api/v1/412864.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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"index": {"type": "integer"}, "startTimeInSeconds": {"type": "string"}, "seasonNumber": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "seasonPassUnlockHash": {"type": "int...
{"index" : 6, "startTimeInSeconds" : "0", "seasonNumber" : 7, "blacklisted" : false, "redacted" : false, "seasonPassUnlockHash" : 0, "seasonPassProgressionHash" : 0, "displayProperties" : {"hasIcon" : false, "description" : "A new season has begun! Lavish yourself in gifts from the mighty Emperor Calus. Seek lost treas...
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "startTimeInSeconds": {"type": "string"}, "seasonNumber": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "seasonPassUnlockHash": {"type": "integer"}, "seasonPassProgressionHash": {"type": "integer"}, "displayPrope...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3312060", "regency_id" : "3312", "name" : "KARANGTENGAH"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"servers": {"type": "array", "items": {"type": "object", "properties": {"host": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "username", "password"]}}, "s...
{"servers" : [{"host" : "104.236.47.71", "username" : "root", "password" : "gomcssgo"}], "setupMongo" : true, "setupNode" : true, "nodeVersion" : "0.10.31", "setupPhantom" : true, "appName" : "mmhw", "app" : ".", "env" : {"ROOT_URL" : "http://mmhw.mcss.ca"}, "deployCheckWaitTime" : 60}
json_instruct
{"type": "object", "properties": {"servers": {"type": "array", "items": {"type": "object", "properties": {"host": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "username", "password"]}}, "setupMongo": {"type": "boolean"}, "setupNode": {"type": "boolean"}, "nod...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"map_version": {"type": "string"}, "xmen": {"type": "object", "properties": {}, "required": []}}, "required": ["map_version", "xmen"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"map_version" : "2.6", "xmen" : {}}
json_instruct
{"type": "object", "properties": {"map_version": {"type": "string"}, "xmen": {"type": "object", "properties": {}, "required": []}}, "required": ["map_version", "xmen"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer...
{"publisher_name" : "Teachers College Record", "journals" : 1, "scihub" : 441, "crossref_open_access" : 0, "crossref_active" : 699, "crossref" : 699, "coverage" : 0.63090129, "publisher_slug" : "teachers-college-record"}
json_instruct
{"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"//": {"type": "string"}, "listen": {"type": "integer"}, "server_name": {"type": "array", "items": {"type": "string"}}, "root": {"type": "string"}, "index": {"type": "array", "items": {"type": "string"}}, "location": {"type": "ar...
{"//" : "\u57fa\u672c\u548cnginx server \u914d\u7f6e\u7c7b\u578b", "listen" : 9876, "server_name" : ["localhost"], "root" : "html", "index" : ["index.html"], "location" : [{"url" : "/"}]}
json_instruct
{"type": "object", "properties": {"//": {"type": "string"}, "listen": {"type": "integer"}, "server_name": {"type": "array", "items": {"type": "string"}}, "root": {"type": "string"}, "index": {"type": "array", "items": {"type": "string"}}, "location": {"type": "array", "items": {"type": "object", "properties": {"url": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"http4k": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["http4k"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"http4k" : {"version" : "4.14.1.1"}}
json_instruct
{"type": "object", "properties": {"http4k": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["http4k"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"http": {"type": "integer"}, "body": {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "email": {"type": "string"}}, "required": ["id", "email"]}, "token": {"t...
{"http" : 200, "body" : {"user" : {"id" : "1", "email" : "email@example.com"}, "token" : "jwt"}}
json_instruct
{"type": "object", "properties": {"http": {"type": "integer"}, "body": {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "email": {"type": "string"}}, "required": ["id", "email"]}, "token": {"type": "string"}}, "required": ["user", "token"]}}, "required": ["http", "bo...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"novaMultiselect.maxElements": {"type": "string"}, "novaMultiselect.noResult": {"type": "string"}, "novaMultiselect.noOptions": {"type": "string"}, "novaMultiselect.limitText": {"type": "string"}, "novaMultiselect.placeholder":...
{"novaMultiselect.maxElements" : "\u0647\u0645\u0647 :max \u0645\u0648\u0631\u062f \u0645\u062c\u0627\u0632 \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f.", "novaMultiselect.noResult" : "\u0646\u062a\u06cc\u062c\u0647\u200c\u0627\u06cc \u067e\u06cc\u062f\u0627 \u0646\u0634\u062f.", "novaMultiselect.noOptions" : "\u...
json_instruct
{"type": "object", "properties": {"novaMultiselect.maxElements": {"type": "string"}, "novaMultiselect.noResult": {"type": "string"}, "novaMultiselect.noOptions": {"type": "string"}, "novaMultiselect.limitText": {"type": "string"}, "novaMultiselect.placeholder": {"type": "string"}, "novaMultiselect.nItemsSelected": {"ty...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"basename": {"type": "string"}, "cmd": {"type": "string"}, "infile": {"type": "string"}, "infile_hash": {"type": "string"}, "outfile": {"type": "null"}, "outfile_hash": {"type": "null"}, "stdout": {"type": "stri...
{"basename" : "ast-line_continuation_03-8570dc1", "cmd" : "lfortran --show-ast --no-color {infile} -o {outfile}", "infile" : "tests/../integration_tests/line_continuation_03.f90", "infile_hash" : "836158ccd658c186087092584dd94e6f41652b2d22b6aaffbd379969", "outfile" : null, "outfile_hash" : null, "stdout" : "ast-line_co...
json_instruct
{"type": "object", "properties": {"basename": {"type": "string"}, "cmd": {"type": "string"}, "infile": {"type": "string"}, "infile_hash": {"type": "string"}, "outfile": {"type": "null"}, "outfile_hash": {"type": "null"}, "stdout": {"type": "string"}, "stdout_hash": {"type": "string"}, "stderr": {"type": "null"}, "stder...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartI...
{"userId" : 88073, "cartId" : "1d77e1ab-f80b-4825-b6ae-237909cb8ec4", "preferredProducts" : [1610], "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....
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"worldSize": {"type": "integer"}, "worldResizeEnabled": {"type": "boolean"}, "botBase": {"type": "integer"}, "obstacles": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "weight": {"type":...
{"worldSize" : 3000, "worldResizeEnabled" : false, "botBase" : 0, "obstacles" : 0, "name" : "ROBO", "description" : "Battle waves of robo-baddies", "weight" : 50}
json_instruct
{"type": "object", "properties": {"worldSize": {"type": "integer"}, "worldResizeEnabled": {"type": "boolean"}, "botBase": {"type": "integer"}, "obstacles": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["worldSize", "worldResizeEnabled", ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": ...
{"user" : "lisajamhoury", "repos" : 1, "login" : "lisajamhoury", "id" : 7552772, "avatar_url" : "https://avatars3.githubusercontent.com/u/7552772?v=3", "url" : "https://api.github.com/users/lisajamhoury", "html_url" : "https://github.com/lisajamhoury", "followers_url" : "https://api.github.com/users/lisajamhoury/follow...
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "getdata": {"type": "string"}, "externaldata-desc": {"type": "string"}, "externaldata-web-invali...
{"@metadata" : {"authors" : ["Dj", "Glanthor Reviol", "Tacsipacsi"]}, "getdata" : "Adatok lek\u00e9r\u00e9se", "externaldata-desc" : "Struktur\u00e1lt adatok lek\u00e9r\u00e9se k\u00fcls\u0151 URL-ekr\u0151l, adatb\u00e1zisokb\u00f3l vagy m\u00e1s forr\u00e1sokb\u00f3l", "externaldata-web-invalid-format" : "\u00c9rv\u0...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "getdata": {"type": "string"}, "externaldata-desc": {"type": "string"}, "externaldata-web-invalid-format": {"type": "string"}, "externaldata-ldap-unable-...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer...
{"origin" : "http://wallbase.cc/wallpaper/290032", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-290032.jpg", "views" : 10155, "x_resolution" : 1280, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 854, "colors" : ["#542a1c", "#240000", "#904d35", "#8c7968", "#fdf7e9"], "comments" : [""]...
json_instruct
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"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.2a19d1b4.chunk.js": {"type": "s...
{"main.css" : "/static/css/main.658041c9.chunk.css", "main.js" : "/static/js/main.f52a9bcc.chunk.js", "main.js.map" : "/static/js/main.f52a9bcc.chunk.js.map", "runtime~main.js" : "/static/js/runtime~main.a8a9905a.js", "runtime~main.js.map" : "/static/js/runtime~main.a8a9905a.js.map", "static/js/2.2a19d1b4.chunk.js" : "...
json_instruct
{"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.2a19d1b4.chunk.js": {"type": "string"}, "static/js/2.2a19d1b4.chunk.js.map": {"type": "string...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "stri...
{"name" : "PAVOdometerView", "version" : "0.1.1", "summary" : "A view that mimics an analog automobile odometer.", "description" : "A subclass of UIView that mimics an analog automobile odometer. It has multiple columns of numbers that when animated, will \"rotate\" each column a correct number of times to scroll up to...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "AuthPolicyName": {"type": "string"}, "UnauthPolicyName": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleName", "AuthPolicyName"...
{"AuthRoleName" : "", "UnauthRoleName" : "", "AuthPolicyName" : "", "UnauthPolicyName" : ""}
json_instruct
{"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "AuthPolicyName": {"type": "string"}, "UnauthPolicyName": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleName", "AuthPolicyName", "UnauthPolicyName"], "$schema": "http://json-schema.org/draft-07/sch...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"...
{"id" : "KHWY0", "name" : {"en" : "Warrenton / Midland"}, "country" : "US", "region" : "VA", "identifiers" : {"icao" : "KHWY", "wban" : "00367", "usaf" : "722692"}, "location" : {"latitude" : 38.5863, "longitude" : -77.7106, "elevation" : 102}, "timezone" : "America/New_York"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "wban": {"type": "string"}, "usa...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"correspondenceSaved": {"type": "string"}, "accSecurityLevel2Mag": {"type": "string"}}, "required": ["correspondenceSaved", "accSecurityLevel2Mag"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"correspondenceSaved" : "Correspondence Saved Successfully", "accSecurityLevel2Mag" : "ACC Security level 2 MAG"}
json_instruct
{"type": "object", "properties": {"correspondenceSaved": {"type": "string"}, "accSecurityLevel2Mag": {"type": "string"}}, "required": ["correspondenceSaved", "accSecurityLevel2Mag"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "WKNO 91.1", "src" : "http://15903.live.streamtheworld.com/WKNOFM.mp3?t=1526293209"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}}, "required": ["doc"]}, "de...
{"name" : "ElectricDiscoTech", "version" : "0.0.1", "description" : "An approach to developing modern web applications", "main" : "Gruntfile.js", "directories" : {"doc" : "doc"}, "dependencies" : {}, "devDependencies" : {"grunt" : "^0.4.5", "grunt-contrib-less" : "^1.1.0", "grunt-contrib-uglify" : "^0.10.1", "grunt-con...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}}, "required": ["doc"]}, "dependencies": {"type": "object", "properties": {}, "required": ...
Using the following JSON schema, generate a compatible JSON instance: {"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...
{"no_of_atoms" : 972, "centre_of_mass" : [-1.6701820057082301e-15, 17.042212288995085, 20.948331737975707], "maximum_diameter" : {"diameter" : 35.77865320217464, "atom_1" : 328, "atom_2" : 536}, "pore_diameter" : {"diameter" : 18.85248603426915, "atom" : 228}, "pore_volume" : 3508.362865393932, "pore_diameter_opt" : {"...
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", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["otpjs"]
json_instruct
{"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": {"name": {"type": "string"}, "version": {"type": "string"}, "requires_arc": {"type": "boolean"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "license": {"type": "object", "pro...
{"name" : "RNAWSCognito", "version" : "4.5.5", "requires_arc" : true, "platforms" : {"ios" : "8.0"}, "license" : {"file" : "LICENSE.txt"}, "homepage" : "https://github.com/aws-amplify/amplify-js/tree/main/packages/amazon-cognito-identity-js", "authors" : "Amazon", "summary" : "Amazon Cognito Identity SDK for JavaScript...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "requires_arc": {"type": "boolean"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "license": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"file": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "link": {"type": "object", "proper...
{"file" : {"text" : "File", "color" : "#ccfff6", "_color-name" : "teal"}, "link" : {"text" : "Link", "color" : "#ccefff", "_color-name" : "blue (main)"}, "text" : {"text" : "Text", "color" : "#fff6cc", "_color-name" : "yellow"}, "image" : {"text" : "Image", "color" : "#ccffdc", "_color-name" : "green"}, "video" : {"tex...
json_instruct
{"type": "object", "properties": {"file": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "link": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_col...
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:dev": {"type": "string"}, "start": {"type": "string"}, ...
{"name" : "tgcnbot", "version" : "1.0.0", "description" : "A telegram bot for general management", "main" : "index.js", "scripts" : {"start:dev" : "DEBUG=telegram:* nodemon app", "start" : "node app", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.co...
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": {"type": "string"}, "test": {"type": "string"}}, "required": ["start:dev", "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv",...
{"place_name" : "Naponee", "state_name" : "Nebraska", "state_abbrv" : "NE", "lat" : "40.1258", "long" : "-99.1277"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "propert...
{"builtin" : {"__set__" : true, "elements" : ["__future__", "collections", "copy", "ftplib", "functools", "logging", "multiprocessing", "os", "shutil", "socket", "ssl", "sys", "tempfile", "threading", "traceback", "warnings"]}, "relative" : {"__set__" : true, "elements" : ["helper_functions", "servers", "test_pytest_lo...
json_instruct
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "i...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "requ...
{"h" : [{"d" : [{"e" : ["\ufff9`Mipasasela'ay~ `ko~ `ising~ `takowanan~.\ufffa\ufffb\u91ab\u751f\u53eb\u6211\u547c\u5438\u4e86\u3002"], "f" : "\u4f7f\u4e4b\u5598\u6c23\u3001\u547c\u5438\u4e86\u3002"}, {"e" : ["\ufff9`Ci~`nira~ `ko~ `mipasasela'ay~ `kisowanan~ `itini~ `han~?\ufffa\ufffb\u662f\u4ed6\u53eb\u4f60\u5728\u90...
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"package-name": {"type": "string"}, "templates": {"type": "array", "items": {}}, "identifier": {"type": "string"}, "version": {"type": "string"}}, "required": ["package-name", "templates", "identifier", "version"], "$schema"...
{"package-name" : "aldryn-blank-boilerplate", "templates" : [], "identifier" : "blank", "version" : "1.1.0"}
json_instruct
{"type": "object", "properties": {"package-name": {"type": "string"}, "templates": {"type": "array", "items": {}}, "identifier": {"type": "string"}, "version": {"type": "string"}}, "required": ["package-name", "templates", "identifier", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1926, 6], [1931, 6], [1937, 6], [1943, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["pyngl"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "website": {"type": "string"}...
{"name" : "TG Searcher Bot", "description" : "Search any channel/chat from keyword, by @TechiError.", "logo" : "", "keywords" : ["telegram", "telethon", "telegram-bot", "botzhub", "techierror", "searcher"], "repository" : "https://github.com/xditya/filestorepriv", "website" : "https://github.com/TechiError", "success_u...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "website": {"type": "string"}, "success_url": {"type": "string"}, "env": {"type": "object", "properti...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": [...
{"h" : [{"d" : [{"e" : ["\ufff9`Maolah~ `kako~ `a~ `komaen~ `to~ `halofaw~.\ufffa\ufffb\u6211\u559c\u6b61\u5403\u82b9\u83dc\u3002"], "f" : "\u82b9\u83dc\uff0c\u91ce\u82b9\u83dc\u3002"}]}], "t" : "halofaw"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Sources": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "ra": {"type": "number"}, "dec": {"type": "number"}, "epoch": {"type": "null"}, "equinox": {"type": "string"}, "shortname": {"t...
{"Sources" : [{"source" : "PSO J354.3709+57.7939", "ra" : 354.3708, "dec" : 57.7944, "epoch" : null, "equinox" : "2000", "shortname" : null, "reference" : "Best20a", "comments" : null}], "Names" : [{"other_name" : "PSO J354.3709+57.7939"}], "ProperMotions" : [{"mu_ra" : 26.1, "mu_ra_error" : 2.8, "mu_dec" : -135.0, "mu...
json_instruct
{"type": "object", "properties": {"Sources": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "ra": {"type": "number"}, "dec": {"type": "number"}, "epoch": {"type": "null"}, "equinox": {"type": "string"}, "shortname": {"type": "null"}, "reference": {"type": "string"}, "comments...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "electoral_wards/W05000736.json", "poly" : "-3.1669809999999643 51.671569,-3.169212000000016 51.668268,-3.1674960000000283 51.665607,-3.1707569999999805 51.65975,-3.168354000000022 51.655491,-3.1686970000000656 51.652296,-3.169556000000057 51.650698,-3.168354000000022 51.648035,-3.162003000000027 51.650698,-3.1...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "p...
{"name" : "api", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "nodemon bin/www"}, "dependencies" : {"body-parser" : "^1.18.3", "cloudinary" : "^1.11.0", "cookie-parser" : "~1.4.3", "debug" : "~2.6.9", "express" : "~4.16.0", "express-jwt" : "^5.3.1", "express-unless" : "^0.5.0", "http-errors" : "~1.6.2"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cloudinary...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "...
{"id" : "gigecoin", "symbol" : "gig", "name" : "GigEcoin", "platforms" : {}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "A decentralized platform with zero commission fee for connecting freelancers with jobs.\r\n\r\nA multinational transfer pricing platform for efficient cross-border transfe...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string...
[{"province" : "\u7518\u8083\u7701", "city" : "\u5609\u5cea\u5173\u5e02", "area" : "\u5609\u5cea\u5173\u5e02", "name" : "\u65b0\u534e\u5317\u8def\u90ae\u653f\u652f\u5c40", "code" : "735199", "address" : "\u5609\u5cea\u5173\u5e02\u65b0\u534e\u5317\u8def32\u53f7", "phone" : "0937-6232000"}, {"province" : "\u7518\u8083\u7...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {...
{"name" : "gw-fr-function-doc", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/vbenjs/vben-admin-docs-cn", "author" : "HappyMa", "license" : "MIT", "scripts" : {"dev" : "vitepress dev", "build" : "vitepress build", "serve" : "vitepress serve"}, "devDependencies" : {"prettier" : "^2.3.1", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "se...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "5de7c60137ceb3257d3aa726", "_tpl" : "56083be64bdc2d20478b456f", "parentId" : "5de7c60137ceb3257d3aa722", "slotId" : "mod_stock"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"t...
{"pl_disc" : "kap CrB", "pl_pelink" : "0", "st_rad" : "1", "pl_massj" : "0", "st_dist" : "kap CrB b", "null" : ["3.420", "30.50", "1.47", "4.820", "5.06", "4788.00", "http://exoplanet.eu/catalog/kappa_crb_b/", "http://exoplanets.org/detail/kappa_CrB_b"], "pl_dens" : "2007", "pl_eqt" : "Radial Velocity", "st_optmag" : "...
json_instruct
{"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "st_optmag":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long...
{"place_name" : "Absaraka", "state_name" : "North Dakota", "state_abbrv" : "ND", "lat" : "46.9763", "long" : "-97.4069"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contrac...
{"contract" : "0x78394fa537fcc18f7edd24178e75cdc288e561a8", "tool" : "solhint", "start" : 1563655080.6805446, "end" : 1563655084.542366, "duration" : 3.861821413040161, "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://...
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" : "The Upper Michigan Blizzard of 1938", "credit" : "Bill Brinkman; Courtesy: Paula Rocco", "explanation" : "Yes, but can your blizzard do this? In Upper Michigan's Storm of the Century in 1938, some snow drifts reached the level of utility poles. Nearly a meter of new and unexpected snow fell over two days in...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "contributors": {"type": "array", "items": {"type": "string"}}, "aunty...
{"name" : "deforestation", "version" : "1.0.0", "description" : "A project generated from aunty's react app template.", "license" : "MIT", "private" : true, "contributors" : ["Joshua Byrd <phocks@gmail.com>"], "aunty" : {"type" : "react"}, "scripts" : {"start" : "aunty serve", "test" : "aunty test"}, "devDependencies" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "contributors": {"type": "array", "items": {"type": "string"}}, "aunty": {"type": "object", "properties": {"type": {"type": "stri...
Please provide a valid JSON object following this schema: {"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": "int...
{"nom" : "Saint-Maximin-la-Sainte-Baume", "dpt" : "Var", "inscrits" : 13387, "abs" : 2680, "votants" : 10707, "blancs" : 192, "nuls" : 57, "exp" : 10458, "res" : [{"panneau" : "2", "voix" : 3560}, {"panneau" : "11", "voix" : 1924}, {"panneau" : "9", "voix" : 1896}, {"panneau" : "3", "voix" : 1844}, {"panneau" : "1", "v...
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"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"MyComponent": {"type": "object", "properties": {"kind": {"type": "string"}, "value": {"type": "object", "properties": {"id": {"type": "string"}, "selector": {"type": "string"}, "compileChildren": {"type": "boolean"}, "hostProp...
{"MyComponent" : {"kind" : "type", "value" : {"id" : "MyComponent", "selector" : "[soup]", "compileChildren" : true, "hostProperties" : {}, "hostListeners" : {}, "hostAttributes" : {}, "inputs" : [], "readAttributes" : [], "type" : 1, "exportAs" : null, "callOnDestroy" : false, "callDoCheck" : false, "callOnInit" : fal...
json_instruct
{"type": "object", "properties": {"MyComponent": {"type": "object", "properties": {"kind": {"type": "string"}, "value": {"type": "object", "properties": {"id": {"type": "string"}, "selector": {"type": "string"}, "compileChildren": {"type": "boolean"}, "hostProperties": {"type": "object", "properties": {}, "required": [...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"OpenROV Version Information": {"type": "string"}, "No Updates Pending": {"type": "string"}, "Update Available:": {"type": "string"}, "update": {"type": "string"}}, "required": ["OpenROV Version Information", ...
{"OpenROV Version Information" : "OpenROV Version Information", "No Updates Pending" : "No Updates Pending", "Update Available:" : "Update Available:", "update" : "update"}
json_instruct
{"type": "object", "properties": {"OpenROV Version Information": {"type": "string"}, "No Updates Pending": {"type": "string"}, "Update Available:": {"type": "string"}, "update": {"type": "string"}}, "required": ["OpenROV Version Information", "No Updates Pending", "Update Available:", "update"], "$schema": "http://json...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"strokes": {"type": "array", "items": {"type": "string"}}, "medians": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "radStrokes": {"type": "array", "items": {"type": "int...
{"strokes" : ["M 217 724 Q 245 702 275 675 Q 291 662 308 664 Q 320 665 325 680 Q 329 696 317 729 Q 305 759 208 776 Q 190 779 184 775 Q 178 771 181 757 Q 185 744 217 724 Z", "M 122 525 Q 173 477 211 463 Q 227 462 235 476 Q 239 489 236 507 Q 214 553 134 565 Q 133 566 131 566 Q 113 569 105 564 Q 98 563 102 550 Q 105 538 1...
json_instruct
{"type": "object", "properties": {"strokes": {"type": "array", "items": {"type": "string"}}, "medians": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "radStrokes": {"type": "array", "items": {"type": "integer"}}}, "required": ["strokes", "medians", "radStrokes"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"configuration": {"type": "string"}, "board": {"type": "string"}, "port": {"type": "string"}, "sketch": {"type": "string"}}, "required": ["configuration", "board", "port", "sketch"], "$schema": "http://json-sche...
{"configuration" : "FlashFreq=80,PartitionScheme=default,UploadSpeed=921600,DebugLevel=none", "board" : "esp32:esp32:esp32thing", "port" : "/dev/tty.usbserial-DN05LWXA", "sketch" : "sleep-tracker/sleep-tracker.ino"}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "string"}, "board": {"type": "string"}, "port": {"type": "string"}, "sketch": {"type": "string"}}, "required": ["configuration", "board", "port", "sketch"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "o...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.296006, 51.669988]}, "properties" : {"organisation" : "local-authority-eng:VAL", "planning-permission-status" : "permissioned", "site" : "P12/V0204", "hectares" : "0.15", "site-address" : "Radcliffe Publishing Co Ltd, 18 Marcham Road, Abingdon, OX...
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": {"organisation": {"type": "string"}...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}}, "required": ["min", "max"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"min" : -15.112948303222655, "max" : 126.82991027832031}
json_instruct
{"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}}, "required": ["min", "max"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper...
{"hash" : "0x896e447e1fca2db0f65ba072e887201d674834830ca988000ca0c9253f83db8b", "parentHash" : "0x5aa6fc5048c0437d49a585309654e26eb1898d0796e7da2ad7089b2cc2269af5", "number" : 60542, "timestamp" : 1439157552, "nonce" : "0x6b126c4c50b8b842", "difficulty" : 1738094850999, "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"]...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "object", "properties": {"enable": {"type": "boolean"}, "name": {"type": "string"}}, "required": ["enable", "name"]}}}, "required": ["plugins"], "$schema": "http://json-schema.org/...
{"plugins" : [{"enable" : true, "name" : "Test::Plugin1"}]}
json_instruct
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "object", "properties": {"enable": {"type": "boolean"}, "name": {"type": "string"}}, "required": ["enable", "name"]}}}, "required": ["plugins"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"LogDirectory": {"type": "string"}, "RunningOnwindows": {"type": "boolean"}, "DllDirectory": {"type": "string"}, "functionBodyFileName": {"type": "string"}, "functionSpecFileName": {"type": "string"}}, "required": ["LogDirec...
{"LogDirectory" : "logs", "RunningOnwindows" : false, "DllDirectory" : "Dlls", "functionBodyFileName" : "func.cs", "functionSpecFileName" : "func.meta.json"}
json_instruct
{"type": "object", "properties": {"LogDirectory": {"type": "string"}, "RunningOnwindows": {"type": "boolean"}, "DllDirectory": {"type": "string"}, "functionBodyFileName": {"type": "string"}, "functionSpecFileName": {"type": "string"}}, "required": ["LogDirectory", "RunningOnwindows", "DllDirectory", "functionBodyFileNa...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "path": {"type": "string"}, "jupyterContentType": {"type": "string"}, "format": {"type": "string"}, "writable": {"type": "boolean"}}, "required": ["name", "id", ...
{"name" : "modiano", "id" : "research_teams_modiano", "path" : "research_teams/modiano", "jupyterContentType" : "directory", "format" : "json", "writable" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "path": {"type": "string"}, "jupyterContentType": {"type": "string"}, "format": {"type": "string"}, "writable": {"type": "boolean"}}, "required": ["name", "id", "path", "jupyterContentType", "format", "writable"], "$schema": "http:/...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "author": {"type": "object", "pr...
{"name" : "forza-open-telemetry-server", "version" : "0.0.1", "description" : "Node.js based server to collect and parse telemetry data from Forza Horizon 5", "keywords" : ["telemetry", "Forza", "Forza Horizon 5", "Forza Open Tunes"], "license" : "MIT", "author" : {"name" : "Aaron Throckmorton", "email" : "aaron@throck...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"page-url": {"type": "string"}, "post-url": {"type": "string"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "relevant-users": {"type": "array", "items": {}}, "url": {"...
{"page-url" : "https://www.facebook.com/groups/hoididapluon", "post-url" : "https://www.facebook.com/groups/hoididapluon/permalink/2175632256052652/", "text" : "Cho e gi\u1ea3i th\u00edch th\u1eafc m\u1eafc c\u1ee7a a D\u01b0\u01a1ng lo l\u1eafng FB b\u1ecb c\u1ea5m\nTin m\u1eebng tin hot!\nFacebook chu\u1ea9n b\u1ecb ...
json_instruct
{"type": "object", "properties": {"page-url": {"type": "string"}, "post-url": {"type": "string"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "relevant-users": {"type": "array", "items": {}}, "url": {"type": "array", "items": {}}}, "required": ["page-url", "post-url", "text", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"messageID": {"type": "string"}, "channelID": {"type": "string"}, "guildID": {"type": "string"}, "startAt": {"type": "integer"}, "endAt": {"type": "integer"}, "ended": {"type": "boolean"},...
[{"messageID" : "925822336719028224", "channelID" : "774708723674906634", "guildID" : "748979526784123091", "startAt" : 1640803645550, "endAt" : 1640803655558, "ended" : true, "winnerCount" : 1, "prize" : "Autruche", "messages" : {"giveaway" : "** \ud83c\udf89GIVEAWAY \ud83c\udf89**", "giveawayEnded" : "@everyone\n\n\u...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"messageID": {"type": "string"}, "channelID": {"type": "string"}, "guildID": {"type": "string"}, "startAt": {"type": "integer"}, "endAt": {"type": "integer"}, "ended": {"type": "boolean"}, "winnerCount": {"type": "integer"}, "prize": {"type": "string"}, "mess...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "null"},...
{"id" : 38, "created_at" : "2015-10-17", "updated_at" : "2016-04-25", "title" : "API Admin Auth Weakness", "author" : {"name" : "Adam Baldwin", "website" : null, "username" : null}, "module_name" : "tomato", "publish_date" : "2013-03-07", "cves" : ["CVE-2013-7379"], "vulnerable_versions" : "<= 0.0.5", "patched_versions...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "null"}, "username": {"type": "null"}}, "required": ["name", "website"...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"N": {"type": "string"}, "C": {"type": "integer"}}, "required": ["N", "C"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"N" : "19", "C" : 1}, {"N" : "CAPTUR", "C" : 121}, {"N" : "CLIO", "C" : 1083}, {"N" : "DAUPHINE", "C" : 1}, {"N" : "DUSTER", "C" : 2192}, {"N" : "DUSTER OROCH", "C" : 279}, {"N" : "EXPRESS", "C" : 1}, {"N" : "FLUENCE", "C" : 918}, {"N" : "GORDINI", "C" : 1}, {"N" : "GRAND SC\u00c9NIC", "C" : 9}, {"N" : "KANGOO", "C" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"N": {"type": "string"}, "C": {"type": "integer"}}, "required": ["N", "C"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1989, 5], [1995, 9], [1996, 87], [1997, 350], [1998, 1104], [1999, 860], [2000, 1432], [2001, 1552], [2002, 1392], [2003, 1212], [2004, 625], [2005, 443], [2006, 468], [2007, 572], [2008, 730], [2009, 685], [2010, 643], [2011, 553], [2012, 522], [2013, 549], [2014, 512]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type...
{"\u5de5\u5ee0\u540d\u7a31" : "\u6bc5\u9293\u5de5\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "66002706", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u592a\u5e73\u5340\u4e2d\u8208\u91cc\u6771\u5e73\u8def777\u5df715\u865f1\u6a13",...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Based on the schema below, produce a valid JSON object: {"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": "ar...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.775465, 40.705319], [-73.774708, 40.707333], [-73.768445, 40.709637], [-73.766573, 40.702752], [-73.766991, 40.703141], [-73.768377, 40.701413], [-73.769939, 40.702136], [-73.772308, 40.700572], [-73.775465, 40.705319...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"requestRecordReference": {"type": "string"}, "bankRelationshipManagementPlanRequestActionTaskReference": {"type": "string"}, "bankRelationshipManagementPlanInstanceRecord": {"type": "object", "properties": {"ba...
{"requestRecordReference" : "RRR791921", "bankRelationshipManagementPlanRequestActionTaskReference" : "BRMPRATR789360", "bankRelationshipManagementPlanInstanceRecord" : {"bankContactDetails" : "bankContactDetails", "employeeBusinessUnitReference" : "790652", "bankRelationshipType" : "bankRelationshipType", "bankRelatio...
json_instruct
{"type": "object", "properties": {"requestRecordReference": {"type": "string"}, "bankRelationshipManagementPlanRequestActionTaskReference": {"type": "string"}, "bankRelationshipManagementPlanInstanceRecord": {"type": "object", "properties": {"bankContactDetails": {"type": "string"}, "employeeBusinessUnitReference": {"t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"unmatched_response": {"type": "string"}, "hello_first_time": {"type": "string"}, "hello_again": {"type": "string"}}, "required": ["unmatched_response", "hello_first_time", "hello_again"], "$schema": "http://json-schema.org/...
{"unmatched_response" : "I support the following commands:<br/><b>hello</b> - I respond with 'hello'.", "hello_first_time" : "Hello!", "hello_again" : "Hello again friend!"}
json_instruct
{"type": "object", "properties": {"unmatched_response": {"type": "string"}, "hello_first_time": {"type": "string"}, "hello_again": {"type": "string"}}, "required": ["unmatched_response", "hello_first_time", "hello_again"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xywh" : "927,3920,3920,495"}
json_instruct
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible 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": "number"...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[138.0, 41.25], [138.0, 41.333333333333336], [138.125, 41.333333333333336], [138.125, 41.25], [138.0, 41.25]]]}, "properties" : {"code" : 613870, "url" : "http://madefor.github.io/0410/api/v1/613870.geojson", "view" : "https://github.com/madefor/0...
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": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "...
{"versionEnd" : {"versionNum" : 3723, "commit" : "eec7b1c08837bbcd210a22b2920108b09d5d4d7a", "date" : "2021-09-21T18:48:19.614Z"}, "versionStart" : {"versionNum" : 3722, "commit" : "c28eede1af73ec123a33b5a3670d82c7c08ef2a6", "date" : "2021-09-21T14:48:00.624Z"}, "changes" : ["blockchains/smartchain/assets/0x27Ae2711035...
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "typo3/cms-core": {"type": "strin...
{"name" : "web-tp3/tp3social", "type" : "typo3-cms-extension", "description" : "ratings & microdata 4 tp3", "license" : "GPL-2.0+", "require" : {"php" : ">=5.3 <7.2", "typo3/cms-core" : "^7.6|| ^8.2"}, "autoload" : {"psr-4" : {"Tp3\\Tp3Social\\" : "Classes"}}, "replace" : {"tp3_social" : "self.version"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "typo3/cms-core": {"type": "string"}}, "required": ["php", "typo3/cms-core"]}, "autoload": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "resource": {"type": "string"}}, "required": ["endpoint-url", "entry-date", "resource"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"endpoint-url" : "http://www.n-somerset.gov.uk/wp-content/uploads/2015/11/northsomerset_brownfieldregister_2017-12-31_rev1.csv", "entry-date" : "2018-07-05T15:39:36.218603", "resource" : "5f4dccfef0740c36b51c94a0bceee202096b4553965579122170b332e3726c08"}
json_instruct
{"type": "object", "properties": {"endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "resource": {"type": "string"}}, "required": ["endpoint-url", "entry-date", "resource"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"fullName": {"type": "string"}, "alterEgos": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "placeOfBirth": {"type": "string"}, "firstAppearance": {"type": "string"}, "publisher": {"type": "strin...
{"fullName" : "Hila", "alterEgos" : "No alter egos found.", "aliases" : ["-"], "placeOfBirth" : "-", "firstAppearance" : "Aquaman #22 (August, 1965)", "publisher" : "DC Comics", "alignment" : "bad"}
json_instruct
{"type": "object", "properties": {"fullName": {"type": "string"}, "alterEgos": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "placeOfBirth": {"type": "string"}, "firstAppearance": {"type": "string"}, "publisher": {"type": "string"}, "alignment": {"type": "string"}}, "required": ["fullNa...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema"...
{"Time" : "2020-08-11T00:00:00Z", "Temp" : 27, "RelHum" : 75, "WindSpeed" : 1.6, "WindDir" : 238}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"_name_": {"type": "string"}}, "required": ["_name_"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_name_" : "PyText"}
json_instruct
{"type": "object", "properties": {"_name_": {"type": "string"}}, "required": ["_name_"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "desc...
{"required" : ["id"], "type" : "object", "properties" : {"id" : {"type" : "string", "description" : "The ID of the issue type screen scheme.", "readOnly" : true}}, "additionalProperties" : false, "description" : "The ID of an issue type screen scheme."}
json_instruct
{"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "readOnly": {"type": "boolean"}}, "required": [...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"logGroups": {"type": "array", "items": {"type": "object", "properties": {"logGroupName": {"type": "string"}, "creationTime": {"type": "i...
{"status_code" : 200, "data" : {"logGroups" : [{"logGroupName" : "/aws/lambda/myIOTFunction", "creationTime" : 6441605581965, "metricFilterCount" : 0, "arn" : "arn:aws:logs:us-west-2:644160558196:log-group:/aws/lambda/myIOTFunction:*", "storedBytes" : 857324}, {"logGroupName" : "devlog", "creationTime" : 6441605581968,...
json_instruct
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"logGroups": {"type": "array", "items": {"type": "object", "properties": {"logGroupName": {"type": "string"}, "creationTime": {"type": "integer"}, "metricFilterCount": {"type": "integer"}, "arn": {"type": "st...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "email": {"type": "string"}}, "required": ["firstname", "lastname", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"firstname" : "Matthijs", "lastname" : "Kamstra", "email" : "matthijskamstra@fake.nl"}
json_instruct
{"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "email": {"type": "string"}}, "required": ["firstname", "lastname", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "pdfHeading": {"type": "string"}, "pdfSubHeading": {"type": "string"}, "phase": {"type": "string"}, "phas...
{"_id" : "service", "_type" : "config.service", "code" : "CFF01", "name" : "Child Funeral Claim", "pdfHeading" : "Child Funeral Fund", "pdfSubHeading" : "Child Funeral Fund Claim Form (England)", "phase" : "alpha", "phaseText" : "Service phase text goes here"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "pdfHeading": {"type": "string"}, "pdfSubHeading": {"type": "string"}, "phase": {"type": "string"}, "phaseText": {"type": "string"}}, "required": ["_id", "_type", "code", "na...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items...
{"name" : "smalot/smtp-server", "description" : "SMTP Server based on ReactPHP", "keywords" : ["smtp", "server", "reactphp", "event", "parse"], "license" : "MIT", "type" : "library", "authors" : [{"name" : "Sebastien Malot", "email" : "sebastien@malot.fr"}], "require" : {"react/event-loop" : "^0.4.2", "react/socket" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema...
Generate a valid JSON object that conforms to the following 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" : "320623400002", "text" : "\u632f\u65b0\u793e\u533a\u5c45\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Name": {"type": "string"}, "FontSize": {"type": "integer"}, "DPI": {"type": "integer"}}, "required": ["Name", "FontSize", "DPI"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "small_pixel.ttf", "FontSize" : 12, "DPI" : 96}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "FontSize": {"type": "integer"}, "DPI": {"type": "integer"}}, "required": ["Name", "FontSize", "DPI"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"apiKey": {"type": "string"}, "stores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "operations": {"type": "array", "items": {"type": "object", "properties": {...
{"apiKey" : "service:bunderwood101-Tribe:moGYExh5flMMWYjSFSbv9w", "stores" : [{"name" : "embeddedCache"}], "operations" : [{"signature" : "query getposts{posts{title,content,author}}", "caches" : [{"ttl" : 600, "store" : "embeddedCache"}]}], "sessionAuth" : {"store" : "embeddedCache", "header" : "Authorization"}, "logc...
json_instruct
{"type": "object", "properties": {"apiKey": {"type": "string"}, "stores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "operations": {"type": "array", "items": {"type": "object", "properties": {"signature": {"type": "string"}, "caches": {"type": "arra...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"heading": {"type": "string"}, "headingText": {"type": "string"}, "oneTimeHeading": {"type": "string"}, "oneTimeText1": {"type": "string"}, "recurringHeading": {"type": "string"}, "recurringText1": {"type": "s...
{"heading" : "crwdns57026:0crwdne57026:0", "headingText" : "crwdns57028:0[John]crwdnd57028:0[Heather]crwdne57028:0", "oneTimeHeading" : "crwdns57030:0crwdne57030:0", "oneTimeText1" : "crwdns57032:0[Paypal]crwdne57032:0", "recurringHeading" : "crwdns57034:0crwdne57034:0", "recurringText1" : "crwdns57036:0crwdne57036:0",...
json_instruct
{"type": "object", "properties": {"heading": {"type": "string"}, "headingText": {"type": "string"}, "oneTimeHeading": {"type": "string"}, "oneTimeText1": {"type": "string"}, "recurringHeading": {"type": "string"}, "recurringText1": {"type": "string"}, "recurringText2": {"type": "array", "items": {"type": "string"}}, "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pp2.6:1.1": {"type": "string"}, "pp2.6:2.1": {"type": "string"}, "pp2.6:3.1": {"type": "string"}, "pp2.6:4.1": {"type": "string"}, "pp2.6:5.1": {"type": "string"}, "pp2.6:6.1": {"type": "string"}, "pp2.6:7.1": {"type": "string...
{"pp2.6:1.1" : "bj47.398, cck31.217, dr36.249, ms31Pu_512, msdiv202, ndp31.104", "pp2.6:2.1" : "ms31Pu_513, vri115.182", "pp2.6:3.1" : "csp1ed31.181, csp2ed31.181, ms31Pu_514", "pp2.6:4.1" : "ms31Pu_515, sya36.230", "pp2.6:5.1" : "ms31Pu_516, pts-vp-pli71", "pp2.6:6.1" : "ms31Pu_517, ndp31.105", "pp2.6:7.1" : "ms31Pu_5...
json_instruct
{"type": "object", "properties": {"pp2.6:1.1": {"type": "string"}, "pp2.6:2.1": {"type": "string"}, "pp2.6:3.1": {"type": "string"}, "pp2.6:4.1": {"type": "string"}, "pp2.6:5.1": {"type": "string"}, "pp2.6:6.1": {"type": "string"}, "pp2.6:7.1": {"type": "string"}}, "required": ["pp2.6:1.1", "pp2.6:2.1", "pp2.6:3.1", "p...
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" : 85894563, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "de817798ffa5afe3905176d99d42b9e2", "wof:id" : 85894563, "wof:repo" : "whosonfirst-data-admin-ca"}, "bbox" : [-113.655345, 53.617752, -113.655345, 53.617752], "geometry" : {"coor...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {...
{"schemaVersion" : 1, "id" : "oasiscosmetics", "version" : "${version}", "name" : "OasisCosmetics", "description" : "Olis Custom Cosmetics mod", "authors" : ["AkiraDev"], "contact" : {}, "license" : "MIT", "icon" : "/assets/oasiscosmetics.png", "environment" : "client", "entrypoints" : {"client" : ["xyz.akiradev.oasisc...
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {}, "required": []}, "lic...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"short-name": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "desc": {"type": "string"}}, "required": ["short-name", "name", "version", "desc"], "$schema": "http://json-schema.org/dra...
{"short-name" : "init", "name" : "Initialization application", "version" : "1.0.0", "desc" : "Default Neutron initialization application"}
json_instruct
{"type": "object", "properties": {"short-name": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "desc": {"type": "string"}}, "required": ["short-name", "name", "version", "desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies...
{"name" : "@es-validation/validator", "description" : "Validators for es-validation decorators.", "version" : "0.1.0", "repository" : "https://github.com/rraziel/es-validation/tree/master/packages/validator", "license" : "MIT", "main" : "./lib/index.js", "types" : "./lib/index.d.ts", "dependencies" : {"@es-validation/d...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@es-validation/deco...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "distri...
{"id" : "2033", "provinceId" : "92", "regencyId" : "10", "districtId" : "03", "name" : "Buoh Sa"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"ty...
{"id" : 33849, "info" : {"name" : "MIcrosiervos centrado", "description" : "Centra todo el contenido y el texto de microsiervos.com", "additionalInfo" : null, "format" : "uso", "category" : "microsiervos", "createdAt" : "2010-07-20T16:53:34.000Z", "updatedAt" : "2010-07-20T16:53:34.000Z", "license" : "NO-REDISTRIBUTION...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"...
{"name" : "VKU Easy Score", "description" : "M\u1ed9t ti\u1ec7n \u00edch tr\u00ecnh duy\u1ec7t gi\u00fap v\u01b0\u1ee3t qua 1 ngh\u00ecn 900 t\u1ef7 thao t\u00e1c l\u00fac \u0111\u00e1nh gi\u00e1 \u0111\u1ec3 xem \u0111i\u1ec3m s\u1ed1 c\u1ee7a h\u1ec7 th\u1ed1ng VKU.", "version" : "1.0.3", "manifest_version" : 3, "ico...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "r...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "st...
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=997", "name" : "Crusade Against Cancer Foundation", "primaryEmail" : "indiacancer@gmail.com", "website" : "www.indiacancer.org", "telephone" : ["912226406841", "912232659895", "912232659895", "919820086797"], "mainAddrress" : {"state" ...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "require...
{"name" : "hoverboard", "version" : "0.2.2", "author" : "Copter Labs <info@copterlabs.com> (http://copterlabs.com)", "license" : "MIT", "scripts" : {"postinstall" : "./node_modules/bower/bin/bower install"}, "repository" : {"type" : "git", "url" : "https://github.com/copterlabs/hoverboard"}, "dependencies" : {"grunt-cl...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "repository": {"type": "object", "properties": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descript...
{"title" : "Kangxi Fuckin - Edamame [ Jack O Challange ]\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "ErenaRin", "description" : "YohoundefinedYoho<br>yup,undefinedthirdundefinedvideoundefinedofundefinedtheundefinedmonth<br>man,undefinedmakingundefinedthisundefinedmuchundefinedanimationundefinedsurelyundefinedisun...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":...
{"hash" : "0x990b8cc74bf89fe82d4d56d774a3e3a3801e913bea7f50918d5ca6aa36ae7d74", "parentHash" : "0xa9d6d3e771c19b5fdbee5f9f577f4c579ce6f474e11b1b1df73832ccce99e261", "number" : 71993, "timestamp" : 1439345327, "nonce" : "0x6341a3fa88d17da5", "difficulty" : 2165423508237, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "r...
{"h" : [{"d" : [{"f" : "\ufff9\ufffathe very top of a mountain\ufffb\u5c71\u7684\u5c16\u9802\uff0c\u571f\u5806\u5c16\u5f62\u72c0(\u5982\u91d1\u5b57\u5854\u7684\u5c16\u7aef\u90e8\u4efd)"}]}], "t" : "'apocok"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Barangay II - Marilou, Tangub City, Misamis Occidental, Northern Mindanao (Region X), PH", "locale" : "ph.northern-mindanao-region-x.misamis-occidental.tangub-city.barangay-ii-marilou", "country_id" : 177, "country_reference" : 177, "co...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...