input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rankine:block/perovskite_button_inventory"}
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": {"count": {"type": "integer"}, "252030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "111021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119XXX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "413021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "419020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "259041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "435030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "491011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "112020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "132011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "411011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291141": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "131070": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "252030", "111021", "119XXX", "413021", "419020", "259041", "435030", "412031", "491011", "119030", "112020", "132011", "411011", "N.A.//", "291141", "131070"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"count" : 39, "252030" : {"count" : 1}, "111021" : {"count" : 1}, "119XXX" : {"count" : 1}, "413021" : {"count" : 1}, "419020" : {"count" : 1}, "259041" : {"count" : 1}, "435030" : {"count" : 1}, "412031" : {"count" : 1}, "491011" : {"count" : 1}, "119030" : {"count" : 1}, "112020" : {"count" : 1}, "132011" : {"count" : 2}, "411011" : {"count" : 1}, "N.A.//" : {"count" : 23}, "291141" : {"count" : 1}, "131070" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "252030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "111021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119XXX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "413021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "419020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "259041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "435030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "491011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "112020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "132011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "411011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291141": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "131070": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "252030", "111021", "119XXX", "413021", "419020", "259041", "435030", "412031", "491011", "119030", "112020", "132011", "411011", "N.A.//", "291141", "131070"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"dhost": {"type": "string"}, "polka": {"type": "string"}}, "required": ["dhost", "polka"]}, "dependencies": {"type": "object", "properties": {"jsdom": {"type": "string"}, "rollup": {"type": "string"}}, "required": ["jsdom", "rollup"]}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["devDependencies", "dependencies", "name", "version", "description", "main", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"devDependencies" : {"dhost" : "^0.1.7", "polka" : "^0.5.2"}, "dependencies" : {"jsdom" : "^15.1.1", "rollup" : "^1.19.4"}, "name" : "html-modules-polyfill", "version" : "0.1.0", "description" : "HTML Modules Rewriter", "main" : "rewrite.js", "repository" : "git@github.com:samthor/html-modules-polyfill.git", "author" : "Sam Thorogood <sam.thorogood@gmail.com>", "license" : "Apache-2.0"}
json_instruct
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"dhost": {"type": "string"}, "polka": {"type": "string"}}, "required": ["dhost", "polka"]}, "dependencies": {"type": "object", "properties": {"jsdom": {"type": "string"}, "rollup": {"type": "string"}}, "required": ["jsdom", "rollup"]}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["devDependencies", "dependencies", "name", "version", "description", "main", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"errcode": {"type": "integer"}, "errmsg": {"type": "string"}, "item_list": {"type": "array", "items": {"type": "object", "properties": {"card_id": {"type": "string"}, "openid": {"type": "string"}, "type": {"type": "string"}, "payee": {"type": "string"}, "detail": {"type": "string"}, "user_info": {"type": "object", "properties": {"fee": {"type": "integer"}, "title": {"type": "string"}, "billing_time": {"type": "integer"}, "billing_no": {"type": "string"}, "billing_code": {"type": "string"}, "info": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "num": {"type": "integer"}, "unit": {"type": "string"}, "fee": {"type": "integer"}, "price": {"type": "integer"}}, "required": ["name", "num", "unit", "fee", "price"]}}, "fee_without_tax": {"type": "integer"}, "tax": {"type": "integer"}, "detail": {"type": "string"}, "pdf_url": {"type": "string"}, "reimburse_status": {"type": "string"}, "order_id": {"type": "string"}, "check_code": {"type": "string"}, "buyer_number": {"type": "string"}}, "required": ["fee", "title", "billing_time", "billing_no", "billing_code", "info", "fee_without_tax", "tax", "detail", "pdf_url", "reimburse_status", "order_id", "check_code", "buyer_number"]}}, "required": ["card_id", "openid", "type", "payee", "detail", "user_info"]}}}, "required": ["errcode", "errmsg", "item_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"errcode" : 0, "errmsg" : "ok", "item_list" : [{"card_id" : "CARDID", "openid" : "ofdsfasfsafsafasf", "type" : "\u589e\u503c\u7a0e\u7535\u5b50\u666e\u901a\u53d1\u7968", "payee" : "\u6df1\u5733\u5e02XX\u6709\u9650\u516c\u53f8", "detail" : "\u53ef\u5728\u516c\u53f8\u4f01\u4e1a\u5fae\u4fe1\u5185\u62a5\u9500\u4f7f\u7528", "user_info" : {"fee" : 4000, "title" : "XX\u6709\u9650\u516c\u53f8", "billing_time" : 1478620800, "billing_no" : "00000001", "billing_code" : "000000000001", "info" : [{"name" : "NAME", "num" : 10, "unit" : "\u5428", "fee" : 10, "price" : 4}], "fee_without_tax" : 2345, "tax" : 123, "detail" : "\u9879\u76ee", "pdf_url" : "pdf_url", "reimburse_status" : "INVOICE_REIMBURSE_INIT", "order_id" : "12345678", "check_code" : "CHECKCODE", "buyer_number" : "BUYERNUMER"}}]}
json_instruct
{"type": "object", "properties": {"errcode": {"type": "integer"}, "errmsg": {"type": "string"}, "item_list": {"type": "array", "items": {"type": "object", "properties": {"card_id": {"type": "string"}, "openid": {"type": "string"}, "type": {"type": "string"}, "payee": {"type": "string"}, "detail": {"type": "string"}, "user_info": {"type": "object", "properties": {"fee": {"type": "integer"}, "title": {"type": "string"}, "billing_time": {"type": "integer"}, "billing_no": {"type": "string"}, "billing_code": {"type": "string"}, "info": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "num": {"type": "integer"}, "unit": {"type": "string"}, "fee": {"type": "integer"}, "price": {"type": "integer"}}, "required": ["name", "num", "unit", "fee", "price"]}}, "fee_without_tax": {"type": "integer"}, "tax": {"type": "integer"}, "detail": {"type": "string"}, "pdf_url": {"type": "string"}, "reimburse_status": {"type": "string"}, "order_id": {"type": "string"}, "check_code": {"type": "string"}, "buyer_number": {"type": "string"}}, "required": ["fee", "title", "billing_time", "billing_no", "billing_code", "info", "fee_without_tax", "tax", "detail", "pdf_url", "reimburse_status", "order_id", "check_code", "buyer_number"]}}, "required": ["card_id", "openid", "type", "payee", "detail", "user_info"]}}}, "required": ["errcode", "errmsg", "item_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vox-holidays", "version" : "0.0.1", "description" : "A simple function that checks if Voxers are off work.", "main" : "index.js", "scripts" : {"test" : "mocha test"}, "author" : "Yuri Victor <yuri.victor@voxmedia.com>", "license" : "BSD", "devDependencies" : {"chai" : "^3.5.0", "mocha" : "^3.2.0"}}
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"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"css/all.css": {"type": "string"}}, "required": ["css/all.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css/all.css" : "css/all-7d0c0069f1.css"}
json_instruct
{"type": "object", "properties": {"css/all.css": {"type": "string"}}, "required": ["css/all.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"BrosBeforeHoes": {"type": "array", "items": {"type": "string"}}}, "required": ["BrosBeforeHoes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"BrosBeforeHoes" : ["SatelliteLoveInterest", "TrueCompanions", "TheBroCode", "DistaffCounterpart", "TrueCompanions", "FriendVersusLover", "EasilyForgiven", "BigBadFriend", "TheMole", "MemeticMutation", "AmbiguouslyGay", "GentleGiant", "AloneAmongTheCouples", "VitriolicBestBuds", "KinkMeme", "LivingEmotionalCrutch", "BizarreAlienReproduction", "FakeRelationship", "DoggedNiceGuy", "JerkAss", "WhatAnIdiot", "PlayedForLaughs", "ExpoSpeak", "LastSecondWordSwap", "RelationshipUpgrade", "LikeBrotherAndSister", "FakeDefector", "LoveInterest", "FieryRedhead", "WomanScorned", "BuriedAlive", "LastSecondWordSwap", "RelationshipUpgrade", "NotSoFastBucko", "Parodied", "TheArcher", "WolfWhistle", "HoYay", "MoneyDearBoy", "CoolBigSis"]}
json_instruct
{"type": "object", "properties": {"BrosBeforeHoes": {"type": "array", "items": {"type": "string"}}}, "required": ["BrosBeforeHoes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "result": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["name", "category", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sorrow_chestplate", "category" : "mining", "ingredients" : [{"name" : "sorrow", "count" : 24}], "result" : {"name" : "sorrow_chestplate"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "result": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["name", "category", "ingredients", "result"], "$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": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 85924707, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "73086ebbda1b6993a420f6ca9acc102f", "wof:id" : 85924707, "wof:repo" : "whosonfirst-data-admin-tw"}, "bbox" : [120.44628691463521, 23.48340064730017, 120.45135498014594, 23.49221709997529], "geometry" : {"coordinates" : [[[120.4504068074994, 23.48947257791278], [120.45072286599998, 23.48843875390007], [120.45135498000008, 23.48843875390007], [120.45135498000008, 23.48591972820005], [120.45135498014594, 23.48523050772584], [120.45135498012513, 23.48340064830016], [120.44860839800003, 23.48340064730017], [120.44766021331577, 23.48443445165988], [120.44811428306758, 23.48591971615004], [120.44734415711366, 23.48843875390007], [120.44628691463521, 23.49189693330602], [120.44641275821652, 23.49221709997529], [120.44673468893569, 23.49221709997529], [120.44904472423917, 23.4909577194754], [120.4504068074994, 23.48947257791278]]], "type" : "Polygon"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "startTime": {"type": "string"}, "active": {"type": "boolean"}, "serviceRef": {"type": "object", "properties": {"serviceName": {"type": "string"}, "clusterName": {"type": "string"}}, "required": ["serviceName", "clusterName"]}}, "required": ["id", "name", "startTime", "active", "serviceRef"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 145, "name" : "Start", "startTime" : "2012-05-06T21:00:22.326Z", "active" : true, "serviceRef" : {"serviceName" : "my_hbase", "clusterName" : "Cluster 1 - CDH4"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "startTime": {"type": "string"}, "active": {"type": "boolean"}, "serviceRef": {"type": "object", "properties": {"serviceName": {"type": "string"}, "clusterName": {"type": "string"}}, "required": ["serviceName", "clusterName"]}}, "required": ["id", "name", "startTime", "active", "serviceRef"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5cbaa4df-abcb-4136-8b09-a45286b0adff", "playerTags" : [], "teamTags" : ["9debc64f-74b7-4ae1-a4d6-fce0144b6ea5", "bb4a9de5-c924-4923-a0cb-9d1445f1ee5d"], "gameTags" : ["6ab9e8d7-39b0-4087-9d7b-045b66687aaf"], "metadata" : {"play" : 1, "subPlay" : -1}, "created" : "2021-04-15T08:00:01.263Z", "season" : 15, "tournament" : -1, "type" : 1, "day" : 62, "phase" : 4, "category" : 0, "description" : "Play ball!", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d353-275", "text" : "STUDENT INFORMATION FEDERATION OF JAPAN\nFOUNDED IN 1953\nSANPIN BUILDING\n3 KITAKYUTARO-MACHI\nHIGASHI KU, OSAKA\nJAPAN\nCABLE ADDRESS\nGAKUHOREN, OSAKA\nTELEPHONE\nOSAKA 25-6I7I~6I78\nThe object of this student body Is to do its bit for the welfare\nof students through infornation activities and to bring the sinds of\nall students in theworld in bonds offriendship and cooperation.\nHow, I aa the chief director of overseas broadcastingsection in\nSiy. Wl, aesber of SIF, want to take exchange prograa between your\nuniversitiiOB and SIF, if possible.\nI would be very glad if you should cooperate with us.\nIf you want to ^arch the Japanese student activities, I hope I\nhave not troubled you too such.\nHoping in advance your kind answer.\nCordially yours*\nKohei Iwasaki\nDIRECTOR or OVERSEAS\nBROADCASTING SECTION\nor Sir.\nThe English Monthly\nJAPANESE STUDENT\nNews Service for Student Press\nGAKUEN TSUSHIN\nVoice of Japanese Students\ndomestic broadcasting\nTape Exchange with Oveseas Students\nOVERSEAS BROADCASTING"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[49, 46], [87, 44], [37, 129], [105, 85], [94, 114], [142, 103], [145, 89], [119, 115], [176, 142], [169, 163], [203, 154], [256, 147], [131, 80], [303, 0], [248, 113], [206, 126], [299, 60], [210, 116], [379, 85], [318, 51], [182, 127], [319, 93], [272, 167], [325, 219], [285, 87], [327, 50], [179, 56], [276, 83], [306, 39], [206, 94], [266, 143], [99, 223], [290, 65], [212, 166], [129, 318], [112, 290], [216, 181], [133, 202], [113, 252], [312, 90], [283, 153], [242, 73], [244, 62], [275, 33], [207, 199], [222, 88], [167, 282], [163, 352], [258, 163], [135, 213], [244, 79], [113, 267], [141, 200], [59, 247], [138, 368], [24, 296], [59, 289], [78, 230], [173, 332], [221, 141], [158, 311], [106, 199], [183, 140], [120, 244], [157, 268], [39, 174], [197, 194], [150, 302], [102, 247], [121, 235], [235, 332], [206, 321], [120, 178], [149, 258], [284, 215], [160, 277], [188, 288], [141, 209], [290, 350], [226, 215], [267, 315], [281, 188], [129, 302], [70, 194], [202, 255], [226, 220], [86, 304], [285, 233], [199, 284], [247, 321], [121, 310], [77, 212], [216, 307], [263, 288], [159, 243], [247, 241], [220, 276], [170, 336], [282, 295]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 43981, "cartId" : "8f3b2019-fee1-42db-a273-2b3f3bf9a470", "preferredProducts" : [3556, 1419, 2266, 2986, 3648, 1106, 1481, 3468, 1268, 2946], "productReviews" : [{"productId" : 4433, "reviewText" : "I saw one of these in Comoros and I bought one.", "reviewDate" : "2019-09-08T14:09:08.145701+03:00"}, {"productId" : 1582, "reviewText" : "My co-worker Luka has one of these. He says it looks purple.", "reviewDate" : "2017-04-25T09:16:07.8789212+03:00"}, {"productId" : 1136, "reviewText" : "I saw one of these in Tanzania and I bought one.", "reviewDate" : "2018-09-06T06:54:06.1767619+03:00"}, {"productId" : 185, "reviewText" : "My co-worker Rey has one of these. He says it looks uneven.", "reviewDate" : "2016-08-15T14:04:53.2538006+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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "string"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "null"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"WorkItem" : {"AffectedComponent" : {"Name" : "PHPExcel_Reader_Excel5", "DisplayName" : "PHPExcel_Reader_Excel5"}, "ClosedComment" : "Fixed in SVN", "ClosedDate" : "2008-10-01T09:16:58.253-07:00", "CommentCount" : 0, "Custom" : null, "Description" : "PHPExcel_Reader_Excel5 has similar problems as described in this issue:\nhttp://www.codeplex.com/PHPExcel/WorkItem/View.aspx?WorkItemId=7695", "LastUpdatedDate" : "2013-05-16T05:43:14.687-07:00", "PlannedForRelease" : "PHPExcel 1.6.4 Production", "ReleaseVisibleToPublic" : false, "Priority" : {"Name" : "Low", "Severity" : 50, "Id" : 1}, "ProjectName" : "PHPExcel", "ReportedDate" : "2008-10-01T09:13:01.177-07:00", "Status" : {"Name" : "Closed", "Id" : 4}, "ReasonClosed" : {"Name" : "Unassigned"}, "Summary" : "PHPExcel_Reader_Excel5 ignores cell data type", "Type" : {"Name" : "Issue", "Id" : 3}, "VoteCount" : 1, "Id" : 7712}, "FileAttachments" : [], "Comments" : []}
json_instruct
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "string"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "null"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"fingerprint2.js": {"type": "string"}, "fingerprint2.min.js": {"type": "string"}}, "required": ["fingerprint2.js", "fingerprint2.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fingerprint2.js" : "sha512-R/4C4P3qqYxAMA4JtW5FDrhNst2poVI4PoPkLzftucA4O4RMSN2J4a7JEqn17ZxKEbbmoNIP9/fBMG9YFcO1Jg==", "fingerprint2.min.js" : "sha512-e+QZxMumhNGJfiLlsQr4ey0JPnV8JrRf2HMBfOYi3C4g2pPVVWBk122i/GIcO0htzrmdAIGkIJ94WMdyjGuhLQ=="}
json_instruct
{"type": "object", "properties": {"fingerprint2.js": {"type": "string"}, "fingerprint2.min.js": {"type": "string"}}, "required": ["fingerprint2.js", "fingerprint2.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-74.456772, 40.311564], [-74.455928, 40.314566], [-74.456081, 40.321549], [-74.438391, 40.317687], [-74.438498, 40.303012], [-74.449065, 40.30378], [-74.453518, 40.303111], [-74.456423, 40.303743], [-74.456772, 40.311564]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 39515}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404411039, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "11aae72b24340de4ca231838cda74ad7", "wof:id" : 404411039, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.40639, 49.22139, 4.40639, 49.22139], "geometry" : {"coordinates" : [4.40639, 49.22139], "type" : "Point"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"failure": {"type": "string"}, "message": {"type": "string"}}, "required": ["failure", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"failure" : "login", "message" : "Failed login"}
json_instruct
{"type": "object", "properties": {"failure": {"type": "string"}, "message": {"type": "string"}}, "required": ["failure", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"main": {"type": "string"}, "module": {"type": "string"}, "browser": {"type": "object", "properties": {"./dist/remirror-pm-dropcursor.cjs.js": {"type": "string"}, "./dist/remirror-pm-dropcursor.esm.js": {"type": "string"}}, "required": ["./dist/remirror-pm-dropcursor.cjs.js", "./dist/remirror-pm-dropcursor.esm.js"]}, "types": {"type": "string"}, "rn:dev": {"type": "string"}}, "required": ["main", "module", "browser", "types", "rn:dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main" : "dist/remirror-pm-dropcursor.cjs.js", "module" : "dist/remirror-pm-dropcursor.esm.js", "browser" : {"./dist/remirror-pm-dropcursor.cjs.js" : "./dist/remirror-pm-dropcursor.browser.cjs.js", "./dist/remirror-pm-dropcursor.esm.js" : "./dist/remirror-pm-dropcursor.browser.esm.js"}, "types" : "dist/remirror-pm-dropcursor.cjs.d.ts", "rn:dev" : "../src/dropcursor.ts"}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}, "module": {"type": "string"}, "browser": {"type": "object", "properties": {"./dist/remirror-pm-dropcursor.cjs.js": {"type": "string"}, "./dist/remirror-pm-dropcursor.esm.js": {"type": "string"}}, "required": ["./dist/remirror-pm-dropcursor.cjs.js", "./dist/remirror-pm-dropcursor.esm.js"]}, "types": {"type": "string"}, "rn:dev": {"type": "string"}}, "required": ["main", "module", "browser", "types", "rn:dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "exnihilosequentia:block/acacia_barrel"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dbId": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}, "size": {"type": "integer"}, "symbols": {"type": "array", "items": {"type": "string"}}, "gallusOrth": {"type": "object", "properties": {"sharedSymbols": {"type": "array", "items": {"type": "string"}}, "count": {"type": "integer"}, "type": {"type": "string"}}, "required": ["sharedSymbols", "count", "type"]}}, "required": ["dbId", "name", "children", "size", "symbols", "gallusOrth"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dbId" : "192869", "name" : "cRNA Synthesis", "children" : [], "size" : 1, "symbols" : ["NP", "PB1", "PB2", "PA"], "gallusOrth" : {"sharedSymbols" : ["NP", "PB1", "PB2", "PA"], "count" : 4, "type" : "Complete"}}
json_instruct
{"type": "object", "properties": {"dbId": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}, "size": {"type": "integer"}, "symbols": {"type": "array", "items": {"type": "string"}}, "gallusOrth": {"type": "object", "properties": {"sharedSymbols": {"type": "array", "items": {"type": "string"}}, "count": {"type": "integer"}, "type": {"type": "string"}}, "required": ["sharedSymbols", "count", "type"]}}, "required": ["dbId", "name", "children", "size", "symbols", "gallusOrth"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"2021-09-5": {"type": "integer"}, "2021-09-6": {"type": "integer"}, "2021-09-7": {"type": "number"}, "2021-09-8": {"type": "number"}, "2021-09-9": {"type": "number"}, "2021-09-10": {"type": "number"}, "2021-09-11": {"type": "integer"}}, "required": ["2021-09-5", "2021-09-6", "2021-09-7", "2021-09-8", "2021-09-9", "2021-09-10", "2021-09-11"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"2021-09-5" : 0, "2021-09-6" : 0, "2021-09-7" : 10633.312858, "2021-09-8" : 20039.463758, "2021-09-9" : 17101.198514, "2021-09-10" : 19989.314231, "2021-09-11" : 0}
json_instruct
{"type": "object", "properties": {"2021-09-5": {"type": "integer"}, "2021-09-6": {"type": "integer"}, "2021-09-7": {"type": "number"}, "2021-09-8": {"type": "number"}, "2021-09-9": {"type": "number"}, "2021-09-10": {"type": "number"}, "2021-09-11": {"type": "integer"}}, "required": ["2021-09-5", "2021-09-6", "2021-09-7", "2021-09-8", "2021-09-9", "2021-09-10", "2021-09-11"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build-bulma": {"type": "string"}, "clean-bulma": {"type": "string"}, "buildmy": {"type": "string"}, "build-mybulma": {"type": "string"}, "clean-mybulma": {"type": "string"}, "rtl": {"type": "string"}, "rtl-sass": {"type": "string"}, "rtl-cleancss": {"type": "string"}}, "required": ["build", "build-bulma", "clean-bulma", "buildmy", "build-mybulma", "clean-mybulma", "rtl", "rtl-sass", "rtl-cleancss"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"node-sass": {"type": "string"}, "clean-css-cli": {"type": "string"}}, "required": ["node-sass", "clean-css-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bulmarazor-theme", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"build" : "npm run build-bulma && npm run clean-bulma", "build-bulma" : "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css", "clean-bulma" : "cleancss -o css/bulma.min.css css/bulma.css", "buildmy" : "npm run build-mybulma && npm run clean-mybulma", "build-mybulma" : "node-sass --output-style expanded --source-map true mybulma.sass css/mybulma.css", "clean-mybulma" : "cleancss -o css/mybulma.min.css css/mybulma.css", "rtl" : "npm run rtl-sass && npm run rtl-cleancss", "rtl-sass" : "node-sass --output-style expanded --source-map true bulma-rtl.sass css/bulma-rtl.css", "rtl-cleancss" : "cleancss -o css/bulma-rtl.min.css css/bulma-rtl.css"}, "author" : "lucky7", "license" : "MIT", "devDependencies" : {"node-sass" : "^5.0.0", "clean-css-cli" : "^4.3.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build-bulma": {"type": "string"}, "clean-bulma": {"type": "string"}, "buildmy": {"type": "string"}, "build-mybulma": {"type": "string"}, "clean-mybulma": {"type": "string"}, "rtl": {"type": "string"}, "rtl-sass": {"type": "string"}, "rtl-cleancss": {"type": "string"}}, "required": ["build", "build-bulma", "clean-bulma", "buildmy", "build-mybulma", "clean-mybulma", "rtl", "rtl-sass", "rtl-cleancss"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"node-sass": {"type": "string"}, "clean-css-cli": {"type": "string"}}, "required": ["node-sass", "clean-css-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"53126": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53125": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53121": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53129": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53128": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53130": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53122": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53127": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53123": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53124": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["53126", "53125", "53121", "53129", "53128", "53130", "53122", "53127", "53123", "53124"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"53126" : {"nama" : "BANTEN", "dapil" : [36, 3602, 13601, 2367303]}, "53125" : {"nama" : "BENDUNG", "dapil" : [36, 3602, 13601, 2367303]}, "53121" : {"nama" : "KASEMEN", "dapil" : [36, 3602, 13601, 2367303]}, "53129" : {"nama" : "KASUNYATAN", "dapil" : [36, 3602, 13601, 2367303]}, "53128" : {"nama" : "KILASAH", "dapil" : [36, 3602, 13601, 2367303]}, "53130" : {"nama" : "MARGALUYU", "dapil" : [36, 3602, 13601, 2367303]}, "53122" : {"nama" : "MESJID PRIYAYI", "dapil" : [36, 3602, 13601, 2367303]}, "53127" : {"nama" : "SAWAH LUHUR", "dapil" : [36, 3602, 13601, 2367303]}, "53123" : {"nama" : "TERUMBU", "dapil" : [36, 3602, 13601, 2367303]}, "53124" : {"nama" : "WARUNG JAUD", "dapil" : [36, 3602, 13601, 2367303]}}
json_instruct
{"type": "object", "properties": {"53126": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53125": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53121": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53129": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53128": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53130": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53122": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53127": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53123": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "53124": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["53126", "53125", "53121", "53129", "53128", "53130", "53122", "53127", "53123", "53124"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"alfredsnippet": {"type": "object", "properties": {"snippet": {"type": "string"}, "uid": {"type": "string"}, "name": {"type": "string"}, "keyword": {"type": "string"}}, "required": ["snippet", "uid", "name", "keyword"]}}, "required": ["alfredsnippet"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"alfredsnippet" : {"snippet" : "\ud83d\udc3b", "uid" : "7DA5B913-44A4-4B40-8A29-801841B55CB6", "name" : "\ud83d\udc3b :bear:", "keyword" : ":bear:"}}
json_instruct
{"type": "object", "properties": {"alfredsnippet": {"type": "object", "properties": {"snippet": {"type": "string"}, "uid": {"type": "string"}, "name": {"type": "string"}, "keyword": {"type": "string"}}, "required": ["snippet", "uid", "name", "keyword"]}}, "required": ["alfredsnippet"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[122.25, 41.416666666666664], [122.25, 41.5], [122.375, 41.5], [122.375, 41.416666666666664], [122.25, 41.416666666666664]]]}, "properties" : {"code" : 622212, "url" : "http://madefor.github.io/0410/api/v1/622212.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/622212.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "d27c6d5", "CardHash" : "21ea95c", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "code_type_vote": {"type": "string"}, "libelle_type_vote": {"type": "string"}, "demandeur": {"type": "string"}, "libelle": {"type": "string"}, "nb_votants": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "code_type_vote", "libelle_type_vote", "demandeur", "libelle", "nb_votants", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "VTANR5L15V2952", "code_type_vote" : "SPO", "libelle_type_vote" : "scrutin public ordinaire", "demandeur" : "Pr\u00e9sident du groupe \"Agir Ensemble\" Pr\u00e9sident du groupe \"UDI et Ind\u00e9pendants\"", "libelle" : "l'ensemble de la proposition de loi visant \u00e0 renforcer le droit \u00e0 l'avortement (premi\u00e8re lecture).", "nb_votants" : "152", "date" : "2020-10-08"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code_type_vote": {"type": "string"}, "libelle_type_vote": {"type": "string"}, "demandeur": {"type": "string"}, "libelle": {"type": "string"}, "nb_votants": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "code_type_vote", "libelle_type_vote", "demandeur", "libelle", "nb_votants", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "standard": {"type": "string"}}, "required": ["chai", "mocha", "standard"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "repository", "engines", "keywords", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "eth-net-type", "version" : "0.1.4", "description" : "Get infos about your current ethereum network", "main" : "index.js", "scripts" : {"test" : "mocha --reporter spec test"}, "author" : "nya1", "license" : "MIT", "dependencies" : {}, "repository" : {"type" : "git", "url" : "https://github.com/nya1/eth-net-type.git"}, "engines" : {"node" : ">=4.0.0"}, "keywords" : ["ethereum", "eth", "network", "chain", "type", "discover", "network type", "chain type", "ethereum network", "ethereum chain", "chain network", "blockhash", "block", "genesis", "network id", "mainnet", "testnet", "kovan", "ropsten", "rinkeby", "morden"], "devDependencies" : {"chai" : "^4.0.1", "mocha" : "^3.4.2", "standard" : "*"}}
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"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "standard": {"type": "string"}}, "required": ["chai", "mocha", "standard"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "repository", "engines", "keywords", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}, "server": {"type": "string"}, "server-dev": {"type": "string"}, "client": {"type": "string"}}, "required": ["install", "start", "dev", "server", "server-dev", "client"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"concurrently": {"type": "string"}}, "required": ["concurrently"]}}, "required": ["name", "version", "description", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "twitter-clone", "version" : "1.0.0", "description" : "A full stack twitter clone with a REST API and React client.", "scripts" : {"install" : "(cd server && npm install) & (cd ../client && npm install)", "start" : "concurrently \"cd server && npm start\" \"cd client && npm start\"", "dev" : "concurrently \"cd server && npm run dev\" \"cd client && npm start\"", "server" : "cd server && npm start", "server-dev" : "cd server && npm run dev", "client" : "cd client && npm start"}, "repository" : {"type" : "git", "url" : "git+https://github.com/aakashkcx/twitter-clone.git"}, "author" : "Aakash Kc", "license" : "MIT", "bugs" : {"url" : "https://github.com/aakashkcx/twitter-clone/issues"}, "homepage" : "https://github.com/aakashkcx/twitter-clone#readme", "dependencies" : {"concurrently" : "^5.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}, "server": {"type": "string"}, "server-dev": {"type": "string"}, "client": {"type": "string"}}, "required": ["install", "start", "dev", "server", "server-dev", "client"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"concurrently": {"type": "string"}}, "required": ["concurrently"]}}, "required": ["name", "version", "description", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "next-yate", "version" : "0.1.0", "description" : "Next-Yate is Nodejs External module for YATE (Yet Another Telephony Engine)", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/0LEG0/next-yate-core.git"}, "keywords" : ["yate", "extmodule", "node"], "author" : "Anton", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/0LEG0/next-yate-core/issues"}, "homepage" : "https://github.com/0LEG0/next-yate-core", "devDependencies" : {"eslint" : "^6.8.0"}}
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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"410703001": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703002": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703003": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703004": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703007": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703008": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703009": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703100": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}}, "required": ["410703001", "410703002", "410703003", "410703004", "410703007", "410703008", "410703009", "410703100"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"410703001" : {"name" : "\u80dc\u5229\u8def\u8857\u9053", "next" : 0}, "410703002" : {"name" : "\u89e3\u653e\u8def\u8857\u9053", "next" : 0}, "410703003" : {"name" : "\u4e2d\u540c\u8857\u8857\u9053", "next" : 0}, "410703004" : {"name" : "\u5065\u5eb7\u8def\u8857\u9053", "next" : 0}, "410703007" : {"name" : "\u81ea\u7531\u8def\u8857\u9053", "next" : 0}, "410703008" : {"name" : "\u5357\u6865\u8857\u9053", "next" : 0}, "410703009" : {"name" : "\u94c1\u897f\u8857\u9053", "next" : 0}, "410703100" : {"name" : "\u5e73\u539f\u9547", "next" : 0}}
json_instruct
{"type": "object", "properties": {"410703001": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703002": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703003": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703004": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703007": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703008": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703009": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "410703100": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}}, "required": ["410703001", "410703002", "410703003", "410703004", "410703007", "410703008", "410703009", "410703100"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"210450": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["210450"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"210450" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"210450": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["210450"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"book": {"type": "string"}, "height": {"type": "integer"}, "original": {"type": "string"}, "page": {"type": "integer"}, "text": {"type": "string"}, "thumbnail": {"type": "string"}, "width": {"type": "integer"}}, "required": ["book", "height", "original", "page", "text", "thumbnail", "width"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"book" : "001", "height" : 752, "original" : "http://www.tbcas.jp/ja/lib/lib4/001/page52/x1.jpg", "page" : 52, "text" : "\u9751\u9f8d\u5c71\u306e\u5587\u561b\u6d1e//\u9752\u7adc\u5c71\u306e\u5587\u561b\u6d1e//\u718a\u5cb3\u57ce\u306e\u6771\u65b9\u7d04\u516b\u30ad\u30ed\u30e1\u30fc\u30c8\u30eb\uff08\u4e8c\u91cc\u9918\uff09\u5730\u65b9\u306f\u6771\u5c71\u5343\u5cef\u306e\u9023\u306a\u308b\u6240\u3001\u5c31\u4e2d\u9751\u9f8d\u5c71\u306f\u53e4\u304f\u304b\u3089\u6700\u3082\u540d\u9ad8\u304f\u3057\u3066\u52dd\u666f\u306b\u5bcc\u307f\u3001\u5947\u5dd6\u5929\u306b\u8feb\u308c\u308b\u304b\u3068\u898b\u308c\u3070\u3001\u53c8\u6eaa\u6d41\u306b\u8001\u6a39\u306e\u59ff\u3092\u5bbf\u305b\u308b\u3042\u308a\u3001\u8655\u3005\u84bc\u82d4\u5dd6\u3092\u67d3\u3081\u3001\u5168\u5c71\u5b9b\u3089\u4ed9\u5883\u306e\u601d\u3072\u304c\u3042\u308b\u3001\u5c71\u4e2d\u306e\u53e4\u5239\u305f\u308b\u6b64\u306e\u5587\u561b\u6d1e\u306e\u5982\u304d\u3001\u6b8a\u306b\u4e00\u7a2e\u4e91\u3075\u3079\u304b\u3089\u3056\u308b\u795e\u79d8\u7684\u306e\u611f\u306b\u6253\u305f\u308b\u308b\u6240\u3067\u3042\u308b\u3002//\u718a\u5cb3\u57ce\u306e\u6771\u65b9\u7d04\u516b\u30ad\u30ed\u30e1\u30fc\u30c8\u30eb\uff08\u4e8c\u91cc\u4f59\uff09\u5730\u65b9\u306f\u6771\u5c71\u5343\u5cef\u306e\u9023\u306a\u308b\u6240\u3001\u5c31\u4e2d\u9752\u7adc\u5c71\u306f\u53e4\u304f\u304b\u3089\u6700\u3082\u540d\u9ad8\u304f\u3057\u3066\u52dd\u666f\u306b\u5bcc\u307f\u3001\u5947\u5dcc\u5929\u306b\u8feb\u308c\u308b\u304b\u3068\u898b\u308c\u3070\u3001\u53c8\u6e13\u6d41\u306b\u8001\u6a39\u306e\u59ff\u3092\u5bbf\u305b\u308b\u3042\u308a\u3001\u51e6\u3005\u84bc\u82d4\u5dcc\u3092\u67d3\u3081\u3001\u5168\u5c71\u5b9b\u3089\u4ed9\u5883\u306e\u601d\u3072\u304c\u3042\u308b\u3001\u5c71\u4e2d\u306e\u53e4\u5239\u305f\u308b\u6b64\u306e\u5587\u561b\u6d1e\u306e\u5982\u304d\u3001\u6b8a\u306b\u4e00\u7a2e\u4e91\u3075\u3079\u304b\u3089\u3056\u308b\u795e\u79d8\u7684\u306e\u611f\u306b\u6253\u305f\u308b\u308b\u6240\u3067\u3042\u308b\u3002//", "thumbnail" : "http://www.tbcas.jp/ja/lib/lib4/001/page52/thumbnail.jpg", "width" : 957}
json_instruct
{"type": "object", "properties": {"book": {"type": "string"}, "height": {"type": "integer"}, "original": {"type": "string"}, "page": {"type": "integer"}, "text": {"type": "string"}, "thumbnail": {"type": "string"}, "width": {"type": "integer"}}, "required": ["book", "height", "original", "page", "text", "thumbnail", "width"], "$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"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}}, "required": ["electron"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "letter-to-ascii", "version" : "1.0.1", "description" : "A letter to ascii converter to troll your friends with!", "main" : "src/js/main.js", "scripts" : {"start" : "electron ."}, "repository" : {"type" : "git", "url" : "git+https://github.com/srevrtt/letter-to-ascii.git"}, "author" : "Everett Sistrunk", "license" : "MIT", "bugs" : {"url" : "https://github.com/srevrtt/letter-to-ascii/issues"}, "homepage" : "https://github.com/srevrtt/letter-to-ascii#readme", "devDependencies" : {"electron" : "^17.1.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"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}}, "required": ["electron"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "loot_mod_common (2)3923864", "IsStatic" : false, "useGravity" : true, "randomRotation" : true, "Position" : {"x" : 21.3965454, "y" : 0.0879192352, "z" : -14.7535706}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5e3829f92855471525602a2d", "Items" : [{"_id" : "5e3829f92855471525602a2d", "_tpl" : "55d481904bdc2d8c2f8b456a"}, {"_id" : "5e3829f92855471525602a2e", "_tpl" : "56dff3afd2720bba668b4567", "parentId" : "5e3829f92855471525602a2d", "slotId" : "cartridges", "upd" : {"StackObjectsCount" : 15}}, {"_id" : "5e3829f92855471525602a2f", "_tpl" : "56dff3afd2720bba668b4567", "parentId" : "5e3829f92855471525602a2d", "slotId" : "cartridges", "location" : 1, "upd" : {"StackObjectsCount" : 10}}]}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jszip": {"type": "string"}}, "required": ["jszip"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "zip-image-viewer", "version" : "0.0.1", "description" : "Simple website that natively show images inside a compressed zip file", "keywords" : ["zip", "viewer", "picture"], "author" : "sedano.me", "license" : "MIT", "dependencies" : {"jszip" : "^3.1.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jszip": {"type": "string"}}, "required": ["jszip"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["dynamoose", "serializers", "unmarshall"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"section": {"type": "string"}, "chapter": {"type": "string"}, "section_title": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["section", "chapter", "section_title", "text", "html"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"section" : "32h01", "chapter" : "32", "section_title" : "32h01\u00a0 Prior agreement or understanding.", "text" : "The\nFLSA specifies that an agreement or understanding must be reached before the\nperformance of the work.", "html" : "<p>The\nFLSA specifies that an agreement or understanding must be reached before the\nperformance of the work.</p>"}
json_instruct
{"type": "object", "properties": {"section": {"type": "string"}, "chapter": {"type": "string"}, "section_title": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["section", "chapter", "section_title", "text", "html"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hosting": {"type": "object", "properties": {"site": {"type": "string"}, "public": {"type": "string"}, "headers": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "headers": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}}, "required": ["source", "headers"]}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["site", "public", "headers", "ignore"]}}, "required": ["hosting"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hosting" : {"site" : "nuxt-graphql-client", "public" : "dist", "headers" : [{"source" : "**", "headers" : [{"key" : "Access-Control-Allow-Origin", "value" : "*"}, {"key" : "X-Frame-Options", "value" : "DENY"}, {"key" : "X-Content-Type-Options", "value" : "nosniff"}, {"key" : "X-XSS-Protection", "value" : "1; mode=block"}]}, {"source" : "**/*.@(eot|otf|ttf|ttc|woff|woff2|font.css)", "headers" : [{"key" : "Access-Control-Allow-Origin", "value" : "*"}, {"key" : "Cache-Control", "value" : "public, max-age=31536000"}]}, {"source" : "**/*.@(js|css|ico|jpg|jpeg|gif|png|svg|webp)", "headers" : [{"key" : "Cache-Control", "value" : "public, max-age=31536000"}]}], "ignore" : ["firebase.json", "**/.*", "**/node_modules/**"]}}
json_instruct
{"type": "object", "properties": {"hosting": {"type": "object", "properties": {"site": {"type": "string"}, "public": {"type": "string"}, "headers": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "headers": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}}, "required": ["source", "headers"]}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["site", "public", "headers", "ignore"]}}, "required": ["hosting"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"724474f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["724474f-a"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"724474f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/724474f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/724474f-a.jpg", "title" : "", "date" : "1925", "text" : "West End Avenue, east side, from 97th to 98th Streets, showing 760-70 West End Avenue, old houses built in the late 1880's. Not long after the date of this photograph all but 770, in the middle of the block, will be replaced by a 15-story apartment building. The 12-story building on the S.E. corner of 98th Street was erected between 1910 and 1916, replacing similar small houses.\nJune 1925.\n", "folder" : "West End Avenue & 97th Street (West), Manhattan, NY", "height" : 488, "original_title" : "Manhattan: West End Avenue - 97th Street (West)", "years" : ["1925"]}}
json_instruct
{"type": "object", "properties": {"724474f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["724474f-a"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"groupName": {"type": "string"}, "groupHeader": {"type": "string"}, "groupFooter": {"type": "string"}}, "required": ["groupName", "groupHeader", "groupFooter"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"groupName" : "test 0", "groupHeader" : "header 0", "groupFooter" : "footer 0"}, {"groupName" : "test 1", "groupHeader" : "header 1", "groupFooter" : "footer 1"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"groupName": {"type": "string"}, "groupHeader": {"type": "string"}, "groupFooter": {"type": "string"}}, "required": ["groupName", "groupHeader", "groupFooter"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@discordjs/opus": {"type": "string"}, "@iamtraction/google-translate": {"type": "string"}, "discord.js": {"type": "string"}, "discord.js-commando": {"type": "string"}, "enmap": {"type": "string"}, "ffmpeg-static": {"type": "string"}, "google-translate-open-api": {"type": "string"}, "ytdl-core": {"type": "string"}}, "required": ["@discordjs/opus", "@iamtraction/google-translate", "discord.js", "discord.js-commando", "enmap", "ffmpeg-static", "google-translate-open-api", "ytdl-core"]}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}}, "required": ["dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"@discordjs/opus" : "^0.5.3", "@iamtraction/google-translate" : "^1.1.2", "discord.js" : "^13.0.0-dev.d433fe8.1625961832", "discord.js-commando" : "^0.12.3", "enmap" : "^5.8.5", "ffmpeg-static" : "^4.3.0", "google-translate-open-api" : "^1.3.7", "ytdl-core" : "^4.8.2"}, "devDependencies" : {"prettier" : "2.3.1"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@discordjs/opus": {"type": "string"}, "@iamtraction/google-translate": {"type": "string"}, "discord.js": {"type": "string"}, "discord.js-commando": {"type": "string"}, "enmap": {"type": "string"}, "ffmpeg-static": {"type": "string"}, "google-translate-open-api": {"type": "string"}, "ytdl-core": {"type": "string"}}, "required": ["@discordjs/opus", "@iamtraction/google-translate", "discord.js", "discord.js-commando", "enmap", "ffmpeg-static", "google-translate-open-api", "ytdl-core"]}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}}, "required": ["dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"ConnNode": {"type": "integer"}, "Interval-1_Load": {"type": "number"}, "Interval-2_Load": {"type": "number"}}, "required": ["ConnNode", "Interval-1_Load", "Interval-2_Load"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"ConnNode" : 2, "Interval-1_Load" : -21.7, "Interval-2_Load" : -16.7}, {"ConnNode" : 3, "Interval-1_Load" : -94.2, "Interval-2_Load" : -89.2}, {"ConnNode" : 4, "Interval-1_Load" : -47.8, "Interval-2_Load" : -42.8}, {"ConnNode" : 5, "Interval-1_Load" : -7.6, "Interval-2_Load" : -2.6}, {"ConnNode" : 6, "Interval-1_Load" : -11.2, "Interval-2_Load" : -6.2}, {"ConnNode" : 9, "Interval-1_Load" : -29.5, "Interval-2_Load" : -24.5}, {"ConnNode" : 10, "Interval-1_Load" : -9, "Interval-2_Load" : -4}, {"ConnNode" : 11, "Interval-1_Load" : -3.5, "Interval-2_Load" : -1.5}, {"ConnNode" : 12, "Interval-1_Load" : -6.1, "Interval-2_Load" : -1.1}, {"ConnNode" : 13, "Interval-1_Load" : -13.5, "Interval-2_Load" : -8.5}, {"ConnNode" : 14, "Interval-1_Load" : -14.9, "Interval-2_Load" : -9.9}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"ConnNode": {"type": "integer"}, "Interval-1_Load": {"type": "number"}, "Interval-2_Load": {"type": "number"}}, "required": ["ConnNode", "Interval-1_Load", "Interval-2_Load"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "synonyms"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"value" : "MadFit", "synonyms" : ["MadFit", "Madfit"]}, {"value" : "Chloe Ting", "synonyms" : ["Chloe Ting"]}, {"value" : "POPSUGAR Fitness", "synonyms" : ["Popsugar", "Popsugar Fitness", "POPSUGAR Fitness"]}, {"value" : "Blogilates", "synonyms" : ["Blogilates"]}, {"value" : "Pamela Reif", "synonyms" : ["Pamela Reif"]}, {"value" : "ATHLEAN-X", "synonyms" : ["ATHLEAN-X", "Athlean"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "synonyms"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"startHour": {"type": "integer"}, "recTime": {"type": "string"}, "outputDir": {"type": "string"}, "rtmpUrl": {"type": "string"}, "fileName": {"type": "string"}, "fileExtention": {"type": "string"}}, "required": ["startHour", "recTime", "outputDir", "rtmpUrl", "fileName", "fileExtention"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"startHour" : 2, "recTime" : "2100", "outputDir" : "dist/radio_no_radio/", "rtmpUrl" : "rtmp://fms-base1.mitene.ad.jp/agqr/aandg22", "fileName" : "\u4f0a\u798f\u90e8\u5d07\u306e\u30e9\u30b8\u30aa\u306e\u30e9\u30b8\u30aa", "fileExtention" : ".flv"}, {"startHour" : 23, "recTime" : "3900", "outputDir" : "dist/yonayona/", "rtmpUrl" : "rtmp://fms-base1.mitene.ad.jp/agqr/aandg22", "fileName" : "\u9df2\u5d0e\u5065\u306e\u30e8\u30eb\u30ca\u30a4\u30c8\u00d7\u30e8\u30eb\u30ca\u30a4\u30c8", "fileExtention" : ".flv"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"startHour": {"type": "integer"}, "recTime": {"type": "string"}, "outputDir": {"type": "string"}, "rtmpUrl": {"type": "string"}, "fileName": {"type": "string"}, "fileExtention": {"type": "string"}}, "required": ["startHour", "recTime", "outputDir", "rtmpUrl", "fileName", "fileExtention"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Gilberto Sammartino"}, {"author" : "Vincenzo Cerone"}, {"author" : "Roberta Gasparro"}, {"author" : "Francesco Riccitiello"}, {"author" : "Oreste Trosino"}], "doi" : "10.1186/1752-1947-8-398", "publication_date" : "2014-12-02", "id" : "EN115606", "url" : "https://pubmed.ncbi.nlm.nih.gov/25434857", "source" : "Journal of medical case reports", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 20-year-old Caucasian man presented to our Department to solve a dental anomaly of his upper central incisors. An oral investigation revealed the fusion of his maxillary central incisors and dyschromia of right central incisor. Vitality pulp tests were negative for lateral upper incisors and left central incisor. Radiographic examinations showed a fused tooth with two separate pulp chambers, two distinct roots and two separate root canals. There were also periapical lesions of central incisors and right lateral incisor, so he underwent endodontic treatment. Six months later, OPT examination revealed persistence of the periapical radiolucency, so endodontic surgery was performed, which included exeresis of the lesion, an apicoectomy and retrograde obturation with a reinforced zinc oxide-eugenol cement (SuperEBA) Complete healing of the lesion was obtained six months postoperatively. Fused teeth crowns were separated and orthodontic appliances were put in place. When correct teeth position was achieved (after nine months), the anterior teeth were prosthetically rehabilitated."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"elasticlunr.js": {"type": "string"}, "elasticlunr.min.js": {"type": "string"}}, "required": ["elasticlunr.js", "elasticlunr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elasticlunr.js" : "sha256-Xceb4cG9oF7nUNOSUK0CAPoZ6uULq4DKERvFlJAIXVA=", "elasticlunr.min.js" : "sha256-9lPai9uOZfQNtYkC+BIV1gIAXMYdzYSRUsqoidugKiQ="}
json_instruct
{"type": "object", "properties": {"elasticlunr.js": {"type": "string"}, "elasticlunr.min.js": {"type": "string"}}, "required": ["elasticlunr.js", "elasticlunr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "96a7932f9aedc1357460b8078f4b07f1e3180ab9"}
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": {"El Bayadh": {"type": "string"}}, "required": ["El Bayadh"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"El Bayadh" : "EBH"}
json_instruct
{"type": "object", "properties": {"El Bayadh": {"type": "string"}}, "required": ["El Bayadh"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-legacy.min.js": {"type": "string"}}, "required": ["fdb-all.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-legacy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fdb-all.js" : "sha512-jo9N0jUKzDOFgRpZ8uMvyfgZOLHM3hn6SLcNT9uAwrtF+IETKwR2JJ5oNxSRaYOEQnkuQoRa5hNQvZyLlHwjGw==", "fdb-all.min.js" : "sha512-17uGmFZvWGU1sNLOExTtMrRULgYBLbtULV8DsfgJjeQ5juaPteriFSak+ZvprMHb1fGWqxx9H0fT8TGCjNIBhw==", "fdb-angular.js" : "sha512-StOgIW2sEzCbcmb8q7sgSybI83aXNuf8tShB/6PjlZjKYPHInfX3h288XtFFtHXFz5PVU3brLIwJ4Do53K7u2Q==", "fdb-angular.min.js" : "sha512-vWir516TZvMwGEyhbdIRfSKMLg4aERQiJJ+CleRxcJN+E676FeQSKoTPO+itLlKo4AN5OTyf2x5GGKQ3p4WRpw==", "fdb-autobind.js" : "sha512-f+xC/UHgnYUJra87vXOesT152rBwF0o4AaMF6M90fjud+fWekIub8P2a5r4tsz8HopyrxFcaCcC+a8gCZ1LK4w==", "fdb-autobind.min.js" : "sha512-C5EXRHGJ9UaHPkv5QU+1pnAjR1pgy7Y7yyw2YcRLGSyrDu6xYdSoUXHyqG1x4YvIpHa1NVIrcB3J36sKqXyWgQ==", "fdb-core+persist.js" : "sha512-YnbXHvi1diTiz+Z1Q1CsIKgfooGXPAiD8h2futgRNxYgqldTCGkv6ItjbxlA2ZqFnPkTjxms5Jca14jVHEX0IA==", "fdb-core+persist.min.js" : "sha512-wUWFrToRlAedOfqyeJVIXCr0nmWl7Yy8SWmaRu0GTbYkfdE0is/CjZ+jrI7hc4Kh3NOXGPAX4yCr/vzwNbRYHw==", "fdb-core+views.js" : "sha512-m5mB8L/kIAtBZkAV46KHBZZmEmmu9jLLGG6dapqM0iVWder6HGqttQn+3d6G4AQbH5rehRjoG6FUNxNK3oCz3A==", "fdb-core+views.min.js" : "sha512-kQS2Jo3fwewpNvM85CzzvaG/UYFJdd9bomex5wcMBEyJ52LYjthU8HkQywHzgJyUDE40i149qHSCuCGY8gbIyg==", "fdb-core.js" : "sha512-w1WsPWCJiHYzAGRW53XMJKedUkV1/Ut+gqWOclDFF169fUcRvuZkzg5xEk5XBAMtoq5FS2qCTasZtb3bP66XxQ==", "fdb-core.min.js" : "sha512-X1hKNca0oQph0GJfSIpeZUHhDf7X92kExvpnQCYOG/RanzvmbPQ6SL9RhO6sHo3YmthS4Lfmgq7ky1t6dYt9gw==", "fdb-infinilist.js" : "sha512-CaoG4JpiPuvZmmCsaNe2ltvOMNJPzbKHEompSk/u1Ef4Kcq7E2iPu+Xg3vXsvmmbonGQc5IuwY5lslvLDO7D/g==", "fdb-infinilist.min.js" : "sha512-/iaz0VQF5bcQUqft9RliQGd/gDBswE6L002AEkfj/3tKLspNrIANl7oru1xqNNsQ/3brBN41meuU/fCvinlJRg==", "fdb-legacy.js" : "sha512-YYcD9OHRJ87RpT5fjiZcR1e4RT96yCN1mm7UF2a3eAH7IlM+wwkdi8h7+6CooiY8MkaSSPXQBdP7+RWCcGwWhw==", "fdb-legacy.min.js" : "sha512-Gbf7RqY1KUFxkhyrkq8rfEGE7AxUYZCoh4Mlsp36ltB3Lm03icH2Cb41Ve8i2f2LL9GffxMFSG6UhVD5lGXQow=="}
json_instruct
{"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-legacy.min.js": {"type": "string"}}, "required": ["fdb-all.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-legacy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}, "critical": {"type": "boolean"}, "maxWeight": {"type": "integer"}, "associatedValueName": {"type": "string"}, "description": {"type": "string"}, "output": {"type": "string"}, "rationale": {"type": "string"}, "remediation": {"type": "string"}, "businessCriteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}}, "required": ["id", "name", "href"]}}, "technicalCriteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "weight": {"type": "integer"}, "critical": {"type": "boolean"}}, "required": ["id", "name", "weight", "critical"]}}, "technologies": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}}, "required": ["id", "name", "href"]}}, "qualityStandards": {"type": "array", "items": {}}}, "required": ["id", "name", "href", "critical", "maxWeight", "associatedValueName", "description", "output", "rationale", "remediation", "businessCriteria", "technicalCriteria", "technologies", "qualityStandards"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 3070, "name" : "Avoid non standard file extensions", "href" : "AIP/quality-rules/3070", "critical" : false, "maxWeight" : 2, "associatedValueName" : "Associated Value", "description" : "All files should have a standard file extension. The list of standard, authorized extensions is a parameter that can be changed at will.", "output" : "This report lists all files with a non-standard extension. It provides the following information: File full name", "rationale" : "For readability aspects, naming conventions must be respected.", "remediation" : "Change file extension according to the recommended naming conventions.", "businessCriteria" : [{"id" : 66031, "name" : "Programming Practices", "href" : "AIP/business-criteria/66031"}, {"id" : 60011, "name" : "Transferability", "href" : "AIP/business-criteria/60011"}], "technicalCriteria" : [{"id" : 61015, "name" : "Programming Practices - File Organization Conformity", "weight" : 2, "critical" : false}], "technologies" : [{"id" : -19, "name" : "ASP", "href" : "AIP/technologies/-19"}], "qualityStandards" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}, "critical": {"type": "boolean"}, "maxWeight": {"type": "integer"}, "associatedValueName": {"type": "string"}, "description": {"type": "string"}, "output": {"type": "string"}, "rationale": {"type": "string"}, "remediation": {"type": "string"}, "businessCriteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}}, "required": ["id", "name", "href"]}}, "technicalCriteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "weight": {"type": "integer"}, "critical": {"type": "boolean"}}, "required": ["id", "name", "weight", "critical"]}}, "technologies": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "href": {"type": "string"}}, "required": ["id", "name", "href"]}}, "qualityStandards": {"type": "array", "items": {}}}, "required": ["id", "name", "href", "critical", "maxWeight", "associatedValueName", "description", "output", "rationale", "remediation", "businessCriteria", "technicalCriteria", "technologies", "qualityStandards"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1202040008", "district_id" : "1202040", "name" : "RANJO BATU"}, {"id" : "1202040009", "district_id" : "1202040", "name" : "KAMPUNG PINANG"}, {"id" : "1202040011", "district_id" : "1202040", "name" : "SIMPANG MANDEPO"}, {"id" : "1202040012", "district_id" : "1202040", "name" : "BANDAR PANJANG"}, {"id" : "1202040013", "district_id" : "1202040", "name" : "PASAR MUARA SIPONGI"}, {"id" : "1202040014", "district_id" : "1202040", "name" : "SIBINAIL"}, {"id" : "1202040015", "district_id" : "1202040", "name" : "KOTO BARINGIN"}, {"id" : "1202040016", "district_id" : "1202040", "name" : "TANJUNG ALAI"}, {"id" : "1202040017", "district_id" : "1202040", "name" : "LIMAU MANIS"}, {"id" : "1202040018", "district_id" : "1202040", "name" : "BANDAR PANJANG TUO"}, {"id" : "1202040019", "district_id" : "1202040", "name" : "TAMIANG MUDO"}, {"id" : "1202040020", "district_id" : "1202040", "name" : "TANJUNG MEDAN"}, {"id" : "1202040021", "district_id" : "1202040", "name" : "AEK BOTUNG"}, {"id" : "1202040022", "district_id" : "1202040", "name" : "KOTO BORU"}, {"id" : "1202040023", "district_id" : "1202040", "name" : "MUARA KUMPULAN"}, {"id" : "1202040024", "district_id" : "1202040", "name" : "TANJUNG LARANGAN"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bin": {"type": "object", "properties": {"env-cmd": {"type": "string"}}, "required": ["env-cmd"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-cover": {"type": "string"}, "test-lint": {"type": "string"}, "coveralls": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "test-cover", "test-lint", "coveralls", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cross-spawn": {"type": "string"}}, "required": ["cross-spawn"]}, "devDependencies": {"type": "object", "properties": {"better-assert": {"type": "string"}, "coveralls": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "proxyquire": {"type": "string"}, "sinon": {"type": "string"}, "standard": {"type": "string"}}, "required": ["better-assert", "coveralls", "mocha", "nyc", "proxyquire", "sinon", "standard"]}}, "required": ["name", "version", "description", "main", "engines", "bin", "scripts", "repository", "keywords", "author", "contributors", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "env-cmd", "version" : "7.0.0", "description" : "Executes a command using the envs in the provided env file", "main" : "lib/index.js", "engines" : {"node" : ">=4.0.0"}, "bin" : {"env-cmd" : "bin/env-cmd.js"}, "scripts" : {"test" : "mocha", "test-cover" : "nyc --reporter=lcov --reporter=text npm test", "test-lint" : "standard", "coveralls" : "coveralls < coverage/lcov.info", "lint" : "standard --fix"}, "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/toddbluhm/env-cmd.git"}, "keywords" : ["env", "cli", "command", "exec", "environment", "run"], "author" : "Todd Bluhm", "contributors" : ["Eric Lanehart <eric@pushred.co>", "Jon Scheiding <jonscheiding@gmail.com>", "serapath (Alexander Praetorius) <dev@serapath.de>", "Anton Versal <ant.ver@gmail.com>"], "license" : "MIT", "bugs" : {"url" : "https://github.com/toddbluhm/env-cmd/issues"}, "homepage" : "https://github.com/toddbluhm/env-cmd#readme", "dependencies" : {"cross-spawn" : "^6.0.5"}, "devDependencies" : {"better-assert" : "^1.0.2", "coveralls" : "^3.0.0", "mocha" : "^5.0.4", "nyc" : "^11.6.0", "proxyquire" : "^2.0.1", "sinon" : "^4.4.6", "standard" : "^11.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bin": {"type": "object", "properties": {"env-cmd": {"type": "string"}}, "required": ["env-cmd"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-cover": {"type": "string"}, "test-lint": {"type": "string"}, "coveralls": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "test-cover", "test-lint", "coveralls", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cross-spawn": {"type": "string"}}, "required": ["cross-spawn"]}, "devDependencies": {"type": "object", "properties": {"better-assert": {"type": "string"}, "coveralls": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "proxyquire": {"type": "string"}, "sinon": {"type": "string"}, "standard": {"type": "string"}}, "required": ["better-assert", "coveralls", "mocha", "nyc", "proxyquire", "sinon", "standard"]}}, "required": ["name", "version", "description", "main", "engines", "bin", "scripts", "repository", "keywords", "author", "contributors", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}, "color": {"type": "string"}}, "required": ["name", "value", "color"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Column 1", "value" : 10, "color" : "#f47560"}, {"name" : "Column 2", "value" : 25, "color" : "#61cdbb"}, {"name" : "Column 3", "value" : 50, "color" : "#f1e15b"}, {"name" : "Column 4", "value" : 38, "color" : "#97e3d5"}, {"name" : "Column 5", "value" : 18, "color" : "#e8a838"}, {"name" : "Column 6", "value" : 42, "color" : "#f1e15b"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}, "color": {"type": "string"}}, "required": ["name", "value", "color"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "ramda": {"type": "string"}}, "required": ["ava", "ramda"]}}, "required": ["name", "version", "description", "main", "module", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "indycrypto", "version" : "0.4.3", "description" : "Shared crypto library for Hyperledger Indy components.", "main" : "dist/node/indy_crypto.js", "module" : "dist/module/indy_crypto.js", "scripts" : {"test" : "ava", "build" : "./build.sh"}, "repository" : {"type" : "git", "url" : "git+https://github.com/hyperledger/indy-crypto.git"}, "keywords" : ["crypto", "hyperledger"], "author" : "Hyperledger Indy team", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/hyperledger/indy-crypto/issues"}, "homepage" : "https://github.com/hyperledger/indy-crypto#readme", "devDependencies" : {"ava" : "^1.0.0-rc.1", "ramda" : "^0.25.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "ramda": {"type": "string"}}, "required": ["ava", "ramda"]}}, "required": ["name", "version", "description", "main", "module", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}}, "required": ["body-parser"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "radioapp", "version" : "1.0.0", "description" : "Radio app", "main" : "index.js", "scripts" : {"test" : "node index.js"}, "keywords" : ["radio", "app"], "author" : "makeandbreak (github.com user id)", "license" : "ISC", "dependencies" : {"body-parser" : "^1.14.2"}}
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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}}, "required": ["body-parser"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "homepage", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SwedishBankAccountValidator\\": {"type": "string"}}, "required": ["SwedishBankAccountValidator\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "olanorlander/swedish-bank-account-validator", "description" : "Validate swedish bank account numbers f\u00f6r BankgGiro by entering clearing number and account number", "keywords" : ["swedish bank account", "bankgiro", "autogiro", "validation"], "homepage" : "https://github.com/olanorlander/swedish-bank-account-validator", "license" : "MIT", "authors" : [{"name" : "Ola Norlander", "homepage" : "http://www.solidar.se", "role" : "Developer"}], "require" : {"php" : ">=5.5"}, "require-dev" : {"phpunit/phpunit" : "4.8.*"}, "autoload" : {"psr-4" : {"SwedishBankAccountValidator\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "homepage", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SwedishBankAccountValidator\\": {"type": "string"}}, "required": ["SwedishBankAccountValidator\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"answer-submitted": {"type": "string"}, "drop-image": {"type": "string"}, "model-solution": {"type": "string"}, "or": {"type": "string"}, "question-closed": {"type": "string"}, "reset": {"type": "string"}, "resubmit": {"type": "string"}, "submit": {"type": "string"}, "submitted": {"type": "string"}, "upload": {"type": "string"}}, "required": ["answer-submitted", "drop-image", "model-solution", "or", "question-closed", "reset", "resubmit", "submit", "submitted", "upload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"answer-submitted" : "Olet onnistuneesti l\u00e4hett\u00e4nyt vastauksesi.", "drop-image" : "Pudota kuva t\u00e4h\u00e4n", "model-solution" : "Malliratkaisu", "or" : "tai", "question-closed" : "Kysymys on nyt suljettu.", "reset" : "Nollaa", "resubmit" : "L\u00e4het\u00e4 uudelleen", "submit" : "L\u00e4het\u00e4", "submitted" : "L\u00e4hetetty", "upload" : "Ladattu l\u00e4hetys"}
json_instruct
{"type": "object", "properties": {"answer-submitted": {"type": "string"}, "drop-image": {"type": "string"}, "model-solution": {"type": "string"}, "or": {"type": "string"}, "question-closed": {"type": "string"}, "reset": {"type": "string"}, "resubmit": {"type": "string"}, "submit": {"type": "string"}, "submitted": {"type": "string"}, "upload": {"type": "string"}}, "required": ["answer-submitted", "drop-image", "model-solution", "or", "question-closed", "reset", "resubmit", "submit", "submitted", "upload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "saved_answer": {"type": "null"}, "type": {"type": "string"}}, "required": ["Update", "answer", "category", "choices", "detail", "explanation", "id", "saved_answer", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Update" : "2022-03-24 10:11:59", "answer" : ["B"], "category" : "sap", "choices" : ["A.Deploy in two regions using Weighted Round Robin (WRR), with Auto Scaling minimums set for 100% peak load per region.", "B.Deploy in three AZs, with Auto Scaling minimum set to handle 50% peak load per zone.", "C.Deploy in three AZs, with Auto Scaling minimum set to handle 33% peak load per zone.", "D.Deploy in two regions using Weighted Round Robin (WRR), with Auto Scaling minimums set for 50% peak load per region. "], "detail" : "You have a business critical two tier web app currently deployed in two availability zones in a single region, using Elastic Load Balancing and Auto Scaling. The app depends on synchronous replication (very low latency connectivity) at the database layer. The application needs to remain fully available even if one application Availability Zone goes off-line, and Auto scaling cannot launch new instances in the remaining Availability Zones. How can the current architecture be enhanced to ensure this?", "explanation" : ["Correct answer is B as 3 AZs with 50% each, even if one does down and auto scaling is not able to launch any instances, 50% + 50% LB handles all the load", "Option C is wrong as it gives 33% each and if one goes down, the rest two will handle 66% load", "Choice A & D are wrong as WRR would requires Route 53. The Database also requires Synchronous replication with low latency which would not work. Also, for D 50% would not work any ways."], "id" : 132, "saved_answer" : null, "type" : "Multiple Choice"}
json_instruct
{"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "saved_answer": {"type": "null"}, "type": {"type": "string"}}, "required": ["Update", "answer", "category", "choices", "detail", "explanation", "id", "saved_answer", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"stages": {"type": "array", "items": {"type": "object", "properties": {"services": {"type": "object", "properties": {}, "required": []}, "stageName": {"type": "string"}}, "required": ["services", "stageName"]}}, "creationDate": {"type": "string"}, "gitRemoteURI": {"type": "string"}, "gitUser": {"type": "string"}, "projectName": {"type": "string"}, "shipyard": {"type": "string"}, "shipyardVersion": {"type": "string"}}, "required": ["stages", "creationDate", "gitRemoteURI", "gitUser", "projectName", "shipyard", "shipyardVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stages" : [{"services" : {}, "stageName" : "quality-gate-test"}], "creationDate" : "1629211070179837245", "gitRemoteURI" : "https://github.com/carpe-github/claus-tenant-dev.git", "gitUser" : "carpe-github", "projectName" : "testproject", "shipyard" : "apiVersion: \"spec.keptn.sh/0.2.0\" kind: \"Shipyard\" metadata: name: \"shipyard-quality-gates\" spec: stages: - name: \"quality-gate-test\"", "shipyardVersion" : "spec.keptn.sh/0.2.0"}
json_instruct
{"type": "object", "properties": {"stages": {"type": "array", "items": {"type": "object", "properties": {"services": {"type": "object", "properties": {}, "required": []}, "stageName": {"type": "string"}}, "required": ["services", "stageName"]}}, "creationDate": {"type": "string"}, "gitRemoteURI": {"type": "string"}, "gitUser": {"type": "string"}, "projectName": {"type": "string"}, "shipyard": {"type": "string"}, "shipyardVersion": {"type": "string"}}, "required": ["stages", "creationDate", "gitRemoteURI", "gitUser", "projectName", "shipyard", "shipyardVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 24727, "cartId" : "127d66f8-b4ea-4b5c-8bda-694feafebd07", "preferredProducts" : [4996, 1649, 408, 3586, 3838, 1067, 4762, 17, 4643], "productReviews" : [{"productId" : 3325, "reviewText" : "I saw one of these in Finland and I bought one.", "reviewDate" : "2018-04-19T01:00:48.5969228+03:00"}, {"productId" : 4741, "reviewText" : "i use it never again when i'm in my station.", "reviewDate" : "2018-03-12T12:49:39.5449788+02: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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-62gp-x3rq-2r53", "modified" : "2022-05-02T00:00:56Z", "published" : "2022-05-02T00:00:56Z", "aliases" : ["CVE-2008-3519"], "details" : "The default configuration of the JBossAs component in Red Hat JBoss Enterprise Application Platform (aka JBossEAP or EAP), possibly 4.2 before CP04 and 4.3 before CP02, when a production environment is enabled, sets the DownloadServerClasses property to true, which allows remote attackers to obtain sensitive information (non-EJB classes) via a download request, a different vulnerability than CVE-2008-3273.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2008-3519"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/45305"}, {"type" : "WEB", "url" : "http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=458823"}, {"type" : "WEB", "url" : "http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.2.0.cp04/html-single/readme/index.html"}, {"type" : "WEB", "url" : "http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3.0.cp02/html-single/readme/index.html"}, {"type" : "WEB", "url" : "http://www.redhat.com/support/errata/RHSA-2008-0831.html"}, {"type" : "WEB", "url" : "http://www.redhat.com/support/errata/RHSA-2008-0832.html"}, {"type" : "WEB", "url" : "http://www.redhat.com/support/errata/RHSA-2008-0833.html"}, {"type" : "WEB", "url" : "http://www.redhat.com/support/errata/RHSA-2008-0834.html"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/31300"}, {"type" : "WEB", "url" : "http://www.securitytracker.com/id?1020905"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"package": {"type": "string"}, "refmap": {"type": "string"}, "target": {"type": "string"}, "minVersion": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "required": {"type": "boolean"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}}, "required": ["package", "refmap", "target", "minVersion", "compatibilityLevel", "required", "mixins", "client"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"package" : "org.gr1m.mc.mup.optimization.newlight.mixin", "refmap" : "mixins.mup.refmap.json", "target" : "@env(DEFAULT)", "minVersion" : "0.7.4", "compatibilityLevel" : "JAVA_8", "required" : true, "mixins" : ["MixinAnvilChunkLoader", "MixinChunk", "MixinChunkProviderServer", "MixinExtendedBlockStorage", "MixinSPacketChunkData", "MixinWorld", "MixinWorldServer"], "client" : ["MixinChunkClient", "MixinMinecraft", "MixinRenderGlobal"]}
json_instruct
{"type": "object", "properties": {"package": {"type": "string"}, "refmap": {"type": "string"}, "target": {"type": "string"}, "minVersion": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "required": {"type": "boolean"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}}, "required": ["package", "refmap", "target", "minVersion", "compatibilityLevel", "required", "mixins", "client"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "MAJOK", "frequency" : 33, "males" : "81.81818181818183 %", "females" : "18.181818181818183 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "df6f3ee48f45b8104ea38d4e5f5818cda6f87d1a"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1912, 5], [1915, 10], [1916, 12], [1917, 9], [1918, 11], [1919, 15], [1920, 13], [1921, 18], [1922, 15], [1923, 17], [1924, 13], [1925, 17], [1926, 7], [1927, 14], [1928, 8], [1929, 9], [1930, 12], [1931, 16], [1932, 10], [1933, 13], [1934, 10], [1935, 7], [1936, 8], [1937, 5], [1938, 9], [1939, 6], [1941, 14], [1942, 5], [1943, 13], [1944, 9], [1945, 6], [1946, 13], [1947, 11], [1948, 7], [1949, 5], [1950, 6], [1951, 8], [1952, 5], [1953, 7], [1955, 9], [1957, 9], [1961, 5], [1964, 5], [1967, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xd75ee6c853ce690668c923e7ba7b8411ca81db46", "tool" : "oyente", "start" : 1563611239.3513463, "end" : 1563611242.3051908, "duration" : 2.9538445472717285, "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://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "private_zone": {"type": "boolean"}, "resource_record_set_count": {"type": "integer"}}, "required": ["comment", "id", "name", "private_zone", "resource_record_set_count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"comment" : "Test zone", "id" : "{{ output.zone_id.value }}", "name" : "{{ resourceName }}.com.", "private_zone" : false, "resource_record_set_count" : 2}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "private_zone": {"type": "boolean"}, "resource_record_set_count": {"type": "integer"}}, "required": ["comment", "id", "name", "private_zone", "resource_record_set_count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"form": {"type": "object", "properties": {"input": {"type": "array", "items": {"type": "object", "properties": {"background-color": {"type": "string"}, "text-color": {"type": "string"}, "border-color": {"type": "string"}, "border-style": {"type": "string"}, "border-width": {"type": "string"}, "font-size": {"type": "string"}, "line-height": {"type": "string"}, "border-radius": {"type": "string"}, "min-width": {"type": "string"}, "max-width": {"type": "string"}, "padding": {"type": "string"}}, "required": ["background-color", "text-color", "border-color", "border-style", "border-width", "font-size", "line-height", "border-radius", "min-width", "max-width", "padding"]}}}, "required": ["input"]}}, "required": ["form"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"form" : {"input" : [{"background-color" : "{{color(White)}}", "text-color" : "{{color(Black)}}", "border-color" : "{{color(Black)}}", "border-style" : "solid", "border-width" : "1px", "font-size" : "1rem", "line-height" : "1rem", "border-radius" : "2px", "min-width" : "10rem", "max-width" : "100%", "padding" : "0.75rem"}]}}
json_instruct
{"type": "object", "properties": {"form": {"type": "object", "properties": {"input": {"type": "array", "items": {"type": "object", "properties": {"background-color": {"type": "string"}, "text-color": {"type": "string"}, "border-color": {"type": "string"}, "border-style": {"type": "string"}, "border-width": {"type": "string"}, "font-size": {"type": "string"}, "line-height": {"type": "string"}, "border-radius": {"type": "string"}, "min-width": {"type": "string"}, "max-width": {"type": "string"}, "padding": {"type": "string"}}, "required": ["background-color", "text-color", "border-color", "border-style", "border-width", "font-size", "line-height", "border-radius", "min-width", "max-width", "padding"]}}}, "required": ["input"]}}, "required": ["form"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"track" : "kotlin", "exercise" : "two-fer", "id" : "535be7fb058b441d8e130e2db2a25e66", "url" : "https://exercism.io/my/solutions/535be7fb058b441d8e130e2db2a25e66", "handle" : "ArcturusArc", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "idiom": {"type": "string"}, "scale": {"type": "string"}}, "required": ["filename", "idiom", "scale"]}}, "info": {"type": "object", "properties": {"author": {"type": "string"}, "version": {"type": "integer"}}, "required": ["author", "version"]}}, "required": ["images", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"images" : [{"filename" : "ic_looks_two.png", "idiom" : "universal", "scale" : "1x"}, {"filename" : "ic_looks_two_2x.png", "idiom" : "universal", "scale" : "2x"}, {"filename" : "ic_looks_two_3x.png", "idiom" : "universal", "scale" : "3x"}], "info" : {"author" : "xcode", "version" : 1}}
json_instruct
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "idiom": {"type": "string"}, "scale": {"type": "string"}}, "required": ["filename", "idiom", "scale"]}}, "info": {"type": "object", "properties": {"author": {"type": "string"}, "version": {"type": "integer"}}, "required": ["author", "version"]}}, "required": ["images", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "domains": {"type": "array", "items": {"type": "string"}}, "render_readme": {"type": "boolean"}}, "required": ["name", "domains", "render_readme"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Flo Water Control System", "domains" : ["sensor", "switch"], "render_readme" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "domains": {"type": "array", "items": {"type": "string"}}, "render_readme": {"type": "boolean"}}, "required": ["name", "domains", "render_readme"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"addresses": {"type": "array", "items": {"type": "string"}}, "changeAddresses": {"type": "array", "items": {"type": "string"}}}, "required": ["addresses", "changeAddresses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"addresses" : ["n2rvmEac7zD1iknp7nkFfmqXM1pbbAoctw", "mgTEvZ3TvMbVNwPVpZtbk5hpDB9PfWSkxy", "mqLPTKDoJ4fTjk8EPH11UCeuQe6EKr4iGq", "mgy6DfWrZPAzehURjSk38FskdrPx8qr4H6", "myYBF2Yo1LUthn3eDopEWA4a6sj4UmsWzf"], "changeAddresses" : ["myocNrhBsw92CAhoEksYLBEXBWiitfxi2D", "mqPnhQbPGuN16VyF6ZVLQvGJGjP7vJP2k8", "mpaNCfujj4Z2hgLmJAd4XQ8BSBRyLSwoPp", "mrn5SKVoLzgnSVzybQdrKvz5XyFmVEg99V", "mt2piWNc4JEWhooW53w5Lt389TDWKKgpNS", "mfzCMubz19hJupfG8BoKmyT2oGJogNbQqC", "mqtx6RkWCFBbB2XvoGTDZHz3eauZRH9fu7", "mkziy2EVyEjUAC7frySG3vGW5skShDVbjE", "n4Gc6ySRwvXH9sQFLgqyew1eYuVebVaJbz", "mtexs9zAc3nFdLRgHvCw1nQMjwQ2h1fyGV", "mhbETPxnb1XE7CBsd1NzqKUpAJH58oZ6cW", "mgL67cATUAubbQfMRVZMz84AvzxK2iLeSS", "n3UyqtDkKfqN38FP2XFWCbSSodis1fFi3q", "n11Yg3EUjRbFoQm1aPd9UaFRS11h2HuZFq", "mo7f7vngyFkPeYsYqnubdeTJfMSxSZVSnL", "mg4nPfctd2WeJQiuyfgGd3ZVzpAMJ4riCz", "my9u4fgH3G8SPiSoo4Pwj3xVwTqFMWUYXL", "mhqVRQJ4s3ufm5FSW4C7JPtDGRaHMZ9Hd1"]}
json_instruct
{"type": "object", "properties": {"addresses": {"type": "array", "items": {"type": "string"}}, "changeAddresses": {"type": "array", "items": {"type": "string"}}}, "required": ["addresses", "changeAddresses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"minimum-net-dwellings": {"type": "string"}, "planning-permission-history": {"type": "string"}, "organisation": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "planning-permission-status": {"type": "string"}, "notes": {"type": "string"}, "site": {"type": "string"}, "deliverable": {"type": "string"}, "site-plan-url": {"type": "string"}, "planning-permission-type": {"type": "string"}, "point": {"type": "string"}, "planning-permission-date": {"type": "string"}, "name": {"type": "string"}, "site-address": {"type": "string"}, "start-date": {"type": "string"}, "hectares": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["minimum-net-dwellings", "planning-permission-history", "organisation", "maximum-net-dwellings", "planning-permission-status", "notes", "site", "deliverable", "site-plan-url", "planning-permission-type", "point", "planning-permission-date", "name", "site-address", "start-date", "hectares", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.93655, 49.900205]}, "properties" : {"minimum-net-dwellings" : "6", "planning-permission-history" : "https://boppa.poole.gov.uk/online-applications/applicationDetails.do?activeTab=documents&keyVal=_POOLE_DCAPR_249741", "organisation" : "local-authority-eng:POL", "maximum-net-dwellings" : "6", "planning-permission-status" : "permissioned", "notes" : "Demolish existing and erect 6 no 2 bedroom flats and 1 no 3 bedroom flat with undercroft parking.", "site" : "P/BLR/0033", "deliverable" : "yes", "site-plan-url" : "https://boppa.poole.gov.uk/online-applications/applicationDetails.do?activeTab=documents&keyVal=_POOLE_DCAPR_249741", "planning-permission-type" : "full planning permission", "point" : "POINT(-1.93655 49.900205)", "planning-permission-date" : "2017-05-15", "name" : "P/BLR/0033", "site-address" : "21 Springfield Road, Poole, BH14 0LG", "start-date" : "2017-12-01", "hectares" : "0.09", "slug" : "/brownfield-land/local-authority-eng/POL/P-BLR-0033", "entity" : 490409, "entry-date" : "2018-12-01"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"minimum-net-dwellings": {"type": "string"}, "planning-permission-history": {"type": "string"}, "organisation": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "planning-permission-status": {"type": "string"}, "notes": {"type": "string"}, "site": {"type": "string"}, "deliverable": {"type": "string"}, "site-plan-url": {"type": "string"}, "planning-permission-type": {"type": "string"}, "point": {"type": "string"}, "planning-permission-date": {"type": "string"}, "name": {"type": "string"}, "site-address": {"type": "string"}, "start-date": {"type": "string"}, "hectares": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["minimum-net-dwellings", "planning-permission-history", "organisation", "maximum-net-dwellings", "planning-permission-status", "notes", "site", "deliverable", "site-plan-url", "planning-permission-type", "point", "planning-permission-date", "name", "site-address", "start-date", "hectares", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"layers": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "style": {"type": "object", "properties": {"width": {"type": "string"}, "height": {"type": "string"}, "top": {"type": "string"}, "left": {"type": "string"}}, "required": ["width", "height", "top", "left"]}}, "required": ["type", "url", "style"]}}}, "required": ["layers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"layers" : [{"type" : "image", "url" : "https://app.territorymanager.tools/infinit.gif", "style" : {"width" : "200", "height" : "200", "top" : "50%-100", "left" : "50%-100"}}]}
json_instruct
{"type": "object", "properties": {"layers": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "style": {"type": "object", "properties": {"width": {"type": "string"}, "height": {"type": "string"}, "top": {"type": "string"}, "left": {"type": "string"}}, "required": ["width", "height", "top", "left"]}}, "required": ["type", "url", "style"]}}}, "required": ["layers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"path": {"type": "string"}, "title": {"type": "string"}, "templateKey": {"type": "string"}, "cover_image": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"base64": {"type": "string"}, "aspectRatio": {"type": "number"}, "src": {"type": "string"}, "srcSet": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["base64", "aspectRatio", "src", "srcSet", "sizes"]}}, "required": ["fluid"]}}, "required": ["childImageSharp"]}}, "required": ["path", "title", "templateKey", "cover_image"]}}, "required": ["html", "frontmatter"]}}, "required": ["markdownRemark"]}, "pageContext": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"markdownRemark" : {"html" : "", "frontmatter" : {"path" : "/about", "title" : "Hi, I'm Philip", "templateKey" : "about", "cover_image" : {"childImageSharp" : {"fluid" : {"base64" : "data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAAeABQDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAMBAgQF/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhADEAAAAUWvvl5I4EOwyPM4f//EABsQAAMBAQADAAAAAAAAAAAAAAABAhESExQx/9oACAEBAAEFAlBmjgn7amZZ3yex5ZbN03Btn//EABQRAQAAAAAAAAAAAAAAAAAAACD/2gAIAQMBAT8BH//EABQRAQAAAAAAAAAAAAAAAAAAACD/2gAIAQIBAT8BH//EABkQAAIDAQAAAAAAAAAAAAAAABARAAEhMf/aAAgBAQAGPwI1LxMOJI8H/8QAHRAAAwACAgMAAAAAAAAAAAAAAAERITFBYVFx4f/aAAgBAQABPyFxKYfvoamOlivRGl2a5Iujj5aLqon5MpxQUW4Kvp//2gAMAwEAAgADAAAAEDcVff/EABkRAAIDAQAAAAAAAAAAAAAAAAABEBFBYf/aAAgBAwEBPxBvI6Wf/8QAGBEAAwEBAAAAAAAAAAAAAAAAARARIUH/2gAIAQIBAT8QAurkX//EAB0QAQADAQACAwAAAAAAAAAAAAEAESExgbFBUWH/2gAIAQEAAT8QqZXPiV6S8FdSqYeZzJvR1/IRW1Ke2K/HucSNAPHSFD7hpOeZQ+sCy9trWOZQ7jO6HPtP/9k=", "aspectRatio" : 0.6666666666666666, "src" : "/static/phil-3-d437c80c000a83d4f369dd5b4424e8c5-816a1.jpg", "srcSet" : "/static/phil-3-d437c80c000a83d4f369dd5b4424e8c5-4b364.jpg 117w,\n/static/phil-3-d437c80c000a83d4f369dd5b4424e8c5-f69ee.jpg 233w,\n/static/phil-3-d437c80c000a83d4f369dd5b4424e8c5-816a1.jpg 467w,\n/static/phil-3-d437c80c000a83d4f369dd5b4424e8c5-f4290.jpg 700w,\n/static/phil-3-d437c80c000a83d4f369dd5b4424e8c5-7671e.jpg 933w,\n/static/phil-3-d437c80c000a83d4f369dd5b4424e8c5-f5cd8.jpg 1000w", "sizes" : "(max-width: 467px) 100vw, 467px"}}}}}}, "pageContext" : {"id" : "3abfc6b2-23d0-5628-a83e-c6c90979daaa"}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"path": {"type": "string"}, "title": {"type": "string"}, "templateKey": {"type": "string"}, "cover_image": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"base64": {"type": "string"}, "aspectRatio": {"type": "number"}, "src": {"type": "string"}, "srcSet": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["base64", "aspectRatio", "src", "srcSet", "sizes"]}}, "required": ["fluid"]}}, "required": ["childImageSharp"]}}, "required": ["path", "title", "templateKey", "cover_image"]}}, "required": ["html", "frontmatter"]}}, "required": ["markdownRemark"]}, "pageContext": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "basis-gold-share", "symbol" : "bsgs", "name" : "Basis Gold Share", "platforms" : {"ethereum" : "0xa9d232cc381715ae791417b624d7c4509d2c28db"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Basis Gold Shares \u2014 receive BSG during supply expansions when the price is above the target."}, "country_origin" : "", "genesis_date" : null, "contract_address" : "0xa9d232cc381715ae791417b624d7c4509d2c28db", "url" : "https://basis.gold/", "explorers" : ["https://etherscan.io/token/0xA9d232cC381715aE791417B624D7C4509D2c28DB", "https://ethplorer.io/address/0xa9d232cc381715ae791417b624d7c4509d2c28db"], "twitter" : "GoldBasis", "telegram" : "GoldBasis", "github_org" : "build-finance"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"key.open_menu": {"type": "string"}}, "required": ["key.open_menu"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"key.open_menu" : "Open Mine Menu"}
json_instruct
{"type": "object", "properties": {"key.open_menu": {"type": "string"}}, "required": ["key.open_menu"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edges" : [[17, 14], [17, 6], [13, 17], [17, 13], [6, 17], [17, 4], [17, 10], [7, 17], [13, 1], [17, 9], [20, 8], [19, 16], [15, 17], [17, 13], [17, 11], [6, 17], [5, 17], [21, 22], [17, 11], [17, 2], [11, 17], [17, 10], [10, 2], [12, 3], [2, 17], [17, 2], [17, 6], [13, 10], [6, 17], [1, 24], [10, 17], [18, 25], [17, 6], [10, 17], [0, 17], [11, 17], [17, 23], [5, 17], [10, 17], [0, 17], [17, 2], [17, 0], [4, 17], [2, 17], [13, 17], [17, 16], [17, 4], [17, 4]], "features" : {"0" : "3", "1" : "2", "2" : "6", "3" : "1", "4" : "4", "5" : "2", "6" : "6", "7" : "1", "8" : "1", "9" : "1", "10" : "7", "11" : "4", "12" : "1", "13" : "6", "14" : "1", "15" : "1", "16" : "2", "17" : "39", "18" : "1", "19" : "1", "20" : "1", "21" : "1", "22" : "1", "23" : "1", "24" : "1", "25" : "1"}}
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cfd_model": {"type": "object", "properties": {"wrapper": {"type": "string"}, "exec_settings": {"type": "object", "properties": {"run": {"type": "string"}, "verbose": {"type": "boolean"}, "debug": {"type": "boolean"}, "quiet": {"type": "boolean"}}, "required": ["run", "verbose", "debug", "quiet"]}}, "required": ["wrapper", "exec_settings"]}, "structure_model": {"type": "object", "properties": {"wrapper": {"type": "string"}, "exec_settings": {"type": "object", "properties": {"filename": {"type": "string"}, "verbose": {"type": "boolean"}, "debug": {"type": "boolean"}}, "required": ["filename", "verbose", "debug"]}}, "required": ["wrapper", "exec_settings"]}}, "required": ["cfd_model", "structure_model"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cfd_model" : {"wrapper" : "aeroframe._wrappers.cfd.dummy", "exec_settings" : {"run" : "dummy", "verbose" : true, "debug" : false, "quiet" : false}}, "structure_model" : {"wrapper" : "aeroframe._wrappers.structure.dummy", "exec_settings" : {"filename" : " dummy_wing.json", "verbose" : true, "debug" : false}}}
json_instruct
{"type": "object", "properties": {"cfd_model": {"type": "object", "properties": {"wrapper": {"type": "string"}, "exec_settings": {"type": "object", "properties": {"run": {"type": "string"}, "verbose": {"type": "boolean"}, "debug": {"type": "boolean"}, "quiet": {"type": "boolean"}}, "required": ["run", "verbose", "debug", "quiet"]}}, "required": ["wrapper", "exec_settings"]}, "structure_model": {"type": "object", "properties": {"wrapper": {"type": "string"}, "exec_settings": {"type": "object", "properties": {"filename": {"type": "string"}, "verbose": {"type": "boolean"}, "debug": {"type": "boolean"}}, "required": ["filename", "verbose", "debug"]}}, "required": ["wrapper", "exec_settings"]}}, "required": ["cfd_model", "structure_model"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"recommended_versions": {"type": "string"}, "registration_link": {"type": "string"}, "component_analyses": {"type": "object", "properties": {"vulnerability": {"type": "array", "items": {"type": "object", "properties": {"vendor_cve_ids": {"type": "string"}, "cvss": {"type": "string"}, "is_private": {"type": "boolean"}, "cwes": {"type": "array", "items": {"type": "string"}}, "cvss_v3": {"type": "string"}, "severity": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "cve_ids": {"type": "array", "items": {"type": "string"}}, "fixed_in": {"type": "array", "items": {"type": "string"}}}, "required": ["vendor_cve_ids", "cvss", "is_private", "cwes", "cvss_v3", "severity", "title", "url", "cve_ids", "fixed_in"]}}}, "required": ["vulnerability"]}, "message": {"type": "string"}, "severity": {"type": "string"}, "known_security_vulnerability_count": {"type": "integer"}, "security_advisory_count": {"type": "integer"}}, "required": ["recommended_versions", "registration_link", "component_analyses", "message", "severity", "known_security_vulnerability_count", "security_advisory_count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"recommended_versions" : "1.1.2", "registration_link" : "https://app.snyk.io/login", "component_analyses" : {"vulnerability" : [{"vendor_cve_ids" : "SNYK-PYTHON-FLASK-42185", "cvss" : "7.5", "is_private" : false, "cwes" : ["CWE-20"], "cvss_v3" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "severity" : "high", "title" : "Improper Input Validation", "url" : "https://snyk.io/vuln/SNYK-PYTHON-FLASK-42185", "cve_ids" : ["CVE-2018-1000656"], "fixed_in" : ["0.12.3"]}, {"vendor_cve_ids" : "SNYK-PYTHON-FLASK-42185-xx", "cvss" : "7.5", "is_private" : false, "cwes" : ["CWE-20"], "cvss_v3" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "severity" : "high", "title" : "Improper Input Validation", "url" : "https://snyk.io/vuln/SNYK-PYTHON-FLASK-42185", "cve_ids" : ["CVE-2018-1000656"], "fixed_in" : ["0.12.3", "0.12.4"]}]}, "message" : "flask - 0.12 has 1 known security vulnerability having high severity. Recommendation: use version 1.1.2.", "severity" : "high", "known_security_vulnerability_count" : 1, "security_advisory_count" : 0}
json_instruct
{"type": "object", "properties": {"recommended_versions": {"type": "string"}, "registration_link": {"type": "string"}, "component_analyses": {"type": "object", "properties": {"vulnerability": {"type": "array", "items": {"type": "object", "properties": {"vendor_cve_ids": {"type": "string"}, "cvss": {"type": "string"}, "is_private": {"type": "boolean"}, "cwes": {"type": "array", "items": {"type": "string"}}, "cvss_v3": {"type": "string"}, "severity": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "cve_ids": {"type": "array", "items": {"type": "string"}}, "fixed_in": {"type": "array", "items": {"type": "string"}}}, "required": ["vendor_cve_ids", "cvss", "is_private", "cwes", "cvss_v3", "severity", "title", "url", "cve_ids", "fixed_in"]}}}, "required": ["vulnerability"]}, "message": {"type": "string"}, "severity": {"type": "string"}, "known_security_vulnerability_count": {"type": "integer"}, "security_advisory_count": {"type": "integer"}}, "required": ["recommended_versions", "registration_link", "component_analyses", "message", "severity", "known_security_vulnerability_count", "security_advisory_count"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"wahoo": {"type": "object", "properties": {"branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["branch", "tag"]}, "crosshatch": {"type": "object", "properties": {"branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["branch", "tag"]}, "bonito": {"type": "object", "properties": {"branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["branch", "tag"]}, "coral": {"type": "object", "properties": {"branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["branch", "tag"]}, "sunfish": {"type": "object", "properties": {"branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["branch", "tag"]}, "redfin": {"type": "object", "properties": {"branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["branch", "tag"]}}, "required": ["wahoo", "crosshatch", "bonito", "coral", "sunfish", "redfin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"wahoo" : {"branch" : "android-msm-wahoo-4.4-android10", "tag" : "android-11.0.0_r0.34"}, "crosshatch" : {"branch" : "android-msm-crosshatch-4.9-android11-qpr2", "tag" : "android-11.0.0_r0.82"}, "bonito" : {"branch" : "android-msm-bonito-4.9-android11-qpr2", "tag" : "android-11.0.0_r0.83"}, "coral" : {"branch" : "android-msm-coral-4.14-android11-qpr2", "tag" : "android-11.0.0_r0.84"}, "sunfish" : {"branch" : "android-msm-sunfish-4.14-android11-qpr2", "tag" : "android-11.0.0_r0.85"}, "redfin" : {"branch" : "android-msm-redbull-4.19-android11-qpr2", "tag" : "android-11.0.0_r0.86"}}
json_instruct
{"type": "object", "properties": {"wahoo": {"type": "object", "properties": {"branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["branch", "tag"]}, "crosshatch": {"type": "object", "properties": {"branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["branch", "tag"]}, "bonito": {"type": "object", "properties": {"branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["branch", "tag"]}, "coral": {"type": "object", "properties": {"branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["branch", "tag"]}, "sunfish": {"type": "object", "properties": {"branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["branch", "tag"]}, "redfin": {"type": "object", "properties": {"branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["branch", "tag"]}}, "required": ["wahoo", "crosshatch", "bonito", "coral", "sunfish", "redfin"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"roku-promise": {"type": "string"}}, "required": ["roku-promise"]}}, "required": ["name", "version", "description", "author", "license", "homepage", "bugs", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "roku-jw", "version" : "1.0.0", "description" : "Roku API for JWPlayer playback. To be installed using Roku package manager.", "author" : "", "license" : "ISC", "homepage" : "https://github.com/iObject/roku-jwplayer", "bugs" : {"url" : "https://github.com/iObject/roku-jwplayer"}, "keywords" : ["ropm", "roku", "brightscript", "jwplayer", "rokucommunity"], "dependencies" : {"roku-promise" : "^0.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"roku-promise": {"type": "string"}}, "required": ["roku-promise"]}}, "required": ["name", "version", "description", "author", "license", "homepage", "bugs", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "giant-grex__DROPS__white-mirrorglass", "type" : "DROPS", "start" : "giant-grex", "end" : "white-mirrorglass"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 13615, "cites" : 8, "cited_by" : 8, "reference" : ["Bryan, Michael F., Stephen G. Cecchetti and Rodney L. Wiggins 11(1997). Efficient Inflation Estimation. NBER working paper 6183.", "Calvo, Guillermo (1983). Staggered Prices in a Utility-Maximizing Framework. Journal of Monetary Economics, vol. 12, pp. 3 83-398.", "Christiano, Lawrence J., Martin Eichenbaum, and Charles S. Evans (2005). Nominal Rigidities and the Dynamic Effects of a Shock to Monetary Policy. Journal of Political Economy, vol. 113 (1), pp. 1-45.", "Cristadoro, Riccardo, Mario Forni, Lucrezia Reichlin and Giovanni Veronese (2005). A Core Inflation Index for the Euro Area. Journal of Money, Credit and Banking, vol.", "Fisher, Irving (1930). The Theory of Interest. MacMillan, New York.", "Macroeconomic Time Series. In John B. Taylor and Michael Woodford, eds., Handbook of Macroeconomics, Elsevier.. Stock, James H. and Mark W. Watson (2002). Forecasting Using Principal Components from a Large Number of Predictors. Journal of the American StatisticalAssociation, vol. 97, 1167-1 179.", "Stock, James H. and Mark W. Watson (2005). Implications of Dynamic Factor Models for VAR Analysis. NBER working paper 11467.", "Watson, Mark W. (1989). Recursive Solution Methods for Dynamic Linear Rational Expectations Models. Journal of Econometrics, vol. 41, pp. 65-91."]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version-1.5.8-docs": {"type": "object", "properties": {"BarbelHisto": {"type": "array", "items": {"type": "string"}}, "Documentation": {"type": "array", "items": {"type": "string"}}, "Persistence": {"type": "array", "items": {"type": "string"}}, "Tutorials": {"type": "array", "items": {"type": "string"}}, "Project Details": {"type": "array", "items": {"type": "string"}}}, "required": ["BarbelHisto", "Documentation", "Persistence", "Tutorials", "Project Details"]}, "version-1.5.8-docs-other": {"type": "object", "properties": {"Getting Started": {"type": "array", "items": {"type": "string"}}}, "required": ["Getting Started"]}}, "required": ["version-1.5.8-docs", "version-1.5.8-docs-other"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version-1.5.8-docs" : {"BarbelHisto" : ["version-1.5.8-about", "version-1.5.8-license", "version-1.5.8-download"], "Documentation" : ["version-1.5.8-getstarted", "version-1.5.8-bitemporal", "version-1.5.8-timeshift", "version-1.5.8-persistence", "version-1.5.8-indexing", "version-1.5.8-events", "version-1.5.8-customization"], "Persistence" : ["version-1.5.8-mongo"], "Tutorials" : ["version-1.5.8-mongotutorial"], "Project Details" : ["version-1.5.8-support", "version-1.5.8-acknowledge", "version-1.5.8-repo", "version-1.5.8-releasenotes"]}, "version-1.5.8-docs-other" : {"Getting Started" : ["version-1.5.8-doc4", "version-1.5.8-doc5"]}}
json_instruct
{"type": "object", "properties": {"version-1.5.8-docs": {"type": "object", "properties": {"BarbelHisto": {"type": "array", "items": {"type": "string"}}, "Documentation": {"type": "array", "items": {"type": "string"}}, "Persistence": {"type": "array", "items": {"type": "string"}}, "Tutorials": {"type": "array", "items": {"type": "string"}}, "Project Details": {"type": "array", "items": {"type": "string"}}}, "required": ["BarbelHisto", "Documentation", "Persistence", "Tutorials", "Project Details"]}, "version-1.5.8-docs-other": {"type": "object", "properties": {"Getting Started": {"type": "array", "items": {"type": "string"}}}, "required": ["Getting Started"]}}, "required": ["version-1.5.8-docs", "version-1.5.8-docs-other"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_9vs4c", "name" : "Brother_Farside"}, "date" : {"day" : 1638662400, "full" : 1638723520, "month" : 1638316800, "week" : 1638662400}, "id" : "t3_r9jx2o", "picture" : {"filesize" : 597248, "fullUrl" : "https://preview.redd.it/dxr9w77p8r381.png?width=4340&format=png&auto=webp&s=e5f0e89da7db0dbd41f472cac3e062b1dbe4bb4b", "hash" : "8c7ed397e0", "height" : 516, "lqip" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAIAAAAv2XlzAAAACXBIWXMAAAsTAAALEwEAmpwYAAACiElEQVQokQF9AoL9AOPj59/f4uLl6b67ubi2tLq5uLm3ttjb3ufq7+fq7pealU5RRmZpZ7i7u4KEezM3MADf4OTh5OiWjYZMMBdWQSxNPClHNyOytLLq7/Xj5+vc4eWtsLC5vL5gY1heYVyprK0A4uPl3+HlfnBjSTIaYFFCiYF5kIh/yMrL5+zx5Ofs6e3y+P3/8Pf9iIuInqKj9ff8AN/g5ODi5YF4b1A6JqajotHX3cXKztDT1+Pm7OXo68PHyrCsqqOakLm1su3w9p6ingDh5Ofi5Oh8cmZROiDMycnr7/WYnZmkqang4+ju8fRKRT8pFQRWORl9cGLf5OjGycoA4eTn4OPmnpuVgHVmzc7O5+zx3N/j3N/iwMXI0tbZY2BbODQqUkQxd2dXys3PpqqqAOTo69rd3+Xp7ePo7N/i5+Pn6+To7eXo7N7j59TY3NPX3MbJyre5ud7g4sHGyLCztADl6e3h5Ojc3+Le4OPe4eTe4OPh5Ofw9/yol5aegn7t9Prn6u/c4OXCxsaMj47h5egA5unt4+fs5Ojr4ubq4+fr4eXpz83P5+vxx8DByLq61NrepKenyc3QwMPDwMXHjpGPAOXo7eTo7OLl6e3z+LCkpGE7NWMvJWI1LqOSkez0+MvO0crNz7zAwHV5cYCEgr3AvwDm6ezh5uri5Ojt9vuliodQAQBTEAdPAACXbWfj6u+ytbXFx8ZcX1e+wcO5vb/Mz9AA5unu5ejt4+fr5+vw2dXYyLi4rJaVxrS01c/R4eXof4J9wsXFcHRskpaToaWjg4Z9AN7h49/k6ePo7OHl6uXq7+fv9Ony9/H4/ra8vHZ6d9/j6d7g42ZpYaCjoXR3cVVYUU3qvV7eYKcyAAAAAElFTkSuQmCC", "url" : "https://preview.redd.it/dxr9w77p8r381.png?width=640&crop=smart&auto=webp&s=3db10c47332aaa291d0ae2f4dd0fe7529de17d82", "width" : 640}, "score" : {"comments" : 1, "downs" : 0, "isCurated" : false, "ratio" : 0.84, "ups" : 8, "value" : 8}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Building"], "title" : "North Pole", "url" : "https://www.reddit.com/r/dndmaps/comments/r9jx2o/north_pole_62x50/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"GENERAL_ROOT_APPLICATIONS_PACKAGES": {"type": "array", "items": {"type": "string"}}, "DANGEROUS_APPLICATIONS_PACKAGES": {"type": "array", "items": {"type": "string"}}, "SU_PATHS": {"type": "array", "items": {"type": "string"}}, "PATHS_THAT_SHOULD_NOT_BE_WRITABLE": {"type": "array", "items": {"type": "string"}}, "SUPER_USER_FILENAME": {"type": "array", "items": {"type": "string"}}, "BUSY_BOX_FILENAME": {"type": "array", "items": {"type": "string"}}, "READ_WRITE_OPTION": {"type": "array", "items": {"type": "string"}}, "TEST_KEYS_TAG": {"type": "array", "items": {"type": "string"}}, "WHICH_FILENAME": {"type": "array", "items": {"type": "string"}}, "SYSTEM_PROPS_COMMAND": {"type": "array", "items": {"type": "string"}}, "MOUNT_COMMAND": {"type": "array", "items": {"type": "string"}}, "DANGEROUS_SYSTEM_PROPERTIES_MAP": {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "index": {"type": "string"}}, "required": ["package", "index"]}}}, "required": ["GENERAL_ROOT_APPLICATIONS_PACKAGES", "DANGEROUS_APPLICATIONS_PACKAGES", "SU_PATHS", "PATHS_THAT_SHOULD_NOT_BE_WRITABLE", "SUPER_USER_FILENAME", "BUSY_BOX_FILENAME", "READ_WRITE_OPTION", "TEST_KEYS_TAG", "WHICH_FILENAME", "SYSTEM_PROPS_COMMAND", "MOUNT_COMMAND", "DANGEROUS_SYSTEM_PROPERTIES_MAP"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"GENERAL_ROOT_APPLICATIONS_PACKAGES" : ["com.thirdparty.superuser", "com.noshufou.android.su.elite", "com.koushikdutta.superuser", "com.noshufou.android.su", "eu.chainfire.supersu", "com.yellowes.su"], "DANGEROUS_APPLICATIONS_PACKAGES" : ["com.dimonvideo.luckypatcher", "com.koushikdutta.rommanager.license", "com.ramdroid.appquarantine", "com.chelpus.lackypatch", "com.koushikdutta.rommanager", "com.ramdroid.appquarantinepro"], "SU_PATHS" : ["/su/bin/", "/data/local/bin/", "/data/local/xbin/", "/sbin/", "/system/usr/we-need-root/", "/system/bin/", "/system/bin/.ext/", "/system/bin/failsafe/", "/data/local/", "/system/sd/xbin/", "/system/xbin/"], "PATHS_THAT_SHOULD_NOT_BE_WRITABLE" : ["/sbin", "/system/bin", "/system/sbin", "/vendor/bin", "/system/xbin", "/system", "/etc"], "SUPER_USER_FILENAME" : ["su"], "BUSY_BOX_FILENAME" : ["busybox"], "READ_WRITE_OPTION" : ["rw"], "TEST_KEYS_TAG" : ["test-keys"], "WHICH_FILENAME" : ["which"], "SYSTEM_PROPS_COMMAND" : ["getprop"], "MOUNT_COMMAND" : ["mount"], "DANGEROUS_SYSTEM_PROPERTIES_MAP" : [{"package" : "ro.secure", "index" : "0"}, {"package" : "ro.debuggable", "index" : "1"}]}
json_instruct
{"type": "object", "properties": {"GENERAL_ROOT_APPLICATIONS_PACKAGES": {"type": "array", "items": {"type": "string"}}, "DANGEROUS_APPLICATIONS_PACKAGES": {"type": "array", "items": {"type": "string"}}, "SU_PATHS": {"type": "array", "items": {"type": "string"}}, "PATHS_THAT_SHOULD_NOT_BE_WRITABLE": {"type": "array", "items": {"type": "string"}}, "SUPER_USER_FILENAME": {"type": "array", "items": {"type": "string"}}, "BUSY_BOX_FILENAME": {"type": "array", "items": {"type": "string"}}, "READ_WRITE_OPTION": {"type": "array", "items": {"type": "string"}}, "TEST_KEYS_TAG": {"type": "array", "items": {"type": "string"}}, "WHICH_FILENAME": {"type": "array", "items": {"type": "string"}}, "SYSTEM_PROPS_COMMAND": {"type": "array", "items": {"type": "string"}}, "MOUNT_COMMAND": {"type": "array", "items": {"type": "string"}}, "DANGEROUS_SYSTEM_PROPERTIES_MAP": {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "index": {"type": "string"}}, "required": ["package", "index"]}}}, "required": ["GENERAL_ROOT_APPLICATIONS_PACKAGES", "DANGEROUS_APPLICATIONS_PACKAGES", "SU_PATHS", "PATHS_THAT_SHOULD_NOT_BE_WRITABLE", "SUPER_USER_FILENAME", "BUSY_BOX_FILENAME", "READ_WRITE_OPTION", "TEST_KEYS_TAG", "WHICH_FILENAME", "SYSTEM_PROPS_COMMAND", "MOUNT_COMMAND", "DANGEROUS_SYSTEM_PROPERTIES_MAP"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "sourceMaps": {"type": "object", "properties": {"js": {"type": "object", "properties": {"mappings": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "original": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "generated": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "required": ["source", "original", "generated"]}}, "sources": {"type": "object", "properties": {"../node_modules/axios/lib/cancel/isCancel.js": {"type": "string"}}, "required": ["../node_modules/axios/lib/cancel/isCancel.js"]}, "lineCount": {"type": "null"}}, "required": ["mappings", "sources", "lineCount"]}}, "required": ["js"]}, "error": {"type": "null"}, "hash": {"type": "string"}, "cacheData": {"type": "object", "properties": {"env": {"type": "object", "properties": {}, "required": []}}, "required": ["env"]}}, "required": ["id", "dependencies", "generated", "sourceMaps", "error", "hash", "cacheData"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "V3+0", "dependencies" : [{"name" : "/Users/erapacz/Documents/ravenous-with-redux/package.json", "includedInParent" : true, "mtime" : 1563154009137}, {"name" : "/Users/erapacz/Documents/ravenous-with-redux/.babelrc", "includedInParent" : true, "mtime" : 1563153335508}, {"name" : "/Users/erapacz/Documents/ravenous-with-redux/node_modules/axios/package.json", "includedInParent" : true, "mtime" : 1563150801453}], "generated" : {"js" : "\"use strict\";module.exports=function(t){return!(!t||!t.__CANCEL__)};"}, "sourceMaps" : {"js" : {"mappings" : [{"source" : "../node_modules/axios/lib/cancel/isCancel.js", "original" : {"line" : 1, "column" : 0}, "generated" : {"line" : 1, "column" : 0}}, {"source" : "../node_modules/axios/lib/cancel/isCancel.js", "original" : {"line" : 3, "column" : 0}, "generated" : {"line" : 1, "column" : 13}}, {"source" : "../node_modules/axios/lib/cancel/isCancel.js", "original" : {"line" : 3, "column" : 0}, "generated" : {"line" : 1, "column" : 20}}, {"source" : "../node_modules/axios/lib/cancel/isCancel.js", "original" : {"line" : 3, "column" : 0}, "generated" : {"line" : 1, "column" : 28}}, {"source" : "../node_modules/axios/lib/cancel/isCancel.js", "original" : {"line" : 3, "column" : 0}, "generated" : {"line" : 1, "column" : 37}}, {"source" : "../node_modules/axios/lib/cancel/isCancel.js", "original" : {"line" : 4, "column" : 0}, "generated" : {"line" : 1, "column" : 40}}, {"source" : "../node_modules/axios/lib/cancel/isCancel.js", "original" : {"line" : 4, "column" : 0}, "generated" : {"line" : 1, "column" : 49}}, {"source" : "../node_modules/axios/lib/cancel/isCancel.js", "original" : {"line" : 4, "column" : 0}, "generated" : {"line" : 1, "column" : 53}}, {"source" : "../node_modules/axios/lib/cancel/isCancel.js", "original" : {"line" : 4, "column" : 0}, "generated" : {"line" : 1, "column" : 55}}], "sources" : {"../node_modules/axios/lib/cancel/isCancel.js" : "'use strict';\n\nmodule.exports = function isCancel(value) {\n return !!(value && value.__CANCEL__);\n};\n"}, "lineCount" : null}}, "error" : null, "hash" : "03b86374eb64e5eab627d5d7eacb54b6", "cacheData" : {"env" : {}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "sourceMaps": {"type": "object", "properties": {"js": {"type": "object", "properties": {"mappings": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "original": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "generated": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "required": ["source", "original", "generated"]}}, "sources": {"type": "object", "properties": {"../node_modules/axios/lib/cancel/isCancel.js": {"type": "string"}}, "required": ["../node_modules/axios/lib/cancel/isCancel.js"]}, "lineCount": {"type": "null"}}, "required": ["mappings", "sources", "lineCount"]}}, "required": ["js"]}, "error": {"type": "null"}, "hash": {"type": "string"}, "cacheData": {"type": "object", "properties": {"env": {"type": "object", "properties": {}, "required": []}}, "required": ["env"]}}, "required": ["id", "dependencies", "generated", "sourceMaps", "error", "hash", "cacheData"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 7201051, "parent" : 7201, "name" : "PELING TENGAH", "latitude" : "-1.4647903620001", "longitude" : "123.17231021151", "postal" : [94886, 94888], "children" : [7201051001, 7201051002, 7201051003, 7201051004, 7201051005, 7201051006, 7201051007, 7201051008, 7201051009, 7201051010, 7201051011]}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "QmaQR66PjmmzwvStgJGyS9LLb8DTVC8hFuJE5bXBGceSpa", "title" : "2323232", "body" : "3232323", "choices" : ["3", "1"], "start" : 1635566400, "end" : 1635652800, "snapshot" : "13517634", "state" : "closed", "author" : "0xCb49bA13909b0537f46366b16bCfB165dA7BaDd4", "space" : {"id" : "vote.yangzhao.eth", "name" : "YZ's Stash"}, "votes" : 0, "votes_data" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "string"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "pplante", "repos" : 1, "login" : "pplante", "id" : 58743, "avatar_url" : "https://avatars3.githubusercontent.com/u/58743?v=3", "url" : "https://api.github.com/users/pplante", "html_url" : "https://github.com/pplante", "followers_url" : "https://api.github.com/users/pplante/followers", "following_url" : "https://api.github.com/users/pplante/following{/other_user}", "gists_url" : "https://api.github.com/users/pplante/gists{/gist_id}", "starred_url" : "https://api.github.com/users/pplante/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/pplante/subscriptions", "organizations_url" : "https://api.github.com/users/pplante/orgs", "repos_url" : "https://api.github.com/users/pplante/repos", "events_url" : "https://api.github.com/users/pplante/events{/privacy}", "received_events_url" : "https://api.github.com/users/pplante/received_events", "type" : "User", "site_admin" : false, "name" : "phil plante", "company" : "Rentlytics, Inc.", "blog" : "http://rentlytics.com", "location" : "san francisco, ca", "email" : null, "hireable" : null, "bio" : null, "public_repos" : 2, "public_gists" : 18, "followers" : 19, "following" : 20, "created_at" : "2009-02-28T00:46:35Z", "updated_at" : "2017-02-22T00:46:56Z"}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "string"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$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" : "mtr:block/station_color_polished_diorite"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "homepage", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"KH\\Browser\\Kit\\": {"type": "string"}}, "required": ["KH\\Browser\\Kit\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"KH\\Browser\\Kit\\": {"type": "string"}}, "required": ["KH\\Browser\\Kit\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "version": {"type": "string"}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "type", "require", "require-dev", "license", "authors", "autoload", "autoload-dev", "config", "minimum-stability", "prefer-stable", "version", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "darcflow/browserkit", "description" : "\"get user browser information\"", "type" : "libraray", "require" : {"php" : "^7.1"}, "require-dev" : {"phpunit/phpunit" : "^9.3.3"}, "license" : "MIT", "authors" : [{"name" : "Koroph", "homepage" : "http://koroph.site", "email" : "yjkof1596@gmail.com"}], "autoload" : {"psr-4" : {"KH\\Browser\\Kit\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"KH\\Browser\\Kit\\" : "tests/"}}, "config" : {"sort-packages" : true}, "minimum-stability" : "dev", "prefer-stable" : true, "version" : "1.0", "extra" : {"branch-alias" : {"dev-master" : "1.0-dev"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "homepage", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"KH\\Browser\\Kit\\": {"type": "string"}}, "required": ["KH\\Browser\\Kit\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"KH\\Browser\\Kit\\": {"type": "string"}}, "required": ["KH\\Browser\\Kit\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "version": {"type": "string"}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "type", "require", "require-dev", "license", "authors", "autoload", "autoload-dev", "config", "minimum-stability", "prefer-stable", "version", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 39631, "cartId" : "b52a4ea9-b52f-4135-bb1b-01c46486db84", "preferredProducts" : [3135, 1378, 4336, 1901, 3234, 203, 2507, 4879, 3507], "productReviews" : [{"productId" : 2393, "reviewText" : "i use it hardly when i'm in my prison.", "reviewDate" : "2018-07-10T12:26:26.9161319+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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "imageName", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 27299, "title" : "The Yellow Wallpaper", "year" : 1892, "type" : "novel", "imageName" : "cpg_theyello.jpg", "nominations" : 0, "wins" : -1}, {"id" : 2274, "title" : "Herland", "year" : 1915, "type" : "novel", "imageName" : "cpg_herlandx.jpg", "nominations" : 0, "wins" : -1}, {"id" : 13869, "title" : "Charlotte Perkins Gilman: Her Progress Towards Utopia and Selected Writings", "year" : 1995, "type" : "novel", "imageName" : "CFK_charlott.jpg", "nominations" : 0, "wins" : -1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "imageName", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "LUCUS", "frequency" : 0, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"num_classes": {"type": "integer"}, "classes": {"type": "array", "items": {"type": "string"}}}, "required": ["num_classes", "classes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"num_classes" : 2, "classes" : ["GOVERNMENT-ID", "STUDENT_ID"]}
json_instruct
{"type": "object", "properties": {"num_classes": {"type": "integer"}, "classes": {"type": "array", "items": {"type": "string"}}}, "required": ["num_classes", "classes"], "$schema": "http://json-schema.org/draft-07/schema#"}