input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
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" : [[[-90.67816, 38.77774], [-90.6765, 38.77989], [-90.67595, 38.78408], [-90.67258, 38.7861], [-90.67176, 38.78795], [-90.66222, 38.78718], [-90.66222, 38.78303], [-90.66063, 38.774459], [-90.66226, 38.77095], [-90.66118, 38.7...
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": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], ...
{"url" : "https://www.nasdaq.com/article/health-care-sector-update-for-09032019-cdtx-endp-mrk-ards-jnj-pfe-abt-mrk-amgn-cm1206559", "title" : "Health Care Sector Update for 09/03/2019: CDTX, ENDP, MRK, ARDS, JNJ, PFE, ABT, MRK, AMGN - Nasdaq.com", "text" : ["Top Health Care Stocks:", "JNJ: -0.49%", "PFE: -0.28%", "ABT:...
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$schema": "http://json-schema.org/draft-07/schema#"}
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 cnopc on Metamath](http://us.metamath.org/mpegif/cnopc.html)"}], "names" : ["cnopc"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cT", "#T_wcel", "#T_ccop", "#T_w3a--1", "#T_cA", "#T_wcel", "#T_chil", "#T_w3a--2", "#T_cB", "#T_wcel", "#T_crp", "#T_wi", "#T_wrex--1", "#T_...
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "strin...
{"authors" : [{"author" : "Michela Buglione"}, {"author" : "Luca Triggiani"}, {"author" : "Salvatore Grisanti"}, {"author" : "Roberto Liserre"}, {"author" : "Luciano Buttolo"}, {"author" : "Stefano Gipponi"}, {"author" : "Fausta Bonetti"}, {"author" : "Alice Todeschini"}, {"author" : "Luigi Spiazzi"}, {"author" : "Stef...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema...
[{"class_name" : "specularity", "bbox" : "586 74 656 153", "used" : false}, {"class_name" : "specularity", "bbox" : "459 35 497 68", "used" : false}, {"class_name" : "specularity", "bbox" : "421 11 449 37", "used" : true}, {"class_name" : "specularity", "bbox" : "528 63 584 174", "used" : false}, {"class_name" : "specu...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cameraNames": {"type": "array", "items": {"type": "string"}}, "cameraPoses": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["cameraNames", "cameraPoses"], "$schema": "http://json-schem...
{"cameraNames" : ["camera1"], "cameraPoses" : [[0, 150, 150, 1, 0, 0, 0]]}
json_instruct
{"type": "object", "properties": {"cameraNames": {"type": "array", "items": {"type": "string"}}, "cameraPoses": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["cameraNames", "cameraPoses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "prop...
{"contract" : "0x7ffc2bd9431b059c509b45b33e77852d47de827d", "tool" : "solhint", "start" : 1563709096.7800157, "end" : 1563709099.8642046, "duration" : 3.084188938140869, "analysis" : [{"file" : "/unique_chucks/37/0x7ffc2bd9431b059c509b45b33e77852d47de827d.sol", "line" : "32", "column" : "12", "message" : "Expected inde...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"ty...
{"author" : "Dick Allen", "classification" : "", "keywords" : [], "period" : "", "reference" : "http://www.poetryfoundation.org/poetrymagazine/poem/243128", "region" : "", "text" : ["Three years, Huang Gongwang", "worked on his famous handscroll,", "As he put successive applications of ink to paper", "over the \u201con...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"steam-user": {"type": "string"}, "steam-totp": {"type": "string"}}, "required": ["steam-user", "steam-totp"]}}, "requir...
{"name" : "my-awesome-package", "version" : "1.0.0", "dependencies" : {"steam-user" : "^4.5.0", "steam-totp" : "^2.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"steam-user": {"type": "string"}, "steam-totp": {"type": "string"}}, "required": ["steam-user", "steam-totp"]}}, "required": ["name", "version", "dependencies"], "$schema": "htt...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"addenda": {"type": "array", "items": {}}, "discipline": {"type": "string"}, "hidden": {"type": "boolean"}, "icon": {"type": "object", "properties": {"isItem": {"type": "boolean"}, "location": {"type": "string"}}, ...
{"addenda" : [], "discipline" : "SCANS", "hidden" : true, "icon" : {"isItem" : true, "location" : "primalmagick:moonwood_sapling"}, "key" : "MOONWOOD_TREES", "name" : "primalmagick.research.moonwood_trees.title", "parents" : ["UNLOCK_SCANS"], "stages" : [{"recipes" : ["primalmagick:moonwood_wood", "primalmagick:strippe...
json_instruct
{"type": "object", "properties": {"addenda": {"type": "array", "items": {}}, "discipline": {"type": "string"}, "hidden": {"type": "boolean"}, "icon": {"type": "object", "properties": {"isItem": {"type": "boolean"}, "location": {"type": "string"}}, "required": ["isItem", "location"]}, "key": {"type": "string"}, "name": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties...
{"name" : "mochi", "version" : "1.11.14", "description" : "A simple markdown-powered SRS app.", "author" : "Matthew Steedman", "main" : "target/electron.js", "license" : "ISC", "dependencies" : {"@sentry/electron" : "^2.4.0", "csv-parse" : "^4.14.0", "dotenv" : "^8.2.0", "electron-deeplink" : "^1.0.6", "electron-is-dev...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@sentry/electron": {"type": "string"}, "csv-parse": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "pg": {"type": "string"}}, "required": ["bcrypt", "express", "jsonwebtoken", "pg...
{"dependencies" : {"bcrypt" : "^5.0.1", "express" : "^4.17.1", "jsonwebtoken" : "^8.5.1", "pg" : "^8.6.0"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "pg": {"type": "string"}}, "required": ["bcrypt", "express", "jsonwebtoken", "pg"]}}, "required": ["dependencies"], "$schema": "http://json...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "tree": {"type": "string"}, "maxPoints": {"type": "integer"}, "pointRequirement": {"type": "integer"}, "pipAmount": {"type": "integer"}, "description": {"type":...
{"id" : "skill-combat-armor-center", "name" : "Armor Principles", "tree" : "Armor", "maxPoints" : 5, "pointRequirement" : 0, "pipAmount" : 10440, "description" : "Increases Health while wearing armor.", "icon" : "skill-combat-armor-center.png", "stats" : [{"name" : "Health", "amount" : "20"}], "grants" : [], "unlockedF...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "tree": {"type": "string"}, "maxPoints": {"type": "integer"}, "pointRequirement": {"type": "integer"}, "pipAmount": {"type": "integer"}, "description": {"type": "string"}, "icon": {"type": "string"}, "stats": {"type": "array", "item...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "p...
{"userId" : 87919, "cartId" : "9a042ddb-3753-45ec-8c37-e84103fa17b3", "preferredProducts" : [1716, 2095], "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....
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "noteValue": {"type": "integer"}, "noteCount": {"type": "integer"}, "subScenes": {"type": "array", "items": {"type": "object", "properties": {"at": {"type": "ar...
{"id" : "2c3044e8-7f6e-458b-9762-d83322e9a099", "name" : "bars backbone blue violet", "noteValue" : 64, "noteCount" : 1, "subScenes" : [{"at" : [0], "deviceParams" : [], "preset" : "db09e834-2333-4de9-bdc7-3b9e7c30c471"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "noteValue": {"type": "integer"}, "noteCount": {"type": "integer"}, "subScenes": {"type": "array", "items": {"type": "object", "properties": {"at": {"type": "array", "items": {"type": "integer"}}, "deviceParams": {"type": "array", "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"typ...
{"cam/image_array" : "7414_cam-image_array_.jpg", "user/angle" : -0.002, "user/throttle" : 0.664, "user/mode" : "user", "pos/pos_x" : 78.18696, "pos/pos_y" : 0.5554955, "pos/pos_z" : 45.87308, "pos/speed" : 10.60212, "pos/cte" : -1.927965, "milliseconds" : 395454}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ...
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" : ["pydifact"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/generic/fu_alienwood_counter_Really/fu_alienwood_counter.object": {"type": "array", "items"...
[{"DeniedAlternatives" : [], "Files" : {"objects/generic/fu_alienwood_counter_Really/fu_alienwood_counter.object" : ["/shortdescription"]}, "Texts" : {"Eng" : "Alien Wood Counter"}}, {"DeniedAlternatives" : [], "Files" : {"objects/generic/fu_alienwood_counter_Really/fu_alienwood_counter.object" : ["/description"]}, "Te...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/generic/fu_alienwood_counter_Really/fu_alienwood_counter.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/generic/fu_alien...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"spingularApp": {"type": "object", "properties": {"cceleb": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "refreshListLabel": {"type": "string"}, "createLabel": {"type": ...
{"spingularApp" : {"cceleb" : {"home" : {"title" : "Ccelebs", "refreshListLabel" : "Refrescar lista", "createLabel" : "Crear nuevo Cceleb", "createOrEditLabel" : "Crear o editar Cceleb", "notFound" : "Ning\u00fan Ccelebs encontrado"}, "created" : "Un nuevo Cceleb ha sido creado con el identificador {{ param }}", "updat...
json_instruct
{"type": "object", "properties": {"spingularApp": {"type": "object", "properties": {"cceleb": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "refreshListLabel": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type": "string"}, "notF...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Walk Simulator"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"hosts": {"type": "string"}, "hosts-ls": {"type": "string"}, "hosts-edit": {"type...
{"name" : "hosts-file", "version" : "0.0.2", "description" : "edit hosts so easy", "bin" : {"hosts" : "bin/hosts.js", "hosts-ls" : "bin/hosts-ls.js", "hosts-edit" : "bin/hosts-edit.js"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"hosts": {"type": "string"}, "hosts-ls": {"type": "string"}, "hosts-edit": {"type": "string"}}, "required": ["hosts", "hosts-ls", "hosts-edit"]}, "scri...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "props": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"Item": {"type": "object", "properties": {"CourtName": {"type": "object", "properties"...
{"type" : "collection", "props" : {"items" : [{"Item" : {"CourtName" : {"type" : "text", "props" : {"value" : "This is sample text"}}, "Dates" : {"type" : "daterange", "props" : {"from" : {"type" : "datecontrol", "props" : {"month" : "7", "day" : "1", "year" : "2017", "estimated" : false, "date" : "2017-07-01T00:00:00Z...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "props": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"Item": {"type": "object", "properties": {"CourtName": {"type": "object", "properties": {"type": {"type": "string"}, "props": {"type": "object", ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "...
{"accountLinkingWhitelistedDomains" : null, "asin" : "B01M0BYOGR", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "Just a random skill that lists a few foods for your pleasure!", "enablement" : null, "exampleInteractions" : ["Alexa random food.", "", ""], "firstRelea...
json_instruct
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i...
{"id" : 890417379, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "ffac2a9b5c50e818d44aadd3cd83abaa", "wof:id" : 890417379, "wof:repo" : "whosonfirst-data-admin-ye"}, "bbox" : [45.37545, 14.65208, 45.37545, 14.65208], "geometry" : {"coordinate...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": ...
{"name" : "happyr/entity-exists-validation-constraint", "description" : "Verify that your entity exists", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Radoje Albijanic", "email" : "radoje.albijanic@gmail.com"}, {"name" : "Tobias Nyholm", "email" : "tobias.nyholm@gmail.com"}], "require" : {"php" : "^7....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"c": {"type": "integer"}}, "required": ["c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"c" : 3}
json_instruct
{"type": "object", "properties": {"c": {"type": "integer"}}, "required": ["c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {...
{"changepoint" : "2020-10-21", "country" : {"code" : "SVN", "group" : "sl", "name" : "Slovenia"}, "topics" : [{"diff" : 1480.0, "topic" : "Europe"}, {"diff" : 976.0, "topic" : "United kingdom"}, {"diff" : 948.0, "topic" : "History"}, {"diff" : 866.0, "topic" : "Folk culture"}, {"diff" : 773.0, "topic" : "Ritual"}, {"di...
json_instruct
{"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "array", "items": {"type": "object", "properties": {"diff": {...
The schema below describes a JSON structure. Generate a valid example: {"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:i...
{"id" : 1125784241, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "6936ccb52249fe60d1038b539cc57994", "wof:id" : 1125784241, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.27225, 49.69391, 3.27225, 49.69391], "geometry" : {"coordinates" : [3.27225, 49.6939...
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": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, ...
{"title" : "GLog: A high level graph analysis system using MapReduce.", "fields" : ["wait for graph", "graph", "graph rewriting", "power graph analysis", "graph database"], "abstract" : "With the rapid growth of graphs in different applications, it is inevitable to leverage existing distributed data processing framewor...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "kurilian", "definition" : "Of or pertaining to the Kurile Islands, a chain of islands in the Pacific ocean, extending from the southern extremity of Kamschatka to Yesso. -- n. A native or an inhabitant of the Kurile Islands. [Written also Koorilian.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {}}, "keywords": {"type":...
{"name" : "khaled", "authors" : ["Ethan Arterberry <ethanarterberry@gmail.com>"], "description" : "The only JavaScript library that generates DJ Khaled quotes randomly.", "main" : "khaled.js", "moduleType" : [], "keywords" : ["we", "the", "best", "h3h3", "dj", "khaled", "memes", "random", "procedural", "generation"], "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"},...
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"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "scripts...
{"name" : "mmir-template-parser", "version" : "1.0.0", "description" : "build mmir template parser from ANTLR sources", "main" : "index.js", "directories" : {"lib" : "lib"}, "scripts" : {"build" : "npm run compile && npm run timestamps && npm run copy", "compile" : "node index.js", "timestamps" : "node process-timestam...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "scripts": {"type": "object", "properties": {"build": {"type": "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"...
{"id" : 133193, "info" : {"name" : "Codereddit Obsidian Brackets Theme", "description" : "Basically a codereddit theme that looks like Bracket's Obsidian theme. Font won't work unless you got it installed, which you probably already do.", "additionalInfo" : "Version 1:\r\n-Works fine with codereddit as of 28-9-2016", "...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "autho...
{"name" : "Angular2-Web-App", "version" : "0.0.1", "description" : "", "main" : "app/app.js", "scripts" : {"start" : "tsc -target es5 -module commonjs gulpfile.ts && gulp"}, "author" : "", "license" : "ISC", "devDependencies" : {"gulp" : "^3.9.0", "gulp-nodemon" : "^2.0.3", "gulp-rimraf" : "^0.1.1", "gulp-sass" : "^2.0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dev...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"sn21.6:0.3": {"type": "string"}}, "required": ["sn21.6:0.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sn21.6:0.3" : "Laku\u1e47\u1e0dakabhaddiyasutta \u2192 bhaddi (pts1ed, pts2ed)"}
json_instruct
{"type": "object", "properties": {"sn21.6:0.3": {"type": "string"}}, "required": ["sn21.6:0.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "i...
{"ast" : null, "code" : "import CaptchaButton from \"./CaptchaButton\";\nexport default CaptchaButton;", "map" : {"version" : 3, "sources" : ["/Users/viser/mobile-next/src/components/CaptchaButton/index.ts"], "names" : ["CaptchaButton"], "mappings" : "AAAA,OAAOA,aAAP;AAEA,eAAeA,aAAf", "sourcesContent" : ["import Captch...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "integer"}, "qty": {"type": "string"}}, "required": ["url", "name", "price", "qty"]}, "$schema": "http://json-s...
[{"url" : "img/food-vegetables/beans-haricot.jpg", "name" : "Beans", "price" : 50, "qty" : "500 gms"}, {"url" : "img/food-vegetables/capsicum.jpg", "name" : "Capsicum", "price" : 150, "qty" : "100 gms"}, {"url" : "img/food-vegetables/carrot.jpg", "name" : "Carrot", "price" : 250, "qty" : "1 Kg"}, {"url" : "img/food-veg...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "integer"}, "qty": {"type": "string"}}, "required": ["url", "name", "price", "qty"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[135.25, 33.25], [135.25, 33.333333333333336], [135.375, 33.333333333333336], [135.375, 33.25], [135.25, 33.25]]]}, "properties" : {"code" : 493572, "url" : "http://madefor.github.io/0410/api/v1/493572.geojson", "view" : "https://github.com/madefo...
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": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"typ...
{"time_fct_id" : 29, "time_fct" : "time_62030", "affiliate_fct_id" : 15572, "affiliate_fct" : "W\u00fcrtt. Wirtschaftsministerium", "affiliate_fct_occurrence" : 215, "affiliates" : [{"affiliate_fct_id" : 15572, "affiliate_fct" : "W\u00fcrtt. Wirtschaftsministerium", "affiliate_fct_occurrence" : 215}]}
json_instruct
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_i...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"typ...
{"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 27.4894563, "lng" : 80.5202573}, "viewport" : {"northeast" : {"lat" : 27.4908253302915, "lng" : 80.52166943029151}, "southwest" : {"lat" : 27.4881273697085, "lng" : 80.51897146970849}}}, "icon" : "https://map...
json_instruct
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"BA1530/5825": {"type": "object", "properties": {"years": {"type": "array", "items": {"type": "number"}}, "original_title": {"type": "string"}, "date": {"type": "string"}, "width": {"type": "number"}, "folder": {"t...
{"BA1530/5825" : {"years" : [1996.0], "original_title" : "", "date" : "1996-03-26", "width" : 760.0, "folder" : null, "height" : 507.0, "text" : null, "thumb_url" : "http://purl.slwa.wa.gov.au/slwa_b3970413_1.png", "title" : "Merv Cooper's Sea Shell Shop, 165 Beaufort Street, Perth, March 1996.", "image_url" : "http://...
json_instruct
{"type": "object", "properties": {"BA1530/5825": {"type": "object", "properties": {"years": {"type": "array", "items": {"type": "number"}}, "original_title": {"type": "string"}, "date": {"type": "string"}, "width": {"type": "number"}, "folder": {"type": "null"}, "height": {"type": "number"}, "text": {"type": "null"}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "subs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "...
{"text" : "Imagine a world without blogging. ", "created" : "Tue, 17 Apr 2018 14:49:47 GMT", "type" : "outline", "subs" : [{"text" : "Imagine a world without phones."}, {"text" : "In a world without phones, you could listen to people with beautiful voices speak words designed by psychologists to make you want to buy ta...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "subs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["text", "created", "type", "subs"], "$schema": "http://json-sch...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"shortcut_file_to_load": {"type": "string"}}, "required": ["shortcut_file_to_load"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"shortcut_file_to_load" : "~/.azulejo/Shortcuts/numpad.js"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"shortcut_file_to_load": {"type": "string"}}, "required": ["shortcut_file_to_load"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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\u540d\u7a31" : "\u7d18\u6bc5\u81ea\u52d5\u5316\u80a1\u4efd\u6709\u9650\u516c\u53f8\u4e2d\u79d1\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "93A00078", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u4e2d\u90e8\u79d1\u5b78\u5de5\u696d\u5712\u5340\u81fa\u4e2d\u...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": ...
{"n_dim" : 5, "n_trials" : 130, "objective" : "markowitz_skew_on_cube", "white" : "pymoo_nsga2", "black" : "bobyqa_default", "traceback" : ["passing", "passing"], "best_val" : [0.004492887327619884, -0.07507294702619047], "best_x" : [[0.37641037238849895, 0.29997898659418953, 0.13382570659208703, 0.06153271583826858, 0...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Version": {"type": "string"}, "Statement": {"type": "array", "items": {"type": "object", "properties": {"Effect": {"type": "string"}, "Action": {"type": "array", "items": {"type": "string"}}, "Resource": {"type": "s...
{"Version" : "2012-10-17", "Statement" : [{"Effect" : "Allow", "Action" : ["s3:Get*", "s3:List*"], "Resource" : "*"}, {"Resource" : "arn:aws:s3:::qts3fortestingiampolicies", "Action" : ["s3:CreateBucket", "s3:DeleteBucket*", "s3:PutBucket*", "s3:Put*Configuration"], "Effect" : "Allow"}, {"Resource" : "arn:aws:s3:::qts3...
json_instruct
{"type": "object", "properties": {"Version": {"type": "string"}, "Statement": {"type": "array", "items": {"type": "object", "properties": {"Effect": {"type": "string"}, "Action": {"type": "array", "items": {"type": "string"}}, "Resource": {"type": "string"}}, "required": ["Effect", "Action", "Resource"]}}}, "required":...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type": "intege...
[{"id" : "1097873229027266562", "url" : "https://twitter.com/La_ma_ka/status/1097873229027266562", "username" : "", "text" : "\u0e40\u0e2d\u0e32\u0e2d\u0e35\u0e01! \u0e40\u0e2d\u0e32\u0e2d\u0e35\u0e01! \u0e40\u0e2d\u0e32\u0e2d\u0e35\u0e01! \u0e1e\u0e31\u0e12\u0e19\u0e32\u0e15\u0e31\u0e27\u0e40\u0e2d\u0e07\u0e15\u0e48\u...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type": "integer"}}, "required": ["id", "url", "username", "text", "date", "r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema...
{"word" : "Nitroparaffin", "definitions" : ["A substance obtained by the nitration of (a) paraffin; a nitroalkane or mixture of nitroalkanes."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "Lafox", "dpt" : "Lot-et-Garonne", "inscrits" : 915, "abs" : 202, "votants" : 713, "blancs" : 15, "nuls" : 65, "exp" : 633, "res" : [{"panneau" : "1", "voix" : 338}, {"panneau" : "2", "voix" : 295}]}
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"...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "CelebsInTights", "hour" : "01", "avg" : 65.0}, {"subreddit" : "CelebsInTights", "hour" : "02", "avg" : 62.714285714285715}, {"subreddit" : "CelebsInTights", "hour" : "03", "avg" : 68.5}, {"subreddit" : "CelebsInTights", "hour" : "04", "avg" : 68.5}, {"subreddit" : "CelebsInTights", "hour" : "05", "avg"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "prop...
{"name" : "hubot-another-weixin", "version" : "0.1.9", "description" : "This is another wechat/weixin adapter for hubot", "main" : "./src/hubot-wx.coffee", "keywords" : ["hubot", "adapter", "wechat", "weixin"], "author" : {"name" : "Jimmy Xu", "email" : "xjimmyshcn@gmail.com"}, "license" : "MIT", "dependencies" : {"js-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"recordingID": {"type": "string"}, "startTime": {"type": "string"}, "startTimeMs": {"type": "integer"}, "duration": {"type": "string"}, "durationMs": {"type": "integer"}, "videoFilename": {"type": "string"}, "orienta...
{"recordingID" : "CAMERA1VIEW_SAMPLE", "startTime" : "12:12:52.28000", "startTimeMs" : 43972280, "duration" : "00:03:46.17000", "durationMs" : 226170, "videoFilename" : "parsing/CAMERA1VIEW_SAMPLE.webm", "orientationFilename" : "samples/script_out/CAMERA1VIEW_SAMPLE_ORIENT.json", "locationFilename" : "samples/script_ou...
json_instruct
{"type": "object", "properties": {"recordingID": {"type": "string"}, "startTime": {"type": "string"}, "startTimeMs": {"type": "integer"}, "duration": {"type": "string"}, "durationMs": {"type": "integer"}, "videoFilename": {"type": "string"}, "orientationFilename": {"type": "string"}, "locationFilename": {"type": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/po...
{"cam/image_array" : "6335_cam-image_array_.jpg", "user/angle" : 0.128, "user/throttle" : 0.716, "user/mode" : "user", "pos/pos_x" : 44.25007, "pos/pos_y" : 0.5547352, "pos/pos_z" : 47.75481, "pos/speed" : 16.01955, "pos/cte" : -5.205791, "milliseconds" : 335523}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text...
{"deprecated" : "false", "authority-code" : "TNN", "identifier" : "TNN", "about" : "http://publications.europa.eu/resource/authority/language/TNN", "prefLabel" : {"@lang" : "tnn", "#text" : "north Tanna"}, "start.use" : "1950-05-09"}
json_instruct
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "c4", "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "lice...
{"name" : "foass-element", "authors" : ["Ruben Agudo Santos <ruben.agudo@cern.ch>"], "description" : "Little web component that tells fuck-off randomly", "main" : "foass-element.html", "keywords" : ["foass", "polymer"], "license" : "MIT", "homepage" : "https://github.com/RubenAgudo/foass-element", "ignore" : ["**/.*", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"t...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"angular-cookies.js": {"type": "string"}, "angular-cookies.min.js": {"type": "string"}}, "required": ["angular-cookies.js", "angular-cookies.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-cookies.js" : "sha512-GwtOm/i1xYz1i/j7s7diZotHkPPG+6OD1B1NA2C3f2L2g0DvPsMyOo43rCRPNu5wEMJXr15B57ddzSpRzKC7AA==", "angular-cookies.min.js" : "sha512-PFLH3l7o6PITPHEVMXP92BWfdGfU8SoirjoOicSgJp9YVVHnO0n+h70v6+gpxF5uGLPkpwuMruc12Z8iL7RD9g=="}
json_instruct
{"type": "object", "properties": {"angular-cookies.js": {"type": "string"}, "angular-cookies.min.js": {"type": "string"}}, "required": ["angular-cookies.js", "angular-cookies.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1202080036", "district_id" : "1202080", "name" : "SIHEPENG SADA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"},...
{"id" : 18456, "citation_title" : "Energy-Saving Technical Change", "citation_author" : ["John Hassler", "Per Krusell", "Conny Olovsson"], "citation_publication_date" : "2012-10-11", "issue_date" : "2012-10-11", "revision_date" : "None", "topics" : ["Macroeconomics", "Development and Growth", "Innovation and R&D", "Env...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_rig...
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [113.889763779528, 38.6327272727273, 0.891571998596191, 126.740157480315, 98.9090909090909, 0.5963951125741, 88.4409448818898, 103.563636363636, 0.520254116505384, 94.2362204724409, 159.883636363636, 0.148822229239158, 90.7086614173228, 165.934545...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"formly.js": {"type": "string"}, "formly.min.js": {"type": "string"}}, "required": ["formly.js", "formly.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"formly.js" : "sha512-UCk0Nkk4o1oSSKnzJ6ptL5Osk5iWOsDA8PErTw0OK+f/qjrZwocvOIFzWWNjlEP4MwZpxMnZ3bHsR8LN7p3ZEg==", "formly.min.js" : "sha512-CbUt/nQe6y7WWcGnp5E8Y2IP1DbOzLAeVq14NKvaHGFpk1FfiHTQA7j8/6dxnWjvUZNUsM6D7cpRlXwE9fhIMg=="}
json_instruct
{"type": "object", "properties": {"formly.js": {"type": "string"}, "formly.min.js": {"type": "string"}}, "required": ["formly.js", "formly.min.js"], "$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"}, "tableId": {"type": "string"}, "tableType": {"type": "string"}, "name": {"type": "string"}, "chapters": {"type": "array", "items": {}}, "entries": {"type": "array", "items": {"type": "object"...
{"id" : "0124", "tableId" : "0124", "tableType" : "HL7", "name" : "TRANSPORTATION MODE", "chapters" : [], "entries" : [{"value" : "PORT", "description" : "The examining device goes to Patient's Loc.", "comment" : null}, {"value" : "WALK", "description" : "Patient walks to diagnostic service", "comment" : null}, {"value...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tableId": {"type": "string"}, "tableType": {"type": "string"}, "name": {"type": "string"}, "chapters": {"type": "array", "items": {}}, "entries": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "description": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":...
{"Time" : "2021-01-25T17:00:00Z", "Temp" : 10.1, "RelHum" : 91, "WindSpeed" : 1.4, "WindDir" : 294}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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"}, ...
{"name" : "api-jwt", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "tsc", "clean" : "rimraf dist", "start" : "npm run build && node dist/index.js", "dev" : "ts-node --files src/index.ts", "dev-nodemon" : "nodemon src/index.ts...
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"}, "clean": {"type": "string"}, "start": {"type": "string"}, "dev...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"slug": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "degree": {"type": "string"}, "score"...
{"slug" : "others", "description" : "Talleres, diplomados y conferencias en las que he participado", "title" : "otros logros academicos", "items" : [{"name" : "TOEFL", "degree" : "TOEFFL ITP", "score" : "640"}, {"name" : "TOEFL", "degree" : "TOEFFL ITP", "score" : "640"}]}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "degree": {"type": "string"}, "score": {"type": "string"}}, "required": ["name", "degree", "scor...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 404383037, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "f679b52902dc3c9787828ece19f5f8ad", "wof:id" : 404383037, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.88581726133028, 44.34373939917818, 3.9854697156352, 44.3929639433492],...
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": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"source": {"type": "array", "items": {"type": "string"}}, "detail-type": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "object", "properties": {"status": {"type": "array", "items": {"type": "st...
{"source" : ["aws.trustedadvisor"], "detail-type" : ["Trusted Advisor Check Item Refresh Notification"], "detail" : {"status" : ["WARN"], "check-name" : ["Underutilized Amazon EBS Volumes"]}}
json_instruct
{"type": "object", "properties": {"source": {"type": "array", "items": {"type": "string"}}, "detail-type": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "object", "properties": {"status": {"type": "array", "items": {"type": "string"}}, "check-name": {"type": "array", "items": {"type": "string"}}}, ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"out": {"type": "string"}, "name": {"type": "string"}, "entryPoints": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "excludePrivate": {"type": "bool...
{"out" : "typedoc", "name" : "node-java-props Documentation", "entryPoints" : ["src/typedoc.d.ts"], "exclude" : ["src/utils.ts"], "excludePrivate" : true, "disableSources" : true, "githubPages" : true}
json_instruct
{"type": "object", "properties": {"out": {"type": "string"}, "name": {"type": "string"}, "entryPoints": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "excludePrivate": {"type": "boolean"}, "disableSources": {"type": "boolean"}, "githubPages": {"type": "boolea...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "...
{"name" : "scrubbable", "version" : "2.0.2", "description" : "Add Scrubbing functionality to your inputs", "author" : "Mohammed Al-Qurafi", "license" : "MIT", "main" : "dist/scrubbable.js", "keywords" : ["scrubbing", "slider", "range", "ux", "interaction", "pointer-lock", "pointer", "mouse", "drag", "control", "input",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$sche...
{"PRODUCT_NAME" : "Drinking Water", "MANUFACTURER" : "Kieni Springs Limited", "BRANDNAME" : "Cool Spa", "WEIGHT" : "500ml"}
json_instruct
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "string"}, "protocol": {"type": "string"}, "port": {"type": "integer"}, "username": {"type": "string"}, "password": {"type": "string"}, "remotePath": {"type": "string"}, "watcher"...
{"name" : "Vacations App", "host" : "eddtrans.com", "protocol" : "ftp", "port" : 21, "username" : "eddtrans", "password" : "Parolamea00", "remotePath" : "/of-cdn/microapp", "watcher" : {"files" : "vendor/{autoload.php, composer}", "autoUpload" : true, "autoDelete" : false}, "uploadOnSave" : true, "ignore" : [".vscode",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "string"}, "protocol": {"type": "string"}, "port": {"type": "integer"}, "username": {"type": "string"}, "password": {"type": "string"}, "remotePath": {"type": "string"}, "watcher": {"type": "object", "properties": {"files": {"type": "string"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "robinet", "definition" : "1. (Zo\u00f6l.) (a) The chaffinch; -- called also roberd. (b) The European robin. 2. A military engine formerly used for throwing darts and stones."}
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": {"algorithm": {"type": "string"}, "coin": {"type": "string"}, "diffTarget": {"type": "integer"}, "forkedFrom": {"type": "string"}, "icon": {"type": "string"}, "links": {"type": "object", "properties": {"bitcointalkAnn"...
{"algorithm" : "CryptoNight", "coin" : "MAP", "diffTarget" : 60, "forkedFrom" : "bcn-bytecoin", "icon" : "https://storage.googleapis.com/forkmaps/images/cryptonote/map-icon.png", "links" : {"bitcointalkAnn" : "https://bitcointalk.org/index.php?topic=3197995.0", "discord" : "https://discord.gg/z5BdQYe", "facebook" : "ht...
json_instruct
{"type": "object", "properties": {"algorithm": {"type": "string"}, "coin": {"type": "string"}, "diffTarget": {"type": "integer"}, "forkedFrom": {"type": "string"}, "icon": {"type": "string"}, "links": {"type": "object", "properties": {"bitcointalkAnn": {"type": "string"}, "discord": {"type": "string"}, "facebook": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properti...
{"type" : "MultiPolygon", "coordinates" : [[[[-121.47750358699992, 38.66656132600007], [-121.47765171899991, 38.66286019200003], [-121.4840671179999, 38.66290939300005], [-121.48448835699989, 38.662954273000075], [-121.48410099999988, 38.663779], [-121.48407999999986, 38.663852], [-121.48408004099988, 38.66386222200003...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", ...
{"id" : "oxMD", "dependencies" : [{"name" : "/home/rene/Documents/misc/udacity_capstone_project_bcrypt/app/package.json", "includedInParent" : true, "mtime" : 1623712901946}, {"name" : "/home/rene/Documents/misc/udacity_capstone_project_bcrypt/app/node_modules/lodash/package.json", "includedInParent" : true, "mtime" : ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object"...
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"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discordeno":...
{"name" : "discordeno.js", "version" : "0.0.9", "description" : "A wrapper around Discordeno that comes with a Djs-like interface and a lot of other features.", "main" : "index.js", "types" : "./typings.d.ts", "dependencies" : {"discordeno" : "^13.0.0-rc45"}, "script" : {}, "repository" : {"type" : "git", "url" : "git+...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discordeno": {"type": "string"}}, "required": ["discordeno"]}, "script": {"type": "o...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsR...
{"IsRecentlyVerified" : false, "ID" : 53635, "UUID" : "899C2F16-EF06-41AC-A240-661C48452124", "DataProviderID" : 26, "DataProvidersReference" : "68930", "OperatorID" : 73, "OperatorsReference" : "EV-Box EVB-P1412009", "UsageCost" : "0.00 jaarabonnement", "AddressInfo" : {"ID" : 53981, "Title" : "Chemin du Stoquoi", "Ad...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "str...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status"...
{"id" : "beef5855-bd98-3cba-b88d-171811a7b6ea", "request" : {"url" : "/api/content/maven/group/DApublic/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.pom", "method" : "GET"}, "response" : {"status" : 200, "bodyFileName" : "body-1.0-FCS-saxpath-1.0-FCS.pom-bGtPC.xml", "headers" : {"FASTLY-DEBUG-DIGEST" : "8892bea7a944e0742b95...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "bodyFileName": {"type": "string"}, "headers": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "typ...
{"name" : "e621", "icons" : [{"src" : "/android-chrome-192x192.png", "sizes" : "192x192", "type" : "image/png"}, {"src" : "/android-chrome-512x512.png", "sizes" : "512x512", "type" : "image/png"}], "theme_color" : "#00549e", "background_color" : "#021131", "display" : "standalone"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "theme_color": {"type": "string"}, "background_color": {"type":...
Generate a valid JSON object that conforms to the following schema: {"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" : 404389821, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "56066c0edba5c639b8384aa9d31e0cec", "wof:id" : 404389821, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.44279340267958, 49.19279955403587, 1.50689583186103, 49.23271537198895...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e...
{"nom" : "Saint-L\u00e9ger-le-Gu\u00e9r\u00e9tois", "dpt" : "Creuse", "inscrits" : 371, "abs" : 69, "votants" : 302, "blancs" : 11, "nuls" : 2, "exp" : 289, "res" : [{"panneau" : "9", "voix" : 74}, {"panneau" : "3", "voix" : 72}, {"panneau" : "2", "voix" : 60}, {"panneau" : "11", "voix" : 40}, {"panneau" : "4", "voix" ...
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": {"atom-workspace": {"type": "object", "properties": {"ctrl-alt-o": {"type": "string"}}, "required": ["ctrl-alt-o"]}}, "required": ["atom-workspace"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"atom-workspace" : {"ctrl-alt-o" : "sputnik:new-orbit"}}
json_instruct
{"type": "object", "properties": {"atom-workspace": {"type": "object", "properties": {"ctrl-alt-o": {"type": "string"}}, "required": ["ctrl-alt-o"]}}, "required": ["atom-workspace"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "flopwing", "definition" : "The lapwing."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"apps": {"type": "object"...
{"componentChunkName" : "component---src-templates-appcoeditor-js", "path" : "/appco-edit/949", "webpackCompilationHash" : "78a14e192e6844584924", "result" : {"data" : {"apps" : {"appcoid" : 949, "name" : "Mevaul", "website" : "https://mevaul.com", "lifetimeEarnings" : 4551.75622453, "openSourceUrl" : null, "fields" : ...
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"apps": {"type": "object", "properties": {"appcoid": {"type": "integer"}, "name": {"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "health": {"type": "integer"}, "size": {"type": "integer"}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "amount": {"type": "integer"}}, "r...
{"type" : "Wall", "health" : 2500, "size" : 1, "requirements" : [{"item" : "azurite", "amount" : 75}], "category" : "defense", "research" : "vo-strongsmallwall"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "health": {"type": "integer"}, "size": {"type": "integer"}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["item", "amount"]}}, "category": {"type": "strin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "I reproach, revile, upbraid", "long" : "I reproach, revile, upbraid."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"date": {"type": "string"}, "platform": {"type": "string"}, "images": {"type": "object", "properties": {"small": {"type": "string"}, "grid": {"type": "string"}, "large": {"type": "string"}, "medium": {"type": "s...
{"date" : "2007-06-01", "platform" : "TV", "images" : {"small" : "", "grid" : "", "large" : "", "medium" : "", "common" : ""}, "summary" : "", "name" : "\u306a\u306a\u307f\u3061\u3083\u3093 \u7b2c4\u30b7\u30ea\u30fc\u30ba", "name_cn" : "\u9b54\u6cd5\u5a1c\u5a1c\u54aa \u7b2c\u56db\u5b63", "tags" : [], "infobox" : [{"key...
json_instruct
{"type": "object", "properties": {"date": {"type": "string"}, "platform": {"type": "string"}, "images": {"type": "object", "properties": {"small": {"type": "string"}, "grid": {"type": "string"}, "large": {"type": "string"}, "medium": {"type": "string"}, "common": {"type": "string"}}, "required": ["small", "grid", "larg...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"require": {"type": "object", "properties": {"symfony/console": {"type": "string"}}, "required": ["symfony/console"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "re...
{"require" : {"symfony/console" : "^3.0"}, "require-dev" : {"phpunit/phpunit" : "5.3.*"}, "autoload" : {"psr-4" : {"Acme\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"symfony/console": {"type": "string"}}, "required": ["symfony/console"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties":...
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": {"pretest": {"type": "string"}, "test": {"typ...
{"name" : "functional-tests", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"pretest" : "dotnet build app", "test" : "ts-node --project ./scripts/tsconfig.json ./scripts/run-tests.ts"}, "author" : "", "license" : "Apache-2.0", "devDependencies" : {"@types/node" : "^9.6.28", "ts-node" : "^7....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "author": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"brick_type=large": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "brick_type=vertical_large": {"type": "object", "properties": {...
{"variants" : {"brick_type=large" : {"model" : "rankine:block/marlstone_bricks"}, "brick_type=vertical_large" : {"model" : "rankine:block/marlstone_bricks_vertical"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"brick_type=large": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "brick_type=vertical_large": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string...
{"category" : "Topez-Server-Core", "classinstvars" : [], "classvars" : [], "commentStamp" : "", "instvars" : ["topez", "miniToolSpec", "windowLabel", "windowName", "windowLocation", "parentBuilder", "windowId", "theMiniTool"], "name" : "TDAbstractToolBuilder", "pools" : [], "super" : "Object", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "pools": {"type": "array", "items": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-co...
{"name" : "gov-contract-test", "version" : "0.1.0", "description" : "CITA gov general demo contract test using cita-sdk-js", "main" : "", "devDependencies" : {"eslint" : "^5.16.0", "eslint-config-airbnb-base" : "^13.1.0", "eslint-plugin-import" : "^2.17.2"}, "scripts" : {"test" : "mocha test/perms_mng.js -t 20s --exit"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"jQuery.tagify.min.js": {"type": "string"}, "react.tagify.js": {"type": "string"}, "react.tagify.min.js": {"type": "string"}, "tagify.css": {"type": "string"}, "tagify.min.css": {"type": "string"}, "tagify.min.js": {"type": "st...
{"jQuery.tagify.min.js" : "sha512-czMU3ztGzxAnD5K6IO6hAeEZlVpXxgmB4fPXOIuX1InLRduh+Cto525dKdWzCpaZ6P/Y45B3SPxiINa3h7CcWA==", "react.tagify.js" : "sha512-qtPMtp7KimlTWmS8IJUH8UXC5921KP+ynYedRYzXFw9GSMui29Ku+cbuNsayyCFZoyWcOCz0rWKXk2qS5Cp2Fg==", "react.tagify.min.js" : "sha512-K3WaPMDh+GMknE2Wcn0wenHzy+GoaNwQigVqOGg3rXd0...
json_instruct
{"type": "object", "properties": {"jQuery.tagify.min.js": {"type": "string"}, "react.tagify.js": {"type": "string"}, "react.tagify.min.js": {"type": "string"}, "tagify.css": {"type": "string"}, "tagify.min.css": {"type": "string"}, "tagify.min.js": {"type": "string"}, "tagify.polyfills.min.js": {"type": "string"}}, "re...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "whiten", "definition" : "To grow white; to turn or become white or whiter; as, the hair whitens with age; the sea whitens with foam; the trees in spring whiten with blossoms.\n\nTo make white; to bleach; to blanch; to whitewash; as, to whiten a wall; to whiten cloth. The broad stream of the Foyle then whiten...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["cont...
{"contract" : "0x50583310f056d2da6b910726c927ea1b7a872b15", "tool" : "oyente", "start" : 1563807882.210881, "end" : 1563807886.002847, "duration" : 3.791965961456299, "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://...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "galacticraft-rewoven:block/moon_rock_slab"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Id": {"type": "string"}, "DisplayName": {"type": "string"}, "Author": {"type": "string"}, "Version": {"type": "string"}, "ManagerVersion": {"type": "string"}, "Requirements": {"type": "array", "items": {}}, "Assemb...
{"Id" : "TextureLoader", "DisplayName" : "Texture Loader", "Author" : "spacehamster", "Version" : "1.0.1", "ManagerVersion" : "0.14.1", "Requirements" : [], "AssemblyName" : "TextureLoader.dll", "EntryMethod" : "TextureLoader.Main.Load", "HomePage" : "https://github.com/spacehamster/KingmakerTextureLoader", "Repository...
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "DisplayName": {"type": "string"}, "Author": {"type": "string"}, "Version": {"type": "string"}, "ManagerVersion": {"type": "string"}, "Requirements": {"type": "array", "items": {}}, "AssemblyName": {"type": "string"}, "EntryMethod": {"type": "string"}, "HomePa...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "18ee964087b3ad1c07d9", "c" : {}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}...
{"output" : "undefined", "input" : "undefined", "level" : 5, "name" : "Justifier II", "has_images" : false, "description" : "undefined", "id" : "1278", "category" : "Strings", "statistics" : {"level" : "5 / 10", "submissions" : 4541, "solved" : 1411, "ratio" : "31.07%"}}
json_instruct
{"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "propert...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["typ...
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "ARNEIROZ", "Description" : "ARNEIROZ / CE"}, "geometry" : {"type" : "LineString", "coordinates" : [[-39.88989909826471, -6.098460773745671], [...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "ob...