input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "s...
{"name" : "HOSPITAL DENTAL SURGERY", "tel" : "67340007", "fax" : "67381175", "licensee" : "HOSPITAL DENTAL SURGERY PTE LTD", "licensePeriod" : "27/07/2015 to 26/07/2020", "licenseClass" : "[ 5 Years ]", "hciCode" : "11C0106", "address" : "3 MOUNT ELIZABETH, MOUNT ELIZABETH MEDICAL CENTRE, #04-03/04 Singapore 228510", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "language": {"type": "string"}, "gitbook": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}...
{"title" : "The butler manual", "description" : "A complete guide to the itch.io command-line tools", "author" : "Amos Wenger", "language" : "en", "gitbook" : "3.0.0-pre.9", "plugins" : ["anchors"]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "language": {"type": "string"}, "gitbook": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "author", "language", "gitbook",...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "pro...
{"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "G14QecqsfNkIFF2Qvk9EwNGGEqEUOPbnhS8rkDZ3lMq2IAhhxYT3f9SnnRTmxTgyVbGRcJctPp+rjHBdSUagStk=", "cert_user_id" : "mylastinfo@zeroid.bit", "files" : {"data.json" : {"sha512" : "73e138431feefee9fe56b853f4a5253970bf4b4df18b8d56af95126cb3...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "url": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "image", "url", "date"]}, "$schema": "http://json-schema.org/draft...
[{"name" : "Regularized Programming with the Bosque Language", "image" : "placeholder.jpg", "url" : "https://www.microsoft.com/en-us/research/uploads/prod/2019/04/beyond_structured_report_v2.pdf", "date" : "Apr 2019"}, {"name" : "SafeStrings Representing Strings as Structured Data", "image" : "placeholder.jpg", "url" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "url": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "image", "url", "date"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"policies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "applyTo": {"type": "string"}, "pattern": {"type": "string"}, "priority": {"type": "integer"}, "properties": {"type": "array",...
{"policies" : [{"name" : "lazy-queues", "applyTo" : "queues", "pattern" : "", "priority" : 0, "properties" : [{"key" : "queue-mode", "value" : "lazy", "type" : "string"}]}]}
json_instruct
{"type": "object", "properties": {"policies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "applyTo": {"type": "string"}, "pattern": {"type": "string"}, "priority": {"type": "integer"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"key": {"type":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[134.5, 42.083333333333336], [134.5, 42.166666666666664], [134.625, 42.166666666666664], [134.625, 42.083333333333336], [134.5, 42.083333333333336]]]}, "properties" : {"code" : 633414, "url" : "http://madefor.github.io/0410/api/v1/633414.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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"PackageId": {"type": "string"}, "PackageVersion": {"type": "string"}, "PreRelease": {"type": "boolean"}, "ReflectorEngineVersion": {"type": "string"}, "NetFrameworkDone": {"type": "boolean"}, "Net5Done": {"ty...
{"PackageId" : "EntityFramework", "PackageVersion" : "6.3.0.0", "PreRelease" : false, "ReflectorEngineVersion" : "1.10.0.0", "NetFrameworkDone" : false, "Net5Done" : true, "Net6Done" : true}
json_instruct
{"type": "object", "properties": {"PackageId": {"type": "string"}, "PackageVersion": {"type": "string"}, "PreRelease": {"type": "boolean"}, "ReflectorEngineVersion": {"type": "string"}, "NetFrameworkDone": {"type": "boolean"}, "Net5Done": {"type": "boolean"}, "Net6Done": {"type": "boolean"}}, "required": ["PackageId", ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"munc...
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"munchnplay" : {"title" : "MunchNPlay", "channel_id" : 88723747, "link" : "http...
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"munchnplay": {"type": "object", "properties": {"title": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "...
{"frame_id" : 1224, "walking" : "1", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"artwork_id" : "san_giovanni_battista_donatello", "right" : 0.861836, "bottom" : 0.730992, "top" : 0.06973, "confidence" : 231, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.382897}, {"artwork_id" :...
json_instruct
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "c...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integ...
{"name" : "Omnitude Token", "symbol" : "ECOM", "id" : "0x171D750d42d661B62C277a6B486ADb82348c3Eca", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/omnitude", "market_cap_usd" : 373883, "market_cap_rank" : 2772, "24_hr_volume_usd" : 127208, "public_notice" : "Omnitude has ceased operations until ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "integer"}, "public_noti...
Construct a JSON document that adheres to this schema specification: {"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" : 404380447, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "cfe571c820653e15d5b3535c9aa6a7e4", "wof:id" : 404380447, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.5925, 43.29917, 0.5925, 43.29917], "geometry" : {"coordinates" :...
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": ["...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "...
{"symbol" : "ATMI", "address" : "0x97AEB5066E1A590e868b511457BEb6FE99d329F5", "overview" : {"en" : ""}, "email" : "info@atonomi.io", "website" : "https://atonomi.io/", "state" : "NORMAL", "links" : {"blog" : "https://atonomi.io/news", "twitter" : "https://twitter.com/atonomi", "telegram" : "https://t.me/atonomi_io", "g...
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null...
{"contract" : "0x6459fe2c8d7c26c0011772310d8ca0f570f1d667", "tool" : "mythril", "start" : 1563560103.2029953, "end" : 1563560108.6147401, "duration" : 5.411744832992554, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, ...
{"name" : "burzum/Cart", "type" : "cakephp-plugin", "description" : "Shopping Cart Plugin for CakePHP that will work with any table and make it's records buyable.", "keywords" : ["cart", "e-commerce", "shopping"], "homepage" : "http://github.com/burzum/Cart", "license" : "MIT", "authors" : [{"name" : "Florian Kr\u00e4m...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "repository": {"type": "string"}, "addons": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "prop...
{"name" : "HyperDrive", "description" : "10 Minute Picture Service", "logo" : "https://raw.githubusercontent.com/StevenThuriot/HyperDrive/master/public/images/hyperDrive.png", "repository" : "https://github.com/steventhuriot/hyperDrive/", "addons" : ["mongohq", "rediscloud"], "env" : {"NODE_ENV" : {"description" : "The...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "repository": {"type": "string"}, "addons": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "object", "properties": {"description": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"depend": {"type": "array", "items": {"type": "string"}}}, "required": ["depend"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"depend" : ["27dfce7e-c29e-4ed3-9469-8555cdc098fd"]}
json_instruct
{"type": "object", "properties": {"depend": {"type": "array", "items": {"type": "string"}}}, "required": ["depend"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"topic": {"type": "string"}, "quotes": {"type": "array", "items": {"type": "object", "properties": {"quote": {"type": "string"}, "author": {"type": "string"}}, "required": ["quote", "author"]}}}, "required": ["topic", "quote...
{"topic" : "simplicity", "quotes" : [{"quote" : "Everything should be made as simple as possible, but not one bit simpler.", "author" : "Albert Einstein"}, {"quote" : "Seek simplicity, and distrust it.", "author" : "Alfred North Whitehead"}, {"quote" : "It is simplicity that makes the uneducated more effective than the...
json_instruct
{"type": "object", "properties": {"topic": {"type": "string"}, "quotes": {"type": "array", "items": {"type": "object", "properties": {"quote": {"type": "string"}, "author": {"type": "string"}}, "required": ["quote", "author"]}}}, "required": ["topic", "quotes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"data": {"type": "object", "properties": {"html": {"type": "string"}}, "required": ["html"]}, "code": {"type": "integer"}}, "required": ["data", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"html" : "PGgyPuS9v+eUqEFWQXVkaW9QbGF5ZXLnsbvosIPnlKjlk6rkuKrmoYbmnrbjgIHkvb/nlKjmraXpqqTvvJ88L2gyPgo8aHIgLz4KPHA+PGNvZGU+QVZGb3VuZGF0aW9uLmZyYW1ld29yazwvY29kZT48L3A+CjxwPuatpemqpO+8mumFjee9riA8Y29kZT5BVkF1ZGlvUGxheWVyPC9jb2RlPiDlr7nosaHvvJs8L3A+CjxwPuWunueOsCA8Y29kZT5BVkF1ZGlvUGxheWVyPC9jb2RlPiDnsbvnmoTlp5T...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"html": {"type": "string"}}, "required": ["html"]}, "code": {"type": "integer"}}, "required": ["data", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_ids": {"type": "string"}, "name": {"type": "st...
{"config" : {"step" : {"user" : {"data" : {"entity_ids" : "\u5165\u529b\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3", "name" : "\u540d\u524d", "round_digits" : "\u7cbe\u5ea6", "type" : "\u7d71\u8a08\u7684\u7279\u6027"}, "data_description" : {"round_digits" : "\u7d71\u8a08\u7684\u7279\u6027\u304c\u5e73\u5747\u5024\u307e\u305f\u...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_ids": {"type": "string"}, "name": {"type": "string"}, "round_digits": {"type": "string"}, "type": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "meta": {"type": "object", "properties": {"current_version": {"type": "object", "properties": {"date": {"type": "object", "properties": {"full": {"type": "s...
{"name" : "bootstrap-dv", "version" : "1.1.3", "meta" : {"current_version" : {"date" : {"full" : "2016-02-02", "year" : "2016", "month" : "02", "day" : "02"}}, "initial_version" : {"date" : {"full" : "2015-12-13", "year" : "2015", "month" : "12", "day" : "13"}}}, "description" : "Bootstrap Dependency Validator. Tells y...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "meta": {"type": "object", "properties": {"current_version": {"type": "object", "properties": {"date": {"type": "object", "properties": {"full": {"type": "string"}, "year": {"type": "string"}, "month": {"type": "string"}, "day"...
Using the following JSON schema, generate a compatible 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-sche...
{"index" : 509, "redacted" : false, "hash" : 532462636, "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "string"}, "layername": {"type": "string"}, "fileextension": {"type": "string"}, "displayform": {"type": "string"}, "minLodPixels": {"type": "integer"}, "maxLodPixels": {"type": "integer"}, "col...
{"version" : "1.0.0", "layername" : "NYC_Manhattan_Lots", "fileextension" : ".kmz", "displayform" : "footprint", "minLodPixels" : 140, "maxLodPixels" : -1, "colnum" : 29, "rownum" : 23, "bbox" : {"xmin" : -74.0209007, "xmax" : -73.9707756, "ymin" : 40.6996416, "ymax" : 40.7295678}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "layername": {"type": "string"}, "fileextension": {"type": "string"}, "displayform": {"type": "string"}, "minLodPixels": {"type": "integer"}, "maxLodPixels": {"type": "integer"}, "colnum": {"type": "integer"}, "rownum": {"type": "integer"}, "bbox": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR"...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["0-9", "0-9"], "SERIES_NAME" : ["MALE", "FEMALE"], "X_CALENDAR_YEAR" : [2003, 2007], "Y_PREVALENCE_1000PP" : [0.02482, 0.02015]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation rec...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd...
{"station" : [{"pref_cd" : 23, "line_cd" : 30012, "line_name" : "\u540d\u9244\u702c\u6238\u7dda", "station_cd" : 3001216, "station_g_cd" : 3001216, "station_name" : "\u4e09\u90f7", "lon" : 137.052352, "lat" : 35.216258}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"web": {"type": "object", "properties": {"port": {"type": "integer"}, "path": {"type": "string"}}, "required": ["port", "path"]}, "dns": {"type": "object", "properties": {"port": {"type": "integer"}}, "required": [...
{"web" : {"port" : 20302, "path" : "web"}, "dns" : {"port" : 20301}, "projects" : {"max" : 40, "path" : "/Users/galniv/.marathon", "lowestPort" : 20310, "logs" : "/Users/galniv/.marathon/logs", "autoStart" : false}, "tld" : "dev", "actions" : {"terminal" : "open -a Terminal", "editcmd" : "open -a Sublime\\ Text\\ 2"}}
json_instruct
{"type": "object", "properties": {"web": {"type": "object", "properties": {"port": {"type": "integer"}, "path": {"type": "string"}}, "required": ["port", "path"]}, "dns": {"type": "object", "properties": {"port": {"type": "integer"}}, "required": ["port"]}, "projects": {"type": "object", "properties": {"max": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type":...
{"name" : "sablier-lib", "version" : "1.0.0", "license" : "MIT", "author" : "Gabriel Montes <gabriel@bloq.com>", "files" : ["src"], "main" : "src/index.js", "scripts" : {"deps:check" : "dependency-check --no-dev ."}, "dependencies" : {"@uniswap/default-token-list" : "^2.0.0", "debug" : "^4.3.1", "erc-20-lib" : "^1.0.0"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"deps:check": {"type": "string"}}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "crop": {"type": "string"}, "filename": {"type": "string"}}, "required": ["width", "height", "crop", "filename"], "$schema": "http://json-schema.org/draft-...
{"width" : 76, "height" : 76, "crop" : "center", "filename" : "yu-making-space-wordmark-a.png"}
json_instruct
{"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "crop": {"type": "string"}, "filename": {"type": "string"}}, "required": ["width", "height", "crop", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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...
{"edges" : [[4, 13], [6, 21], [13, 24], [17, 13], [16, 13], [18, 13], [13, 3], [13, 0], [13, 10], [18, 7], [13, 4], [8, 13], [3, 13], [2, 33], [13, 19], [5, 34], [27, 12], [12, 31], [13, 26], [13, 35], [11, 12], [32, 17], [28, 22], [13, 9], [20, 13], [13, 35], [6, 23], [28, 15], [19, 13], [13, 1], [6, 13], [4, 13], [13...
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":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"a1": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "a3": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "pq0": {"type": "array", "items": {"type": "array"...
{"a1" : [[0.003006796749454]], "a3" : [[0.003050627745651]], "pq0" : [[0.003007949555219, 0.06191727944646847], [0.002881964603055, 0.12409304632557752]], "llm" : [[0.001621104600289, 0.4922377847263356], [0.003005701484902, 0.23718361119702946], [0.002990992529654, 0.08788169148411765], [0.002982170644108, 0.436392591...
json_instruct
{"type": "object", "properties": {"a1": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "a3": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "pq0": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "llm": {"type": "array", "items": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "provi...
{"name" : "Corban University", "alt_name" : null, "country" : "United States", "state" : "Oregon", "address" : {"street" : "5000 Deer Park Drive S.E.", "city" : "Salem", "province" : "Oregon", "postal_code" : "97317"}, "contact" : {"telephone" : "+1(503) 581-8600", "website" : "http://www.corban.edu", "email" : "provos...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "subs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "permalink":...
{"text" : "A possible business model for Tumblr?", "created" : "Thu, 29 Jun 2017 12:27:13 GMT", "type" : "outline", "subs" : [{"text" : "NY Mag author Brian Feldman <a href=\"http://nymag.com/selectall/2017/06/theres-no-money-in-internet-culture.html\">says</a> there's no money in Internet culture. Proof is Tumblr, he ...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "subs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["text", "created", "perm...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string...
[{"namaKab" : "PAHUWATO", "originalFilename" : "IMG_20180716_092623.JPG", "namaPartai" : "PARTAI BERKARYA", "id" : 184587, "noUrut" : 1, "nama" : "ADAM LIHAWA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PAHUWATO", "originalFilename" : "IMG_20180714_154634.JPG", "namaPartai" : "PARTAI BERKARYA", "id" : 185879, ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ui-bootstrap-tpls.js": {"type": "string"}, "ui-bootstrap-tpls.min.js": {"type": "string"}, "ui-bootstrap.js": {"type": "string"}, "ui-bootstrap.min.js": {"type": "string"}}, "required": ["ui-bootstrap-tpls.js", "ui...
{"ui-bootstrap-tpls.js" : "sha256-dp1fMs5fy7eIO4i7OddIpumUiT67AkYn12QQ/JvNx6o=", "ui-bootstrap-tpls.min.js" : "sha256-msJPeeccqmQD80F9IH5gNo8+Adridlxhcsj87qLzchs=", "ui-bootstrap.js" : "sha256-kAsttCynikI4wU39z3+4AfVzh9JUlfpHNfbIIlXEjQs=", "ui-bootstrap.min.js" : "sha256-fqYQpmRgJm8ucJ7JNg9pMX2uaGXA1uXEJ15JoVlmxJc="}
json_instruct
{"type": "object", "properties": {"ui-bootstrap-tpls.js": {"type": "string"}, "ui-bootstrap-tpls.min.js": {"type": "string"}, "ui-bootstrap.js": {"type": "string"}, "ui-bootstrap.min.js": {"type": "string"}}, "required": ["ui-bootstrap-tpls.js", "ui-bootstrap-tpls.min.js", "ui-bootstrap.js", "ui-bootstrap.min.js"], "$s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"...
{"body" : "By default, jsoncpp will build and execute tests during its build process. This fails on some platforms that use cross-compiling (i.e. compilers used by spack are actually wrappers for cross-compiling to the target hardware). This PR adds `-DJSONCPP_WITH_TESTS=OFF` so that jsoncpp doesn't build its tests.", ...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"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" : [[[14.213, 36.078], [14.209, 36.071], [14.213, 36.067], [14.213, 36.063], [14.216, 36.063], [14.216, 36.058], [14.218, 36.054], [14.214, 36.056], [14.209, 36.055], [14.205, 36.058], [14.206, 36.061], [14.204, 36.061], [14.201, 36.059], [14.196, 36.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...
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"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "objec...
{"name" : "mysqlbackup.js", "version" : "0.0.1", "description" : "A script which enables you to do a MySQL backup and optionally send it to an e-mail address.", "main" : "app.js", "author" : "Duco Winterwerp", "license" : "MIT", "dependencies" : {"archiver" : "^0.21.0", "dateformat" : "^1.0.12", "nodemailer" : "^2.1.0"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"archiver": {"type": "string"}, "dateformat": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-97.72458, 35.39168], [-97.706819, 35.391661], [-97.706833, 35.406172], [-97.671383, 35.406352], [-97.671369, 35.377151], [-97.724552, 35.377161], [-97.72458, 35.39168]]]}, "type" : "Feature", "properties" : {"cartodb_id"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"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" : "Coquille", "state_name" : "Oregon", "state_abbrv" : "OR", "lat" : "43.1884", "long" : "-124.2014"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://...
{"text" : {"0" : {"m1" : "\u0628\u0647 \u062f\u0627\u0645\u0645 \u0646\u06cc\u0627\u0645\u062f \u0628\u0633\u0627\u0646 \u062a\u0648 \u06af\u0648\u0631", "m2" : "\u0631\u0647\u0627\u06cc\u06cc \u0646\u06cc\u0627\u0628\u06cc\u060c \u0628\u062f\u06cc\u0646 \u0633\u0627\u0646 \u0645\u0634\u0648\u0631"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type...
{"name" : "comfy", "version" : "0.1.3", "description" : "Configure your applications comfortably", "main" : "src/comfy.js", "repository" : {"type" : "git", "url" : "https://github.com/filp/comfy"}, "scripts" : {"test" : "node ./test/test_comfy.js"}, "keywords" : ["configuration", "comfy", "config", "env", "environment"...
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"]}, "scripts": {"type": "object", ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"t...
{"citations" : [{"textCitation" : "[See nfii1 on Metamath](http://us.metamath.org/mpegif/nfii1.html)"}], "names" : ["nfii1"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wnfc", "#T_vx", "#T_ciin--1", "#T_vx", "#T_ciin--2", "#T_cA", "#T_cB"], "metaLanguage" : "METAMATH", "remarks" : " Bound-variable hypothesis ...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Based on the schema below, produce a valid JSON object: {"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"}, "c...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Imelda, Almagro, Samar, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.samar.almagro.imelda", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_ref...
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": {...
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": {"type": "object", "properties": {"...
{"userId" : 40782, "cartId" : "628aed95-ca41-4a5f-a1ec-3103cd7bd227", "preferredProducts" : [2087, 3158, 2054, 561, 310], "productReviews" : [{"productId" : 1828, "reviewText" : "heard about this on dance-rock radio, decided to give it a try.", "reviewDate" : "2019-06-16T01:20:42.894608+03:00"}, {"productId" : 261, "re...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"900003620": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900003621": {"type": "object", "properties": {"...
{"900003620" : {"nama" : "TPS 1", "dapil" : [1101, 11110, 2110505]}, "900003621" : {"nama" : "TPS 2", "dapil" : [1101, 11110, 2110505]}, "900003622" : {"nama" : "TPS 3", "dapil" : [1101, 11110, 2110505]}}
json_instruct
{"type": "object", "properties": {"900003620": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900003621": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi"...
{"oid" : "3zyggfjc0st6r400", "hafta" : 533, "buyukIkramiyeKazananIl" : "", "cekilisTarihi" : "04/01/2018", "cekilisTuru" : "SUPER_LOTO", "rakamlar" : "40#15#03#20#30#52", "rakamlarNumaraSirasi" : "03 - 15 - 20 - 30 - 40 - 52", "devretti" : true, "devirSayisi" : 9, "bilenKisiler" : [{"oid" : "3zsia3jc0st6r003", "kisiBas...
json_instruct
{"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "d...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"browsers": {"type": "object", "properties": {"ie": {"type": "string"}, "opera": {"type": "string"}, "safari": {"type": "string"}}, "required": ["ie", "opera", "safari"]}, "aliases": {"type": "array", "items": {"type"...
{"browsers" : {"ie" : "6 - 8", "opera" : "15", "safari" : "4"}, "aliases" : ["modernizr:geolocation", "caniuse:geolocation"]}
json_instruct
{"type": "object", "properties": {"browsers": {"type": "object", "properties": {"ie": {"type": "string"}, "opera": {"type": "string"}, "safari": {"type": "string"}}, "required": ["ie", "opera", "safari"]}, "aliases": {"type": "array", "items": {"type": "string"}}}, "required": ["browsers", "aliases"], "$schema": "http:...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-94.527273, 39.034798], [-94.522929, 39.036846], [-94.520063, 39.036708], [-94.521017, 39.043104], [-94.52014, 39.04447], [-94.509421, 39.044742], [-94.508103, 39.046183], [-94.505899, 39.046836], [-94.508818, 39.050675],...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$sch...
{"version" : "english_NIV", "book" : "Genesis", "chapter" : 20, "verse" : 16, "word" : "To Sarah he said, \u201cI am giving your brother a thousand shekels of silver. This is to cover the offense against you before all who are with you; you are completely vindicated.\u201d"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"documentation": {"type": "string"}, "name": {"type": "string"}, "thumbnail": {"type": "string"}, "vendor": {"type": "string"}, "category": {"type": "string"}, "version": {"type": "string"}}, "required": ["docum...
{"documentation" : "TODO", "name" : "StereoFlanger", "thumbnail" : "WasabiStereoFlanger.png", "vendor" : "Wasabi", "category" : "Modulation", "version" : "1.0"}
json_instruct
{"type": "object", "properties": {"documentation": {"type": "string"}, "name": {"type": "string"}, "thumbnail": {"type": "string"}, "vendor": {"type": "string"}, "category": {"type": "string"}, "version": {"type": "string"}}, "required": ["documentation", "name", "thumbnail", "vendor", "category", "version"], "$schema"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "logo": {"type": "string"}, "title": {"type": "string"}, "stream": {"type": "string"}}, "required": ["url", "logo", "title", "stream"]}, "$schema": "http://json-schema.org/dra...
[{"url" : "https://www.mxplayer.in/live-tv/kalinga-tv-live-channel-7001kalingain?language=or", "logo" : "https://qqcdnpictest.mxplay.com/pic/7001.Kalinga.in/en/1x1/208x208/test_pic1565683828136.jpg", "title" : "Kalinga TV", "stream" : "https://m-c04-j2apps.s.llnwi.net/hls/7001.Kalinga.in_480p/index.m3u8"}, {"url" : "ht...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "logo": {"type": "string"}, "title": {"type": "string"}, "stream": {"type": "string"}}, "required": ["url", "logo", "title", "stream"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "650104017001", "text" : "\u8fce\u5bbe\u5317\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "650104017002", "text" : "\u6c38\u660c\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "650104017003", "text" : "\u6c38\u76db\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "650104017004", "text" : "\u6c38\u7766\u793e\u5...
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"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3-dispatch": {"type": "string"}}, "re...
{"name" : "shadoweditor", "version" : "0.1.7", "private" : true, "description" : "3D Editor with three.js.", "dependencies" : {"d3-dispatch" : "^1.0.3"}, "devDependencies" : {"rollup" : "^0.59.2", "rollup-plugin-node-resolve" : "^3.4.0"}, "scripts" : {"build" : "rollup -c ShadowEditor.Web/rollup.config.js", "build-docs...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3-dispatch": {"type": "string"}}, "required": ["d3-dispatch"]}, "devDependencies": {"type": "object", "prope...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressI...
{"IsRecentlyVerified" : false, "ID" : 106833, "UUID" : "7B97EBD6-4764-4685-BC0B-F5FA719A4FE6", "DataProviderID" : 1, "OperatorID" : 3261, "UsageTypeID" : 4, "AddressInfo" : {"ID" : 107179, "Title" : "Kartcenter Cologne", "AddressLine1" : "Kelvinstra\u00dfe 5-7", "Town" : "K\u00f6ln", "StateOrProvince" : "Nordrhein-West...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "T...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"packaging": {"type": "object", "properties": {"type": {"type": "string"}, "requires": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "object", "properties": {"src": {"t...
{"packaging" : {"type" : "simple_rpm", "requires" : ["docker-init"], "files" : [{"src" : "docker-files/", "dest" : "/usr/lib/docker-files"}]}}
json_instruct
{"type": "object", "properties": {"packaging": {"type": "object", "properties": {"type": {"type": "string"}, "requires": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "carbonate", "definition" : "A salt or carbonic acid, as in limestone, some forms of lead ore, etc."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"precinct": {"type": "string"}, "month": {"type": "string"}, "violations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "mtd": {"type": "integer"}, "ytd": {"type": "...
{"precinct" : "Brooklyn South", "month" : "Septembe", "violations" : [{"name" : "Backing Unsafely", "mtd" : 19, "ytd" : 189}, {"name" : "Brake Lights (Defect.or Improper)", "mtd" : 171, "ytd" : 1938}, {"name" : "Bus Lane, Driving in", "mtd" : 0, "ytd" : 11}, {"name" : "Cell Phone", "mtd" : 1624, "ytd" : 16912}, {"name"...
json_instruct
{"type": "object", "properties": {"precinct": {"type": "string"}, "month": {"type": "string"}, "violations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "mtd": {"type": "integer"}, "ytd": {"type": "integer"}}, "required": ["name", "mtd", "ytd"]}}}, "required": ["precinct", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"material-components-web.css": {"type": "string"}, "material-components-web.js": {"type": "string"}, "material-components-web.min.css": {"type": "string"}, "material-components-web.min.js": {"type": "string"}}, "re...
{"material-components-web.css" : "sha512-N2Rni8N/D2WD3NvVoeGJ8gJGvfm0bk4omqRca35yVrAeZYf1J9aws+U9uYkYEKQCxVkhfq8cpuVn8QKtQJL6Xw==", "material-components-web.js" : "sha512-LNnQqxaruj/4gnsUx8JD3hPU6N8SoiwcHjR1d5CMS4qaHAbJUm8sZkLNvYEeRfdzfVasEN/eaKCqDkBWfZSWjw==", "material-components-web.min.css" : "sha512-UrKu3h8SdFY6Mz...
json_instruct
{"type": "object", "properties": {"material-components-web.css": {"type": "string"}, "material-components-web.js": {"type": "string"}, "material-components-web.min.css": {"type": "string"}, "material-components-web.min.js": {"type": "string"}}, "required": ["material-components-web.css", "material-components-web.js", "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "r...
{"lastUpdated" : 1655019279666, "username" : "Deleted09", "scores" : [{"xp" : 11163, "rank" : 438, "cardId" : 435}, {"xp" : 10042, "rank" : 339, "cardId" : 317}, {"xp" : 7704, "rank" : 436, "cardId" : 192}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type"...
{"name" : "frenzie", "version" : "0.0.0", "description" : "Make your node do crazy things.", "main" : "dist/frenzie/hooks.js", "scripts" : {"test" : "ava", "build" : "babel src -d dist -s && node scripts/build.js"}, "ava" : {"files" : ["test/*.test.js", "test/**/*.test.js"]}, "repository" : {"type" : "git", "url" : "gi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "ava": {"type": "object", "pr...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : " Al\u00e7a do ferrolho Colt AR-15 para AR-15", "ShortName" : "Carregador AR-15", "Description" : "Al\u00e7a do ferrolho padr\u00e3o para AR-15 e sistemas compat\u00edveis."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d319-21", "text" : "?r ik\nT-ba^\n/v^\nJune 18, 1954\nMr. Seymour H# Siegel\nRadio Station WOTC\nMunicipal Building\nHew York 7, H* Y*\nDear Sy:\nHave you any extra copies of your reports # either\ncommittee, during last year? Ready for Kellogg Report\nto go and could use. Those which you turned in went\nto KA...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"ty...
{"id" : "1a427b25-2e9e-4298-9530-0499a55e736b", "queryName" : "Security Group Ingress With All Protocols", "severity" : "MEDIUM", "category" : "Network Security", "descriptionText" : "AWS Security Group Ingress should not specify all protocols to prevent allow traffic on all ports", "descriptionUrl" : "https://docs.aws...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}}, "required": ["id", "queryName", "severity", "category...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "s...
{"description" : "Sunday Lightening Talks\nIntroduced by The Lightening Talk Man.\n\nThe Non-Closing Closing\nHere we end the first-part of the conference, and move our focus into the sprints. It is the closing because the crew now let their hair down and become normal sprinters but it is non-closing because half of th...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "pro...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"900112152": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900112153": {"type": "object", "properties": {"nama": {"type...
{"900112152" : {"nama" : "TPS 1", "dapil" : [1602, 11605, 2160901]}, "900112153" : {"nama" : "TPS 2", "dapil" : [1602, 11605, 2160901]}, "900112154" : {"nama" : "TPS 3", "dapil" : [1602, 11605, 2160901]}}
json_instruct
{"type": "object", "properties": {"900112152": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900112153": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"api_id": {"type": "string"}, "client_documentation": {"type": "string"}, "distribution_name": {"type": "string"}, "language": {"type": "string"}, "name": {"type": "string"}, "name_pretty": {"type": "string"}, "produ...
{"api_id" : "gameservices.googleapis.com", "client_documentation" : "https://googleapis.dev/ruby/google-cloud-gaming-v1/latest", "distribution_name" : "google-cloud-gaming-v1", "language" : "ruby", "name" : "gameservices", "name_pretty" : "Cloud Gaming V1 API", "product_documentation" : "https://cloud.google.com/game-s...
json_instruct
{"type": "object", "properties": {"api_id": {"type": "string"}, "client_documentation": {"type": "string"}, "distribution_name": {"type": "string"}, "language": {"type": "string"}, "name": {"type": "string"}, "name_pretty": {"type": "string"}, "product_documentation": {"type": "string"}, "repo": {"type": "string"}, "re...
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" : "Thenon", "dpt" : "Dordogne", "inscrits" : 955, "abs" : 199, "votants" : 756, "blancs" : 110, "nuls" : 35, "exp" : 611, "res" : [{"panneau" : "1", "voix" : 357}, {"panneau" : "2", "voix" : 254}]}
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": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "m...
{"ast" : null, "code" : "var _curry3 = require('./internal/_curry3');\n\nvar concat = require('./concat');\n\nvar differenceWith = require('./differenceWith');\n/**\n * Finds the set (i.e. no duplicates) of all elements contained in the first or\n * second list, but not both. Duplication is determined according to the ...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-79.983508, 32.751351], [-79.982109, 32.762782], [-79.975458, 32.762802], [-79.974491, 32.763384], [-79.974046, 32.766382], [-79.963753, 32.768125], [-79.949475, 32.773664], [-79.943368, 32.768434], [-79.940915, 32.764512...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"bookHeader": {"type": "string"}, "bookName": {"type": "string"}, "bookContent": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "tipo": {"type": "string"}, "texto": {"type": ...
{"bookHeader" : "", "bookName" : "SALMOS 122", "bookContent" : [{"id" : 0, "tipo" : "calling", "texto" : "Ora\u00e7\u00e3o pela paz de Jerusal\u00e9m"}, {"id" : 0, "tipo" : "sub-calling", "texto" : "C\u00e2ntico de romagem. De Davi"}, {"id" : 1, "tipo" : "versiculo", "texto" : "Alegrei-me quando me disseram: Vamos \u00...
json_instruct
{"type": "object", "properties": {"bookHeader": {"type": "string"}, "bookName": {"type": "string"}, "bookContent": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "tipo": {"type": "string"}, "texto": {"type": "string"}}, "required": ["id", "tipo", "texto"]}}}, "required": ["bookH...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["rapids"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "require...
{"name" : "@atsumaru/api-types", "version" : "1.1.0", "description" : "RPG\u30a2\u30c4\u30de\u30fc\u30ebAPI\u306e\u578b\u5b9a\u7fa9\u3067\u3059\u3002", "license" : "MIT", "publishConfig" : {"access" : "public"}, "devDependencies" : {"typescript" : "3.2.4"}, "scripts" : {"test" : "tsc -p ./test"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "devDependencies": {"type": "object", "properties": {"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [90.6437, 115.979, 0.891202, 78.8591, 169.002, 0.829481, 35.7067, 165.085, 0.856968, 4.3886, 239.461, 0.836933, 0, 0, 0, 120.073, 176.783, 0.845109, 133.831, 247.377, 0.838454, 147.399, 306.211, 0.909649, 80.8254, 304.184, 0.712784, 53.4059, 304.1...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "bootstrap": {"type": "string"}, "browser-sync": {"type": "string"}, "cssnano": {"type": "string"}, "devicon-2....
{"private" : true, "dependencies" : {"autoprefixer" : "^6.3.6", "bootstrap" : "^4.0.0", "browser-sync" : "^2.18.6", "cssnano" : "^3.7.1", "devicon-2.2" : "^2.2.0", "font-awesome" : "^4.7.0", "gulp" : "^3.9.1", "gulp-concat" : "^2.6.1", "gulp-csso" : "^2.0.0", "gulp-imagemin" : "^3.1.1", "gulp-livereload" : "^3.8.1", "g...
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "bootstrap": {"type": "string"}, "browser-sync": {"type": "string"}, "cssnano": {"type": "string"}, "devicon-2.2": {"type": "string"}, "font-awesome": {"type": "string"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "au...
{"title" : "Combining social information for academic networking.", "fields" : ["bibliographic coupling", "reference data", "folksonomy", "collaborative filtering", "reputation"], "abstract" : "Researchers in almost all scientific disciplines rely heavily on the collaboration of their colleagues. Throughout his or her ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"set_name": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "string"}, "number": {"type": "string"}, "effect": {"type": "string"}, "corps_symbol": {"type": "string"}, "rarity": {"type": "string"}, "type": {"ty...
{"set_name" : "1st Series: Wing Team & Oz Corp", "name" : "Lady Une", "price" : "1", "number" : "PL-011", "effect" : "Void any one WG Pilot's effect.", "corps_symbol" : "OZ", "rarity" : "U", "type" : "Pilot"}
json_instruct
{"type": "object", "properties": {"set_name": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "string"}, "number": {"type": "string"}, "effect": {"type": "string"}, "corps_symbol": {"type": "string"}, "rarity": {"type": "string"}, "type": {"type": "string"}}, "required": ["set_name", "name", "price", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "ite...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [66.0681, 132.558, 0.900549, 74.8588, 158.972, 0.851051, 63.0989, 159.902, 0.785611, 58.2163, 189.284, 0.459652, 64.0826, 213.726, 0.449637, 88.5194, 158.936, 0.734419, 98.3255, 190.279, 0.340665, 91.4782, 214.743, 0.236315, 76.7986, 215.703, 0.606249, 50.39, 247.051...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version", "port-version"]}}...
{"versions" : [{"git-tree" : "e72b94e77bff8c357c4cd2430094c4dadf21c174", "version" : "0.9.0", "port-version" : 1}, {"git-tree" : "3cfb53e7df6cf6c9602e63606daa377568c52cd8", "version" : "0.9.0", "port-version" : 0}]}
json_instruct
{"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version", "port-version"]}}}, "required": ["versions"], "$schema": "http://json-schema...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$sche...
{"name" : "Token 2rkC", "symbol" : "2rkCj", "decimals" : 6, "address" : "2rkCjsx7Wqy5oKyuxdQvfcpDisdpmXsWzKrtrD2tvspA", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"best": {"type": "object", "properties": {"X": {"type": "integer"}, "Y": {"type": "integer"}, "Z": {"type": "integer"}, "label": {"type": "integer"}, "score": {"type": "number"}, "xcenter": {"type": "integer"}...
{"best" : {"X" : 29, "Y" : 52, "Z" : 582, "label" : 1, "score" : 1.0, "xcenter" : 169, "xmax" : 0.7353515625, "xmin" : 0.3984375, "ycenter" : 118, "ymax" : 0.58642578125, "ymin" : 0.20703125}, "faces" : [{"X" : 29, "Y" : 52, "Z" : 582, "label" : 1, "score" : 1.0, "xcenter" : 169, "xmax" : 0.7353515625, "xmin" : 0.39843...
json_instruct
{"type": "object", "properties": {"best": {"type": "object", "properties": {"X": {"type": "integer"}, "Y": {"type": "integer"}, "Z": {"type": "integer"}, "label": {"type": "integer"}, "score": {"type": "number"}, "xcenter": {"type": "integer"}, "xmax": {"type": "number"}, "xmin": {"type": "number"}, "ycenter": {"type":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite...
{"directions" : ["Bring a large pot of salted water to a boil. Add potatoes and cook until tender but still firm, about 15 minutes. Drain, and cool. Transfer to a large bowl.", "Meanwhile, mix vinegar, garlic, salt, and pepper in a mixing bowl. Drizzle in olive oil, whisking until mixture thickens.", "Toss potatoes ...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "philosopheme", "definition" : "A philosophical proposition, doctrine, or principle of reasoning. [R.] This, the most venerable, and perhaps the most ancient, of Grecian myths, is a philosopheme. Coleridge."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"idle_anim": {"type": "string"}, "confirm_anim": {"type": "string"}, "position": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "number"}, "image": {"type": "string"}}, "required": ["idle_anim", "c...
{"idle_anim" : "Idle", "confirm_anim" : "Idle", "position" : [80, 40], "scale" : 0.6, "image" : "Menu_Ron"}
json_instruct
{"type": "object", "properties": {"idle_anim": {"type": "string"}, "confirm_anim": {"type": "string"}, "position": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "number"}, "image": {"type": "string"}}, "required": ["idle_anim", "confirm_anim", "position", "scale", "image"], "$schema": "http://json-...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string...
{"schema_version" : "1.2.0", "id" : "GHSA-43wv-g93j-pw44", "modified" : "2022-05-02T00:03:02Z", "published" : "2022-05-02T00:03:02Z", "aliases" : ["CVE-2008-3731"], "details" : "Unspecified vulnerability in Serv-U File Server 7.0.0.1, and other versions before 7.2.0.1, allows remote authenticated users to cause a denia...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"require": {"type": "object", "properties": {"vlucas/phpdotenv": {"type": "string"}, "okta/jwt-verifier": {"type": "string"}, "spomky-labs/jose": {"type": "string"}, "guzzlehttp/psr7": {"type": "string"}}, "re...
{"require" : {"vlucas/phpdotenv" : "^2.4", "okta/jwt-verifier" : "^0.2.1", "spomky-labs/jose" : "^7.1", "guzzlehttp/psr7" : "^1.6"}, "autoload" : {"psr-4" : {"Src\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"vlucas/phpdotenv": {"type": "string"}, "okta/jwt-verifier": {"type": "string"}, "spomky-labs/jose": {"type": "string"}, "guzzlehttp/psr7": {"type": "string"}}, "required": ["vlucas/phpdotenv", "okta/jwt-verifier", "spomky-labs/jose", "guzzl...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string...
{"schema_version" : "1.2.0", "id" : "GHSA-r94v-226p-r77g", "modified" : "2022-04-30T18:15:33Z", "published" : "2022-04-30T18:15:33Z", "aliases" : ["CVE-2001-0169"], "details" : "When using the LD_PRELOAD environmental variable in SUID or SGID applications, glibc does not verify that preloaded libraries in /etc/ld.so.ca...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language...
{"citations" : [{"textCitation" : "[See leopnmid on Metamath](http://us.metamath.org/mpegif/leopnmid.html)"}], "names" : ["leopnmid"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cT", "#T_wcel", "#T_cho", "#T_wa", "#T_cnop", "#T_cfv", "#T_cT", "#T_wcel", "#T_cr", "#T_wi", "#T_cT", "#T_cleo", "#T_cnop", "#T_cfv...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
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" : "0x1906ec68d06772d938d893a63f7bf35e0035d90a", "tool" : "oyente", "start" : 1563819685.2989962, "end" : 1563819688.8148754, "duration" : 3.5158791542053223, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "...
{"code" : 1101040006, "parent" : 1101040, "name" : "PANTON LAWE", "latitude" : null, "longitude" : null, "postal" : [23893, 23896], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"YourEyesCanDeceiveYou": {"type": "array", "items": {"type": "string"}}}, "required": ["YourEyesCanDeceiveYou"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"YourEyesCanDeceiveYou" : ["Mentors", "BlindfoldedVision", "DontThinkFeel", "RealLife", "BreadEggsMilkSquick", "TrainingMontage", "SuperSoldier", "DisabilitySuperpower", "BlindWeaponmaster", "LifeEnergy", "TrainingMontage", "Flashback", "HalfHumanHybrid", "SuperSoldier", "Ninja", "MagicWorld", "MadScientist", "Challen...
json_instruct
{"type": "object", "properties": {"YourEyesCanDeceiveYou": {"type": "array", "items": {"type": "string"}}}, "required": ["YourEyesCanDeceiveYou"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "tag": {"type": "string"}, "version": {"type": "string"}, "comments": {"type": "o...
{"name" : "@griffel/eslint-plugin", "entries" : [{"date" : "Wed, 04 May 2022 16:15:22 GMT", "tag" : "@griffel/eslint-plugin_v1.0.0", "version" : "1.0.0", "comments" : {"major" : [{"author" : "olfedias@microsoft.com", "package" : "@griffel/eslint-plugin", "commit" : "2d46633c5a0db31f55fd20c5bce653855ce7b75b", "comment" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "tag": {"type": "string"}, "version": {"type": "string"}, "comments": {"type": "object", "properties": {"major": {"type": "array", "items": {"type": "object",...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"BraidsBeadsAndBuckskins": {"type": "array", "items": {"type": "string"}}}, "required": ["BraidsBeadsAndBuckskins"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"BraidsBeadsAndBuckskins" : ["HollywoodDressCode", "TruthInTelevision", "TipisAndTotemPoles", "RomanceNovel", "StrictlyFormula", "MagicalNativeAmerican", "TheSavageIndian", "CultureEqualsCostume", "HollywoodNatives", "TontoTalk", "EarthyBarefootCharacter", "ALongTimeAgoInAGalaxyFarFarAway", "JustifiedTrope", "Mayincat...
json_instruct
{"type": "object", "properties": {"BraidsBeadsAndBuckskins": {"type": "array", "items": {"type": "string"}}}, "required": ["BraidsBeadsAndBuckskins"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Total.Quality": {"type": "array", "items": {"type": "number"}}, "QualityAspect.01": {"type": "array", "items": {"type": "number"}}, "QualityAspect.02": {"type": "array", "items": {"type": "number"}}}, "required": ["Total.Quali...
{"Total.Quality" : [0.9, 0.1], "QualityAspect.01" : [0.5, 0.5], "QualityAspect.02" : [0.2, 0.8]}
json_instruct
{"type": "object", "properties": {"Total.Quality": {"type": "array", "items": {"type": "number"}}, "QualityAspect.01": {"type": "array", "items": {"type": "number"}}, "QualityAspect.02": {"type": "array", "items": {"type": "number"}}}, "required": ["Total.Quality", "QualityAspect.01", "QualityAspect.02"], "$schema": "h...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"blocks": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}...
{"blocks" : [{"type" : "section", "text" : {"type" : "mrkdwn", "text" : "Building resets starting in 5 minutes.\n13:25: Reset main room\n13:27: Reset poster demo\n13:29: Reset Cafe"}}]}
json_instruct
{"type": "object", "properties": {"blocks": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "required": ["type", "text"]}}}, "required": ["blocks"],...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01015341": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ...
{"type" : "Topology", "objects" : {"E01015341" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00077550", "LAD11CD" : "E06000028"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01015341": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "case_sensitive": {"type": "boolean"}, "auto_spacing": {"type": "boolean"}, "words": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "case_sensitive", "auto_spacing", "words"], "$...
{"type" : "string", "case_sensitive" : true, "auto_spacing" : true, "words" : ["in", "out", "inout", "layout", "location"]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "case_sensitive": {"type": "boolean"}, "auto_spacing": {"type": "boolean"}, "words": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "case_sensitive", "auto_spacing", "words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string...
{"schema_version" : "1.2.0", "id" : "GHSA-wc72-922g-4fvx", "modified" : "2022-05-02T06:11:16Z", "published" : "2022-05-02T06:11:16Z", "aliases" : ["CVE-2010-0260"], "details" : "Heap-based buffer overflow in Microsoft Office Excel 2007 SP1 and SP2; Office Excel Viewer SP1 and SP2; and Office Compatibility Pack for Word...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID"...
{"IsRecentlyVerified" : false, "ID" : 106462, "UUID" : "48D50A1C-90FB-4804-9D86-1AE71EBF032E", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "44409", "UsageTypeID" : 4, "AddressInfo" : {"ID" : 106808, "Title" : "Punto Sao Paolo", "AddressLine1" : "Av. de Las Americas 1545 Providencia", "Town" : "Guada...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "p...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}...
{"name" : "com.google.firebase.crashlytics", "version" : "7.1.0", "displayName" : "Firebase Crashlytics", "keywords" : ["Google", "Firebase", "Crashlytics", "Fabric", "vh-name:FirebaseCrashlytics", "vh-name:Firebase Crashlytics"], "author" : {"name" : "Google LLC", "url" : "https://firebase.google.com/docs/crashlytics/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "d...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}...
{"name" : "show-dependencies-stargazers-count", "version" : "1.0.0", "description" : "A command-line utility for showing dependencies stargazers count", "main" : "index.js", "scripts" : {"test" : "xo && ava"}, "bin" : {"show-dependencies-stargazers-count" : "cli.js", "depstaco" : "cli.js"}, "repository" : {"type" : "gi...
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"]}, "bin": {"type": "object", "properties": {"show-dependencies-stargaz...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Entries": {"type": "array", "items": {"type": "object", "properties": {"RequestUri": {"type": "string"}, "RequestMethod": {"type": "string"}, "RequestHeaders": {"type": "object", "properties": {"User-Agent": {"type": "array", ...
{"Entries" : [{"RequestUri" : "/bing/v7.0/spellcheck", "RequestMethod" : "POST", "RequestHeaders" : {"User-Agent" : ["FxVersion/4.6.25211.01", "Microsoft.CognitiveServices.Vision.Face.FaceAPI/1.0.0"]}, "ResponseBody" : "{\r\n \"_type\": \"SpellCheck\",\r\n \"flaggedTokens\": [\r\n{\r\n\"_type\": \"Spelling/FlaggedToken...
json_instruct
{"type": "object", "properties": {"Entries": {"type": "array", "items": {"type": "object", "properties": {"RequestUri": {"type": "string"}, "RequestMethod": {"type": "string"}, "RequestHeaders": {"type": "object", "properties": {"User-Agent": {"type": "array", "items": {"type": "string"}}}, "required": ["User-Agent"]},...