input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.or...
[{"year" : 1948, "sex" : "F", "n" : 8, "prop" : 4.59e-06}, {"year" : 1949, "sex" : "F", "n" : 7, "prop" : 3.99e-06}, {"year" : 1950, "sex" : "F", "n" : 6, "prop" : 3.41e-06}, {"year" : 1971, "sex" : "F", "n" : 5, "prop" : 2.85e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies 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" : 404358419, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "381414edc1b94cdfb83a412abce19c6c", "wof:id" : 404358419, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.39151990321099, 45.33262008939543, 1.45336946183335, 45.40590241735485...
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": {"engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cors": {"type": "string"}, "...
{"engines" : {"node" : "16"}, "dependencies" : {"body-parser" : "^1.19.1", "cors" : "^2.8.5", "express" : "4.17.2", "firebase-admin" : "^10.0.2", "firebase-functions" : "^3.16.0"}}
json_instruct
{"type": "object", "properties": {"engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "firebase-admin": {"type": "string"}, "fireba...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "autoupdate": {"type":...
{"name" : "jquery-easy-ticker", "filename" : "jquery.easy-ticker.min.js", "description" : "jQuery Easy ticker plugin", "homepage" : "https://www.aakashweb.com/jquery-plugins/easy-ticker/", "keywords" : ["jquery", "ticker", "easy", "animation", "slider", "effect", "news", "rss", "feed", "vertical", "easing"], "autoupdat...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "robotIndex": {"type": "integer"}, "body": {"type": "string"}, "bodyVector": {"type": "array", "items": {"type": "number"}}, "targetPos": {"type": "array", "items": {"type": "number"}}}, "required": ...
{"type" : "lookAt", "robotIndex" : 0, "body" : "bodyName", "bodyVector" : [1.0, 0.0, 0.0], "targetPos" : [0.0, 0.0, 0.0]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "robotIndex": {"type": "integer"}, "body": {"type": "string"}, "bodyVector": {"type": "array", "items": {"type": "number"}}, "targetPos": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "robotIndex", "body", "bodyVector", "targetPos"], ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "fabricaeexnihilo:item/mesh"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "action": {"type": "string"}, "description": {"type": "string"}, "order": {"type": "number"}, "more": {"type": "object", "properties": {"vars": {"type": "object", "properties": {"hot_items_...
{"name" : "\u4ea7\u54c1\u9875", "action" : "product/Item/index", "description" : "\u4ea7\u54c1\u9875\u6a21\u677f\u6587\u4ef6", "order" : 10.0, "more" : {"vars" : {"hot_items_category_id" : {"title" : "Hot Items\u5206\u7c7bID", "value" : "1", "type" : "text", "tip" : "", "rule" : []}}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "action": {"type": "string"}, "description": {"type": "string"}, "order": {"type": "number"}, "more": {"type": "object", "properties": {"vars": {"type": "object", "properties": {"hot_items_category_id": {"type": "object", "properties": {"title": {"type": "st...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"component": {"type": "object", "properties": {"id": {"type": "string"}, "key": {"type": "string"}, "name": {"type": "string"}, "qualifier": {"type": "string"}, "measures": {"type": "array", "items": {"type": "object", "propert...
{"component" : {"id" : "AWVZl7LjO7ZKf8ZCASZI", "key" : "Python055", "name" : "Python055", "qualifier" : "TRK", "measures" : [{"metric" : "SM_PYTHON_CLONE_TREE", "value" : "{\"cloneClasses\":[]}"}]}}
json_instruct
{"type": "object", "properties": {"component": {"type": "object", "properties": {"id": {"type": "string"}, "key": {"type": "string"}, "name": {"type": "string"}, "qualifier": {"type": "string"}, "measures": {"type": "array", "items": {"type": "object", "properties": {"metric": {"type": "string"}, "value": {"type": "str...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "A runite crossbow.", "bonuses" : [0, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"typ...
{"citations" : [{"textCitation" : "[See chrdvds on Metamath](http://us.metamath.org/mpegif/chrdvds.html)"}], "names" : ["chrdvds"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cC", "#T_wceq", "#T_cchr", "#T_cfv", "#T_cR", "#T_cL", "#T_wceq", "#T_czrh", "#T_cfv", "#T_cR", "#T_c.0", "#T_wceq", "#T_c0g", "#T_cfv"...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"em": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]...
{"em" : [{"location" : {"latitude" : 51.04, "longitude" : 4.19}}, {"location" : {"latitude" : 52.86, "longitude" : 4.71}}], "bites" : [{"location" : {"latitude" : 52.4, "longitude" : 4.62}}, {"location" : {"latitude" : 52.86, "longitude" : 5.54}}, {"location" : {"latitude" : 52.51, "longitude" : 5.45}}, {"location" : {...
json_instruct
{"type": "object", "properties": {"em": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}}, "bites": {"type": "array", "items": {"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:prod": {"type": "string"...
{"name" : "registration-server", "version" : "1.0.0", "description" : "", "main" : "server.js", "scripts" : {"start" : "node .", "start:prod" : "cross-env NODE_ENV=production TYPE_ENV=registrationServer PORT=3005 npm start", "start:dev" : "cross-env NODE_ENV=development TYPE_ENV=registrationServer PORT=3005 npm start",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:prod": {"type": "string"}, "start:dev": {"type": "string"}, "lint": {"type": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"model_config": {"type": "object", "properties": {"n_class": {"type": "integer"}, "use_pretrained": {"type": "boolean"}, "feature_extract": {"type": "boolean"}}, "required": ["n_class", "use_pretrained", "feature_ext...
{"model_config" : {"n_class" : 2, "use_pretrained" : false, "feature_extract" : false}, "mask_classification_model_path" : "weights/model.pt", "facenet_prototxt_path" : "artifacts/deploy.prototxt", "facenet_weight_path" : "artifacts/res10_300x300_ssd_iter_140000.caffemodel", "face_detection_confidence_threshold" : 0.4,...
json_instruct
{"type": "object", "properties": {"model_config": {"type": "object", "properties": {"n_class": {"type": "integer"}, "use_pretrained": {"type": "boolean"}, "feature_extract": {"type": "boolean"}}, "required": ["n_class", "use_pretrained", "feature_extract"]}, "mask_classification_model_path": {"type": "string"}, "facene...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"t...
{"name" : "trim-off-newlines", "version" : "1.0.2", "description" : "Similar to String#trim() but removes only newlines", "license" : "MIT", "repository" : "stevemao/trim-off-newlines", "author" : {"name" : "Steve Mao", "email" : "maochenyan@gmail.com", "url" : "github.com/stevemao"}, "engines" : {"node" : ">=0.10.0"},...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"t...
{"copyright_text" : "Creative Commons Attribution license (reuse allowed)", "description" : "A live presentation by Hadrien David.\n\nRead more: http://sflx.ca/mp39", "duration" : 1012, "language" : "eng", "recorded" : "2013-09-09", "related_urls" : [{"label" : "group web", "url" : "https://montrealpython.org"}, {"labe...
json_instruct
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"t...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ATP-dependent helicase E1": {"type": "string"}, "P51897": {"type": "string"}, "VE4_HPV29": {"type": "string"}, "Protein E4": {"type": "string"}, "E4": {"type": "string"}, "P50800": {"type": "string"}, "VL2_HPV29": {"...
{"ATP-dependent helicase E1" : "P50764", "P51897" : "P51897", "VE4_HPV29" : "P51897", "Protein E4" : "P51897", "E4" : "P51897", "P50800" : "P50800", "VL2_HPV29" : "P50800", "Minor capsid protein L2" : "P50800", "L2" : "P50800", "P50784" : "P50784", "VE7_HPV29" : "P50784", "Protein E7" : "P50784", "E7" : "P50784", "P507...
json_instruct
{"type": "object", "properties": {"ATP-dependent helicase E1": {"type": "string"}, "P51897": {"type": "string"}, "VE4_HPV29": {"type": "string"}, "Protein E4": {"type": "string"}, "E4": {"type": "string"}, "P50800": {"type": "string"}, "VL2_HPV29": {"type": "string"}, "Minor capsid protein L2": {"type": "string"}, "L2"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"username": {"type": "string"}, "great": {"type": "string"}}, "required": ["username", "great"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"username" : "Nom d'utilisateur", "great" : "Salut {{name}}"}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "great": {"type": "string"}}, "required": ["username", "great"], "$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": "object", "properties": {"is_lock_vulnerab...
{"contract" : "0xcb3a7e9aa3816706d87bbaa350f1db20d79bbebd", "tool" : "maian", "start" : 1565498909.4404027, "end" : 1565498928.9343398, "duration" : 19.493937015533447, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level":...
{"id" : 86532744, "ot" : 3, "alias" : 0, "setcode" : 309514403967, "type" : 8388641, "atk" : 2510, "def" : 2000, "level" : 4, "race" : 1, "attribute" : 16, "category" : 0, "name" : "Number S39: Utopia Prime", "desc" : "3 Level 4 LIGHT monsters\nYou can also Xyz Summon this card by using a \"Number 39: Utopia\" you cont...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "int...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"clientList:": {"type": "string"}, "defaultEditorWindowLocation": {"type": "string"}, "headerSize": {"...
{"class" : {}, "instance" : {"clientList:" : "dkh 06/11/2015 14:53", "defaultEditorWindowLocation" : "dkh 09/27/2013 17:02", "headerSize" : "dkh 06/10/2015 16:08", "itemSelected:at:shiftPressed:" : "dkh 07/03/2015 13:30", "menuActionSpec" : "dkh 07/02/2015 15:04", "sortByClassNameMenuAction:" : "dkh 07/03/2015 15:34", ...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"clientList:": {"type": "string"}, "defaultEditorWindowLocation": {"type": "string"}, "headerSize": {"type": "string"}, "itemSelected:at:shiftPressed:": {"type": "string"}, "men...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", ...
{"name" : "Longan Token", "symbol" : "LONGAN", "logoURI" : "https://raw.githubusercontent.com/fungtoken/Longan/main/Longan.png", "decimals" : 0, "address" : "FkuK7uj9n11wdwNiozMrgFfwjuTWFbZnhQbzpcKyhQsg", "chainId" : 103, "tags" : ["social-token"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "array", "items": {"type": "strin...
{"name" : "mtpFontManager", "version" : "1.0.4", "summary" : "A font Manager for iOS to simplify use of custom fonts (support dynamic types).", "description" : "mtpFontManager is a font Manager for iOS to simplify use of custom fonts.\nmtpFontManager also supports applay custom font entire application, varius font weig...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "license": {"type": "object", "properties": {"type": {"type": "str...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"serviceCode": {"type": "string"}, "serviceId": {"type": "string"}, "language": {"type": "string"}}, "required": ["serviceCode", "serviceId", "language"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"serviceCode" : "the-url-safe-service-code", "serviceId" : "the-url-safe-service-id", "language" : "en"}
json_instruct
{"type": "object", "properties": {"serviceCode": {"type": "string"}, "serviceId": {"type": "string"}, "language": {"type": "string"}}, "required": ["serviceCode", "serviceId", "language"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"sheet": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["sheet", "definitions"], "$schema": "http://j...
{"sheet" : "BehaviorPath", "definitions" : [{"name" : "IsTurnTransition"}, {"index" : 1, "name" : "IsFadeOut"}, {"index" : 2, "name" : "IsFadeIn"}, {"index" : 3, "name" : "IsWalking"}, {"index" : 5, "name" : "Speed"}]}
json_instruct
{"type": "object", "properties": {"sheet": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["sheet", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": ...
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["162451"], "\uc81c\uc548\uc77c\uc790" : ["2003-07-11"], "\uc81c\uc548\uc790" : ["\ud64d\uc0ac\ub355\uc758\uc6d0\uc678148\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c16\ub300(2000~2004)\uc81c241\ud68...
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "au...
{"title" : "\u3010HS2\u3011\u3010R18MMD\u3011\u8db3\u63a7_\u706b\u5974\u9c81\u9c81_\u78a7\u84dd\u822a\u7ebf_\u7cbe\u7075_\u900f\u660e_\u60c5\u8da3_\u8db3\u4ea4_futa_(\u8001\u677f\u5b9a\u523612\u670872\u6863)\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "\u8c03\u76ae\u86cb", "description" : "4K60\u5e27\u9ad8\u6e05\u...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal":...
{"type" : "Feature", "properties" : {"name" : "LaSalle Parish", "name_long" : "LaSalle Parish, LA", "fips" : "22059", "state_code_int" : 22, "state_code_postal" : "LA", "state_code_iso" : "US-LA", "county_code" : 59, "population" : 14892, "countrylevel_id" : "fips:22059", "census_data" : {"COUNTYNS" : "00558049", "AFFG...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "user_agent_type": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "smoothness": {"type": "o...
{"description" : "Effeckt.css", "user_agent_type" : "desktop", "pages" : [{"name" : "List items", "url" : "file:///Effeckt.css/dist/list-items.html", "smoothness" : {"action" : "scrolling_action"}, "stress_memory" : [{"action" : "click_element_action", "selector" : "div[class~=\"js-handler--expand-in\"]", "wait_for_sec...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "user_agent_type": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "smoothness": {"type": "object", "properties": {"action": {"type": "string"}}, "require...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"componentType": {"type": "string"}, "correctResponse": {"type": "string"}, "title": {"type": "string"}, "feedback": {"type": "object", "properties": {}, "required": []}, "model": {"type": "object", "properties": {...
{"componentType" : "", "correctResponse" : "", "title" : "", "feedback" : {}, "model" : {"config" : {}}}
json_instruct
{"type": "object", "properties": {"componentType": {"type": "string"}, "correctResponse": {"type": "string"}, "title": {"type": "string"}, "feedback": {"type": "object", "properties": {}, "required": []}, "model": {"type": "object", "properties": {"config": {"type": "object", "properties": {}, "required": []}}, "requir...
Please provide a valid JSON object following this schema: {"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", "...
{"contract" : "0xe3443bf7ef2fa607c3285b732d9883c02d1d8ce1", "tool" : "osiris", "start" : 1564607492.3595166, "end" : 1564607495.68522, "duration" : 3.3257033824920654, "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://...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"...
{"name" : "saml2aws", "pkg_version" : "2.35.0", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/saml2aws/blobs/sha256:bc0d07e8e562ed01867d7aa6b45ce8e649ed57e8f52901b07a484522dd0907a5"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/saml2aws/blobs/sha256:e12537743...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "propert...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Paints": {"type": "integer"}}, "required": ["Paints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Paints" : 112}
json_instruct
{"type": "object", "properties": {"Paints": {"type": "integer"}}, "required": ["Paints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array"...
{"commentStamp" : "<historical>", "super" : "Object", "category" : "Slot-ClassBuilder", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : ["installer", "oldClasses", "newClasses", "classSlots", "category", "superclass", "name", "layoutClass", "slots", "traitComposition", "classTraitComposition", "resul...
json_instruct
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "strin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object",...
{"name" : "NodejsStarterApp", "version" : "0.0.1", "description" : "A sample nodejs app for Bluemix", "scripts" : {"start" : "node app.js"}, "dependencies" : {"cf-deployment-tracker-client" : "*", "express" : "4.12.x", "cfenv" : "1.0.x", "passport" : "0.3.2", "cookie-parser" : "1.3.x", "express-session" : "1.x", "passp...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"cf-deployment-tracker-client": {"type": "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"},...
{"Status" : 3, "TimeLimitReached" : true, "RunningTime" : "00:05:00.0367794", "StartTimes" : [{"JobIndex" : 0, "OperationIndex" : 0, "StartTime" : 0.0}, {"JobIndex" : 1, "OperationIndex" : 0, "StartTime" : 115.0}, {"JobIndex" : 2, "OperationIndex" : 0, "StartTime" : 29.0}, {"JobIndex" : 3, "OperationIndex" : 0, "StartT...
json_instruct
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"pk": {"type": "integer"}, "model": {"type": "string"}, "fields": {"type": "object", "properties": {"state_slug": {"type": "string"}, "session_year": {"type": "string"}, "name": {"type": ...
[{"pk" : 5760616295825408, "model" : "legislativehistory.legislation", "fields" : {"state_slug" : "california", "session_year" : "2012-2013", "name" : "name goes here", "state" : "California", "bill_number" : "SB 1", "bill_number_slug" : "sb-1"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"pk": {"type": "integer"}, "model": {"type": "string"}, "fields": {"type": "object", "properties": {"state_slug": {"type": "string"}, "session_year": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}, "bill_number": {"type": "string"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, ...
{"name" : "SendEventsViaNode", "version" : "0.0.0", "description" : "SendEventsViaNode", "main" : "app.js", "author" : {"name" : "mitch", "email" : ""}, "dependencies" : {"moment" : "^2.10.3", "shared-access-signature" : "^1.1.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "dependencies": {"type": "obje...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required...
{"name" : "Flash", "version" : "1.0.0", "main" : "./js/index.js", "scripts" : {"dev" : "webpack --mode development --progress --watch", "build" : "make wasm; webpack --mode production; echo Built at `date`", "serve" : "python3 -m http.server"}, "author" : "Edward Lu (edwardlu2018)", "repository" : {"type" : "git", "url...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]}, "author": {"type": "string"}...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "version", "description"]}, "...
{"code" : 0, "data" : {"name" : "h5-sdk", "version" : "4.0.0", "description" : "sdk.js \u7528\u4e8eWeb\u7a0b\u5e8f\u5f00\u53d1\u7684sdk"}, "message" : "\u63a5\u53e3\u8bfb\u53d6\u6210\u529f"}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "version", "description"]}, "message": {"type": "string"}}, "required": ["code", "data", "message"]...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublish": {"type": "string"}, "tsc": {"type": "string"}}, "required": ["test", "prepublish"...
{"name" : "angular2-hotkeys", "version" : "0.2.0", "scripts" : {"test" : "tsc && karma start", "prepublish" : "tsc", "tsc" : "tsc"}, "repository" : {"type" : "git", "url" : "git@github.com:brtnshrdr/angular2-hotkeys.git"}, "author" : {"name" : "Nick Richardson", "email" : "nick.richardson@mediapixeldesign.com"}, "keywo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublish": {"type": "string"}, "tsc": {"type": "string"}}, "required": ["test", "prepublish", "tsc"]}, "repository": {"type": "object", "properties": {...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["elm-stdio", "global", "rune.js"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "farmadditions:block/low_grapes_crate"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "price": {"type": "object", "properties": {"totalPaymentPrice": {"type": "object", "properties": {"paymentCurrencyAmount": {"type": "integer"}, "paymentCurrencyCode": {"type": "string"}, "paymentCurren...
{"id" : "d9cb056bc6e645499c66a97ebe8a2906", "price" : {"totalPaymentPrice" : {"paymentCurrencyAmount" : 2398, "paymentCurrencyCode" : "SAR", "paymentCurrencyExchangeRate" : 1, "paymentCurrencySymbol" : "\u0631.\u0633"}, "totalPrice" : {"basePayoutCurrencyCode" : "USD", "basePayoutPrice" : 556, "convenienceFee" : 0, "cu...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "price": {"type": "object", "properties": {"totalPaymentPrice": {"type": "object", "properties": {"paymentCurrencyAmount": {"type": "integer"}, "paymentCurrencyCode": {"type": "string"}, "paymentCurrencyExchangeRate": {"type": "integer"}, "paymentCurrencySymbo...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"...
{"id" : 82853, "info" : {"name" : "Pokemon Icon Set", "description" : "For more dashboard stuff, or any tumblr codes visit http://everythingtumblr.4lison.com/", "additionalInfo" : null, "format" : "uso", "category" : "tumblr", "createdAt" : "2013-02-09T20:41:09.000Z", "updatedAt" : "2013-02-09T20:41:09.000Z", "license"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$sche...
{"width" : 0.18350565, "rotation" : -2.0348628, "xCenter" : 0.5143313, "yCenter" : 0.56371164, "height" : 0.32623228}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}}, "required": ["id", "name", "descripti...
{"id" : "chaos_gear", "name" : "Chaos Gear", "description" : "This is the energy source of that biomimetic mechanism.", "source" : ["Dropped by Ruin Sentinels", "Stardust Exchange"], "rarity" : 2}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}}, "required": ["id", "name", "description", "source", "rarity"], "$schema": "http://json-schema.org/draft-07/...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1989, 5], [1992, 11], [1994, 8], [1995, 10], [1996, 6], [1997, 9], [1998, 14], [1999, 8], [2000, 8], [2001, 5], [2006, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "0.97", "Title" : "A Dynamical Model of Risky Choice", "Year" : 2013}, {"Similarity" : "0.968", "Title" : "Group Stratification and Coordination Failure in a Continuous N-Player Stag Hunt", "Year" : 2010}, {"Similarity" : "0.959", "Title" : "The Effects of Goal Revelation on Computer-Mediated Negotiati...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type...
{"name" : "matrix-appservice-slack", "version" : "0.3.2", "description" : "A Matrix <--> Slack bridge", "main" : "app.js", "scripts" : {"test" : "jasmine-node tests --verbose --forceexit --captureExceptions", "lint" : "eslint app.js lib"}, "repository" : {"type" : "git", "url" : "git+https://github.com/matrix-org/matri...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "lint"]}, "repository": {"type": "object"...
Following the schema specification below, generate a valid JSON instance: {"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...
{"nom" : "Bressolles", "circ" : "2\u00e8me circonscription", "dpt" : "Ain", "inscrits" : 616, "abs" : 307, "votants" : 309, "blancs" : 18, "nuls" : 1, "exp" : 290, "res" : [{"nuance" : "LR", "nom" : "M. Charles DE LA VERPILLI\u00c8RE", "voix" : 153}, {"nuance" : "MDM", "nom" : "Mme Marie Jeanne BEGUET", "voix" : 137}]}
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": {"@ns": {"type": "string"}, "objectTemplate": {"type": "object", "properties": {"oid": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "mapping": {"type": "object", "properties": {"strength": {"type"...
{"@ns" : "http://midpoint.evolveum.com/xml/ns/public/common/common-3", "objectTemplate" : {"oid" : "c0c010c0-d34d-b33f-f00d-777111111111", "version" : "1", "name" : "User Template", "mapping" : {"strength" : "strong", "source" : [{"path" : "$user/givenName"}, {"path" : "$user/familyName"}], "expression" : {"script" : [...
json_instruct
{"type": "object", "properties": {"@ns": {"type": "string"}, "objectTemplate": {"type": "object", "properties": {"oid": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "mapping": {"type": "object", "properties": {"strength": {"type": "string"}, "source": {"type": "array", "items": {"type"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"repoId": {"type": "string"}, "lastSync": {"type": "integer"}}, "required": ["repoId", "lastSync"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"repoId" : "94845fc9-cea6-4bbb-8180-89397381e1fa", "lastSync" : 0}
json_instruct
{"type": "object", "properties": {"repoId": {"type": "string"}, "lastSync": {"type": "integer"}}, "required": ["repoId", "lastSync"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"application-frame": {"type...
{"name" : "@af-modules/databinding", "version" : "1.2.1", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"application-frame" : {"version" : "1.2.2", "resolved" : "https://registry.npmjs.org/application-frame/-/application-frame-1.2.2.tgz", "integrity" : "sha512-OXtT2HOQRND2pr9vZlkMPtL+m2dc4+Q81AuLjNg3EQ9+J...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"application-frame": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "ultrawarm": {"type": "boolean"}, "natural": {"type": "boolean"}, "coordinate_scale": {"type": "number"}, "has_skylight": {"type": "boolean"}, "has_ceiling": {"type": "boolean"}, "effects": {"type": ...
{"name" : "telas", "ultrawarm" : true, "natural" : false, "coordinate_scale" : 32.0, "has_skylight" : false, "has_ceiling" : false, "effects" : "minecraft:the_nether", "height" : 64, "min_y" : 0, "logical_height" : 64, "has_raids" : false, "bed_works" : false, "piglin_safe" : true, "respawn_anchor_works" : false, "ambi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "ultrawarm": {"type": "boolean"}, "natural": {"type": "boolean"}, "coordinate_scale": {"type": "number"}, "has_skylight": {"type": "boolean"}, "has_ceiling": {"type": "boolean"}, "effects": {"type": "string"}, "height": {"type": "integer"}, "min_y": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "feff97882f7b6d6f867cd93675303436182b05c7"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"entityId": {"type": "integer"}, "x": {"type": "number"}, "y": {"type": "integer"}, "z": {"type": "number"}, "yaw": {"type": "integer"}, "pitch": {"type": "integer"}, "onGround": {"type": "boolean"}}, "required": ["e...
{"entityId" : 63, "x" : -80.5, "y" : 64, "z" : 184.5, "yaw" : -114, "pitch" : 0, "onGround" : true}
json_instruct
{"type": "object", "properties": {"entityId": {"type": "integer"}, "x": {"type": "number"}, "y": {"type": "integer"}, "z": {"type": "number"}, "yaw": {"type": "integer"}, "pitch": {"type": "integer"}, "onGround": {"type": "boolean"}}, "required": ["entityId", "x", "y", "z", "yaw", "pitch", "onGround"], "$schema": "http...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "i...
{"name" : "vex", "repo" : "HubSpot/vex", "description" : "Beautiful, functional, dialogs in Javascript", "version" : "1.3.5", "homepage" : "http://github.hubspot.com/vex", "license" : "MIT", "keywords" : ["client-side", "notification", "dialog", "modal"], "scripts" : ["js/vex.js", "js/vex.dialog.js"], "styles" : ["css/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "array", "items": {"t...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"count": {"type": "integer"}, "515113": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "515113"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"count" : 1, "515113" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "515113": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "515113"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"translations": {"type": "object", "properties": {"Recently contacted": {"type": "string"}, "Contacts Interaction": {"type": "string"}, "Manages interaction between users and contacts": {"type": "string"}, "Collect data about u...
{"translations" : {"Recently contacted" : "Contactado recentemente", "Contacts Interaction" : "Interacci\u00f3n de contactos", "Manages interaction between users and contacts" : "Xestiona a interacci\u00f3n entre usuarios e contactos", "Collect data about user and contacts interactions and provide an address book for t...
json_instruct
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"Recently contacted": {"type": "string"}, "Contacts Interaction": {"type": "string"}, "Manages interaction between users and contacts": {"type": "string"}, "Collect data about user and contacts interactions and provide an address book f...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "headers": {"type": "object", "properties": {"Accept": {"type...
{"request" : {"method" : "POST", "url" : "http://some.url", "username" : "username", "password" : "password", "headers" : {"Accept" : "application/json"}, "body" : {"a" : "body"}}}
json_instruct
{"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "headers": {"type": "object", "properties": {"Accept": {"type": "string"}}, "required": ["Accept"]}, "body": {"type": "o...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "p...
{"localities" : ["Scroggins, TX"], "state" : "TX", "postal_code" : "75480", "locality" : "Scroggins, TX", "lat" : 33.024585, "region" : {"fips" : "48", "abbr" : "TX", "name" : "Texas"}, "city" : "Scroggins", "type" : "STANDARD", "lng" : -95.197134, "counties" : [{"fips" : "159", "name" : "Franklin County"}, {"fips" : "...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "sort": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "sort"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Parts Modules", "sort" : ["ul", "ul_notes", "ul_horizontal", "ul_nomark", "dl", "dl_notes", "table_def", "date_list", "code", "code_readonly"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "sort": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "sort"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-bower-install-simple": {"type": "string"}, "grunt-bump": {"type": "...
{"name" : "jquery.tagify", "version" : "0.1.0", "devDependencies" : {"grunt" : "^0.4.5", "grunt-bower-install-simple" : "^1.0.3", "grunt-bump" : "0.0.16", "grunt-cli" : "^0.1.9", "grunt-contrib-connect" : "^0.8.0", "grunt-contrib-qunit" : "^0.5.2", "grunt-contrib-uglify" : "^0.6.0", "grunt-dev-update" : "^1.0.1", "load...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-bower-install-simple": {"type": "string"}, "grunt-bump": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-connect": {"t...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"commonName": {"type": "string"}, "organization": {"type": "string"}, "organizationUnit": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "validDays": {"ty...
{"commonName" : "Config Signing Cert", "organization" : "Ping", "organizationUnit" : "Dev", "city" : "Denver", "state" : "CO", "country" : "US", "validDays" : "5475", "keyAlgorithm" : "RSA", "keySize" : "2048", "signatureAlgorithm" : "SHA256withRSA"}
json_instruct
{"type": "object", "properties": {"commonName": {"type": "string"}, "organization": {"type": "string"}, "organizationUnit": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "validDays": {"type": "string"}, "keyAlgorithm": {"type": "string"}, "keySize": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"action": {"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}}, "required": ["name", "config"]}}, "required": ["action"], "$...
{"action" : {"name" : "ad", "config" : {"host" : "asd"}}}
json_instruct
{"type": "object", "properties": {"action": {"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}}, "required": ["name", "config"]}}, "required": ["action"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"keywords" : ["dog", "cat", "horse", "bird", "dragon", "dog", "cat", "horse", "bird", "dragon", "dog", "cat", "horse", "bird", "dragon"]}
json_instruct
{"type": "object", "properties": {"keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-75.151435, 40.040866], [-75.150102, 40.042374], [-75.149596, 40.044697], [-75.151032, 40.04695], [-75.15082, 40.048518], [-75.145436, 40.047826], [-75.144959, 40.04868], [-75.142898, 40.047493], [-75.145554, 40.035262], ...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "integer"}, "package": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "debug": {"type": "boolean"}, "pr...
{"title" : "PhoneGap: Getting Started", "id" : 2, "package" : "com.phonegap.getting.started", "version" : "1.0.0", "repo" : "https://github.com/phonegap/phonegap-start.git", "description" : "A template for getting started with PhoneGap development and build.phonegap.com", "debug" : false, "private" : true, "link" : "/a...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "integer"}, "package": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "debug": {"type": "boolean"}, "private": {"type": "boolean"}, "link": {"type": "string"}, "build_count": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"csjira": {"type": "string"}}, "required": ["csjira"]}, "scri...
{"name" : "tools-jira", "version" : "0.0.1", "description" : "ClickSend tools for working with Jira from the command line", "main" : "index.js", "bin" : {"csjira" : "index.js"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ClickSen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"csjira": {"type": "string"}}, "required": ["csjira"]}, "scripts": {"type": "object", "properties": {"test": {"type": "stri...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-4...
{"configuration" : ["OUTPUTCOMPRESSIONGMODE", "SCALEMODE"], "regionsToProcessedPerformance" : {"9322e883-5305-4086-a2e9-b2ee90d95325" : -7668, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52" : 517533357, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7" : -7629, "081c8632-590b-45cd-8fb8-54355461d1d8" : 1751698228, "f5936873-ce55-4843-ad31...
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618f...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTi...
{"SolverName" : "EAGO", "ObjBound" : 0.9469940794083558, "SolveTime" : 100.07299995422363, "PrimalStatus" : "UNKNOWN_RESULT_STATUS", "InstanceName" : "57_gelu_3_4_3", "SolveTimeRaw" : 100.07500004768372, "CompletedSolveTime" : 100.0, "ObjValue" : 1.0432807773893409, "Error" : false, "TerminationStatus" : "TIME_LIMIT"}
json_instruct
{"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Erro...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop...
{"hash" : "0x33e4d5aed0e6e06efb2aba1d3f5a42c785603c463df06d5516fe6556b299dd78", "parentHash" : "0x49660ddadf2fcb5256ea93cc33a3e3918855a48a48f7478c59ddae0642edaa5f", "number" : 44424, "timestamp" : 1438889989, "nonce" : "0x8f6c955aa78c0d96", "difficulty" : 1404761094404, "gasLimit" : {"_hex" : "0x2719"}, "gasUsed" : {"_...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "North Centro, Sipocot, Camarines Sur, Bicol Region (Region V), PH", "locale" : "ph.bicol-region-region-v.camarines-sur.sipocot.north-centro", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\...
{"Department" : "\u041f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0430 \u0414\u043d\u0456\u043f\u0440\u043e\u043f\u0435\u0442\u0440\u043e\u0432\u0441\u044c\u043a\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456", "Region" : "\u0414\u043d\u0456\u043f\u0440\u043e\u043f\u0435\u0442\u0440\u043e\u0432\u04...
json_instruct
{"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"glob...
{"name" : "moseamp-gme", "version" : "0.1.0", "repository" : "https://github.com/osmose/moseamp-gme", "description" : "Moseamp plugin for playing videogame music files, including NSF, SPC, GBS, and more.", "main" : "src/gme.es6", "devDependencies" : {"glob" : "^5.0.3", "gulp" : "^3.8.11", "gulp-util" : "^3.0.4", "lodas...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"glob": {"type": "string"}, "gulp": {"type": "string"}, "gulp-util": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"esversion": {"type": "string"}, "odVersion": {"type": "string"}}, "required": ["esversion", "odVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"esversion" : "7.2.1", "odVersion" : "1.2.1"}
json_instruct
{"type": "object", "properties": {"esversion": {"type": "string"}, "odVersion": {"type": "string"}}, "required": ["esversion", "odVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Back": {"type": "string"}, "Newer Posts": {"type": "string"}, "Older Posts": {"type": "string"}, "Page {page} of {pages}": {"type": "string"}, "Subscribe": {"type": "string"}, "Subscribe to {blogtitle}": {"type": "s...
{"Back" : "Back", "Newer Posts" : "Newer Posts", "Older Posts" : "Older Posts", "Page {page} of {pages}" : "Page {page} of {pages}", "Subscribe" : "Subscribe", "Subscribe to {blogtitle}" : "Subscribe to {blogtitle}", "Subscribed!" : "Subscribed!", "with the email address" : "with the email address", "Your email address...
json_instruct
{"type": "object", "properties": {"Back": {"type": "string"}, "Newer Posts": {"type": "string"}, "Older Posts": {"type": "string"}, "Page {page} of {pages}": {"type": "string"}, "Subscribe": {"type": "string"}, "Subscribe to {blogtitle}": {"type": "string"}, "Subscribed!": {"type": "string"}, "with the email address": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": ...
{"name" : "bskyb-lightbox", "version" : "0.0.0", "homepage" : "{{ git.HTTPS-URL }}", "authors" : ["{{ git.author }} <{{ git.email }}>"], "description" : "lightbox", "main" : "dist", "license" : "BSD3", "ignore" : ["**/*", "!dist/**/*", "!src/**/*"], "devDependencies" : {"bskyb-core" : "~0.0.4", "bskyb-hash-manager" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "THAT HATH LED THE MASTERS OF THAT SCIENCE INTO THOSE WONDERFUL DISCOVERIES THEY HAVE MADE.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/11955.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["...
{"ETag" : "W/\"29cd0465dfab27ca10709120a9238111f4c7f7aaa54f098d082c5d46f0ddaf7a\"", "Last-Modified" : "Thu, 08 Jul 2021 23:52:07 GMT", "base" : {"repo" : {"name" : "dandi-feedstock"}}, "closed_at" : "2021-07-08T23:52:07Z", "created_at" : "2021-07-06T20:58:32Z", "draft" : false, "head" : {"ref" : "0.23.0_h6148e3"}, "htm...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "title_en": {"type": "null"}, "title_jp": {"type": "string"}, "picture": {"type": "string"}, "synopsis": {"type": "string"}, "type": {"type": "string"}, ...
{"id" : 645, "title" : "Hikaru no Go: Journey to the North Star Cup", "title_en" : null, "title_jp" : "\u30d2\u30ab\u30eb\u306e\u7881 \u5317\u6597\u676f\u3078\u306e\u9053", "picture" : "http://cdn.myanimelist.net/images/anime/12/78453.jpg", "synopsis" : "Hikaru is given a phone call asking him to appear in the Japan/Ch...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "title_en": {"type": "null"}, "title_jp": {"type": "string"}, "picture": {"type": "string"}, "synopsis": {"type": "string"}, "type": {"type": "string"}, "episodes": {"type": "integer"}, "tags": {"type": "array", "items": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra...
{"directions" : ["Make a large X in each chestnut with chestnut knife or a sharp paring knife, cutting through shell. Toss chestnuts with oil in a bowl.", "Heat dry skillet over moderately low heat until hot, then roast chestnuts in skillet on stovetop, covered, stirring every few minutes, for 15 minutes total.", "Add ...
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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/bin/mamba", "/share/applications/Mamba.desktop", "/share/pixmaps/Mamba.svg"]}
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pipeline": {"type": "string"}, "path": {"type": "string"}, "data": {"type": "string"}}, "required": ["pipeline", "path", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pipeline" : "spacy_sklearn", "path" : "./projects", "data" : "./data/rasa_fajar/test_nlp_fajar/nlp-fajar.json"}
json_instruct
{"type": "object", "properties": {"pipeline": {"type": "string"}, "path": {"type": "string"}, "data": {"type": "string"}}, "required": ["pipeline", "path", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"bindings": {"type": "array", "items": {"type": "object", "properties": {"authLevel": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "direction": {"type": "string"}}, "required": ["a...
{"bindings" : [{"authLevel" : "anonymous", "name" : "req", "type" : "httpTrigger", "direction" : "in"}], "scriptFile" : "..//bin//netstandard2.0//dotnetcore.dll", "entryPoint" : "dotnetcore.HttpTrigger.Run", "disabled" : false}
json_instruct
{"type": "object", "properties": {"bindings": {"type": "array", "items": {"type": "object", "properties": {"authLevel": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "direction": {"type": "string"}}, "required": ["authLevel", "name", "type", "direction"]}}, "scriptFile": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type"...
{"name" : "UpgradeManager", "version" : "1.0.0", "summary" : "data progress when upgrade app", "description" : "data progress when upgrade app, like add column in database, data migration, data initialize", "homepage" : "https://github.com/zhengbomo/UpgradeManager", "license" : {"type" : "MIT", "file" : "LICENSE"}, "au...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "api_version": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "api_version", "name", "type"], "$schema": "http://json-schema.org/draft-07/sch...
{"id" : "language-addon", "api_version" : "0.1", "name" : "language package", "type" : "i18n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "api_version": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "api_version", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"addons/pager/jquery.tablesorter.pager.css": {"type": "string"}, "addons/pager/jquery.tablesorter.pager.js": {"type": "string"}, "addons/pager/jquery.tablesorter.pager.min.js": {"type": "string"}, "js/jquery.metadata.js": {"typ...
{"addons/pager/jquery.tablesorter.pager.css" : "sha512-vrUNWyRxhkocAMZSaYo7RYf+6EdtrCRUJFvqysqnUcJMCzy3ySMbz7Sc7t5N0CM1KmaVoZPY9AT3f2v7xVpnbA==", "addons/pager/jquery.tablesorter.pager.js" : "sha512-BBiZ4GU7BL+1PEaXbZQRQCcsprg1zn3pxx15/jBSYRTISXpcY3KRAwS3n3CWl5KRalVbZmi8w4Je4qkxYqWgGA==", "addons/pager/jquery.tablesort...
json_instruct
{"type": "object", "properties": {"addons/pager/jquery.tablesorter.pager.css": {"type": "string"}, "addons/pager/jquery.tablesorter.pager.js": {"type": "string"}, "addons/pager/jquery.tablesorter.pager.min.js": {"type": "string"}, "js/jquery.metadata.js": {"type": "string"}, "js/jquery.tablesorter.js": {"type": "string...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 9920207, "stations" : ["9920207"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 9543, "cartId" : "855e556a-1ab9-45b0-8efd-0871289f83af", "preferredProducts" : [2333, 3928, 3744, 2552, 3285, 1342], "productReviews" : [{"productId" : 4336, "reviewText" : "This Unbranded Metal Chair works so well. It hungrily improves my basketball by a lot.", "reviewDate" : "2016-08-14T21:25:54.9016936+0...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Acetohydroxy-acid isomeroreductase": {"type": "string"}, "Alpha-keto-beta-hydroxylacyl reductoisomerase": {"type": "string"}, "Ketol-acid reductoisomerase type 1": {"type": "string"}, "Ketol-acid reductoisomerase type I": {"ty...
{"Acetohydroxy-acid isomeroreductase" : "Q64BR7", "Alpha-keto-beta-hydroxylacyl reductoisomerase" : "Q64BR7", "Ketol-acid reductoisomerase type 1" : "Q64BR7", "Ketol-acid reductoisomerase type I" : "Q64BR7", "KARI" : "Q64BR7", "AHIR" : "Q64BR7", "Q64BR7" : "Q64BR7", "ILVC_UNCAG" : "Q64BR7", "Ketol-acid reductoisomerase...
json_instruct
{"type": "object", "properties": {"Acetohydroxy-acid isomeroreductase": {"type": "string"}, "Alpha-keto-beta-hydroxylacyl reductoisomerase": {"type": "string"}, "Ketol-acid reductoisomerase type 1": {"type": "string"}, "Ketol-acid reductoisomerase type I": {"type": "string"}, "KARI": {"type": "string"}, "AHIR": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["230717403598", "\u5bf9\u9752\u5c71\u7ecf\u8425\u6240\u865a\u62df\u751f\u6d3b\u533a", "123", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"gender": {"type": "string"}, "name": {"type": "object", "properties": {"title": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["title", "first", "last"]}, "email": {"typ...
{"gender" : "female", "name" : {"title" : "Miss", "first" : "\u0622\u0648\u0627", "last" : "\u0631\u0636\u0627\u06cc\u06cc\u0627\u0646"}, "email" : "aw.rdyyn@example.com", "login" : {"username" : "lazybutterfly903", "uuid" : "75LtQiqVTD2ItFMv07JKVA==", "isloggedin" : false}, "picture" : {"large" : "https://randomuser.m...
json_instruct
{"type": "object", "properties": {"gender": {"type": "string"}, "name": {"type": "object", "properties": {"title": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["title", "first", "last"]}, "email": {"type": "string"}, "login": {"type": "object", "properties": {"username": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "cranial", "definition" : "Of or pertaining to the cranium."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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-09-20T03:00:00Z", "Temp" : 20.5, "RelHum" : 78, "WindSpeed" : 1.3, "WindDir" : 270}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["610623102200", "\u7389\u5bb6\u6e7e\u6751\u59d4\u4f1a", "121", "0"], ["610623102201", "\u9633\u5cb8\u6751\u59d4\u4f1a", "220", "0"], ["610623102202", "\u8def\u5bb6\u5bfa\u6751\u59d4\u4f1a", "220", "0"], ["610623102203", "\u8d3a\u5bb6\u6e7e\u6751\u59d4\u4f1a", "122", "0"], ["610623102204", "\u67a3\u6797\u5e84\u6751\u5...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": ...
{"card_title" : "Condutor de \u00c6mbar", "card_type" : "Artifact", "card_text" : "Ap\u00f3s uma criatura inimiga coletar, se for a primeira vez em que uma criatura coleta neste turno, atordoe-a.", "traits" : "Item", "amber" : 0, "power" : null, "armor" : null, "rarity" : "Uncommon", "flavor_text" : null, "card_number"...
json_instruct
{"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "null"}, "card_num...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"main": {"type": "object", "properties": {"ko": {"type": "object", "properties": {"identity": {"type": "object", "properties": {"version": {"type": "object", "properties": {"_cldrVersion": {"type": "string"}, "_num...
{"main" : {"ko" : {"identity" : {"version" : {"_cldrVersion" : "26", "_number" : "$Revision: 10931 $"}, "generation" : {"_date" : "$Date: 2014-09-03 21:52:43 -0500 (Wed, 03 Sep 2014) $"}, "language" : "ko"}, "posix" : {"messages" : {"yesstr" : "\uc608", "nostr" : "\uc544\ub2c8\uc694"}}}}}
json_instruct
{"type": "object", "properties": {"main": {"type": "object", "properties": {"ko": {"type": "object", "properties": {"identity": {"type": "object", "properties": {"version": {"type": "object", "properties": {"_cldrVersion": {"type": "string"}, "_number": {"type": "string"}}, "required": ["_cldrVersion", "_number"]}, "ge...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"},...
[{"namaKab" : "DAIRI", "originalFilename" : "FOTO.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 267553, "noUrut" : 1, "nama" : "FITRIANTO BERAMPU", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "DAIRI", "originalFilename" : "FOTO.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"menuItem": {"type": "string"}, "title": {"type": "string"}, "displayTitle": {"type": "boolean"}, "expanded": {"type": "boolean"}}, "required": ["menuItem", "title", "displayTitle", "expanded"], "$schema": "ht...
{"menuItem" : "Getting Started", "title" : "Getting Started", "displayTitle" : true, "expanded" : true}
json_instruct
{"type": "object", "properties": {"menuItem": {"type": "string"}, "title": {"type": "string"}, "displayTitle": {"type": "boolean"}, "expanded": {"type": "boolean"}}, "required": ["menuItem", "title", "displayTitle", "expanded"], "$schema": "http://json-schema.org/draft-07/schema#"}