input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "item...
{"version" : "4.5.6", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[297, 825], [840, 820], [843, 930], [293, 933]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}], "imagePath" : "img_321.jpg", "imageData" : "null", "imageWidth" : 1024, "imageHeight" : 1365}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "grou...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int...
{"nom" : "Verchin", "circ" : "4\u00e8me circonscription", "dpt" : "Pas-de-Calais", "inscrits" : 185, "abs" : 73, "votants" : 112, "blancs" : 6, "nuls" : 0, "exp" : 106, "res" : [{"nuance" : "LR", "nom" : "M. Daniel FASQUELLE", "voix" : 79}, {"nuance" : "REM", "nom" : "M. Thibaut GUILLUY", "voix" : 27}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"$type": {"type": "string"}, "id": {"type": "integer"}, "holding_static_mesh": {"type": "string"}, "holding_static_mesh_mat": {"type": "string"}}, "required": ["$type", "id", "holding_static_mesh", "holding_static_...
{"$type" : "InteractionItem", "id" : 1040040001, "holding_static_mesh" : "StaticMesh'/Game/X6GameData/Prototype/PrototypeAssets/StaticMesh/SM_Ball.SM_Ball'", "holding_static_mesh_mat" : "MaterialInstanceConstant'/Game/X6GameData/Prototype/PrototypeAssets/CustomizableGrid/Materials/Presets/M_Grid_preset_002.M_Grid_prese...
json_instruct
{"type": "object", "properties": {"$type": {"type": "string"}, "id": {"type": "integer"}, "holding_static_mesh": {"type": "string"}, "holding_static_mesh_mat": {"type": "string"}}, "required": ["$type", "id", "holding_static_mesh", "holding_static_mesh_mat"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : 13346, "cartId" : "85122f02-7402-4673-a02b-c3dc7ae460eb", "preferredProducts" : [1515, 1972, 3680, 2599, 4867], "productReviews" : [{"productId" : 2776, "reviewText" : "I saw one of these in Cote d'Ivoire and I bought one.", "reviewDate" : "2017-07-02T18:25:13.7118154+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "con...
[{"name" : "bf-578_1", "size" : 1501607590, "link" : "https://streamtape.com/e/GQ1O6qg9B3i1r1a", "created_at" : "2022\u5e7404\u670804\u65e5 04:21:36", "downloads" : 0, "linkid" : "GQ1O6qg9B3i1r1a", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "ht...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":...
Using the following JSON schema, generate a compatible JSON instance: {"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" : 2216, "citation_title" : "Short-term and Long-Term Expectations of the Yen/Dollar Exchange Rate: Evidence from Survey Data", "citation_author" : ["Jeffrey A. Frankel", "Kenneth A. Froot"], "citation_publication_date" : "1987-04-01", "issue_date" : "1987-04-01", "revision_date" : "None", "topics" : ["Internatio...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": ...
{"type" : "MultiPolygon", "coordinates" : [[[[-97.270611, 43.430062], [-97.270386, 43.43006], [-97.270291, 43.43006], [-97.27001, 43.430057], [-97.269822, 43.430056], [-97.269728, 43.430056], [-97.26841, 43.430037], [-97.267845, 43.430032], [-97.267267, 43.430023], [-97.26677, 43.430017], [-97.266245, 43.43001], [-97.2...
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": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"kind": {"type": "string"}, "collectionName": {"type": "string"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]},...
{"kind" : "collectionType", "collectionName" : "org-info", "info" : {"name" : "Informa\u00e7\u00f5es da Org (Miss\u00e3o, Valores e Vis\u00e3o)", "description" : ""}, "options" : {"increments" : true, "timestamps" : true, "draftAndPublish" : true}, "attributes" : {"title" : {"type" : "string", "required" : true}, "text...
json_instruct
{"type": "object", "properties": {"kind": {"type": "string"}, "collectionName": {"type": "string"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "options": {"type": "object", "properties": {"increments": {"type": "boolean...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "loca...
{"id" : 131, "title" : ["[Temple Wyneb, Calvaria]"], "description" : ["It is impossible to avoid the bat guano entirely, as it covers every inch of the floor. However, the greatest density appears to be in the center of the room, so you do what you can to keep to the edges."], "paths" : ["Obvious exits: north, south"]...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"130": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"new_version" : "1.5.9"}
json_instruct
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_ema...
{"id" : 9942, "name" : "SideReel - remove trash", "description" : "Removes all the unwanted crap on SideReel.com.\r\n\r\nI left in \r\n-show-related news \r\n-episode links [duh!]\r\n-social-related links\r\n-recommendations\r\n-cast and crew\r\n-wiki\r\n-images\r\n\r\nIf you want me to block any of these as well, requ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "null"}, "abo...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"links": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "link": {"type": "string"}, "image": {"type": "string"}, "about": {"type": "string"}}, "required": ["id"...
{"links" : [{"id" : 1, "name" : "Sonu kumar kushwaha", "link" : "https://blog-minimal.netlify.app/", "image" : "https://raw.githubusercontent.com/flyingsonu122/links-list/host/img/sonu.jpg", "about" : "CS Student and web developer"}, {"id" : 2, "name" : "Nihal Priyadarshi", "link" : "https://nihal-priyadarshi.github.io...
json_instruct
{"type": "object", "properties": {"links": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "link": {"type": "string"}, "image": {"type": "string"}, "about": {"type": "string"}}, "required": ["id", "name", "link", "image", "about"]}}}, "required": ["lin...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"backend": {"type": "object", "properties": {"module": {"type": "string"}, "module_class": {"type": "string"}, "path": {"type": "string"}, "load_from_path": {"type": "boolean"}}, "required": ["module", "module...
{"backend" : {"module" : "medallion.backends.taxii.memory_backend", "module_class" : "MemoryBackend", "path" : "./example_configs/directory/", "load_from_path" : true}, "taxii" : {"max_page_size" : 100}, "auth" : {"module" : "medallion.backends.auth.mongo_auth", "module_class" : "AuthMongodbBackend", "uri" : "mongodb:/...
json_instruct
{"type": "object", "properties": {"backend": {"type": "object", "properties": {"module": {"type": "string"}, "module_class": {"type": "string"}, "path": {"type": "string"}, "load_from_path": {"type": "boolean"}}, "required": ["module", "module_class", "path", "load_from_path"]}, "taxii": {"type": "object", "properties"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}...
{"id" : 22474, "name" : "Google-Doodle remover (removes Google.com-logos)", "description" : "For Google.com. Look here for Google.de: http://userstyles.org/styles/22473", "user" : {"id" : 5174, "name" : "lestarte2008", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "u...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"grade": {"type": "string"}, "type": {"type": "string"}, "exp": {"type": "string"}}, "required": ["grade", "type", "exp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"grade" : "int", "type" : "int", "exp" : "int"}
json_instruct
{"type": "object", "properties": {"grade": {"type": "string"}, "type": {"type": "string"}, "exp": {"type": "string"}}, "required": ["grade", "type", "exp"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "re...
{"name" : "egg-blog", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "egg-scripts start --daemon --title=egg-server-demo", "dev" : "egg-bin dev"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"egg" : "^2.10.0", "egg-mongoose" : "^3.1.0", "egg-scripts" : "^2....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "keywords": {"type": "array", "...
Using the following JSON schema, generate a compatible JSON instance: {"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"}, "t...
{"body" : "Hi, \r\nI am the developer of SZ. I updated the package.py for SZ in spack, by using the latest version. \r\nPlease merge it. \r\nThanks!\r\n\r\nBest,\r\nSheng", "user" : "disheng222", "url" : "https://api.github.com/repos/spack/spack/issues/5511", "updated_at" : "2017-09-27 20:52:13", "created_at" : "2017-0...
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": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dbInfo": {"type": "object", "properties": {"url": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "driver": {"type": "string"}, "dbName": {"type": "string"}, "tableName": {"t...
{"dbInfo" : {"url" : "jdbc:mysql://localhost:3306/test", "username" : "username", "password" : "password", "driver" : "com.mysql.cj.jdbc.Driver", "dbName" : "test", "tableName" : "users", "tableComment" : "\u6d4b\u8bd5-\u8868\u6ce8\u91ca"}, "generatorInfo" : {"orm" : "mybatis", "author" : "jinglun", "packageBaseLocatio...
json_instruct
{"type": "object", "properties": {"dbInfo": {"type": "object", "properties": {"url": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "driver": {"type": "string"}, "dbName": {"type": "string"}, "tableName": {"type": "string"}, "tableComment": {"type": "string"}}, "required": ["url", "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "homepage_url": {"type": "string"}, "spdx_license_key": {"type": "string"}}, ...
{"key" : "isotope-cla", "short_name" : "Isotope Commercial License Agreement", "name" : "Isotope Commercial License Agreement", "category" : "Commercial", "owner" : "Metafizzy", "homepage_url" : "http://isotope.metafizzy.co/license.html", "spdx_license_key" : "LicenseRef-scancode-isotope-cla"}
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "homepage_url": {"type": "string"}, "spdx_license_key": {"type": "string"}}, "required": ["key", "short_name", "name", "category", "owne...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "nu...
{"id" : "18569449", "tms:id" : "78425", "accession_number" : "1943-46-20", "title" : "Textile, 17th century", "url" : "http://collection.cooperhewitt.org/objects/18569449/", "department_id" : "35347501", "period_id" : null, "media_id" : "35427757", "type_id" : "35251739", "date" : "17th century", "year_start" : null, "...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "da...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"lanes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "label": {"type": "string"}, "cards": {"type": "array", "items": {"type": "object", "proper...
{"lanes" : [{"id" : "yesterday", "title" : "Yesterday", "label" : "20/70", "cards" : [{"id" : "Wip1", "title" : "Clean House", "label" : "30 mins", "description" : "Soap wash and polish floor. Polish windows and doors. Scrap all broken glasses"}]}, {"id" : "today", "title" : "Today", "label" : "10/20", "droppable" : fa...
json_instruct
{"type": "object", "properties": {"lanes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "label": {"type": "string"}, "cards": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "label"...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}}, "required": ["url", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"url" : "https://hexdocs.pm/elixir/Kernel.SpecialForms.html#import/2", "description" : "Documentation - import"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}}, "required": ["url", "description"]}, "$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"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "...
{"id" : "2001", "provinceId" : "73", "regencyId" : "03", "districtId" : "03", "name" : "Ulu Galung"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"test": {"type": "string"}}, "required": ["test"]}, "author"...
{"name" : "surf-site", "version" : "1.0.0", "description" : "surf site for Boner Surf", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Tim Chen", "license" : "MIT", "dependencies" : {"body-parser" : "^1.19.0", "ejs" : "^3.0.2", "express" : "^4.17.1", "express-sessio...
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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "options_page": ...
{"name" : "select and convert to markdown", "version" : "0.1.0", "manifest_version" : 2, "description" : "Copy select text and convert to Markdown code", "permissions" : ["tabs", "contextMenus", "http://*/*", "https://*/*"], "options_page" : "options.html", "icons" : {"16" : "toolbar-copy-convert-markdown.png", "48" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "options_page": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "distance": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "required": ["id", "date", "dist...
{"id" : 994, "date" : "2015-04-29", "distance" : 5.9, "distanceLabel" : "5.9 miles", "duration" : 45.135, "runByRunner" : "Rosio"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "distance": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "required": ["id", "date", "distance", "distanceLabel", "duration", "runByRunner"], "$schema":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 11267, "cartId" : "a1db2d2c-79aa-4d66-ba56-38faa2ae4cd6", "preferredProducts" : [3956, 813, 2104, 3265, 2039, 2581, 490, 1295, 1358], "productReviews" : [{"productId" : 3319, "reviewText" : "talk about sadness!", "reviewDate" : "2016-09-16T08:20:29.1594363+03:00"}, {"productId" : 404, "reviewText" : "My co-...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"avail": {"type": "string"}, "brief": {"type": "array", "items": {"type": "string"}}, "cmd-comment": {"type": "array", "items": {"type": "string"}}, "cmd-syntax": {"type": "array", "items": {"type": "string"}}, "hook": {"type": "...
{"avail" : "1.6.0", "brief" : ["This command creates or replaces an IPv4 shared network in the configuration database."], "cmd-comment" : ["The provided list must contain exactly one shared network specification, and must not contain subnets (the \"subnet4\" parameter). The subnets are added to the shared network using...
json_instruct
{"type": "object", "properties": {"avail": {"type": "string"}, "brief": {"type": "array", "items": {"type": "string"}}, "cmd-comment": {"type": "array", "items": {"type": "string"}}, "cmd-syntax": {"type": "array", "items": {"type": "string"}}, "hook": {"type": "string"}, "name": {"type": "string"}, "resp-syntax": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"model": {"type": "string"}, "dataset": {"type": "string"}, "rmse_train": {"type": "number"}, "rmse_test": {"type": "number"}, "log_score_train": {"type": "number"}, "log_score_test": {"type": "number"}, "crps_trai...
{"model" : "PNN-E", "dataset" : "kin8nm", "rmse_train" : 0.07145457709096642, "rmse_test" : 0.10483292534725201, "log_score_train" : 1.2998565490614244, "log_score_test" : 0.9093521635470255, "crps_train" : 0.03816326264459619, "crps_test" : 0.05675455893849627, "picp_train" : 0.9868131868131869, "picp_test" : 0.937042...
json_instruct
{"type": "object", "properties": {"model": {"type": "string"}, "dataset": {"type": "string"}, "rmse_train": {"type": "number"}, "rmse_test": {"type": "number"}, "log_score_train": {"type": "number"}, "log_score_test": {"type": "number"}, "crps_train": {"type": "number"}, "crps_test": {"type": "number"}, "picp_train": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"513335100": {"type": "string"}, "513335101": {"type": "string"}, "513335102": {"type": "string"}, "513335200": {"type": "string"}, "513335201": {"type": "string"}, "513335202": {"type": "string"}, "513335203": {"type...
{"513335100" : "\u590f\u909b\u9547", "513335101" : "\u4e2d\u54b1\u9547", "513335102" : "\u63aa\u62c9\u9547", "513335200" : "\u62c9\u54c7\u4e61", "513335201" : "\u515a\u5df4\u4e61", "513335202" : "\u7af9\u5df4\u9f99\u4e61", "513335203" : "\u4e2d\u5fc3\u7ed2\u4e61", "513335204" : "\u82cf\u54c7\u9f99\u4e61", "513335205" :...
json_instruct
{"type": "object", "properties": {"513335100": {"type": "string"}, "513335101": {"type": "string"}, "513335102": {"type": "string"}, "513335200": {"type": "string"}, "513335201": {"type": "string"}, "513335202": {"type": "string"}, "513335203": {"type": "string"}, "513335204": {"type": "string"}, "513335205": {"type": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : ".gerenciador\\Scripts\\python.exe"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"pouchdb.js": {"type": "string"}, "pouchdb.min.js": {"type": "string"}}, "required": ["pouchdb.js", "pouchdb.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pouchdb.js" : "sha256-GzQrzy3O8oVd+PwSQ2F4xo+Y/T5N0lqFAnzEGZGCUQ0=", "pouchdb.min.js" : "sha256-VMfRqCZtDylBMRoC834p8JOZlpdesjz8g6gTSw1sQII="}
json_instruct
{"type": "object", "properties": {"pouchdb.js": {"type": "string"}, "pouchdb.min.js": {"type": "string"}}, "required": ["pouchdb.js", "pouchdb.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"workspaces": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"...
{"workspaces" : ["correlation-id", "logger", "articles-service", "price-calculation-service"], "private" : true, "version" : "1.0.0", "main" : "index.js", "repository" : "git@github.com:evgeni-k/correlation-id-sample.git", "author" : "Evgeni Kisel", "scripts" : {"start:all" : "concurrently -n Article,Price -c red,blue ...
json_instruct
{"type": "object", "properties": {"workspaces": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"start:all": {"type": "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"...
{"name" : "backendnode", "version" : "0.1.0", "description" : "un chat como el de telegram", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Tom\u00e1s Gonz\u00e1lez", "license" : "MIT", "devDependencies" : {"eslint" : "^7.17.0", "eslint-config-airbnb" : "^18.2.1"...
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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDe...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "cover": {"type": "string"}, "issue": {"type": "string"}, "link": {"type": "string"}, "position": {"type": "integer"}}, "required": ["title", "cover", "issue", "...
[{"title" : "X-Men: Messiah Complex", "cover" : "https://readcomiconline.to/Uploads/Etc/5-17-2016/21579526.jpg", "issue" : "Full", "link" : "https://readcomiconline.to/Comic/X-Men-Messiah-Complex/Full?id=52843", "position" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "cover": {"type": "string"}, "issue": {"type": "string"}, "link": {"type": "string"}, "position": {"type": "integer"}}, "required": ["title", "cover", "issue", "link", "position"]}, "$schema": "http://json-schema.org/draft-07/sche...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/sc...
{"_id" : "5e064f5beb009468d90bacb4", "_tpl" : "5caf16a2ae92152ac412efbc", "parentId" : "5e064f5beb009468d90bacb1", "slotId" : "mod_sight_front"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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", "l...
{"place_name" : "Bernard", "state_name" : "Iowa", "state_abbrv" : "IA", "lat" : "42.3321", "long" : "-90.863"}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":...
{"Time" : "2020-11-09T02:00:00Z", "Temp" : 19.2, "RelHum" : 59, "WindSpeed" : 4.2, "WindDir" : 110}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"index": {"type": "integer"}, "startTimeInSeconds": {"type": "string"}, "seasonNumber": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "seasonPassUnlockHash": {"type": ...
{"index" : 3, "startTimeInSeconds" : "0", "seasonNumber" : 4, "blacklisted" : false, "redacted" : false, "seasonPassUnlockHash" : 0, "seasonPassProgressionHash" : 0, "displayProperties" : {"hasIcon" : false, "description" : "A new season has begun! Roam the Tangled Shore, avenge the fall of a legend, and walk the right...
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "startTimeInSeconds": {"type": "string"}, "seasonNumber": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "seasonPassUnlockHash": {"type": "integer"}, "seasonPassProgressionHash": {"type": "integer"}, "displayPrope...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"DifficultyLevels": {"type": "array", "items": {"type": "string"}}}, "required": ["DifficultyLevels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DifficultyLevels" : ["TheComputerIsACheatingBastard", "StrategyGame", "RPG", "ActionGame", "NintendoHard", "IdiosyncraticDifficultyLevels", "NonIndicativeDifficulty", "NintendoHard", "RankInflation", "HarderThanHard", "StoryDifficultySetting", "ArrangeMode", "OmnipresentTropes", "EasyModeMockery", "MercyMode", "NonIn...
json_instruct
{"type": "object", "properties": {"DifficultyLevels": {"type": "array", "items": {"type": "string"}}}, "required": ["DifficultyLevels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schem...
{"Time" : "2021-08-14T05:00:00Z", "Temp" : 24.5, "RelHum" : 72, "WindSpeed" : 0.4, "WindDir" : 325}
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required...
{"uuid" : "296999ef-822d-45b5-9a17-23c039ae19dd", "befores" : [{"name" : "json_groups", "status" : "passed", "start" : 1632510958070, "stop" : 1632510958070}], "start" : 1632510958070, "stop" : 1632510960303}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "category": {"type": "string"}, "identifier": {"type": "string"}, "namespace": {"type":...
{"name" : "fillborders", "type" : "VSPlugin", "description" : "A simple filter that fills the borders of a clip, without changing the clip's dimensions", "website" : "https://github.com/dubhater/vapoursynth-fillborders", "category" : "Other", "identifier" : "com.nodame.fillborders", "namespace" : "fb", "github" : "http...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "category": {"type": "string"}, "identifier": {"type": "string"}, "namespace": {"type": "string"}, "github": {"type": "string"}, "releases": {"type": "array", "item...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "backgroundImage": {"type": "string"}, "prev": {"type": "integer"}, "next": {"type": "integer"}}, "required": ["title", "backgro...
{"items" : [{"title" : "koira", "backgroundImage" : "images/slider-1.jpg", "prev" : 3, "next" : 1}, {"title" : "koira", "backgroundImage" : "images/slider-2.jpg", "prev" : 0, "next" : 2}, {"title" : "koira", "backgroundImage" : "images/slider-3.jpg", "prev" : 1, "next" : 3}, {"title" : "koira", "backgroundImage" : "ima...
json_instruct
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "backgroundImage": {"type": "string"}, "prev": {"type": "integer"}, "next": {"type": "integer"}}, "required": ["title", "backgroundImage", "prev", "next"]}}}, "required": ["items"], "$sch...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5c2e47d254e18f905d56cf947059d3499d28218e"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "irc": {"type": "string"}}, "required": ["email", "irc"]}, "...
{"name" : "bumble/shell", "description" : "Contains classes to manage command line arguments.", "homepage" : "http://bumble.attibee.com", "support" : {"email" : "a@attibee.com", "irc" : "irc://irc.freenode.org/attibee-bumble"}, "license" : "Apache-2.0", "keywords" : ["attibee", "bumble", "shell"], "version" : "1.0-dev"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "irc": {"type": "string"}}, "required": ["email", "irc"]}, "license": {"type": "string"}, "keywords": {"type": "array...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "b4a68e1287b2f4b2ca1c3dae889c0a36e4864239"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"TotalResults": {"type": "integer"}, "ReturnedResults": {"type": "integer"}, "Results": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "CountryId": {"type": "integer"},...
{"TotalResults" : 2, "ReturnedResults" : 2, "Results" : [{"ID" : 1, "CountryId" : 2, "Name" : "sample string 3", "OwnershipDescription" : "sample string 4", "HoldingDescription" : "sample string 5", "HoldingUnit" : "sample string 6", "Created" : "2017-07-19", "CanIssueShares" : true}, {"ID" : 4, "CountryId" : 7, "Name"...
json_instruct
{"type": "object", "properties": {"TotalResults": {"type": "integer"}, "ReturnedResults": {"type": "integer"}, "Results": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "CountryId": {"type": "integer"}, "Name": {"type": "string"}, "OwnershipDescription": {"type": "string"}, "Hol...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"subscription_id": {"type": "string"}, "resource_group": {"type": "string"}, "workspace_name": {"type": "string"}}, "required": ["subscription_id", "resource_group", "workspace_name"], "$schema": "http://json-schema.org/draf...
{"subscription_id" : "b73995e3-caad-4882-8644-f2175789c3ff", "resource_group" : "azure-mlops", "workspace_name" : "savanh-ml-ops"}
json_instruct
{"type": "object", "properties": {"subscription_id": {"type": "string"}, "resource_group": {"type": "string"}, "workspace_name": {"type": "string"}}, "required": ["subscription_id", "resource_group", "workspace_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "en": {"type": "string"}, "ru": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "phoneCode": {"type": "string"}, "capital": {"type": "null"}, "cur...
[{"id" : "728efff1-6d07-4db9-a43c-d60befeeb2dc", "en" : "American Samoa", "ru" : "\u0410\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u043e\u0435 \u0421\u0430\u043c\u043e\u0430", "iso3" : "ASM", "iso2" : "AS", "phoneCode" : "+1-684", "capital" : null, "currency" : "USD"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "en": {"type": "string"}, "ru": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "phoneCode": {"type": "string"}, "capital": {"type": "null"}, "currency": {"type": "string"}}, "required": ["id", "en", "ru",...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required":...
[{"postal_code" : "76720", "place_name" : "San Clemente", "place_type" : "Pueblo", "county" : "Pedro Escobedo", "state" : "Quer\u00e9taro", "city" : ""}, {"postal_code" : "76720", "place_name" : "Negro", "place_type" : "Colonia", "county" : "Pedro Escobedo", "state" : "Quer\u00e9taro", "city" : ""}, {"postal_code" : "7...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"jquery-i18next.js": {"type": "string"}, "jquery-i18next.min.js": {"type": "string"}}, "required": ["jquery-i18next.js", "jquery-i18next.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery-i18next.js" : "sha256-wFKwbmY+2pdkP/8dhuqf5U7xdX6lMZ+iFtMesBq+gw0=", "jquery-i18next.min.js" : "sha256-59UAtLtN2A6P/uMbpKzLbKwvDGqDTDrhVlpRSk8bm5Y="}
json_instruct
{"type": "object", "properties": {"jquery-i18next.js": {"type": "string"}, "jquery-i18next.min.js": {"type": "string"}}, "required": ["jquery-i18next.js", "jquery-i18next.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"api": {"type": "object", "properties": {"endpoint": {"type": "string"}}, "required": ["endpoint"]}, "telegram": {"type": "object", "properties": {"key": {"type": "string"}}, "required": ["key"]}, "database": {"type": "object",...
{"api" : {"endpoint" : "https://marudor.de/api"}, "telegram" : {"key" : ""}, "database" : {"dialect" : "postgres", "path" : "host=postgres port=myport user=bahn-bot dbname=bahn-bot password=supersecretpassword sslmode=disable"}, "loglevel" : "trace", "enable_metrics" : true}
json_instruct
{"type": "object", "properties": {"api": {"type": "object", "properties": {"endpoint": {"type": "string"}}, "required": ["endpoint"]}, "telegram": {"type": "object", "properties": {"key": {"type": "string"}}, "required": ["key"]}, "database": {"type": "object", "properties": {"dialect": {"type": "string"}, "path": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"core": {"type": "string"}, "users": {"type": "string"}, "timers": {"type": "string"}, "keywords": {"type": "string"}, "customcommands": {"type": "string"}, "event-listeners": {"type": "string"}, "ranks": {"type": "st...
{"core" : "Obecn\u00e9", "users" : "U\u017eivatel\u00e9", "timers" : "\u010casova\u010de", "keywords" : "Kl\u00ed\u010dov\u00e1 slova", "customcommands" : "Vlastn\u00ed p\u0159\u00edkazy", "event-listeners" : "Ud\u00e1losti", "ranks" : "Hodnosti", "songs" : "P\u00edsni\u010dky", "viewers" : "Div\u00e1ci", "alias" : "Al...
json_instruct
{"type": "object", "properties": {"core": {"type": "string"}, "users": {"type": "string"}, "timers": {"type": "string"}, "keywords": {"type": "string"}, "customcommands": {"type": "string"}, "event-listeners": {"type": "string"}, "ranks": {"type": "string"}, "songs": {"type": "string"}, "viewers": {"type": "string"}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"900380171": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900380172": {"type": "object", "properties": {"n...
{"900380171" : {"nama" : "TPS 01", "dapil" : [3303, 13305, 2331603]}, "900380172" : {"nama" : "TPS 02", "dapil" : [3303, 13305, 2331603]}, "900380173" : {"nama" : "TPS 03", "dapil" : [3303, 13305, 2331603]}, "900380174" : {"nama" : "TPS 04", "dapil" : [3303, 13305, 2331603]}, "900380175" : {"nama" : "TPS 05", "dapil" :...
json_instruct
{"type": "object", "properties": {"900380171": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900380172": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"status": {"type": "string"}, "knowledge": {"type": "array", "items": {"type": "string"}}, "degree_of_difficulty": {"type": "integer"}, "explain": {"type": "string"}, "question": {"type": "string"}, "source": {"type": "string"}, ...
{"status" : "ok", "knowledge" : ["\u6b7b\u9501"], "degree_of_difficulty" : 1, "explain" : "1\uff09\uff084\u5206\uff0cb\u6700\u59272\u5206\uff1b\u987a\u5e8f2\u5206\uff09 b)\u65b9\u6cd5\u5177\u6709\u6700\u5927\u7684\u5e76\u884c\u6027\u3002 b>a>c\n2) \u5f53\u524d\u7cfb\u7edf\u5904\u4e8e\u5b89\u5168\u72b6\u6001\uff082\u520...
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "knowledge": {"type": "array", "items": {"type": "string"}}, "degree_of_difficulty": {"type": "integer"}, "explain": {"type": "string"}, "question": {"type": "string"}, "source": {"type": "string"}, "answer": {"type": "string"}, "type": {"type": "string"},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ID": {"type": "string"}, "Name": {"type": "string"}, "Category": {"type": "string"}, "Description": {"type": "string"}, "Severity": {"type": "integer"}, "Scope": {"type": "string"}, "Expression": {"type": "string"}, "Compatibi...
{"ID" : "FILTER_COLUMN_VALUES", "Name" : "[Measures Expressions] [Performance] Filter column values with proper syntax", "Category" : "3. Measures and Expressions", "Description" : "Instead of using this pattern FILTER('Table','Table'[Column]=\"Value\") for the filter parameters of a CALCULATE or CALCULATETABLE functio...
json_instruct
{"type": "object", "properties": {"ID": {"type": "string"}, "Name": {"type": "string"}, "Category": {"type": "string"}, "Description": {"type": "string"}, "Severity": {"type": "integer"}, "Scope": {"type": "string"}, "Expression": {"type": "string"}, "CompatibilityLevel": {"type": "integer"}}, "required": ["ID", "Name"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"D6GRK6": {"type": "string"}, "CAS2_FILAD": {"type": "string"}, "CRISPR-associated endoribonuclease Cas2": {"type": "string"}, "cas2": {"type": "string"}}, "required": ["D6GRK6", "CAS2_FILAD", "CRISPR-associated...
{"D6GRK6" : "D6GRK6", "CAS2_FILAD" : "D6GRK6", "CRISPR-associated endoribonuclease Cas2" : "D6GRK6", "cas2" : "D6GRK6"}
json_instruct
{"type": "object", "properties": {"D6GRK6": {"type": "string"}, "CAS2_FILAD": {"type": "string"}, "CRISPR-associated endoribonuclease Cas2": {"type": "string"}, "cas2": {"type": "string"}}, "required": ["D6GRK6", "CAS2_FILAD", "CRISPR-associated endoribonuclease Cas2", "cas2"], "$schema": "http://json-schema.org/draft-...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "activities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "time": {"type": "integer"}}, "required": ["id", "time"]}}}, "...
{"id" : "all-round-routine", "name" : "All Round Routine", "activities" : [{"id" : "warm-up", "time" : 300}, {"id" : "fh-drive", "time" : 300}, {"id" : "fh-defense", "time" : 300}, {"id" : "bh-drive", "time" : 300}, {"id" : "bh-defence", "time" : 300}, {"id" : "rest", "time" : 120}, {"id" : "fh-volley", "time" : 300}, ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "activities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "time": {"type": "integer"}}, "required": ["id", "time"]}}}, "required": ["id", "name", "activities"], "$schema": "http://json-sche...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["buster-ci"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "strin...
{"kind" : "Property", "name" : "CSSNamespaceRule.namespaceURI", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/CSSNamespaceRule/namespaceURI", "description" : "The CSSNamespaceRule.namespaceURI read-only property returns a DOMString containing the text of the URI of the given namespace.", "refs" : [{"name" ...
json_instruct
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "requi...
Create a JSON structure that matches this schema definition: {"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": {}}, ...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [633.165, 249.112, 1, 639.183, 290.862, 1, 603.106, 296.135, 1, 585.107, 336.305, 1, 593.143, 365.127, 1, 668.98, 288.403, 1, 688.678, 324.636, 1, 675.076, 362.891, 1, 620.418, 365.331, 1, 616.681, 425.512, 1, 613.082, 483.303, 1, 655.096, 369.886, 1, 644.772, 434.41...
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...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "rule": {"type": "string"}, "severity": {"type": "string"}, "text": {"type": "string"}}, "required": ["line", "column", "rule", "severity", "t...
[{"line" : 12, "column" : 6, "rule" : "stylus/selector-list-comma-space-after", "severity" : "error", "text" : "Unexpected whitespace after \",\" in a single-line list (stylus/selector-list-comma-space-after)"}, {"line" : 17, "column" : 6, "rule" : "stylus/selector-list-comma-space-after", "severity" : "error", "text" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "rule": {"type": "string"}, "severity": {"type": "string"}, "text": {"type": "string"}}, "required": ["line", "column", "rule", "severity", "text"]}, "$schema": "http://json-schema.org/draft-07/schem...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"date": {"type": "string"}, "dataset": {"type": "string"}, "split": {"type": "integer"}, "num_layers": {"type": "integer"}, "model_name": {"type": "string"}, "num_inducing": {"type": "integer"}, "batch_size": {"type":...
{"date" : "Jan28_174113", "dataset" : "Energy", "split" : 1, "num_layers" : 2, "model_name" : "dgp-2", "num_inducing" : 256, "batch_size" : 1024, "num_epochs" : 1000, "seed" : 156249301, "rmse" : 0.04734681081617334, "mse" : 0.002241720494462509, "nlpd" : -1.144192416936825, "commit" : "1251726e88719b7970fa7c4e515c9c62...
json_instruct
{"type": "object", "properties": {"date": {"type": "string"}, "dataset": {"type": "string"}, "split": {"type": "integer"}, "num_layers": {"type": "integer"}, "model_name": {"type": "string"}, "num_inducing": {"type": "integer"}, "batch_size": {"type": "integer"}, "num_epochs": {"type": "integer"}, "seed": {"type": "int...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"issue_url": {"type": "string"}, "publication_date": {"type": "string"}, "article": {"type": "array", "items": {"type": "string"}}}, "required": ["issue_url", "publication_date", "article"], "$schema": "http://json-schema.or...
{"issue_url" : "https://www.aeaweb.org/issues/222", "publication_date" : "Spring 1995", "article" : ["/articles?id=10.1257/jep.9.2.i", "/articles?id=10.1257/jep.9.2.3", "/articles?id=10.1257/jep.9.2.23", "/articles?id=10.1257/jep.9.2.45", "/articles?id=10.1257/jep.9.2.63", "/articles?id=10.1257/jep.9.2.85", "/articles?...
json_instruct
{"type": "object", "properties": {"issue_url": {"type": "string"}, "publication_date": {"type": "string"}, "article": {"type": "array", "items": {"type": "string"}}}, "required": ["issue_url", "publication_date", "article"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"node_env": {"type": "string"}, "port": {"type": "integer"}}, "required": ["node_env", "port"]}}, "required": ["ignore", "env...
{"ignore" : [".git", "node_modules/**/node_modules"], "env" : {"node_env" : "develop", "port" : 5500}}
json_instruct
{"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"node_env": {"type": "string"}, "port": {"type": "integer"}}, "required": ["node_env", "port"]}}, "required": ["ignore", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "ite...
{"loss" : [0.3582712709903717, 0.21903730928897858, 0.16877274215221405, 0.14075662195682526, 0.11562720686197281, 0.10623466968536377, 0.09673993289470673, 0.07654885947704315, 0.07880540937185287, 0.06852684170007706], "accuracy" : [0.9157615303993225, 0.9715213775634766, 0.9813563227653503, 0.9787907004356384, 0.984...
json_instruct
{"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy", "val_loss", ...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "130607001002", "text" : "\u60e0\u9633\u5317\u8857\u5c45\u59d4\u4f1a"}, {"id" : "130607001006", "text" : "\u60e0\u9633\u5357\u8857\u793e\u533a"}]
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": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "identifier": {"type": "string"}}, "required": ["id", "identifier"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1", "identifier" : "attack"}, {"id" : "2", "identifier" : "defense"}, {"id" : "3", "identifier" : "support"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "identifier": {"type": "string"}}, "required": ["id", "identifier"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": ...
{"t" : "matingasod", "h" : [{"d" : [{"f" : "\u4e0d\u548c\u8ae7\uff0c\u53c3\u5dee\u4e0d\u9f4a\u3002", "e" : ["\ufff9`Ma~`tingasod~ `ko~ `rakat~ `niyam~.\ufffa\ufffb\u6211\u5011\u7684\u6b65\u4f10\u53c3\u5dee\u4e0d\u9f4a\u3002", "\ufff9`Ma~`tingasod~ `ko~ `radiw~ `nangra~.\ufffa\ufffb\u4ed6\u5011\u7684\u6b4c\u8072\u4e0d\u...
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
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" : "CardUser", "scores" : [{"xp" : 4461, "rank" : 145, "cardId" : 619}, {"xp" : 51895, "rank" : 56, "cardId" : 4}, {"xp" : 1699, "rank" : 211, "cardId" : 602}, {"xp" : 998, "rank" : 239, "cardId" : 639}, {"xp" : 37499, "rank" : 68, "cardId" : 491}, {"xp" : 6988, "rank" : 436, "...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"...
{"name" : "telify-backend", "version" : "1.0.0", "description" : "Backend for Telify app, a web app that allows you to choose a song and play it over the phone via a call", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://githu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7ff80d6330c223b2a6b89b634267393ce96d038b"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}, "16": {"type...
{"manifest_version" : 2, "name" : "AWS Role Editor", "description" : "This extension allows you to modify your AWS Roles.", "version" : "0.3", "icons" : {"128" : "icons/128x128-icon.png", "16" : "icons/16x16-icon.png"}, "browser_action" : {"default_icon" : "icons/16x16-icon.png", "default_popup" : "popup.html"}, "permi...
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}, "16": {"type": "string"}}, "required": ["128", "16"]}, "browser_action": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"sessions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "tabLayout": {"type": "object", "properties": {"type": {"type": "string"}, "width": {"type": "integer"}, "height": {...
{"sessions" : [{"id" : "2a92af5a-b030-45f6-a2cf-eef8bfc3bf0d", "tabLayout" : {"type" : "row", "width" : 100, "height" : 100, "tabs" : [], "subItems" : [{"type" : "stack", "width" : 49.50391644908616, "height" : 100, "tabs" : [{"id" : "c5daa7ef-dbb9-45d5-92f8-40edeba6c411", "relativeUrl" : "file://./src/Sorting/merge-so...
json_instruct
{"type": "object", "properties": {"sessions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "tabLayout": {"type": "object", "properties": {"type": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "tabs": {"type": "array", "items": {}}, "subItems":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"thig3.1:0.1": {"type": "string"}, "thig3.1:0.2": {"type": "string"}, "thig3.1:0.3": {"type": "string"}, "thig3.1:1.1": {"type": "string"}, "thig3.1:1.2": {"type": "string"}, "thig3.1:1.3": {"type": "string"}, "thig3.1:1.4": {"ty...
{"thig3.1:0.1" : "<article id='thig3.1'><header><ul><li class='division'>{}</li>", "thig3.1:0.2" : "<li>{}</li></ul>", "thig3.1:0.3" : "<h1 class='sutta-title'>{}</h1></header>", "thig3.1:1.1" : "<blockquote class='gatha'><p><span class='verse-line'>{}</span>", "thig3.1:1.2" : "<span class='verse-line'>{}</span>", "thi...
json_instruct
{"type": "object", "properties": {"thig3.1:0.1": {"type": "string"}, "thig3.1:0.2": {"type": "string"}, "thig3.1:0.3": {"type": "string"}, "thig3.1:1.1": {"type": "string"}, "thig3.1:1.2": {"type": "string"}, "thig3.1:1.3": {"type": "string"}, "thig3.1:1.4": {"type": "string"}, "thig3.1:2.1": {"type": "string"}, "thig3...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "object", "properties": {"internalType": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["internalT...
[{"inputs" : [{"internalType" : "string", "name" : "_ipfsHash", "type" : "string"}, {"internalType" : "string", "name" : "_description", "type" : "string"}], "name" : "setPicture", "outputs" : [], "stateMutability" : "nonpayable", "type" : "function"}, {"inputs" : [{"internalType" : "string", "name" : "_name", "type" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "object", "properties": {"internalType": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["internalType", "name", "type"]}}, "name": {"type": "string"}, "outputs": {"type":...
Following the schema specification below, generate a valid JSON instance: {"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-...
{"word" : "Forlorn", "definitions" : ["Pitifully sad and abandoned or lonely.", "(of an aim or endeavour) unlikely to succeed or be fulfilled."], "parts-of-speech" : "Adjective"}
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": {"C": {"type": "number"}}, "required": ["C"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"C" : 0.5337459538085862}
json_instruct
{"type": "object", "properties": {"C": {"type": "number"}}, "required": ["C"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "7963272f2f65c8240a71", "c" : {"0" : false}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Msg": {"type": "object", "properties": {"Type": {"type": "string"}, "Value": {"type": "object", "properties": {"cmd": {"type": "string"}, "args": {"type": "array", "items": {}}}, "required": ["cmd", "args"]}}, "required": ["Ty...
{"Msg" : {"Type" : "oscommand", "Value" : {"cmd" : "/usr/scripts/restart-client.sh", "args" : []}}, "Targets" : ["camera"], "Type" : "control"}
json_instruct
{"type": "object", "properties": {"Msg": {"type": "object", "properties": {"Type": {"type": "string"}, "Value": {"type": "object", "properties": {"cmd": {"type": "string"}, "args": {"type": "array", "items": {}}}, "required": ["cmd", "args"]}}, "required": ["Type", "Value"]}, "Targets": {"type": "array", "items": {"typ...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "number"}, "s": {"type": "integer"}, "c": {"type": "number"}}, "required": ["p", "s", "c"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"p" : 0.7866, "s" : 3, "c" : 2.625}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "number"}, "s": {"type": "integer"}, "c": {"type": "number"}}, "required": ["p", "s", "c"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": {}}, "t...
{"directions" : ["Heat a saucepan over medium heat and measure in the quinoa. Season with cinnamon and cook until toasted, stirring frequently, about 3 minutes. Pour in the almond milk, water and vanilla and stir in the brown sugar and salt. Bring to a boil, then cook over low heat until the porridge is thick and grain...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"feed_url": {"type": "string"}}, "required": ["feed_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feed_url" : "http://admin:admin@192.168.0.198/videostream.cgi"}
json_instruct
{"type": "object", "properties": {"feed_url": {"type": "string"}}, "required": ["feed_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "cname": {"type": "string"}, "cnameCn": {"type": "string"}, "isLeaf": {"type": "integer"}, "leaf": {"type": "boolean"}, "level": {"type": "integer"}, "pL1Id": {"type": "stri...
[{"cid" : "11777", "cname" : "Sandals(\u51c9\u978b)", "cnameCn" : "\u51c9\u978b", "isLeaf" : 1, "leaf" : true, "level" : 3, "pL1Id" : "2593", "pL1Name" : "Men's Shoes(\u7537\u88c5\u978b)", "pL2Id" : "2596", "pL2Name" : "Sandals & Flip Flops(\u51c9\u978b\u548c\u5939\u8dbe\u51c9\u978b)"}, {"cid" : "11778", "cname" : "Fli...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "cname": {"type": "string"}, "cnameCn": {"type": "string"}, "isLeaf": {"type": "integer"}, "leaf": {"type": "boolean"}, "level": {"type": "integer"}, "pL1Id": {"type": "string"}, "pL1Name": {"type": "string"}, "pL2Id": {"type": "str...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"131102": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "131103": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"ty...
{"131102" : {"name" : "\u6843\u57ce\u533a", "next" : 1}, "131103" : {"name" : "\u5180\u5dde\u533a", "next" : 1}, "131121" : {"name" : "\u67a3\u5f3a\u53bf", "next" : 1}, "131122" : {"name" : "\u6b66\u9091\u53bf", "next" : 1}, "131123" : {"name" : "\u6b66\u5f3a\u53bf", "next" : 1}, "131124" : {"name" : "\u9976\u9633\u53b...
json_instruct
{"type": "object", "properties": {"131102": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "131103": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "131121": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"t...
{"nom" : "Villers-Rotin", "circ" : "2\u00e8me circonscription", "dpt" : "C\u00f4te-d'Or", "inscrits" : 107, "abs" : 47, "votants" : 60, "blancs" : 9, "nuls" : 2, "exp" : 49, "res" : [{"nuance" : "LR", "nom" : "M. R\u00e9mi DELATTE", "voix" : 31}, {"nuance" : "REM", "nom" : "M. Fran\u00e7ois DESEILLE", "voix" : 18}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build-readme": {"type": "string"}...
{"name" : "mdtex-cli", "version" : "0.0.3", "description" : "Markdown equation processing as a command line script", "main" : "index.js", "scripts" : {"test" : "mocha", "build-readme" : "node ./cli.js README.mdtex"}, "bin" : {"mdtex" : "cli.js"}, "repository" : {"type" : "git", "url" : "git://github.com/rreusser/mdtex-...
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-readme": {"type": "string"}}, "required": ["test", "build-readme"]}, "bin": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"react-bootstrap-table-all.min.css": {"type": "string"}, "react-bootstrap-table.js": {"type": "string"}, "react-bootstrap-table.min.css": {"type": "string"}, "react-bootstrap-table.min.js": {"type": "string"}}, "req...
{"react-bootstrap-table-all.min.css" : "sha256-9LdrAHVrAFjQFFHq2JlPbg9lC7/Gw4Ij10JAfiNSflk=", "react-bootstrap-table.js" : "sha256-H5uBFWHtGjYr7SFXzy1z5tcAA8k9tfftWGsmJ2HXSAo=", "react-bootstrap-table.min.css" : "sha256-SHxqeqS2GQ+7ec1YAo9gACDPVwsb3ZcJOYbyv0qhMZU=", "react-bootstrap-table.min.js" : "sha256-UoAAK6w+ojW9...
json_instruct
{"type": "object", "properties": {"react-bootstrap-table-all.min.css": {"type": "string"}, "react-bootstrap-table.js": {"type": "string"}, "react-bootstrap-table.min.css": {"type": "string"}, "react-bootstrap-table.min.js": {"type": "string"}}, "required": ["react-bootstrap-table-all.min.css", "react-bootstrap-table.js...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type...
{"name" : "Rose-Hulman Institute of Technology", "alt_name" : "(RHIT)", "country" : "United States", "state" : "Indiana", "address" : {"street" : "5500 Wabash Avenue", "city" : "Terre Haute", "province" : "Indiana", "postal_code" : "47803-3999"}, "contact" : {"telephone" : "+1(812) 877-1511", "website" : "http://www.ro...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "...
{"name" : "create-react-native-web-app", "version" : "0.1.14", "description" : "React Native Web CLI", "main" : "cli.js", "scripts" : {"start" : "node cli.js", "test" : "jest", "test-watch" : "jest --watch", "precommit" : "npm run test"}, "bin" : {"create-react-native-web-app" : "cli.js"}, "repository" : {"type" : "git...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "test-watch": {"type": "string"}, "precommit": {"type": "strin...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "url": {"type": "string"}, "lib": {"type": "string"}, "main": {"type": "string"}, "version"...
{"name" : "jquery-ui-touch-punch", "description" : "touch events for jquery ui", "dependencies" : {}, "url" : "http://touchpunch.furf.com/", "lib" : ".", "main" : "jquery.ui.touch-punch.min.js", "version" : "1.0.0", "repository" : {"type" : "git", "url" : "git://github.com/furf/jquery-ui-touch-punch.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "url": {"type": "string"}, "lib": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "proper...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "require...
{"latest_version" : ["1.2"], "meta" : {"description" : "Dict with json file saving / restoring support", "homepage" : "https://github.com/imbolc/jsondict", "license" : "ISC"}, "versions" : {"1.0" : {"sha256" : "1f10ba91fa9d5d2458c141fb514d3f8093b7913d58fc788bba56581d4aadd90b", "url" : "https://files.pythonhosted.org/pa...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"fuse.js": {"type": "string"}, "fuse.min.js": {"type": "string"}}, "required": ["fuse.js", "fuse.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fuse.js" : "sha512-FKfTYBMxHCHNyJ3zWERovb2c/MlhpIvp4jPWsbiqFBApsRi1Fi1QXi1Pod86ZqIFo/v7dtpSrBOIaUxVvqCN6A==", "fuse.min.js" : "sha512-pyRVMmFVvFHCH2Fd9NhOFfwc7wemhhqHlblERx4a2lNpUplt89mLv5Rwu2iN+LxgFnMlszkB1M5tcYXzzJiKCg=="}
json_instruct
{"type": "object", "properties": {"fuse.js": {"type": "string"}, "fuse.min.js": {"type": "string"}}, "required": ["fuse.js", "fuse.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 27562, "date" : "2014-05-18 16:29:39", "user" : "MatthewM", "post" : "Free vps 1 - 5 posts per month\r\n\r\n-1 Core Intel Xeon (Fair share)\r\n\r\n-128MB RAM\r\n\r\n-256MB RAM vSwap\r\n\r\n-10GB HDD ( No RAID)\r\n\r\n-NAT IP\r\n\r\n-256GB/mo Bandwidth\r\n\r\n-URL= http://nocostvps.me/\r\n\r\nUpgrades coming soo...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["3\n1 2 3", "2\n2 3", "4\n1 2 3 4", "2\n2 4", "1\n20", "1\n1"], "outputs" : ["2\n0 1 3 2", "2\n0 2 1 3", "3\n0 1 3 2 6 7 5 4", "0\n0", "0\n0", "1\n0 1"]}
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"bignore": {"type": "number"}, "threshold": {"type": "number"}, "escale": {"type": "number"}, "lo": {"type": "integer"}, "hi": {"type": "integer"}, "maxskew": {"type": "number"}, "skewsteps": {"type": "integer"}...
{"bignore" : 0.1, "threshold" : 0.5, "escale" : 1.0, "lo" : 5, "hi" : 90, "maxskew" : 2.0, "skewsteps" : 8, "debug" : 0.0, "parallel" : 0}
json_instruct
{"type": "object", "properties": {"bignore": {"type": "number"}, "threshold": {"type": "number"}, "escale": {"type": "number"}, "lo": {"type": "integer"}, "hi": {"type": "integer"}, "maxskew": {"type": "number"}, "skewsteps": {"type": "integer"}, "debug": {"type": "number"}, "parallel": {"type": "integer"}}, "required"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"activePlaceCount": {"type": "integer"}, "birth": {"type": "object", "properties": {"place": {"type": "object", "properties": {"name": {"type": "string"}, "placeName": {"type": "string"}, "placeType": {"type": "string"}}, "requ...
{"activePlaceCount" : 0, "birth" : {"place" : {"name" : "Qu\u00e9bec, Canada", "placeName" : "Qu\u00e9bec", "placeType" : "province"}, "time" : {"startYear" : 1943}}, "birthYear" : 1943, "date" : "born 1943", "death" : {"place" : {"name" : "Qu\u00e9bec, Canada", "placeName" : "Qu\u00e9bec", "placeType" : "province"}}, ...
json_instruct
{"type": "object", "properties": {"activePlaceCount": {"type": "integer"}, "birth": {"type": "object", "properties": {"place": {"type": "object", "properties": {"name": {"type": "string"}, "placeName": {"type": "string"}, "placeType": {"type": "string"}}, "required": ["name", "placeName", "placeType"]}, "time": {"type"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}, "posttest": {"type": "string"}}, "required": ["pretest", "test", "posttest"]}, "devDependencies...
{"name" : "test-sandbox-debugger", "scripts" : {"pretest" : "npm --prefix ../packages/client install && npm --prefix ../packages/client run build && npm i", "test" : "node src/same-process.js && node src/another-process.js", "posttest" : "rm -rf ../packages/client/dist"}, "devDependencies" : {"node-fetch" : "2.6.1", "s...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}, "posttest": {"type": "string"}}, "required": ["pretest", "test", "posttest"]}, "devDependencies": {"type": "object", "properties": {"node-fetch": {"type":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"pmid": {"type": "string"}, "doi": {"type": "array", "items": {"type": "string"}}, "language": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "abstract": {"type": "string"}, "date_revised...
{"pmid" : "34371124", "doi" : ["S0304-3940(21)00542-5", "10.1016/j.neulet.2021.136164"], "language" : ["eng"], "title" : "Hypericum perforatum L. prevents the acquisition of and promotes resilience against stress-induced reinstatement of the conditioned place preference induced by cocaine.", "abstract" : "Cocaine use d...
json_instruct
{"type": "object", "properties": {"pmid": {"type": "string"}, "doi": {"type": "array", "items": {"type": "string"}}, "language": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "abstract": {"type": "string"}, "date_revised": {"type": "string"}}, "required": ["pmid", "doi", "language", "titl...