input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"features": {"type": "array", "items": {"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": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-8.827710219124423, 39.043498769092544]}, "properties" : {"TIMESTAMP UTC" : "2019-07-24T11:30:34", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-8.998217131566818, 38.875484393530996]}, "properties" : {"TIMESTAMP UTC" : "2019-07-24T11:30:37", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-9.271604228341014, 39.069464627133875]}, "properties" : {"TIMESTAMP UTC" : "2019-07-24T11:30:37", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-9.194991325115208, 38.877191491464515]}, "properties" : {"TIMESTAMP UTC" : "2019-07-24T11:30:37", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-8.78358579516129, 38.567937223719674]}, "properties" : {"TIMESTAMP UTC" : "2019-07-24T11:30:48", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-8.784737868894009, 38.67737118598383]}, "properties" : {"TIMESTAMP UTC" : "2019-07-24T11:30:48", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-9.437618053225805, 38.482043243486075]}, "properties" : {"TIMESTAMP UTC" : "2019-07-24T11:30:52", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-9.359507454147465, 38.69893452830189]}, "properties" : {"TIMESTAMP UTC" : "2019-07-24T11:30:52", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-9.160198698387095, 38.73676022461815]}, "properties" : {"TIMESTAMP UTC" : "2019-07-24T11:30:52", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-9.065037408064516, 38.62912320754717]}, "properties" : {"TIMESTAMP UTC" : "2019-07-24T11:30:52", "CLASSIFICATION" : "Flying plane"}}], "type" : "FeatureCollection"}
json_instruct
{"type": "object", "properties": {"features": {"type": "array", "items": {"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": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [334.18, 154.513, 1, 325.706, 179.563, 1, 302.717, 169.517, 1, 283.362, 196.252, 1, 272.682, 225.162, 1, 337.07, 184.685, 1, 328.528, 210.753, 1, 326.762, 224.975, 1, 285.518, 228.016, 1, 323.349, 253.996, 1, 298.814, 292.127, 1, 307.505, 224.33, 1, 313.002, 254.519, 1, 305.744, 259.147, 1, 329.719, 153.1, 1, 342.892, 154.532, 1, 319.756, 150.343, 1, 344.417, 164.027, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "required": ["name", "id", "isDefault", "gains"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Westone W20", "id" : "cf9be3d4e4a48be53b6280445ec86704cadaf4bf", "isDefault" : false, "gains" : {"global" : -7.5, "bands" : [2.7, -0.2, -2.7, -4.7, -2.7, -0.4, -0.1, 6.8, 4.3, -4.9]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "required": ["name", "id", "isDefault", "gains"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationId" : 2700303, "stationGroupId" : 2700303, "name" : "\u9234\u6728\u753a", "lineId" : 27003, "zipCode" : "210-0801", "pref" : "\u795e\u5948\u5ddd\u770c", "city" : "\u5ddd\u5d0e\u5e02\u5ddd\u5d0e\u533a", "town" : "\u9234\u6728\u753a", "longitude" : 139.720655, "latitude" : 35.53535, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$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"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "date": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "date", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "65801", "ProductId" : "B0007A0AQW", "UserId" : "A29B12EPXK9G5D", "ProfileName" : "Scott R. Doherty", "HelpfulnessNumerator" : 0, "HelpfulnessDenominator" : 0, "Score" : 5, "date" : "2012-07-31", "Summary" : "Great for Training !", "text" : "My Husky puppy LOVES these !! They are the perfect size for training. Even though they are small, I still usually cut them in half to get a longer training session."}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "date": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "date", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"947407102704": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947407102709": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947407102736": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "947408865921": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["947407102704", "947407102709", "947407102736", "947408865921"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"947407102704" : {"type" : "st"}, "947407102709" : {"type" : "ss"}, "947407102736" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfcGFuZGEuaHRtbC1hbmFseXRpY3MtOTQ3NDA3MTAxMzIy.json"}, "947408865921" : {"type" : "sf"}}
json_instruct
{"type": "object", "properties": {"947407102704": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947407102709": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947407102736": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "947408865921": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["947407102704", "947407102709", "947407102736", "947408865921"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"n": {"type": "object", "properties": {"identity": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"gqlstring": {"type": "string"}, "integer": {"type": "integer"}, "fixedpointDecimal": {"type": "number"}, "floatingPoint": {"type": "number"}, "truthValue": {"type": "string"}}, "required": ["gqlstring", "integer", "fixedpointDecimal", "floatingPoint", "truthValue"]}}, "required": ["identity", "labels", "properties"]}}, "required": ["n"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n" : {"identity" : "nodeComplete", "labels" : ["label1", "label2"], "properties" : {"gqlstring" : "Olof Morra", "integer" : 25, "fixedpointDecimal" : 25.5, "floatingPoint" : 2.5, "truthValue" : "TRUE"}}}
json_instruct
{"type": "object", "properties": {"n": {"type": "object", "properties": {"identity": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"gqlstring": {"type": "string"}, "integer": {"type": "integer"}, "fixedpointDecimal": {"type": "number"}, "floatingPoint": {"type": "number"}, "truthValue": {"type": "string"}}, "required": ["gqlstring", "integer", "fixedpointDecimal", "floatingPoint", "truthValue"]}}, "required": ["identity", "labels", "properties"]}}, "required": ["n"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_version", "copyright", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Comets Bradfield and LINEAR Rising", "explanation" : "Comet Bradfield is easy to see on the left, but can you find Comet LINEAR on the right? Last week, just before sunrise from the northern hemisphere, two bright comets were visible in the same part of the sky at the same time. The above long-exposure image was taken on the morning of April 25 from Joshua Tree National Park in California, USA. Comet C/2004 F4 (Bradfield) is giving an unexpectedly good show as it recedes from the Sun and Earth and fades from view. Its tail is estimated by some to be about 10 degrees long. Having just rounded the Sun itself, Comet C/2002 T7 (LINEAR) is now moving toward the Earth. Although intrinsically fading, T7 will appear to brighten until about mid-May and so continue to be visible to the unaided eye before sunrise to southern hemisphere observers into June. Q4, the third coincidental naked eye comet, will become visible in mid-May to northern hemisphere observers.", "date" : "2004-05-03", "hdurl" : "https://apod.nasa.gov/apod/image/0405/bradfieldt7_pacholka_big.jpg", "service_version" : "v1", "copyright" : "Wally Pacholka (Astropics)", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/0405/bradfieldt7_pacholka.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_version", "copyright", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "cleanName": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "string"}, "post": {"type": "string"}, "img": {"type": "string"}, "svg": {"type": "string"}}, "required": ["name", "cleanName", "author", "date", "post", "img", "svg"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Characteristics of an evolving person", "cleanName" : "characteristicsofanevolvingperson", "author" : "Michel Moreau", "date" : "2019-05-14T00:00:00-04:00", "post" : "<p>Wounded.</p>\n\n<p>Self-directed.</p>\n\n<p>Self-aware.</p>\n\n<p>Selfless.</p>\n\n<p>Light.</p>\n\n<p>Generally smiling.</p>\n\n<p>Perspective-taker and lifelong learner.</p>\n\n<p>Wants to improve oneself and others.</p>\n\n<p>Has grit.</p>\n", "img" : "/static/postimages/characteristicsofanevolvingperson.svg", "svg" : "/static/postimages/characteristicsofanevolvingperson.svg"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "cleanName": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "string"}, "post": {"type": "string"}, "img": {"type": "string"}, "svg": {"type": "string"}}, "required": ["name", "cleanName", "author", "date", "post", "img", "svg"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[1194667.237099541, 1210836.2314738648, 1253953.549805395, 1270122.544179719]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"fibers": {"type": "string"}, "!name": {"type": "string"}}, "required": ["fibers", "!name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fibers" : "fibers", "!name" : "fibers.d.ts"}
json_instruct
{"type": "object", "properties": {"fibers": {"type": "string"}, "!name": {"type": "string"}}, "required": ["fibers", "!name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"entityId": {"type": "integer"}, "headYaw": {"type": "integer"}}, "required": ["entityId", "headYaw"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"entityId" : 328, "headYaw" : 0}
json_instruct
{"type": "object", "properties": {"entityId": {"type": "integer"}, "headYaw": {"type": "integer"}}, "required": ["entityId", "headYaw"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "YET THEY ARE NOT MADE AT RANDOM, AND JUMBLED TOGETHER WITHOUT ANY REASON AT ALL.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/9784.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "metacetone", "definition" : "A colorless liquid of an agreeable odor, C6H10O, obtained by distilling a mixture of sugar and lime; -- so called because formerly regarded as a polymeric modification of acetone."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "contents": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "contents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Dreamwalker", "contents" : [9049, 9331, 9975, 10012]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "contents": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "contents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "/* This file is generated by createIcons.js any changes will be lost. */\nimport createIcon from '../createIcon';\nvar EnterpriseIcon = createIcon({\n name: 'EnterpriseIcon',\n height: 1024,\n width: 1024,\n svgPath: 'M511.543 950.857h-73.143l-438.4-109.714v-772.571l584.457-141.714h73.143l365.257 146.286v768l-511.314 109.714zM584.686 4.571l-73.143 17.371v109.486l-365.486 88v-111.086l-72.914 17.371v624.229l511.543-113.6v-631.771zM949.714 122.743l-73.143-29.257v86.171l-146.057-57.6v-87.086l-73.143-29.257v616l292.343 112.686v-611.657zM146.057 1024l365.486-82.286v147.429l-365.486 81.143zM146.057 292.571l365.486-86.857v147.429l-365.486 85.714zM876.8 618.514l-146.286-57.6v-146.286l146.286 57.6zM876.8 399.086l-146.286-57.6v-146.286l146.286 57.6z',\n yOffset: '64',\n xOffset: '',\n transform: 'rotate(180 0 512) scale(-1 1)'\n});\nexport default EnterpriseIcon;", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "obstriction", "definition" : "The state of being constrained, bound, or obliged; that which constrains or obliges; obligation; bond. [R.] Milton."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "RSH-02", "description" : "A guitar effects pedal.", "url" : "https://www.reusseffects.com/products/rsh02"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "tonicExample": {"type": "string"}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "_id": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}}, "required": ["shasum"]}, "_from": {"type": "string"}, "_resolved": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "tonicExample", "readme", "readmeFilename", "_id", "dist", "_from", "_resolved"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "typo-js", "version" : "1.0.1", "description" : "A Hunspell-style spellchecker.", "main" : "typo.js", "repository" : {"type" : "git", "url" : "git://github.com/cfinke/Typo.js.git"}, "keywords" : ["spellcheck", "spellchecker", "hunspell", "typo", "speling"], "author" : {"name" : "Christopher Finke", "email" : "cfinke@gmail.com", "url" : "http://www.chrisfinke.com/"}, "license" : "BSD-3-Clause", "bugs" : {"url" : "https://github.com/cfinke/Typo.js/issues"}, "homepage" : "https://github.com/cfinke/Typo.js#readme", "tonicExample" : "var Typo = require('typo-js'); var dictionary = new Typo('en_US'); dictionary.check('mispelled');", "readme" : "Typo.js is a JavaScript spellchecker that uses Hunspell-style dictionaries.\n\nUsage\n=====\n\nTo use Typo, simply load it like so:\n\n```javascript\nvar Typo = require(\"typo-js\");\nvar dictionary = new Typo(lang_code);\n```\n\nTypo includes by default a dictionary for the `en_US` lang_code.\n\nTo check if a word is spelled correctly, do this:\n\n```javascript\nvar is_spelled_correctly = dictionary.check(\"mispelled\");\n```\n\nTo get suggested corrections for a misspelled word, do this:\n\t\n```javascript\nvar array_of_suggestions = dictionary.suggest(\"mispeling\");\n\n// array_of_suggestions == [\"misspelling\", \"dispelling\", \"misdealing\", \"misfiling\", \"misruling\"]\n```\n\nTypo.js has full support for the following Hunspell affix flags:\n\n* PFX\n* SFX\n* REP\n* FLAG\n* COMPOUNDMIN\n* COMPOUNDRULE\n* ONLYINCOMPOUND\n* KEEPCASE\n* NOSUGGEST\n* NEEDAFFIX\n\nLicensing\n=========\n\nTypo.js is free software, licensed under the Modified BSD License.", "readmeFilename" : "README.md", "_id" : "typo-js@1.0.1", "dist" : {"shasum" : "7a16fec569c270c7a45f696380ef8175e2581f98"}, "_from" : "typo-js@*", "_resolved" : "https://registry.npmjs.org/typo-js/-/typo-js-1.0.1.tgz"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "tonicExample": {"type": "string"}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "_id": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}}, "required": ["shasum"]}, "_from": {"type": "string"}, "_resolved": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "tonicExample", "readme", "readmeFilename", "_id", "dist", "_from", "_resolved"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"bean": {"type": "string"}, "bonzo": {"type": "string"}, "domready": {"type": "string"}, "ender": {"type": "string"}, "grunt": {"type": "string"}, "grunt-bump": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-requirejs": {"type": "string"}, "grunt-docco": {"type": "string"}, "grunt-shell": {"type": "string"}, "jit-grunt": {"type": "string"}, "qwery": {"type": "string"}}, "required": ["bean", "bonzo", "domready", "ender", "grunt", "grunt-bump", "grunt-contrib-concat", "grunt-contrib-requirejs", "grunt-docco", "grunt-shell", "jit-grunt", "qwery"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "version", "description", "dependencies", "devDependencies", "repository", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mink", "version" : "0.0.1", "description" : "Open Source first UI framework", "dependencies" : {}, "devDependencies" : {"bean" : "~1.0.6", "bonzo" : "~1.4.0", "domready" : "~0.2.13", "ender" : "~2.0.5", "grunt" : "~0.4.4", "grunt-bump" : "~0.0.13", "grunt-contrib-concat" : "~0.4.0", "grunt-contrib-requirejs" : "~0.4.3", "grunt-docco" : "^0.3.3", "grunt-shell" : "~0.7.0", "jit-grunt" : "^0.8.0", "qwery" : "~3.4.1"}, "repository" : {"type" : "git", "url" : "git://github.com/mariomc/mink.git"}, "bugs" : {"url" : "https://github.com/mariomc/mink/issues"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"bean": {"type": "string"}, "bonzo": {"type": "string"}, "domready": {"type": "string"}, "ender": {"type": "string"}, "grunt": {"type": "string"}, "grunt-bump": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-requirejs": {"type": "string"}, "grunt-docco": {"type": "string"}, "grunt-shell": {"type": "string"}, "jit-grunt": {"type": "string"}, "qwery": {"type": "string"}}, "required": ["bean", "bonzo", "domready", "ender", "grunt", "grunt-bump", "grunt-contrib-concat", "grunt-contrib-requirejs", "grunt-docco", "grunt-shell", "jit-grunt", "qwery"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "version", "description", "dependencies", "devDependencies", "repository", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"enterConferenceNameOrUrl": {"type": "string"}, "go": {"type": "string"}, "help": {"type": "string"}, "termsLink": {"type": "string"}, "privacyLink": {"type": "string"}, "sendFeedbackLink": {"type": "string"}, "aboutLink": {"type": "string"}, "sourceLink": {"type": "string"}, "versionLabel": {"type": "string"}, "onboarding": {"type": "object", "properties": {"startTour": {"type": "string"}, "skip": {"type": "string"}, "welcome": {"type": "string"}, "letUsShowYouAround": {"type": "string"}, "next": {"type": "string"}, "conferenceUrl": {"type": "string"}, "settingsDrawerButton": {"type": "string"}, "serverSetting": {"type": "string"}, "serverTimeout": {"type": "string"}, "alwaysOnTop": {"type": "string"}}, "required": ["startTour", "skip", "welcome", "letUsShowYouAround", "next", "conferenceUrl", "settingsDrawerButton", "serverSetting", "serverTimeout", "alwaysOnTop"]}, "settings": {"type": "object", "properties": {"back": {"type": "string"}, "alwaysOnTopWindow": {"type": "string"}, "invalidServer": {"type": "string"}, "serverUrl": {"type": "string"}, "serverTimeout": {"type": "string"}}, "required": ["back", "alwaysOnTopWindow", "invalidServer", "serverUrl", "serverTimeout"]}}, "required": ["enterConferenceNameOrUrl", "go", "help", "termsLink", "privacyLink", "sendFeedbackLink", "aboutLink", "sourceLink", "versionLabel", "onboarding", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"enterConferenceNameOrUrl" : "Entrez un nom pour votre conf\u00e9rence ou une URL SecurVid", "go" : "Rejoindre", "help" : "Aide", "termsLink" : "Conditions d'utilisation", "privacyLink" : "Politique de confidentialit\u00e9", "sendFeedbackLink" : "Envoyer des commentaires", "aboutLink" : "A propos", "sourceLink" : "Code source", "versionLabel" : "Version: {{version}}", "onboarding" : {"startTour" : "D\u00e9marrez le tutoriel", "skip" : "Passer", "welcome" : "Bienvenue sur {{appName}}", "letUsShowYouAround" : "Laissez-nous vous montrer!", "next" : "Suivant", "conferenceUrl" : "Entrez le nom (ou l'URL compl\u00e8te) de la conf\u00e9rence que vous souhaitez rejoindre. Vous pouvez choisir ce que vous voulez, dites simplement \u00e0 vos contacts d'utiliser le m\u00eame nom.", "settingsDrawerButton" : "Cliquez i\u00e7i pour ouvrir le panneau de configuration.", "serverSetting" : "Ce\u00e7i est le serveur utilis\u00e9 pour vos conf\u00e9rences. Vous pouvez utiliser le votre, mais vous n'\u00eates pas oblig\u00e9s!", "serverTimeout" : "Delai pour rejoindre la conf\u00e9rence. Si la conf\u00e9rence ne s'est pas ouverte avant ce delai, elle sera abandonn\u00e9e.", "alwaysOnTop" : "Vous pouvez activer la fen\u00eatre \"Toujours au Dessus\", qui sera affich\u00e9e quand la fen\u00eatre principale n'est plus en premier plan. Ceci sera appliqu\u00e9 \u00e0 toutes les conf\u00e9rences.."}, "settings" : {"back" : "Retour", "alwaysOnTopWindow" : "Fen\u00eatre Toujours au Dessus", "invalidServer" : "URL invalide", "serverUrl" : "URL du serveur", "serverTimeout" : "D\u00e9lai de connexion au server (en secondes)"}}
json_instruct
{"type": "object", "properties": {"enterConferenceNameOrUrl": {"type": "string"}, "go": {"type": "string"}, "help": {"type": "string"}, "termsLink": {"type": "string"}, "privacyLink": {"type": "string"}, "sendFeedbackLink": {"type": "string"}, "aboutLink": {"type": "string"}, "sourceLink": {"type": "string"}, "versionLabel": {"type": "string"}, "onboarding": {"type": "object", "properties": {"startTour": {"type": "string"}, "skip": {"type": "string"}, "welcome": {"type": "string"}, "letUsShowYouAround": {"type": "string"}, "next": {"type": "string"}, "conferenceUrl": {"type": "string"}, "settingsDrawerButton": {"type": "string"}, "serverSetting": {"type": "string"}, "serverTimeout": {"type": "string"}, "alwaysOnTop": {"type": "string"}}, "required": ["startTour", "skip", "welcome", "letUsShowYouAround", "next", "conferenceUrl", "settingsDrawerButton", "serverSetting", "serverTimeout", "alwaysOnTop"]}, "settings": {"type": "object", "properties": {"back": {"type": "string"}, "alwaysOnTopWindow": {"type": "string"}, "invalidServer": {"type": "string"}, "serverUrl": {"type": "string"}, "serverTimeout": {"type": "string"}}, "required": ["back", "alwaysOnTopWindow", "invalidServer", "serverUrl", "serverTimeout"]}}, "required": ["enterConferenceNameOrUrl", "go", "help", "termsLink", "privacyLink", "sendFeedbackLink", "aboutLink", "sourceLink", "versionLabel", "onboarding", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"authors": {"type": "string"}, "frameworks": {"type": "string"}, "name": {"type": "string"}}, "required": ["authors", "frameworks", "name"]}}, "description": {"type": "string"}, "frameworks": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "platforms": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["authors", "dependencies", "description", "frameworks", "keywords", "name", "platforms", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : {"name" : "Jimmy Hack", "url" : "https://os.mbed.com/users/JimmyTheHack/"}, "dependencies" : [{"authors" : "Jimmy Hack", "frameworks" : "mbed", "name" : "DAC"}], "description" : "Basic libraries for functionality of the MCP4822 DAC, an easy to use DAC outputting up to 4.096V.", "frameworks" : "mbed", "keywords" : ["dac", "MCP4822"], "name" : "MCP4822", "platforms" : "*", "repository" : {"type" : "hg", "url" : "https://os.mbed.com/users/JimmyTheHack/code/MCP4822/"}}
json_instruct
{"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"authors": {"type": "string"}, "frameworks": {"type": "string"}, "name": {"type": "string"}}, "required": ["authors", "frameworks", "name"]}}, "description": {"type": "string"}, "frameworks": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "platforms": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["authors", "dependencies", "description", "frameworks", "keywords", "name", "platforms", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u6fc0\u5149(Light Amplification Stimulated Emission Radiation)", "\u6fc0\u5149", "\u6fc0\u5149\u5668"], "key" : "Laser"}, {"value" : ["\u6fc0\u5149\u6d4b\u8ddd\u4eea", "\u96f7\u5c04\u6d4b\u8ddd\u4eea", "\u6fc0\u5149\u6d4b\u8ddd\u673a"], "key" : "laser rangefinder"}, {"value" : ["\u6fc0\u5149\u529f\u7387", "\u5149\u529f\u7387", "\u6fc0\u5149\u5668\u529f\u7387"], "key" : "laser power"}], "query" : "laser", "translation" : ["\u6fc0\u5149"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=laser"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=laser"}, "basic" : {"us-phonetic" : "'lez\u025a", "phonetic" : "'le\u026az\u0259", "uk-phonetic" : "'le\u026az\u0259", "explains" : ["n. \u6fc0\u5149", "n. (Laser)\u4eba\u540d\uff1b(\u5fb7)\u62c9\u6cfd"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Port": {"type": "string"}}, "required": ["Port"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Port" : "10987"}
json_instruct
{"type": "object", "properties": {"Port": {"type": "string"}}, "required": ["Port"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"description": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}, "participant": {"type": "object", "properties": {"keepShaking": {"type": "string"}, "startShaking": {"type": "string"}, "noInspiration": {"type": "string"}}, "required": ["keepShaking", "startShaking", "noInspiration"]}}, "required": ["description", "participant"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : {"title" : "eight ball", "description" : "Werde inspiriert f\u00fcr die Ideenfindung"}, "participant" : {"keepShaking" : "Sch\u00fcttel weiter", "startShaking" : "Sch\u00fctteln, um Inspiration von anderen Nutzern zu bekommen. Nutze diese Ideen als Ansto\u00df f\u00fcr eigene Ideen.", "noInspiration" : "Es wurden noch keine Ideen verfasst. Bitte habe etwas Geduld."}}
json_instruct
{"type": "object", "properties": {"description": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}, "participant": {"type": "object", "properties": {"keepShaking": {"type": "string"}, "startShaking": {"type": "string"}, "noInspiration": {"type": "string"}}, "required": ["keepShaking", "startShaking", "noInspiration"]}}, "required": ["description", "participant"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0xd0a3982b1a891f2e681ddda281596c1376dcdcb9390cc592d8c2730febbe5e4d", "parentHash" : "0xb85e0dc2593a8deef517468eae7a528fade0c9ead59aa53a498787d4144bd6ac", "number" : 77634, "timestamp" : 1439440359, "nonce" : "0x38aa84fb98abc720", "difficulty" : 2266711767759, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xe6A7a1d47ff21B6321162AEA7C6CB457D5476Bca", "extraData" : "0x476574682f76312e302e312d38326566323666362f6c696e75782f676f312e34", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "2001", "provinceId" : "32", "regencyId" : "16", "districtId" : "10", "name" : "Sukaraya"}, {"id" : "2002", "provinceId" : "32", "regencyId" : "16", "districtId" : "10", "name" : "Karangrahayu"}, {"id" : "2003", "provinceId" : "32", "regencyId" : "16", "districtId" : "10", "name" : "Karangsetia"}, {"id" : "2004", "provinceId" : "32", "regencyId" : "16", "districtId" : "10", "name" : "Karanganyar"}, {"id" : "2005", "provinceId" : "32", "regencyId" : "16", "districtId" : "10", "name" : "Karangbahagia"}, {"id" : "2006", "provinceId" : "32", "regencyId" : "16", "districtId" : "10", "name" : "Karangsentosa"}, {"id" : "2007", "provinceId" : "32", "regencyId" : "16", "districtId" : "10", "name" : "Karangsatu"}, {"id" : "2008", "provinceId" : "32", "regencyId" : "16", "districtId" : "10", "name" : "Karangmukti"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"TemplateName": {"type": "string"}, "Authors": {"type": "string"}, "Year": {"type": "string"}, "GithubReference": {"type": "string"}, "ProjectGoal": {"type": "string"}, "SimilarWork": {"type": "string"}, "Justification": {"type": "string"}, "PluginName": {"type": "string"}}, "required": ["TemplateName", "Authors", "Year", "GithubReference", "ProjectGoal", "SimilarWork", "Justification", "PluginName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"TemplateName" : "boilr-vimplugin", "Authors" : "Jeremy Seago <seagoj@gmail.com>", "Year" : "2017", "GithubReference" : "seagoj/boilr-vimplugin", "ProjectGoal" : "", "SimilarWork" : "", "Justification" : "", "PluginName" : "plugin-vim"}
json_instruct
{"type": "object", "properties": {"TemplateName": {"type": "string"}, "Authors": {"type": "string"}, "Year": {"type": "string"}, "GithubReference": {"type": "string"}, "ProjectGoal": {"type": "string"}, "SimilarWork": {"type": "string"}, "Justification": {"type": "string"}, "PluginName": {"type": "string"}}, "required": ["TemplateName", "Authors", "Year", "GithubReference", "ProjectGoal", "SimilarWork", "Justification", "PluginName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x0f2910b6c904fd748d447b15b90a970bce01ba74dc14ed19773e736958d99960", "parentHash" : "0xa6fa035e0be09fe0e4b6a2193a7fd94d63bef2c399e0ff6f4e882aa705841168", "number" : 51195, "timestamp" : 1439000892, "nonce" : "0xb9b29b1c37d548e5", "difficulty" : 1568155260251, "gasLimit" : {"_hex" : "0x98e40"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x70C6b45fe0A5116E97B112B806A76E2F51E24413", "extraData" : "0x476574682f76312e302e302f77696e646f77732f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 105528, "UUID" : "684A4472-FB26-4F4F-A0B1-DCEB76A8B22C", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "44119", "UsageTypeID" : 4, "AddressInfo" : {"ID" : 105874, "Title" : "Homewood Suites By Hilton Reno", "AddressLine1" : "5450 Kietzke LN", "Town" : "Reno", "StateOrProvince" : "Nevada", "Postcode" : "89511", "CountryID" : 2, "Latitude" : 39.46583, "Longitude" : -119.789914, "ContactTelephone1" : "(775) 853-7100", "DistanceUnit" : 0}, "Connections" : [{"ID" : 148710, "ConnectionTypeID" : 30, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 16, "CurrentTypeID" : 20, "Quantity" : 2}], "NumberOfPoints" : 2, "GeneralComments" : "2 Tesla Connectors, up to 16kW.Available for customers. Please see front desk.", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2018-06-08T05:34:00Z", "DataQualityLevel" : 1, "DateCreated" : "2018-06-08T05:34:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "support": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "phpmailer/phpmailer": {"type": "string"}, "thenetworg/oauth2-azure": {"type": "string"}, "league/oauth2-google": {"type": "string"}}, "required": ["php", "phpmailer/phpmailer", "thenetworg/oauth2-azure", "league/oauth2-google"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"decomplexity\\SendOauth2\\": {"type": "string"}}, "required": ["decomplexity\\SendOauth2\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "license", "keywords", "homepage", "authors", "support", "repositories", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "decomplexity/sendoauth2", "type" : "library", "description" : "Wrapper for PHPMailer SMTP", "license" : "MIT", "keywords" : ["PHPMailer", "OAuth2"], "homepage" : "https://github.com/decomplexity/SendOauth2", "authors" : [{"name" : "Max Stewart", "email" : "SendOauth2@decomplexity.com", "homepage" : "https://www.decomplexity.com"}], "support" : {"email" : "SendOauth2@decomplexity.com"}, "repositories" : [{"type" : "vcs", "url" : "https://github.com/decomplexity/SendOauth2"}], "require" : {"php" : ">=5.5.0", "phpmailer/phpmailer" : ">=6.3.0", "thenetworg/oauth2-azure" : ">=2.0.1", "league/oauth2-google" : ">=4.0.0"}, "autoload" : {"psr-4" : {"decomplexity\\SendOauth2\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "support": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "phpmailer/phpmailer": {"type": "string"}, "thenetworg/oauth2-azure": {"type": "string"}, "league/oauth2-google": {"type": "string"}}, "required": ["php", "phpmailer/phpmailer", "thenetworg/oauth2-azure", "league/oauth2-google"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"decomplexity\\SendOauth2\\": {"type": "string"}}, "required": ["decomplexity\\SendOauth2\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "license", "keywords", "homepage", "authors", "support", "repositories", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"orchestration-status": {"type": "string"}, "model-invariant-id": {"type": "string"}, "model-version-id": {"type": "string"}, "environment-context": {"type": "string"}}, "required": ["orchestration-status", "model-invariant-id", "model-version-id", "environment-context"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"orchestration-status" : "active", "model-invariant-id" : "123644", "model-version-id" : "524846", "environment-context" : "shared"}
json_instruct
{"type": "object", "properties": {"orchestration-status": {"type": "string"}, "model-invariant-id": {"type": "string"}, "model-version-id": {"type": "string"}, "environment-context": {"type": "string"}}, "required": ["orchestration-status", "model-invariant-id", "model-version-id", "environment-context"], "$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"}, "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" : 404425319, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "c8efd8d85263b68b1a6a03512e348ed8", "wof:id" : 404425319, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.42944, 46.05, -0.42944, 46.05], "geometry" : {"coordinates" : [-0.42944, 46.05], "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"type" : "Point", "coordinates" : [-81.27, 28.68]}, "type" : "Feature", "id" : "32719", "properties" : {"other_cities" : "Casselberry, Winter Spgs", "city" : "Winter Springs", "state" : "FL", "county" : "Seminole County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"uni-section": {"type": "string"}, "uni-badge": {"type": "string"}}, "required": ["uni-section", "uni-badge"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"navigationBarTitleText" : "Badge \u6570\u5b57\u89d2\u6807", "usingComponents" : {"uni-section" : "/components/uni-section/uni-section", "uni-badge" : "/components/uni-badge/uni-badge"}}
json_instruct
{"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"uni-section": {"type": "string"}, "uni-badge": {"type": "string"}}, "required": ["uni-section", "uni-badge"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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": {"type": "string"}}, "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-pfgw-pm22-hfp2", "modified" : "2022-04-30T18:16:55Z", "published" : "2022-04-30T18:16:55Z", "aliases" : ["CVE-2001-0893"], "details" : "Acme mini_httpd before 1.16 allows remote attackers to view sensitive files under the document root (such as .htpasswd) via a GET request with a trailing /.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2001-0893"}, {"type" : "WEB", "url" : "http://marc.info/?l=bugtraq&m=100568999726036&w=2"}, {"type" : "WEB", "url" : "http://www.acme.com/software/mini_httpd/"}, {"type" : "WEB", "url" : "http://www.iss.net/security_center/static/7541.php"}], "database_specific" : {"cwe_ids" : ["CWE-668"], "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": {"type": "string"}}, "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 174114, "UUID" : "45DE812B-51A2-4888-8BD1-6EEF2AF35EB9", "DataProviderID" : 1, "OperatorID" : 38, "UsageTypeID" : 1, "UsageCost" : "Free of charge", "AddressInfo" : {"ID" : 174473, "Title" : "LIDL Putte", "AddressLine1" : "Mechelbaan 365", "Town" : "Putte", "StateOrProvince" : "Mechelbaan", "Postcode" : "2580", "CountryID" : 26, "Latitude" : 51.057808669119055, "Longitude" : 4.637246180280044, "DistanceUnit" : 0}, "Connections" : [{"ID" : 268976, "ConnectionTypeID" : 1036, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20, "Quantity" : 1}, {"ID" : 268977, "ConnectionTypeID" : 33, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 50, "CurrentTypeID" : 30, "Quantity" : 1}, {"ID" : 268978, "ConnectionTypeID" : 2, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 50, "CurrentTypeID" : 30, "Quantity" : 1}], "NumberOfPoints" : 3, "GeneralComments" : "Only available during openinghours of the Lidl-shop", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2021-03-15T16:07:00Z", "DataQualityLevel" : 1, "DateCreated" : "2021-03-15T13:06:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "fb1a2038e8d8c62db308", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "saraba1st", "author" : "AliaAnonyma", "count" : 27}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"FEATURE_TOGGLES": {"type": "object", "properties": {}, "required": []}}, "required": ["FEATURE_TOGGLES"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"FEATURE_TOGGLES" : {}}
json_instruct
{"type": "object", "properties": {"FEATURE_TOGGLES": {"type": "object", "properties": {}, "required": []}}, "required": ["FEATURE_TOGGLES"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : "dtbyg:block/stripped_maple_branch"}}}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["00030", "00032"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "snd/summon_laser.wav"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"HostedZones": {"type": "array", "items": {"type": "object", "properties": {"ResourceRecordSetCount": {"type": "integer"}, "CallerReference": {"type": "string"}, "Config": {"type": "object", "properties": {"PrivateZone": {"type": "boolean"}}, "required": ["PrivateZone"]}, "Id": {"type": "string"}, "Name": {"type": "string"}}, "required": ["ResourceRecordSetCount", "CallerReference", "Config", "Id", "Name"]}}, "IsTruncated": {"type": "boolean"}, "ResponseMetadata": {"type": "object", "properties": {"RetryAttempts": {"type": "integer"}, "HTTPStatusCode": {"type": "integer"}, "RequestId": {"type": "string"}, "HTTPHeaders": {"type": "object", "properties": {"x-amzn-requestid": {"type": "string"}, "date": {"type": "string"}, "content-length": {"type": "string"}, "content-type": {"type": "string"}}, "required": ["x-amzn-requestid", "date", "content-length", "content-type"]}}, "required": ["RetryAttempts", "HTTPStatusCode", "RequestId", "HTTPHeaders"]}, "MaxItems": {"type": "string"}}, "required": ["HostedZones", "IsTruncated", "ResponseMetadata", "MaxItems"]}}, "required": ["status_code", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status_code" : 200, "data" : {"HostedZones" : [{"ResourceRecordSetCount" : 2, "CallerReference" : "74AD1CD9-48B4-3F67-84E9-B9C025B80996", "Config" : {"PrivateZone" : false}, "Id" : "/hostedzone/ZGQPUZDA2IAS6", "Name" : "test.us."}], "IsTruncated" : false, "ResponseMetadata" : {"RetryAttempts" : 0, "HTTPStatusCode" : 200, "RequestId" : "4b3f054c-36ae-11e7-8110-e36ddfbaeef8", "HTTPHeaders" : {"x-amzn-requestid" : "4b3f054c-36ae-11e7-8110-e36ddfbaeef8", "date" : "Fri, 12 May 2017 00:59:47 GMT", "content-length" : "460", "content-type" : "text/xml"}}, "MaxItems" : "100"}}
json_instruct
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"HostedZones": {"type": "array", "items": {"type": "object", "properties": {"ResourceRecordSetCount": {"type": "integer"}, "CallerReference": {"type": "string"}, "Config": {"type": "object", "properties": {"PrivateZone": {"type": "boolean"}}, "required": ["PrivateZone"]}, "Id": {"type": "string"}, "Name": {"type": "string"}}, "required": ["ResourceRecordSetCount", "CallerReference", "Config", "Id", "Name"]}}, "IsTruncated": {"type": "boolean"}, "ResponseMetadata": {"type": "object", "properties": {"RetryAttempts": {"type": "integer"}, "HTTPStatusCode": {"type": "integer"}, "RequestId": {"type": "string"}, "HTTPHeaders": {"type": "object", "properties": {"x-amzn-requestid": {"type": "string"}, "date": {"type": "string"}, "content-length": {"type": "string"}, "content-type": {"type": "string"}}, "required": ["x-amzn-requestid", "date", "content-length", "content-type"]}}, "required": ["RetryAttempts", "HTTPStatusCode", "RequestId", "HTTPHeaders"]}, "MaxItems": {"type": "string"}}, "required": ["HostedZones", "IsTruncated", "ResponseMetadata", "MaxItems"]}}, "required": ["status_code", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : [[[142.875, 32.25], [142.875, 32.333333333333336], [143.0, 32.333333333333336], [143.0, 32.25], [142.875, 32.25]]]}, "properties" : {"code" : 484237, "url" : "http://madefor.github.io/0410/api/v1/484237.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/484237.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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 4897, "date" : "2020-06-09T19:16:41.894Z", "user" : "thedp", "post" : "<p>Networking-Related Domain Name Auction</p>\n<p>Domain: <strong>VLANs</strong> [<strong>.</strong>] <strong>net</strong><br>\nRegistrar: Dynadot<br>\nExpiry: 20th March 2021<br>\nBIN: $150</p>\n<p><strong>Rules:</strong></p>\n<ol>\n<li>To participate in this auction, you\u2019ll need to be a registered user here on HostedTalk with at least 10 non-spammy posts.</li>\n<li>The starting price for the domain name is <strong>$5</strong>, with a bid increment of <strong>$1</strong> (minimum).</li>\n<li>Since it\u2019s just a single domain auction, just place your bids without mentioning the domain name.</li>\n<li>No sniping. This will be enforced by extending the auction end time to an additional 5 minutes should there be any bids received within the last 5 minutes of the actual auction end time. If another bid is received within the 5 minutes of extended time, the auction will be extended further for another 5 minutes from the time the last bid was placed. The process will continue until no further bids are received for a 5 minute period and the highest and final bidder will win the auction.</li>\n</ol>\n<p><strong>Payment Method:</strong></p>\n<ul>\n<li>PayPal (Payment to be made within 24 hours from end of auction. Winner covers PayPal fees, if any.)</li>\n</ul>\n<p><strong>Domain Transfer Options:</strong></p>\n<ol>\n<li>Pushed within registrar.</li>\n<li>EPP/AUTH code will be provided to the winner should the winner chooses to have the domain name transferred out to a different registrar. Winner takes the cost for the transfer.</li>\n</ol>\n<p><strong>Auction Ends:</strong><br>\n<a href=\"https://www.timeanddate.com/countdown/generic?iso=20200616T19&amp;p0=239&amp;msg=HostedTalk+Domain+Name+Auction&amp;font=sanserif&amp;csz=1\" rel=\"nofollow noopener\">Tuesday, 16 June 2020, 19:00 (Stockholm)</a></p>"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "JAMBU", "frequency" : 1, "gender" : "male"}]
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"top-bar": {"type": "string"}, "footer-bar": {"type": "string"}, "problem": {"type": "string"}, "popup": {"type": "string"}}, "required": ["top-bar", "footer-bar", "problem", "popup"]}, "navigationStyle": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "disableScroll": {"type": "boolean"}}, "required": ["usingComponents", "navigationStyle", "navigationBarTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "disableScroll"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"usingComponents" : {"top-bar" : "components/topBar/topBar", "footer-bar" : "components/footerBar/footerBar", "problem" : "components/problem/problem", "popup" : "components/popup/popup"}, "navigationStyle" : "default", "navigationBarTextStyle" : "black", "navigationBarBackgroundColor" : "#ffffff", "navigationBarTitleText" : "", "disableScroll" : true}
json_instruct
{"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"top-bar": {"type": "string"}, "footer-bar": {"type": "string"}, "problem": {"type": "string"}, "popup": {"type": "string"}}, "required": ["top-bar", "footer-bar", "problem", "popup"]}, "navigationStyle": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "disableScroll": {"type": "boolean"}}, "required": ["usingComponents", "navigationStyle", "navigationBarTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "disableScroll"], "$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"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "docs": {"type": "string"}, "docs:watch": {"type": "string"}, "test": {"type": "string"}, "test:coverage": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["build", "lint", "docs", "docs:watch", "test", "test:coverage", "test:watch"]}, "dependencies": {"type": "object", "properties": {"core-js": {"type": "string"}, "pluralize": {"type": "string"}, "ramda": {"type": "string"}, "typedoc": {"type": "string"}}, "required": ["core-js", "pluralize", "ramda", "typedoc"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/pluralize": {"type": "string"}, "@types/ramda": {"type": "string"}, "@types/react": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "react": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@types/pluralize", "@types/ramda", "@types/react", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "jest", "prettier", "react", "ts-jest", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@autoinvent/conveyor-schema", "version" : "0.4.2", "description" : "a schema helper library for conveyor", "main" : "lib/index.js", "types" : "lib/index.d.ts", "repository" : "git@github.com:autoinvent/conveyor-schema.git", "author" : "", "license" : "BSD-3-Clause", "scripts" : {"build" : "rm -rf lib && tsc", "lint" : "npx eslint .", "docs" : "npx typedoc --out docs src/index.ts", "docs:watch" : "npx typedoc --watch --out docs src/index.ts", "test" : "jest", "test:coverage" : "jest --coverage", "test:watch" : "jest --watch"}, "dependencies" : {"core-js" : "^3.12.1", "pluralize" : "^8.0.0", "ramda" : "^0.27.1", "typedoc" : "^0.20.36"}, "devDependencies" : {"@types/jest" : "^26.0.23", "@types/pluralize" : "^0.0.29", "@types/ramda" : "^0.27.40", "@types/react" : "^17.0.5", "@typescript-eslint/eslint-plugin" : "^4.23.0", "@typescript-eslint/parser" : "^4.23.0", "eslint" : "^7.26.0", "eslint-config-prettier" : "^8.3.0", "eslint-plugin-prettier" : "^3.4.0", "jest" : "^26.6.3", "prettier" : "^2.3.0", "react" : "^17.0.2", "ts-jest" : "^26.5.6", "typescript" : "^4.2.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "docs": {"type": "string"}, "docs:watch": {"type": "string"}, "test": {"type": "string"}, "test:coverage": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["build", "lint", "docs", "docs:watch", "test", "test:coverage", "test:watch"]}, "dependencies": {"type": "object", "properties": {"core-js": {"type": "string"}, "pluralize": {"type": "string"}, "ramda": {"type": "string"}, "typedoc": {"type": "string"}}, "required": ["core-js", "pluralize", "ramda", "typedoc"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/pluralize": {"type": "string"}, "@types/ramda": {"type": "string"}, "@types/react": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "react": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@types/pluralize", "@types/ramda", "@types/react", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "jest", "prettier", "react", "ts-jest", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$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": {"allowed_clans": {"type": "array", "items": {"type": "string"}}, "clan": {"type": "string"}, "cost": {"type": "null"}, "deck_limit": {"type": "integer"}, "element": {"type": "null"}, "fate": {"type": "null"}, "glory": {"type": "null"}, "honor": {"type": "null"}, "id": {"type": "string"}, "influence_cost": {"type": "integer"}, "influence_pool": {"type": "null"}, "is_restricted": {"type": "boolean"}, "military": {"type": "null"}, "military_bonus": {"type": "string"}, "name": {"type": "string"}, "name_extra": {"type": "null"}, "political": {"type": "null"}, "political_bonus": {"type": "string"}, "role_restriction": {"type": "null"}, "side": {"type": "string"}, "strength": {"type": "null"}, "strength_bonus": {"type": "null"}, "text": {"type": "string"}, "traits": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "unicity": {"type": "boolean"}}, "required": ["allowed_clans", "clan", "cost", "deck_limit", "element", "fate", "glory", "honor", "id", "influence_cost", "influence_pool", "is_restricted", "military", "military_bonus", "name", "name_extra", "political", "political_bonus", "role_restriction", "side", "strength", "strength_bonus", "text", "traits", "type", "unicity"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"allowed_clans" : ["crab", "crane", "dragon", "lion", "phoenix", "scorpion", "unicorn"], "clan" : "neutral", "cost" : null, "deck_limit" : 3, "element" : null, "fate" : null, "glory" : null, "honor" : null, "id" : "daimyo-s-gunbai", "influence_cost" : 0, "influence_pool" : null, "is_restricted" : false, "military" : null, "military_bonus" : "+2", "name" : "Daimy\u014d's Gunbai", "name_extra" : null, "political" : null, "political_bonus" : "+2", "role_restriction" : null, "side" : "conflict", "strength" : null, "strength_bonus" : null, "text" : "Restricted.\n<b>Action:</b> During a conflict, if this card is in your hand, reveal it and initiate a [conflict-military] duel against a character your opponent controls of his or her choice - resolve the duel. Put this card into play attached to the duel's winner, if able. Otherwise, discard it.", "traits" : ["item"], "type" : "attachment", "unicity" : true}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"allowed_clans": {"type": "array", "items": {"type": "string"}}, "clan": {"type": "string"}, "cost": {"type": "null"}, "deck_limit": {"type": "integer"}, "element": {"type": "null"}, "fate": {"type": "null"}, "glory": {"type": "null"}, "honor": {"type": "null"}, "id": {"type": "string"}, "influence_cost": {"type": "integer"}, "influence_pool": {"type": "null"}, "is_restricted": {"type": "boolean"}, "military": {"type": "null"}, "military_bonus": {"type": "string"}, "name": {"type": "string"}, "name_extra": {"type": "null"}, "political": {"type": "null"}, "political_bonus": {"type": "string"}, "role_restriction": {"type": "null"}, "side": {"type": "string"}, "strength": {"type": "null"}, "strength_bonus": {"type": "null"}, "text": {"type": "string"}, "traits": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "unicity": {"type": "boolean"}}, "required": ["allowed_clans", "clan", "cost", "deck_limit", "element", "fate", "glory", "honor", "id", "influence_cost", "influence_pool", "is_restricted", "military", "military_bonus", "name", "name_extra", "political", "political_bonus", "role_restriction", "side", "strength", "strength_bonus", "text", "traits", "type", "unicity"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-ui-router": {"type": "string"}, "bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "material-design-lite": {"type": "string"}, "angular-material": {"type": "string"}, "ngclipboard": {"type": "string"}, "angular-file-upload": {"type": "string"}, "json-refs": {"type": "string"}}, "required": ["angular", "angular-ui-router", "bootstrap", "jquery", "material-design-lite", "angular-material", "ngclipboard", "angular-file-upload", "json-refs"]}, "devDependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}}, "required": ["angular-mocks"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}, "bootstrap": {"type": "string"}, "path-loader": {"type": "string"}}, "required": ["angular", "bootstrap", "path-loader"]}}, "required": ["name", "description", "version", "homepage", "license", "private", "dependencies", "devDependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jsonforms-editor", "description" : "An editor for jsonforms", "version" : "0.0.11", "homepage" : "https://github.com/eclipsesource/JsonFormsEditor", "license" : "MIT", "private" : true, "dependencies" : {"angular" : "~1.4.0", "angular-ui-router" : "^0.2.15", "bootstrap" : "~3.3.5", "jquery" : "~2.1.4", "material-design-lite" : "~1.0.6", "angular-material" : "~1.1.0", "ngclipboard" : "latest", "angular-file-upload" : "~2.2.0", "json-refs" : "0.2.0"}, "devDependencies" : {"angular-mocks" : "~1.4.0"}, "resolutions" : {"angular" : "~1.4.0", "bootstrap" : "~3.3.5", "path-loader" : "~0.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-ui-router": {"type": "string"}, "bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "material-design-lite": {"type": "string"}, "angular-material": {"type": "string"}, "ngclipboard": {"type": "string"}, "angular-file-upload": {"type": "string"}, "json-refs": {"type": "string"}}, "required": ["angular", "angular-ui-router", "bootstrap", "jquery", "material-design-lite", "angular-material", "ngclipboard", "angular-file-upload", "json-refs"]}, "devDependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}}, "required": ["angular-mocks"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}, "bootstrap": {"type": "string"}, "path-loader": {"type": "string"}}, "required": ["angular", "bootstrap", "path-loader"]}}, "required": ["name", "description", "version", "homepage", "license", "private", "dependencies", "devDependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "8f49d813-5edd-4849-a0d6-3ea8554c7aed", "name" : "Default Suite", "children" : ["9b79aa21-d8ba-4f3d-8b3e-555d6944329d"], "befores" : [], "afters" : [], "links" : [], "start" : 1588573624854, "stop" : 1588573689328}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"shape": {"type": "string"}, "rotation": {"type": "integer"}, "hash": {"type": "integer"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "center": {"type": "array", "items": {"type": "number"}}, "sides": {"type": "array", "items": {"type": "number"}}, "perimeter": {"type": "number"}, "angles": {"type": "array", "items": {"type": "number"}}, "area": {"type": "number"}}, "required": ["shape", "rotation", "hash", "points", "center", "sides", "perimeter", "angles", "area"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"shape" : "triangle", "rotation" : -346, "hash" : 8928820918240112724, "points" : [[98.33333333333334, 96.0], [103.33333333333334, 102.0], [98.33333333333334, 102.0]], "center" : [100.0, 100.0], "sides" : [7.810249675906654, 5.0, 6.0], "perimeter" : 18.810249675906654, "angles" : [50.1944289077348, 90.0, 39.80557109226519], "area" : 15.0}
json_instruct
{"type": "object", "properties": {"shape": {"type": "string"}, "rotation": {"type": "integer"}, "hash": {"type": "integer"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "center": {"type": "array", "items": {"type": "number"}}, "sides": {"type": "array", "items": {"type": "number"}}, "perimeter": {"type": "number"}, "angles": {"type": "array", "items": {"type": "number"}}, "area": {"type": "number"}}, "required": ["shape", "rotation", "hash", "points", "center", "sides", "perimeter", "angles", "area"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1648978610557, "username" : "Agent_Moon", "scores" : [{"xp" : 408, "rank" : 500, "cardId" : 646}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "code": {"type": "string"}, "attributes": {"type": "array", "items": {}}, "options": {"type": "array", "items": {}}, "associations": {"type": "array", "items": {}}, "translations": {"type": "string"}, "productTaxons": {"type": "array", "items": {}}, "channels": {"type": "array", "items": {}}, "reviews": {"type": "array", "items": {}}, "averageRating": {"type": "integer"}, "images": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "path": {"type": "string"}}, "required": ["id", "type", "path"]}}, "brand": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "images": {"type": "string"}, "_links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "images": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "products": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self", "images", "products"]}}, "required": ["id", "code", "name", "images", "_links"]}, "_links": {"type": "string"}}, "required": ["name", "id", "code", "attributes", "options", "associations", "translations", "productTaxons", "channels", "reviews", "averageRating", "images", "brand", "_links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Setono mug", "id" : "@integer@", "code" : "SETONO_MUG", "attributes" : [], "options" : [], "associations" : [], "translations" : "@array@", "productTaxons" : [], "channels" : [], "reviews" : [], "averageRating" : 0, "images" : [{"id" : "@integer@", "type" : "thumbnail", "path" : "/setono-mug-thumbnail.jpg"}], "brand" : {"id" : "@integer@", "code" : "setono", "name" : "Setono", "images" : "@array@", "_links" : {"self" : {"href" : "/api/v1/brands/setono"}, "images" : {"href" : "/api/v1/brands/setono/images/"}, "products" : {"href" : "/api/v1/brands/setono/products/"}}}, "_links" : "@array@"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "code": {"type": "string"}, "attributes": {"type": "array", "items": {}}, "options": {"type": "array", "items": {}}, "associations": {"type": "array", "items": {}}, "translations": {"type": "string"}, "productTaxons": {"type": "array", "items": {}}, "channels": {"type": "array", "items": {}}, "reviews": {"type": "array", "items": {}}, "averageRating": {"type": "integer"}, "images": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "path": {"type": "string"}}, "required": ["id", "type", "path"]}}, "brand": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "images": {"type": "string"}, "_links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "images": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "products": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self", "images", "products"]}}, "required": ["id", "code", "name", "images", "_links"]}, "_links": {"type": "string"}}, "required": ["name", "id", "code", "attributes", "options", "associations", "translations", "productTaxons", "channels", "reviews", "averageRating", "images", "brand", "_links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"textures": {"type": "array", "items": {"type": "string"}}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"textures" : ["betterend:black_spore_0", "betterend:black_spore_1", "betterend:black_spore_2", "betterend:black_spore_3", "betterend:black_spore_4", "betterend:black_spore_5"]}
json_instruct
{"type": "object", "properties": {"textures": {"type": "array", "items": {"type": "string"}}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"vendor": {"type": "string"}, "largeIcon": {"type": "string"}, "icon": {"type": "string"}, "main": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}}, "required": ["vendor", "largeIcon", "icon", "main", "id", "title", "type", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vendor" : "Krzysztof Jaworski", "largeIcon" : "largeIcon.png", "icon" : "icon.png", "main" : "index.html", "id" : "ml.jaworski.anton", "title" : "Anton - Movie Center", "type" : "web", "version" : "0.0.1"}
json_instruct
{"type": "object", "properties": {"vendor": {"type": "string"}, "largeIcon": {"type": "string"}, "icon": {"type": "string"}, "main": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}}, "required": ["vendor", "largeIcon", "icon", "main", "id", "title", "type", "version"], "$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": {"lint": {"type": "string"}, "lint-fix": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "lint-fix", "test"]}, "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": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gelf-pro": {"type": "string"}}, "required": ["gelf-pro"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-strongloop": {"type": "string"}, "winston": {"type": "string"}}, "required": ["eslint", "eslint-config-strongloop", "winston"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "contributors", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "winston-gelf", "version" : "1.7.0", "description" : "Winston gelf transport for winston 3.x", "main" : "index.js", "scripts" : {"lint" : "eslint --ignore-path .gitignore .", "lint-fix" : "eslint --ignore-path .gitignore . --fix", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/fchristle/winston-gelf.git"}, "keywords" : ["winston", "gelf", "graylog2"], "author" : "Fatima Gomez", "contributors" : [{"name" : "Alberson Melo", "email" : "alberson@gmail.com"}], "license" : "MIT", "bugs" : {"url" : "https://github.com/fchristle/winston-gelf/issues"}, "homepage" : "https://github.com/fchristle/winston-gelf#readme", "dependencies" : {"gelf-pro" : "^1.2.2"}, "devDependencies" : {"eslint" : "^5.9.0", "eslint-config-strongloop" : "^2.1.0", "winston" : "^3.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "lint-fix": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "lint-fix", "test"]}, "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": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gelf-pro": {"type": "string"}}, "required": ["gelf-pro"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-strongloop": {"type": "string"}, "winston": {"type": "string"}}, "required": ["eslint", "eslint-config-strongloop", "winston"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "contributors", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "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" : 101793795, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "d0adc6608786dd940c77e375e196a7d8", "wof:id" : 101793795, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [26.492257, 44.44745, 26.53145, 44.474603], "geometry" : {"coordinates" : [[[26.513816, 44.473811], [26.512771, 44.470304], [26.518926, 44.469313], [26.518142, 44.466683], [26.516911, 44.466881], [26.51482, 44.459868], [26.516051, 44.45967], [26.515006, 44.456163], [26.516237, 44.455965], [26.515714, 44.454211], [26.519406, 44.453617], [26.519145, 44.45274], [26.525298, 44.45175], [26.52582, 44.453503], [26.529512, 44.452909], [26.528989, 44.451155], [26.53145, 44.450759], [26.530927, 44.449005], [26.529697, 44.449204], [26.529174, 44.44745], [26.527944, 44.447648], [26.528205, 44.448525], [26.522053, 44.449516], [26.521791, 44.448639], [26.508255, 44.450818], [26.507994, 44.449941], [26.498149, 44.451524], [26.498671, 44.453278], [26.493748, 44.454069], [26.493487, 44.453192], [26.492257, 44.45339], [26.493822, 44.458651], [26.504899, 44.45687], [26.503855, 44.453363], [26.510008, 44.452373], [26.510791, 44.455004], [26.509561, 44.455202], [26.510344, 44.457832], [26.511575, 44.457634], [26.512881, 44.462017], [26.51165, 44.462215], [26.512173, 44.463969], [26.50848, 44.464563], [26.507697, 44.461933], [26.506466, 44.462131], [26.506205, 44.461254], [26.502512, 44.461848], [26.502773, 44.462724], [26.501542, 44.462922], [26.501804, 44.463799], [26.500573, 44.463997], [26.500834, 44.464874], [26.498372, 44.465269], [26.498633, 44.466146], [26.497402, 44.466344], [26.497663, 44.467221], [26.496432, 44.467419], [26.497215, 44.470049], [26.498446, 44.469851], [26.498969, 44.471605], [26.503893, 44.470813], [26.504154, 44.47169], [26.505385, 44.471492], [26.505646, 44.472369], [26.506877, 44.472171], [26.507139, 44.473047], [26.50837, 44.472849], [26.508892, 44.474603], [26.513816, 44.473811]]], "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [234.379, 191.995, 1, 241.202, 207.203, 1, 233.09, 209.166, 1, 235.995, 226.243, 1, 232.471, 228.279, 1, 252.667, 196.304, 1, 251.528, 212.514, 1, 243.954, 213.774, 1, 239.657, 227.16, 1, 219.839, 268.305, 1, 203.517, 295.058, 1, 249.06, 222.886, 1, 261.114, 249.572, 1, 276.338, 294.235, 1, 226.711, 192.484, 1, 236.486, 187.586, 1, 217.838, 196.456, 1, 244.411, 183.189, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Id": {"type": "string"}, "EnvironmentIds": {"type": "array", "items": {"type": "string"}}, "Roles": {"type": "array", "items": {}}, "TenantedDeploymentParticipation": {"type": "string"}, "TenantIds": {"type": "array", "items": {}}, "TenantTags": {"type": "array", "items": {}}, "Name": {"type": "string"}, "Thumbprint": {"type": "string"}, "Uri": {"type": "null"}, "IsDisabled": {"type": "boolean"}, "MachinePolicyId": {"type": "string"}, "Status": {"type": "string"}, "IsInProcess": {"type": "boolean"}, "Endpoint": {"type": "object", "properties": {"CommunicationStyle": {"type": "string"}, "Uri": {"type": "string"}, "Thumbprint": {"type": "string"}, "TentacleVersionDetails": {"type": "object", "properties": {"UpgradeLocked": {"type": "boolean"}, "Version": {"type": "string"}, "UpgradeSuggested": {"type": "boolean"}, "UpgradeRequired": {"type": "boolean"}}, "required": ["UpgradeLocked", "Version", "UpgradeSuggested", "UpgradeRequired"]}, "CertificateSignatureAlgorithm": {"type": "string"}, "Id": {"type": "null"}, "LastModifiedOn": {"type": "null"}, "LastModifiedBy": {"type": "null"}, "Links": {"type": "object", "properties": {}, "required": []}}, "required": ["CommunicationStyle", "Uri", "Thumbprint", "TentacleVersionDetails", "CertificateSignatureAlgorithm", "Id", "LastModifiedOn", "LastModifiedBy", "Links"]}, "Links": {"type": "object", "properties": {"Self": {"type": "string"}, "Connection": {"type": "string"}, "TasksTemplate": {"type": "string"}}, "required": ["Self", "Connection", "TasksTemplate"]}, "MachinePolicyName": {"type": "string"}}, "required": ["Id", "EnvironmentIds", "Roles", "TenantedDeploymentParticipation", "TenantIds", "TenantTags", "Name", "Thumbprint", "Uri", "IsDisabled", "MachinePolicyId", "Status", "IsInProcess", "Endpoint", "Links", "MachinePolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "Machines-1", "EnvironmentIds" : ["Environments-24"], "Roles" : [], "TenantedDeploymentParticipation" : "Untenanted", "TenantIds" : [], "TenantTags" : [], "Name" : "DevMachine1", "Thumbprint" : "0000000000000000000000000000000000000000", "Uri" : null, "IsDisabled" : false, "MachinePolicyId" : "MachinePolicies-1", "Status" : "NeedsUpgrade", "IsInProcess" : false, "Endpoint" : {"CommunicationStyle" : "TentacleActive", "Uri" : "poll://00000000000000000000/", "Thumbprint" : "0000000000000000000000000000000000000000", "TentacleVersionDetails" : {"UpgradeLocked" : false, "Version" : "3.17.0", "UpgradeSuggested" : true, "UpgradeRequired" : false}, "CertificateSignatureAlgorithm" : "sha256RSA", "Id" : null, "LastModifiedOn" : null, "LastModifiedBy" : null, "Links" : {}}, "Links" : {"Self" : "/api/machines/Machines-1", "Connection" : "/api/machines/Machines-1/connection", "TasksTemplate" : "/api/machines/Machines-1/tasks{?skip,take}"}, "MachinePolicyName" : "Default Machine Policy"}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "EnvironmentIds": {"type": "array", "items": {"type": "string"}}, "Roles": {"type": "array", "items": {}}, "TenantedDeploymentParticipation": {"type": "string"}, "TenantIds": {"type": "array", "items": {}}, "TenantTags": {"type": "array", "items": {}}, "Name": {"type": "string"}, "Thumbprint": {"type": "string"}, "Uri": {"type": "null"}, "IsDisabled": {"type": "boolean"}, "MachinePolicyId": {"type": "string"}, "Status": {"type": "string"}, "IsInProcess": {"type": "boolean"}, "Endpoint": {"type": "object", "properties": {"CommunicationStyle": {"type": "string"}, "Uri": {"type": "string"}, "Thumbprint": {"type": "string"}, "TentacleVersionDetails": {"type": "object", "properties": {"UpgradeLocked": {"type": "boolean"}, "Version": {"type": "string"}, "UpgradeSuggested": {"type": "boolean"}, "UpgradeRequired": {"type": "boolean"}}, "required": ["UpgradeLocked", "Version", "UpgradeSuggested", "UpgradeRequired"]}, "CertificateSignatureAlgorithm": {"type": "string"}, "Id": {"type": "null"}, "LastModifiedOn": {"type": "null"}, "LastModifiedBy": {"type": "null"}, "Links": {"type": "object", "properties": {}, "required": []}}, "required": ["CommunicationStyle", "Uri", "Thumbprint", "TentacleVersionDetails", "CertificateSignatureAlgorithm", "Id", "LastModifiedOn", "LastModifiedBy", "Links"]}, "Links": {"type": "object", "properties": {"Self": {"type": "string"}, "Connection": {"type": "string"}, "TasksTemplate": {"type": "string"}}, "required": ["Self", "Connection", "TasksTemplate"]}, "MachinePolicyName": {"type": "string"}}, "required": ["Id", "EnvironmentIds", "Roles", "TenantedDeploymentParticipation", "TenantIds", "TenantTags", "Name", "Thumbprint", "Uri", "IsDisabled", "MachinePolicyId", "Status", "IsInProcess", "Endpoint", "Links", "MachinePolicyName"], "$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": {"code": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "name", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "BS-AK", "name" : "Acklins", "type" : "District"}, {"code" : "BS-BI", "name" : "Bimini", "type" : "District"}, {"code" : "BS-BP", "name" : "Black Point", "type" : "District"}, {"code" : "BS-BY", "name" : "Berry Islands", "type" : "District"}, {"code" : "BS-CE", "name" : "Central Eleuthera", "type" : "District"}, {"code" : "BS-CI", "name" : "Cat Island", "type" : "District"}, {"code" : "BS-CK", "name" : "Crooked Island and Long Cay", "type" : "District"}, {"code" : "BS-CO", "name" : "Central Abaco", "type" : "District"}, {"code" : "BS-CS", "name" : "Central Andros", "type" : "District"}, {"code" : "BS-EG", "name" : "East Grand Bahama", "type" : "District"}, {"code" : "BS-EX", "name" : "Exuma", "type" : "District"}, {"code" : "BS-FP", "name" : "City of Freeport", "type" : "District"}, {"code" : "BS-GC", "name" : "Grand Cay", "type" : "District"}, {"code" : "BS-HI", "name" : "Harbour Island", "type" : "District"}, {"code" : "BS-HT", "name" : "Hope Town", "type" : "District"}, {"code" : "BS-IN", "name" : "Inagua", "type" : "District"}, {"code" : "BS-LI", "name" : "Long Island", "type" : "District"}, {"code" : "BS-MC", "name" : "Mangrove Cay", "type" : "District"}, {"code" : "BS-MG", "name" : "Mayaguana", "type" : "District"}, {"code" : "BS-MI", "name" : "Moore's Island", "type" : "District"}, {"code" : "BS-NE", "name" : "North Eleuthera", "type" : "District"}, {"code" : "BS-NO", "name" : "North Abaco", "type" : "District"}, {"code" : "BS-NP", "name" : "New Providence", "type" : "Island"}, {"code" : "BS-NS", "name" : "North Andros", "type" : "District"}, {"code" : "BS-RC", "name" : "Rum Cay", "type" : "District"}, {"code" : "BS-RI", "name" : "Ragged Island", "type" : "District"}, {"code" : "BS-SA", "name" : "South Andros", "type" : "District"}, {"code" : "BS-SE", "name" : "South Eleuthera", "type" : "District"}, {"code" : "BS-SO", "name" : "South Abaco", "type" : "District"}, {"code" : "BS-SS", "name" : "San Salvador", "type" : "District"}, {"code" : "BS-SW", "name" : "Spanish Wells", "type" : "District"}, {"code" : "BS-WG", "name" : "West Grand Bahama", "type" : "District"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "name", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "items": {"type": "object", "properties": {"weight": {"type": "integer"}, "roll": {"type": "string"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["weight", "roll", "values"]}}, "maxRoll": {"type": "integer"}, "name": {"type": "string"}}, "required": ["columns", "entries", "maxRoll", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"columns" : ["Scheme"], "entries" : [{"weight" : 1, "roll" : "1", "values" : ["Fulfill an apocalyptic prophecy"]}, {"weight" : 1, "roll" : "2", "values" : ["Enact the vengeful will of a god or patron"]}, {"weight" : 1, "roll" : "3", "values" : ["Spread a vile contagion"]}, {"weight" : 1, "roll" : "4", "values" : ["Overthrow a government"]}, {"weight" : 1, "roll" : "5", "values" : ["Trigger a natural disaster"]}, {"weight" : 1, "roll" : "6", "values" : ["Utterly destroy a bloodline or clan"]}], "maxRoll" : 6, "name" : "Mayhem"}
json_instruct
{"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "items": {"type": "object", "properties": {"weight": {"type": "integer"}, "roll": {"type": "string"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["weight", "roll", "values"]}}, "maxRoll": {"type": "integer"}, "name": {"type": "string"}}, "required": ["columns", "entries", "maxRoll", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 5, "n_trials" : 80, "objective" : "markowitz_analytic_on_cube", "white" : "pysot_ei", "black" : "optuna_random", "traceback" : ["passing", "passing"], "best_val" : [0.2274832079646653, 0.5237034949490421], "best_x" : [[2.9639369139187563e-19, 2.5125697462080925e-17, 0.4118294033976355, 3.8281956368916246e-18, 0.5952066424189325], [0.04134897007801741, 0.20790398996861803, 0.37813788113829827, 0.3362911511599431, 0.41742395877892113]], "feval_count" : [80, 80], "n_trials_instructed" : [80, 80], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "pysot_ei", "loser" : "optuna_random"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"model": {"type": "object", "properties": {"_structure": {"type": "object", "properties": {"title": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"_find": {"type": "string"}, "_set": {"type": "object", "properties": {"link": {"type": "string"}, "title": {"type": "string"}, "duration": {"type": "string"}}, "required": ["link", "title", "duration"]}}, "required": ["_find", "_set"]}}}, "required": ["title", "items"]}, "_types": {"type": "array", "items": {"type": "object", "properties": {"_data": {"type": "string"}, "_type": {"type": "string"}, "_path": {"type": "string"}, "_key": {"type": "string"}}, "required": ["_data", "_type", "_path", "_key"]}}}, "required": ["_structure", "_types"]}}, "required": ["model"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"model" : {"_structure" : {"title" : "h2.epic-nav-item-heading", "items" : [{"_find" : ".yt-lockup-dismissable", "_set" : {"link" : ".yt-lockup-title a@href", "title" : ".yt-lockup-title a", "duration" : ".yt-lockup-title span"}}]}, "_types" : [{"_data" : "array", "_type" : "youtube", "_path" : "items", "_key" : "link"}, {"_data" : "array", "_type" : "youtubeDuration", "_path" : "items", "_key" : "duration"}]}}
json_instruct
{"type": "object", "properties": {"model": {"type": "object", "properties": {"_structure": {"type": "object", "properties": {"title": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"_find": {"type": "string"}, "_set": {"type": "object", "properties": {"link": {"type": "string"}, "title": {"type": "string"}, "duration": {"type": "string"}}, "required": ["link", "title", "duration"]}}, "required": ["_find", "_set"]}}}, "required": ["title", "items"]}, "_types": {"type": "array", "items": {"type": "object", "properties": {"_data": {"type": "string"}, "_type": {"type": "string"}, "_path": {"type": "string"}, "_key": {"type": "string"}}, "required": ["_data", "_type", "_path", "_key"]}}}, "required": ["_structure", "_types"]}}, "required": ["model"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Abu Musa": {"type": "string"}, "Bandar Abbas": {"type": "string"}, "Bandar-e Lengeh": {"type": "string"}, "Havadarya": {"type": "string"}, "Shahid Bahonar": {"type": "string"}, "Shahid Rajaee Pt/Bandar Abbas": {"type": "string"}}, "required": ["Abu Musa", "Bandar Abbas", "Bandar-e Lengeh", "Havadarya", "Shahid Bahonar", "Shahid Rajaee Pt/Bandar Abbas"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Abu Musa" : "AEU", "Bandar Abbas" : "BND", "Bandar-e Lengeh" : "BDH", "Havadarya" : "HDR", "Shahid Bahonar" : "SBR", "Shahid Rajaee Pt/Bandar Abbas" : "SRP"}
json_instruct
{"type": "object", "properties": {"Abu Musa": {"type": "string"}, "Bandar Abbas": {"type": "string"}, "Bandar-e Lengeh": {"type": "string"}, "Havadarya": {"type": "string"}, "Shahid Bahonar": {"type": "string"}, "Shahid Rajaee Pt/Bandar Abbas": {"type": "string"}}, "required": ["Abu Musa", "Bandar Abbas", "Bandar-e Lengeh", "Havadarya", "Shahid Bahonar", "Shahid Rajaee Pt/Bandar Abbas"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-forms": {"type": "string"}, "lang": {"type": "string"}}, "required": ["domain", "plural-forms", "lang"]}, "This product is awesome, I love it!": {"type": "array", "items": {"type": "string"}}, "Bob": {"type": "array", "items": {"type": "string"}}, "July 12, 2019": {"type": "array", "items": {"type": "string"}}, "I bought this product last week and I'm very happy with it.": {"type": "array", "items": {"type": "string"}}, "Alice": {"type": "array", "items": {"type": "string"}}, "WordPress Pennant": {"type": "array", "items": {"type": "string"}}, "July 15, 2019": {"type": "array", "items": {"type": "string"}}}, "required": ["", "This product is awesome, I love it!", "Bob", "July 12, 2019", "I bought this product last week and I'm very happy with it.", "Alice", "WordPress Pennant", "July 15, 2019"]}}, "required": ["messages"]}, "comment": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}}, "required": ["translation-revision-date", "generator", "domain", "locale_data", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"translation-revision-date" : "2021-06-08 19:26:54+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=2; plural=n != 1;", "lang" : "it"}, "This product is awesome, I love it!" : ["Questo prodotto \u00e8 meraviglioso, lo adoro!"], "Bob" : ["Bob"], "July 12, 2019" : ["12 luglio 2019"], "I bought this product last week and I'm very happy with it." : ["Ho comprato questo prodotto la settimana scorsa e sono molto felice di averlo fatto."], "Alice" : ["Alice"], "WordPress Pennant" : ["Gagliardetto di WordPress"], "July 15, 2019" : ["luned\u00ec 15 luglio 2019"]}}, "comment" : {"reference" : "packages/woocommerce-blocks/assets/js/previews/reviews.js"}}
json_instruct
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-forms": {"type": "string"}, "lang": {"type": "string"}}, "required": ["domain", "plural-forms", "lang"]}, "This product is awesome, I love it!": {"type": "array", "items": {"type": "string"}}, "Bob": {"type": "array", "items": {"type": "string"}}, "July 12, 2019": {"type": "array", "items": {"type": "string"}}, "I bought this product last week and I'm very happy with it.": {"type": "array", "items": {"type": "string"}}, "Alice": {"type": "array", "items": {"type": "string"}}, "WordPress Pennant": {"type": "array", "items": {"type": "string"}}, "July 15, 2019": {"type": "array", "items": {"type": "string"}}}, "required": ["", "This product is awesome, I love it!", "Bob", "July 12, 2019", "I bought this product last week and I'm very happy with it.", "Alice", "WordPress Pennant", "July 15, 2019"]}}, "required": ["messages"]}, "comment": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}}, "required": ["translation-revision-date", "generator", "domain", "locale_data", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"rivets.js": {"type": "string"}, "rivets.min.js": {"type": "string"}}, "required": ["rivets.js", "rivets.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rivets.js" : "sha512-byvBXB6dpbzmiClulFGBFc72kCNlHKicwJxMedY4Mvujj29X1Zr3k84J/6XCfKciaGgdVjjtW14aVJSQ2CV5uA==", "rivets.min.js" : "sha512-v6f6mvt00Jg1zUEclkEnxIl/XZ2/o32qU15Asd2zxpFb1Bm8qhSxSnlk6KppCz1o2WL2EChrIUk9Q7r7ipjNmg=="}
json_instruct
{"type": "object", "properties": {"rivets.js": {"type": "string"}, "rivets.min.js": {"type": "string"}}, "required": ["rivets.js", "rivets.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "algorithm": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "notes": {"type": "string"}, "last_modified": {"type": "string"}, "definition": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["key", "name", "type"]}}, "rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["id", "algorithm", "version", "name", "title", "subtitle", "notes", "last_modified", "definition", "rows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ssf3_lay", "algorithm" : "tnm", "version" : "1.9", "name" : "SSF3", "title" : "Site-Specific Factor 3", "subtitle" : "Percent Necrosis Post Neoadjuvant Chemotherapy", "notes" : "**Note:** Record exact percentage value of the tumor necrosis post neo-adjuvant chemotherapy as recorded in the pathology report.", "last_modified" : "2018-05-14T21:29:01.792Z", "definition" : [{"key" : "ssf3", "name" : "Code", "type" : "INPUT"}, {"key" : "description", "name" : "Description", "type" : "DESCRIPTION"}], "rows" : [["000", "No tumor necrosis"], ["001-100", "1 - 100 percent\n(Exact percentage of tumor necrosis to nearest percent)\n\nExamples:\n 001 0.1 to 0.9%\n 005 5% \n 010 10% \n 099 99%"], ["988", "Not applicable: Information not collected for this case"], ["990", "Tumor necrosis present, percent not stated"], ["998", "No histologic examination of primary site\nAND/OR\nNo neoadjuvant chemotherapy"], ["999", "Unknown or no information\nNot documented in patient record"]]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "algorithm": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "notes": {"type": "string"}, "last_modified": {"type": "string"}, "definition": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["key", "name", "type"]}}, "rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["id", "algorithm", "version", "name", "title", "subtitle", "notes", "last_modified", "definition", "rows"], "$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": {"type": {"type": "string"}, "id": {"type": "string"}, "copy-from": {"type": "string"}, "name": {"type": "object", "properties": {"str": {"type": "string"}}, "required": ["str"]}, "description": {"type": "string"}}, "required": ["type", "id", "copy-from", "name", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"type" : "TOOL", "id" : "pd_finished_supp_printer", "copy-from" : "3d_printer", "name" : {"str" : "3D factory with finished polymer suppressor"}, "description" : "3D factory with a polymer suppressor inside. Disassemble to take it out."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "copy-from": {"type": "string"}, "name": {"type": "object", "properties": {"str": {"type": "string"}}, "required": ["str"]}, "description": {"type": "string"}}, "required": ["type", "id", "copy-from", "name", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "K\u0159\u00ed\u017e u kaple svat\u00e9ho Jana Nepomuck\u00e9ho ve Star\u00fdch B\u0159i\u0161t\u00edch", "P31" : "http://www.wikidata.org/entity/Q2309609", "P31^label:cs" : "Pam\u011btn\u00ed k\u0159\u00ed\u017e", "P131^label:cs" : "Star\u00e9 B\u0159\u00ed\u0161t\u011b", "P6736" : "19613"}, "geometry" : {"type" : "Point", "coordinates" : [15.35909, 49.49144]}}, {"type" : "Feature", "properties" : {"label:cs" : "Kaple svat\u00e9ho Jana Nepomuck\u00e9ho ve Star\u00fdch B\u0159i\u0161t\u00edch", "P31" : "http://www.wikidata.org/entity/Q108325", "P31^label:cs" : "Kaple", "P131^label:cs" : "Star\u00e9 B\u0159\u00ed\u0161t\u011b", "P6736" : "19612"}, "geometry" : {"type" : "Point", "coordinates" : [15.35912, 49.49148]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start-dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "start-dev", "test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "express": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["dotenv", "express", "node-fetch"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["chai", "mocha", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "api-gateway", "version" : "1.2.0", "description" : "Simple api gateway", "main" : "app.js", "scripts" : {"start" : "node ./app.js", "start-dev" : "nodemon ./app.js", "test" : "mocha --recursive ./tests"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"dotenv" : "^8.1.0", "express" : "^4.17.1", "node-fetch" : "^2.6.0"}, "devDependencies" : {"chai" : "^4.2.0", "mocha" : "^6.2.0", "nodemon" : "^1.19.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start-dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "start-dev", "test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "express": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["dotenv", "express", "node-fetch"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["chai", "mocha", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "prebuild": {"type": "string"}, "build": {"type": "string"}, "clear": {"type": "string"}, "predeploy": {"type": "string"}, "deploy": {"type": "string"}, "eject": {"type": "string"}, "info": {"type": "string"}, "postinstall": {"type": "string"}, "list": {"type": "string"}, "remove": {"type": "string"}, "prestart": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["bootstrap", "prebuild", "build", "clear", "predeploy", "deploy", "eject", "info", "postinstall", "list", "remove", "prestart", "start", "test"]}, "dependencies": {"type": "object", "properties": {"@material-ui/core": {"type": "string"}, "craco-config-flex-plugin": {"type": "string"}, "flex-plugin": {"type": "string"}, "flex-plugin-scripts": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-emotion": {"type": "string"}, "react-scripts": {"type": "string"}}, "required": ["@material-ui/core", "craco-config-flex-plugin", "flex-plugin", "flex-plugin-scripts", "react", "react-dom", "react-emotion", "react-scripts"]}, "devDependencies": {"type": "object", "properties": {"@twilio/flex-ui": {"type": "string"}, "babel-polyfill": {"type": "string"}, "enzyme": {"type": "string"}, "enzyme-adapter-react-16": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["@twilio/flex-ui", "babel-polyfill", "enzyme", "enzyme-adapter-react-16", "rimraf"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "plugin-sms-media", "version" : "0.0.0", "private" : true, "scripts" : {"bootstrap" : "flex-plugin check-start", "prebuild" : "rimraf build && npm run bootstrap", "build" : "flex-plugin build", "clear" : "flex-plugin clear", "predeploy" : "npm run build", "deploy" : "flex-plugin deploy", "eject" : "flex-plugin eject", "info" : "flex-plugin info", "postinstall" : "npm run bootstrap", "list" : "flex-plugin list", "remove" : "flex-plugin remove", "prestart" : "npm run bootstrap", "start" : "flex-plugin start", "test" : "flex-plugin test --env=jsdom"}, "dependencies" : {"@material-ui/core" : "^3.9.4", "craco-config-flex-plugin" : "^3.13.5", "flex-plugin" : "^3.13.2", "flex-plugin-scripts" : "^3.13.5", "react" : "16.5.2", "react-dom" : "16.5.2", "react-emotion" : "9.2.6", "react-scripts" : "3.4.1"}, "devDependencies" : {"@twilio/flex-ui" : "^1", "babel-polyfill" : "^6.26.0", "enzyme" : "^3.10.0", "enzyme-adapter-react-16" : "^1.14.0", "rimraf" : "^3.0.0"}, "browserslist" : {"production" : [">0.2%", "not dead", "not op_mini all"], "development" : ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "prebuild": {"type": "string"}, "build": {"type": "string"}, "clear": {"type": "string"}, "predeploy": {"type": "string"}, "deploy": {"type": "string"}, "eject": {"type": "string"}, "info": {"type": "string"}, "postinstall": {"type": "string"}, "list": {"type": "string"}, "remove": {"type": "string"}, "prestart": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["bootstrap", "prebuild", "build", "clear", "predeploy", "deploy", "eject", "info", "postinstall", "list", "remove", "prestart", "start", "test"]}, "dependencies": {"type": "object", "properties": {"@material-ui/core": {"type": "string"}, "craco-config-flex-plugin": {"type": "string"}, "flex-plugin": {"type": "string"}, "flex-plugin-scripts": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-emotion": {"type": "string"}, "react-scripts": {"type": "string"}}, "required": ["@material-ui/core", "craco-config-flex-plugin", "flex-plugin", "flex-plugin-scripts", "react", "react-dom", "react-emotion", "react-scripts"]}, "devDependencies": {"type": "object", "properties": {"@twilio/flex-ui": {"type": "string"}, "babel-polyfill": {"type": "string"}, "enzyme": {"type": "string"}, "enzyme-adapter-react-16": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["@twilio/flex-ui", "babel-polyfill", "enzyme", "enzyme-adapter-react-16", "rimraf"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"foundation.css": {"type": "string"}, "foundation.js": {"type": "string"}, "foundation.min.css": {"type": "string"}, "foundation.min.js": {"type": "string"}}, "required": ["foundation.css", "foundation.js", "foundation.min.css", "foundation.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"foundation.css" : "sha512-9QgQDtcVRQE9E0IglT4TGdtUOuziil2iweJmI+cPxoJEXrQPQviPyj3Nmp2ih0ZCmWYTrHNe5QGxilXTHl6OrA==", "foundation.js" : "sha512-lM+psZoqyXrkyWYf5lG4uM9Qht0ZPw7gD7ljPxVjtCyURdyROKApIIt5M9cjTsselV18nf4DeDjWUwDATDKabg==", "foundation.min.css" : "sha512-amSUcF8PmNibMwMWFekjUyCmJ/M60/4d2HoFjlPpPGeppNIAveAnqrJWYaRyHXU6amRrB3DEqNlB41mwKUI8KQ==", "foundation.min.js" : "sha512-Fh1CCVhJCpY5bNxJqBUFHKGvms5o38gDE2x/f9ZGp+K4Z7Z9WMCwdaqv5rRpUBt1lmDYukkZGfPEGhnu0y91pw=="}
json_instruct
{"type": "object", "properties": {"foundation.css": {"type": "string"}, "foundation.js": {"type": "string"}, "foundation.min.css": {"type": "string"}, "foundation.min.js": {"type": "string"}}, "required": ["foundation.css", "foundation.js", "foundation.min.css", "foundation.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 51358, "cartId" : "2477c6d8-89bb-4ec5-b861-357575f11f16", "preferredProducts" : [4344, 3137, 3062, 1411, 1811], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "category": {"type": "string"}, "content": {"type": "string"}, "url": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "title", "description", "keywords", "category", "content", "url", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 577098, "title" : "\u0e15\u0e39\u0e49\u0e0b\u0e34\u0e48\u0e07\u0e41\u0e2b\u0e01\u0e14\u0e48\u0e32\u0e19\u0e42\u0e14\u0e19\u0e15\u0e32\u0e21\u0e0b\u0e34\u0e27 \u0e1c\u0e07\u0e30\u0e40\u0e08\u0e2d\u0e01\u0e23\u0e30\u0e17\u0e48\u0e2d\u0e2199\u0e01\u0e01. | \u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c", "description" : "\u0e42\u0e1b\u0e25\u0e34\u0e28\u0e2b\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48 \u0e44\u0e25\u0e48\u0e25\u0e48\u0e32\u0e23\u0e16\u0e15\u0e39\u0e49\u0e42\u0e14\u0e22\u0e2a\u0e32\u0e23 \u0e0b\u0e34\u0e48\u0e07\u0e41\u0e2b\u0e01\u0e14\u0e48\u0e32\u0e19\u0e44\u0e21\u0e48\u0e22\u0e2d\u0e21\u0e43\u0e2b\u0e49\u0e15\u0e23\u0e27\u0e08 \u0e20\u0e32\u0e22\u0e2b\u0e25\u0e31\u0e07\u0e08\u0e19\u0e21\u0e38\u0e21\u0e43\u0e19\u0e0b\u0e2d\u0e22\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e04\u0e27\u0e19\u0e25\u0e31\u0e07 \u0e04\u0e49\u0e19\u0e23\u0e16\u0e40\u0e08\u0e2d\u0e43\u0e1a\u0e01\u0e23\u0e30\u0e17\u0e48\u0e2d\u0e21\u0e0b\u0e38\u0e01\u0e43\u0e19\u0e23\u0e16\u0e23\u0e27\u0e21 99 \u0e01\u0e01. \u0e14\u0e49\u0e32\u0e19\u0e2a\u0e2d\u0e07\u0e2b\u0e19\u0e38\u0e48\u0e21\u0e23\u0e31\u0e1a\u0e2a\u0e32\u0e23\u0e20\u0e32\u0e1e\u0e2a\u0e34\u0e49\u0e19\u0e44\u0e2a\u0e49 \u0e23\u0e31\u0e1a\u0e07\u0e32\u0e19\u0e27\u0e34\u0e48\u0e07\u0e2a\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e1b\u0e32\u0e14\u0e31\u0e07\u0e40\u0e1a\u0e0b\u0e32\u0e23\u0e4c \u0e21\u0e32\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e17\u0e35\u0e48\u0e2b\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48", "keywords" : "\u0e15\u0e39\u0e49\u0e0b\u0e34\u0e48\u0e07,\u0e41\u0e2b\u0e01\u0e14\u0e48\u0e32\u0e19,\u0e42\u0e14\u0e22\u0e0b\u0e34\u0e27,\u0e1c\u0e07\u0e30\u0e40\u0e08\u0e2d,\u0e01\u0e23\u0e30\u0e17\u0e48\u0e2d\u0e21,99\u0e01\u0e01.,\u0e2a\u0e07\u0e02\u0e25\u0e32,\u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c,\u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c,\u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c,\u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c,\u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49,\u0e02\u0e48\u0e32\u0e27\u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c,\u0e02\u0e48\u0e32\u0e27\u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14,\u0e02\u0e48\u0e32\u0e27,\u0e02\u0e48\u0e32\u0e27\u0e14\u0e48\u0e27\u0e19,\u0e02\u0e48\u0e32\u0e27\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49,\u0e02\u0e48\u0e32\u0e27\u0e23\u0e49\u0e2d\u0e19,\u0e02\u0e48\u0e32\u0e27\u0e1a\u0e31\u0e19\u0e40\u0e17\u0e34\u0e07,\u0e02\u0e48\u0e32\u0e27\u0e40\u0e14\u0e48\u0e19\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49,\u0e02\u0e48\u0e32\u0e27\u0e14\u0e32\u0e23\u0e32,\u0e02\u0e48\u0e32\u0e27\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14,\u0e04\u0e25\u0e34\u0e1b,\u0e04\u0e25\u0e34\u0e1b\u0e14\u0e48\u0e27\u0e19,\u0e04\u0e25\u0e34\u0e1b\u0e02\u0e48\u0e32\u0e27,\u0e04\u0e25\u0e34\u0e1b\u0e23\u0e49\u0e2d\u0e19,\u0e04\u0e25\u0e34\u0e1b\u0e2e\u0e2d\u0e15,\u0e17\u0e48\u0e2d\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e27,\u0e2a\u0e01\u0e39\u0e4a\u0e1b\u0e1e\u0e34\u0e40\u0e28\u0e29,\u0e44\u0e25\u0e1f\u0e4c\u0e2a\u0e44\u0e15\u0e25\u0e4c,lifestyle,\u0e04\u0e27\u0e32\u0e21\u0e07\u0e32\u0e21,\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e48\u0e2d\u0e25\u0e30\u0e04\u0e23,\u0e40\u0e17\u0e04\u0e19\u0e34\u0e04,\u0e14\u0e27\u0e07,\u0e15\u0e23\u0e27\u0e08\u0e2b\u0e27\u0e22,special scoop,dailynews,\u0e40\u0e0b\u0e47\u0e01\u0e0b\u0e4c,\u0e44\u0e2d\u0e17\u0e35,\u0e17\u0e34\u0e1b,\u0e22\u0e32\u0e19\u0e22\u0e19\u0e15\u0e23\u0e4c,\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c,\u0e2a\u0e32\u0e23\u0e30\u0e19\u0e48\u0e32\u0e23\u0e39\u0e49,\u0e02\u0e48\u0e32\u0e27\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14,\u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e,\u0e41\u0e15\u0e48\u0e07\u0e1a\u0e49\u0e32\u0e19,\u0e2d\u0e32\u0e2b\u0e32\u0e23,\u0e41\u0e1f\u0e0a\u0e31\u0e48\u0e19", "category" : "regional", "content" : "\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48 31 \u0e1e.\u0e04. \u0e23.\u0e15.\u0e2d.\u0e44\u0e1e\u0e28\u0e32\u0e25 \u0e2b\u0e30\u0e19\u0e34\u0e41\u0e23 \u0e23\u0e2d\u0e07\u0e2a\u0e27\u0e1b.\u0e2a\u0e20.\u0e2b\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48 \u0e08.\u0e2a\u0e07\u0e02\u0e25\u0e32 \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e33\u0e25\u0e31\u0e07\u0e15\u0e33\u0e23\u0e27\u0e08\u0e43\u0e19\u0e2a\u0e31\u0e07\u0e01\u0e31\u0e14\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e01\u0e31\u0e14\u0e08\u0e31\u0e1a\u0e23\u0e16\u0e15\u0e39\u0e49\u0e42\u0e14\u0e22\u0e2a\u0e32\u0e23 \u0e2a\u0e32\u0e22\u0e1b\u0e32\u0e14\u0e31\u0e07\u0e40\u0e1a\u0e0b\u0e32\u0e23\u0e4c-\u0e01\u0e2d\u0e07\u0e1a\u0e34\u0e1956-\u0e2a\u0e07\u0e02\u0e25\u0e32 \u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e17\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e19\u00a06016\u00a0\u0e2a\u0e07\u0e02\u0e25\u0e32 \u0e2b\u0e25\u0e31\u0e07\u0e02\u0e31\u0e1a\u0e41\u0e2b\u0e01\u0e14\u0e48\u0e32\u0e19\u0e15\u0e23\u0e27\u0e08\u0e1a\u0e19\u0e16\u0e19\u0e19\u0e2a\u0e32\u0e22\u0e40\u0e2d\u0e40\u0e0a\u0e35\u0e22 \u0e1a\u0e49\u0e32\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e04\u0e27\u0e19 \u0e15.\u0e04\u0e27\u0e19\u0e25\u0e31\u0e07 \u0e2d.\u0e2b\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48 \u0e20\u0e32\u0e22\u0e2b\u0e25\u0e31\u0e07\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e08\u0e31\u0e1a\u0e01\u0e38\u0e21 \u0e19\u0e32\u0e22\u0e22\u0e30\u0e2b\u0e4c\u0e22\u0e32 \u0e2b\u0e25\u0e4a\u0e30\u0e2b\u0e21\u0e38\u0e14 \u0e2d\u0e32\u0e22\u0e38\u00a030\u00a0\u0e1b\u0e35 \u0e04\u0e19\u0e02\u0e31\u0e1a\u0e41\u0e25\u0e30\u0e19\u0e32\u0e22\u0e0a\u0e39\u0e0a\u0e32\u0e15\u0e34 \u0e41\u0e2d\u0e2b\u0e25\u0e38\u0e22 \u0e2d\u0e32\u0e22\u0e38\u00a028\u00a0\u0e1b\u0e35 \u0e04\u0e19\u0e02\u0e31\u0e1a\u0e41\u0e25\u0e30\u0e04\u0e19\u0e19\u0e31\u0e48\u0e07\u0e43\u0e19\u0e23\u0e16\u0e40\u0e2d\u0e32\u0e44\u0e27\u0e49\u0e44\u0e14\u0e49\u0e17\u0e35\u0e48\u0e0b\u0e2d\u0e22\u0e44\u0e21\u0e48\u0e21\u0e35\u0e0a\u0e37\u0e48\u0e2d \u0e16\u0e19\u0e19\u0e01\u0e2d\u0e07\u0e1a\u0e34\u0e19 56-\u0e04\u0e25\u0e2d\u0e07\u0e2b\u0e2d\u0e22\u0e42\u0e02\u0e48\u0e07 \u0e15.\u0e04\u0e27\u0e19\u0e25\u0e31\u0e07 \u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e04\u0e49\u0e19\u0e20\u0e32\u0e22\u0e43\u0e19\u0e23\u0e16\u0e1e\u0e1a\u0e43\u0e1a\u0e01\u0e23\u0e30\u0e17\u0e48\u0e2d\u0e21\u0e0b\u0e38\u0e01\u0e0b\u0e48\u0e2d\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e01\u0e23\u0e30\u0e40\u0e1b\u0e4b\u0e32 \u0e41\u0e25\u0e30\u0e25\u0e31\u0e07\u0e01\u0e23\u0e30\u0e14\u0e32\u0e29\u0e23\u0e27\u0e21\u0e19\u0e49\u0e33\u0e2b\u0e19\u0e31\u0e01\u00a099\u00a0\u0e01\u0e34\u0e42\u0e25\u0e01\u0e23\u0e31\u0e21 \u0e2a\u0e2d\u0e1a\u0e2a\u0e27\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2a\u0e2d\u0e07\u0e04\u0e19\u0e17\u0e23\u0e32\u0e1a\u0e27\u0e48\u0e32\u0e23\u0e31\u0e1a\u0e08\u0e49\u0e32\u0e07\u0e02\u0e19\u0e43\u0e1a\u0e01\u0e23\u0e30\u0e17\u0e48\u0e2d\u0e21\u0e21\u0e32\u0e08\u0e32\u0e01 \u0e15.\u0e1b\u0e32\u0e14\u0e31\u0e07\u0e40\u0e1a\u0e0b\u0e32\u0e23\u0e4c \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e21\u0e32\u0e2a\u0e48\u0e07\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e17\u0e35\u0e48 \u0e2d.\u0e2b\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48 \u0e44\u0e14\u0e49\u0e04\u0e48\u0e32\u0e08\u0e49\u0e32\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e27\u0e25\u0e30\u00a04,000\u00a0\u0e1a\u0e32\u0e17 \u0e42\u0e14\u0e22\u0e01\u0e48\u0e2d\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49\u0e17\u0e33\u0e21\u0e32\u0e41\u0e25\u0e49\u0e27 1 \u0e04\u0e23\u0e31\u0e49\u0e07 \u0e2a\u0e48\u0e27\u0e19\u0e40\u0e2b\u0e15\u0e38\u0e17\u0e35\u0e48\u0e02\u0e19\u0e14\u0e49\u0e27\u0e22\u0e23\u0e16\u0e15\u0e39\u0e49\u0e42\u0e14\u0e22\u0e2a\u0e32\u0e22 \u0e40\u0e1e\u0e23\u0e32\u0e30\u0e08\u0e30\u0e44\u0e21\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e08\u0e38\u0e14\u0e2a\u0e19\u0e43\u0e08\u0e02\u0e2d\u0e07\u0e40\u0e08\u0e49\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48.", "url" : "https://www.dailynews.co.th/regional/577098", "date" : "2017-06-03T22:01:51.878Z"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "category": {"type": "string"}, "content": {"type": "string"}, "url": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "title", "description", "keywords", "category", "content", "url", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "embellishcraft-bop:block/green_fir_fancy_bed_inventory"}
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": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "oneBTC", "name" : "oneBTC", "decimals" : 9, "address" : "0xc88f47067db2e25851317a2fdae73a22c0777c37"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Fontenoy", "dpt" : "Yonne", "inscrits" : 251, "abs" : 49, "votants" : 202, "blancs" : 21, "nuls" : 4, "exp" : 177, "res" : [{"panneau" : "1", "voix" : 95}, {"panneau" : "2", "voix" : 82}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1995, 5], [1996, 5], [1997, 6], [1998, 12], [1999, 22], [2000, 22], [2001, 18], [2002, 51], [2003, 46], [2004, 41], [2005, 67], [2006, 73], [2007, 101], [2008, 86], [2009, 94], [2010, 58], [2011, 55], [2012, 44], [2013, 36], [2014, 24]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "state": {"type": "integer"}, "type": {"type": "integer"}}, "required": ["format", "id", "name", "path", "size", "state", "type"]}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "boundingBox": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "left": {"type": "number"}, "top": {"type": "number"}}, "required": ["height", "width", "left", "top"]}, "points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["id", "type", "tags", "boundingBox", "points"]}}, "version": {"type": "string"}}, "required": ["asset", "regions", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"asset" : {"format" : "jpg", "id" : "40ef5971c1f703ab5507377d4c8f1722", "name" : "images%20(18).jpg", "path" : "file:G:/WORK/Other/Kaleena%20SLIIT/yolo-animal-detection/Data/Source_Images/Training_Images/images%20(18).jpg", "size" : {"width" : 100, "height" : 100}, "state" : 2, "type" : 1}, "regions" : [{"id" : "Yh8t_IUzZ", "type" : "RECTANGLE", "tags" : ["elephant"], "boundingBox" : {"height" : 81.78368121442125, "width" : 72.01138519924099, "left" : 5.740037950664137, "top" : 10.62618595825427}, "points" : [{"x" : 5.740037950664137, "y" : 10.62618595825427}, {"x" : 77.75142314990512, "y" : 10.62618595825427}, {"x" : 77.75142314990512, "y" : 92.40986717267552}, {"x" : 5.740037950664137, "y" : 92.40986717267552}]}], "version" : "2.2.0"}
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "state": {"type": "integer"}, "type": {"type": "integer"}}, "required": ["format", "id", "name", "path", "size", "state", "type"]}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "boundingBox": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "left": {"type": "number"}, "top": {"type": "number"}}, "required": ["height", "width", "left", "top"]}, "points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["id", "type", "tags", "boundingBox", "points"]}}, "version": {"type": "string"}}, "required": ["asset", "regions", "version"], "$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": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Cadena SER Tudela", "src" : "http://emisoras.cadenaser.com:8085/tudela?t=1526288374"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$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" : 47300, "cartId" : "850816db-3fc1-4929-911c-bea9a270cde4", "preferredProducts" : [1391, 3948], "productReviews" : [{"productId" : 4757, "reviewText" : "talk about lust!!", "reviewDate" : "2019-12-27T15:13:40.6406683+02:00"}, {"productId" : 401, "reviewText" : "I tried to nab it but got biscuit all over it.", "reviewDate" : "2017-02-12T17:51:31.12828+02:00"}, {"productId" : 2109, "reviewText" : "one of my hobbies is cooking. and when i'm cooking this works great.", "reviewDate" : "2017-10-10T04:08:30.0900129+03:00"}, {"productId" : 1722, "reviewText" : "I saw one of these in Juan de Nova Island and I bought one.", "reviewDate" : "2018-08-10T20:49:28.3976784+03:00"}, {"productId" : 948, "reviewText" : "talk about lust!!", "reviewDate" : "2018-10-14T17:30:02.067813+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": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "required": ["name", "id", "isDefault", "gains"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "JBL Everest Elite 700", "id" : "4d0e37a7250aa8f5393030df9c3c9467c7a3df36", "isDefault" : false, "gains" : {"global" : -4.6, "bands" : [-1.3, -0.9, -0.3, -1.1, 0.9, -0.1, -2.1, 2.8, -3.2, 4.6]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "required": ["name", "id", "isDefault", "gains"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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-gp5h-cmjc-5gj4", "modified" : "2022-05-01T02:15:18Z", "published" : "2022-05-01T02:15:18Z", "aliases" : ["CVE-2005-3172"], "details" : "The WideCharToMultiByte function in Microsoft Windows 2000 before Update Rollup 1 for SP4 does not properly convert strings with Japanese composite characters in the last character, which could prevent the string from being null terminated and lead to data corruption or enable buffer overflow attacks.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2005-3172"}, {"type" : "WEB", "url" : "http://support.microsoft.com/kb/824867"}, {"type" : "WEB", "url" : "http://support.microsoft.com/kb/900345"}], "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "properties": {"level": {"type": "string"}, "submissions": {"type": "integer"}, "solved": {"type": "integer"}, "ratio": {"type": "string"}}, "required": ["level", "submissions", "solved", "ratio"]}}, "required": ["output", "input", "level", "name", "has_images", "description", "id", "category", "statistics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"output" : "For each test case, print a single line containing a number indicating how many videos of you playing Contra-Strike were published by the page.", "input" : "The input contains several test cases. The first line of each test case contains two integers N and I (1 \u2264 N \u2264 104, 1000 \u2264 I \u2264 9999), the number of gameplays published by the page and your university ID, respectively.\r\n\r\nThe next N lines describe the published videos. Each gameplay is described by two integers i and j (1000 \u2264 i \u2264 9999, j=0 or 1), where i is the author\u2019s university ID and j=0 if the gameplay is a Contra-Strike one, or j=1 if it is a Liga of Legendas one.The input ends with end-of-file (EOF).", "level" : 2, "name" : "UFPR Gaming", "has_images" : false, "description" : "Like many Computer Science students, you like to play the most popular electronic games nowadays: Liga of Legendas (LOL) and Contra-Strike (CS). Although you also play LOL, what you really like to do is to use all your skills to defeat the terrorist forces in Contra-Strike! You are so good at combating terror that you are often compared with the president of the USA who announced the capture of a famous real-life terrorist.\r\n\r\nSince your skills are beyond compare, videos of your matches (your famous gameplays) appears often in UFPR Gaming, a webpage that publishes gameplays from the students of our university.\r\n\r\nThe page publishes many videos every day. Thus, it may be hard to find and count all your videos published already. However, since you are also a programmer, you decided to write a computer program to help you with this task. Given the list of gameplays published by the page, determine how many of them are videos of you playing Contra-Strike.", "id" : "2543", "category" : "Principiante", "statistics" : {"level" : "2 / 10", "submissions" : 2149, "solved" : 1150, "ratio" : "53.51%"}}
json_instruct
{"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "properties": {"level": {"type": "string"}, "submissions": {"type": "integer"}, "solved": {"type": "integer"}, "ratio": {"type": "string"}}, "required": ["level", "submissions", "solved", "ratio"]}}, "required": ["output", "input", "level", "name", "has_images", "description", "id", "category", "statistics"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "users": {"type": "object", "properties": {"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266": {"type": "object", "properties": {"creationTimestamp": {"type": "integer"}, "role": {"type": "string"}}, "required": ["creationTimestamp", "role"]}, "0x70997970C51812dc3A010C7d01b50e0d17dc79C8": {"type": "object", "properties": {"creationTimestamp": {"type": "integer"}, "role": {"type": "string"}, "socialLinks": {"type": "object", "properties": {"telegram": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["telegram", "twitter"]}, "stream": {"type": "object", "properties": {"streamAddress": {"type": "string"}, "lastIndexedBlock": {"type": "integer"}, "balance": {"type": "string"}}, "required": ["streamAddress", "lastIndexedBlock", "balance"]}}, "required": ["creationTimestamp", "role", "socialLinks", "stream"]}}, "required": ["0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"]}, "builds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "branch": {"type": "string"}, "readMore": {"type": "string"}, "image": {"type": "string"}, "builder": {"type": "string"}, "submittedTimestamp": {"type": "integer"}, "featured": {"type": "boolean"}}, "required": ["name", "desc", "branch", "readMore", "image", "builder", "submittedTimestamp", "featured"]}}, "events": {"type": "array", "items": {}}, "config": {"type": "object", "properties": {"streams": {"type": "object", "properties": {"lastIndexedBlock": {"type": "integer"}}, "required": ["lastIndexedBlock"]}}, "required": ["streams"]}}, "required": ["version", "users", "builds", "events", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.0.5", "users" : {"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266" : {"creationTimestamp" : 1633088553221, "role" : "admin"}, "0x70997970C51812dc3A010C7d01b50e0d17dc79C8" : {"creationTimestamp" : 1633088553223, "role" : "builder", "socialLinks" : {"telegram" : "test", "twitter" : "test"}, "stream" : {"streamAddress" : "0x86c6C2c9699bE74278E0d73065fF12249221Bd30", "lastIndexedBlock" : 0, "balance" : "0"}}}, "builds" : [{"name" : "\ud83c\udf9f Simple NFT Example", "desc" : "Mint and display NFTs on Ethereum with a full example app...", "branch" : "https://github.com/scaffold-eth/scaffold-eth/tree/simple-nft-example", "readMore" : "", "image" : "https://buidlguidl.com/assets/simplenft.png", "builder" : "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "submittedTimestamp" : 1633088553221, "featured" : true}, {"name" : "\ud83e\uddfe Minimum Viable Payment Channel", "desc" : "Make micro payments in ETH with signatures over a open session", "branch" : "https://github.com/scaffold-eth/scaffold-eth/tree/payment-channel", "readMore" : "", "image" : "https://buidlguidl.com/assets/paymentchannel.png", "builder" : "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "submittedTimestamp" : 1633088553222, "featured" : false}, {"name" : "\ud83d\udcc8 Bonding Curve", "desc" : "Learn about bonding curves and play around with the \ud83d\ude03 bonding curve token", "branch" : "https://github.com/scaffold-eth/scaffold-eth/tree/bonding-curve", "readMore" : "", "image" : "https://buidlguidl.com/assets/bondingcurve.png", "builder" : "0x70997970C51812dc3A010C7d01b50e0d17dc79C8", "submittedTimestamp" : 1633088553221, "featured" : false}], "events" : [], "config" : {"streams" : {"lastIndexedBlock" : 0}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "users": {"type": "object", "properties": {"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266": {"type": "object", "properties": {"creationTimestamp": {"type": "integer"}, "role": {"type": "string"}}, "required": ["creationTimestamp", "role"]}, "0x70997970C51812dc3A010C7d01b50e0d17dc79C8": {"type": "object", "properties": {"creationTimestamp": {"type": "integer"}, "role": {"type": "string"}, "socialLinks": {"type": "object", "properties": {"telegram": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["telegram", "twitter"]}, "stream": {"type": "object", "properties": {"streamAddress": {"type": "string"}, "lastIndexedBlock": {"type": "integer"}, "balance": {"type": "string"}}, "required": ["streamAddress", "lastIndexedBlock", "balance"]}}, "required": ["creationTimestamp", "role", "socialLinks", "stream"]}}, "required": ["0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"]}, "builds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "branch": {"type": "string"}, "readMore": {"type": "string"}, "image": {"type": "string"}, "builder": {"type": "string"}, "submittedTimestamp": {"type": "integer"}, "featured": {"type": "boolean"}}, "required": ["name", "desc", "branch", "readMore", "image", "builder", "submittedTimestamp", "featured"]}}, "events": {"type": "array", "items": {}}, "config": {"type": "object", "properties": {"streams": {"type": "object", "properties": {"lastIndexedBlock": {"type": "integer"}}, "required": ["lastIndexedBlock"]}}, "required": ["streams"]}}, "required": ["version", "users", "builds", "events", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}}, "required": ["city", "borders"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"city" : {"name" : "OLIVEIRA", "state" : "MG"}, "borders" : [[{"lat" : -20.609419996535564, "lng" : -44.752426999906106}, {"lat" : -20.649463996865904, "lng" : -44.684539999821084}, {"lat" : -20.70272899714547, "lng" : -44.66219299990695}, {"lat" : -20.64544099660469, "lng" : -44.58936600044052}, {"lat" : -20.728049996610025, "lng" : -44.56996599973104}, {"lat" : -20.745219997005222, "lng" : -44.50574699972424}, {"lat" : -20.786263996686046, "lng" : -44.4476539998322}, {"lat" : -20.83401099700984, "lng" : -44.51508699966524}, {"lat" : -20.804747996522792, "lng" : -44.56852399978271}, {"lat" : -20.81156499702695, "lng" : -44.61082699996604}, {"lat" : -20.85630499717786, "lng" : -44.64108599961912}, {"lat" : -20.848882996652947, "lng" : -44.70914000021082}, {"lat" : -20.89139299648957, "lng" : -44.73387899981594}, {"lat" : -20.897591997272798, "lng" : -44.805021999865346}, {"lat" : -20.80801599704057, "lng" : -44.8717800000469}, {"lat" : -20.794600997138275, "lng" : -44.905646999709234}, {"lat" : -20.735455997296413, "lng" : -44.93830899956066}, {"lat" : -20.63303299727494, "lng" : -44.941220999849236}, {"lat" : -20.649563996980817, "lng" : -44.892460999575405}, {"lat" : -20.63971299685727, "lng" : -44.822660000258736}, {"lat" : -20.609419996535564, "lng" : -44.752426999906106}]]}
json_instruct
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}}, "required": ["city", "borders"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "AR"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Benton", "state" : "AR"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-94.4738, 36.5019], [-94.0795, 36.4964], [-93.8659, 36.4964], [-93.8933, 36.3759], [-93.8166, 36.3047], [-93.8714, 36.3102], [-93.8878, 36.2335], [-94.0138, 36.239], [-94.0138, 36.2061], [-94.3314, 36.2171], [-94.3369, 36.1404], [-94.3917, 36.1404], [-94.3917, 36.102], [-94.5505, 36.102], [-94.5615, 36.1623], [-94.6162, 36.5019]]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$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"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "angular": {"type": "string"}, "velocity": {"type": "string"}}, "required": ["jquery", "angular", "velocity"]}}, "required": ["name", "version", "homepage", "authors", "description", "main", "keywords", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ng-morphing-modal", "version" : "0.1.1", "homepage" : "https://github.com/shauchenka/ng-morphing-modal", "authors" : ["Anton <anton@trackduck.com>"], "description" : "Angular directive for fullscreen modal window with wonderful animation in trending Material Design style. Responsive and mobile-ready.", "main" : "build/js/ngMorphingModal.js", "keywords" : ["angular", "material", "design", "animation", "modal"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"jquery" : "2.1.x", "angular" : "1.3.x", "velocity" : "1.1.X"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "angular": {"type": "string"}, "velocity": {"type": "string"}}, "required": ["jquery", "angular", "velocity"]}}, "required": ["name", "version", "homepage", "authors", "description", "main", "keywords", "license", "ignore", "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"}, "dist": {"type": "string"}}, "required": ["test", "dist"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "paper", "version" : "1.0.0", "description" : "javascript paper tool", "main" : "./src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "dist" : "webpack --config ../webpack/index.js"}, "keywords" : ["paper", "javascript"], "author" : "edoner", "license" : "ISC"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dist": {"type": "string"}}, "required": ["test", "dist"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "button": {"type": "object", "properties": {"icon": {"type": "string"}, "variant": {"type": "string"}, "text": {"type": "string"}, "to": {"type": "string"}}, "required": ["icon", "variant", "text", "to"]}, "statics": {"type": "array", "items": {"type": "object", "properties": {"bg": {"type": "string"}, "icon": {"type": "string"}, "value": {"type": "integer"}, "title": {"type": "string"}, "progress": {"type": "integer"}}, "required": ["bg", "icon", "value", "title", "progress"]}}}, "required": ["title", "description", "button", "statics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Welcome to Builder manager", "description" : "<div>Blah blah blah anythin html </div> \n <div class=\"font-weight-bold\">Please check the XHR requests of **Network** panel in chrome dev-tool for Server-side APIs.</div>\n ", "button" : {"icon" : "icon-home", "variant" : "primary", "text" : "Somebody text for a link", "to" : "/"}, "statics" : [{"bg" : "info", "icon" : "icon-speedometer", "value" : 9100, "title" : "Comments", "progress" : 78}, {"bg" : "success", "icon" : "icon-people", "value" : 18457, "title" : "Users", "progress" : 60}, {"bg" : "warning", "icon" : "icon-basket-loaded", "value" : 117237, "title" : "Sales", "progress" : 92}, {"bg" : "primary", "icon" : "icon-camrecorder", "value" : 512, "title" : "Videos", "progress" : 67}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "button": {"type": "object", "properties": {"icon": {"type": "string"}, "variant": {"type": "string"}, "text": {"type": "string"}, "to": {"type": "string"}}, "required": ["icon", "variant", "text", "to"]}, "statics": {"type": "array", "items": {"type": "object", "properties": {"bg": {"type": "string"}, "icon": {"type": "string"}, "value": {"type": "integer"}, "title": {"type": "string"}, "progress": {"type": "integer"}}, "required": ["bg", "icon", "value", "title", "progress"]}}}, "required": ["title", "description", "button", "statics"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"DBStats": {"type": "object", "properties": {"DatabaseUsage": {"type": "string"}, "DataSize": {"type": "string"}, "DBSize": {"type": "string"}, "EstimatedSize": {"type": "string"}, "IndexSize": {"type": "string"}, "LearnMore": {"type": "string"}, "MainDescription": {"type": "string"}, "MetricDataByYear": {"type": "string"}, "MetricTables": {"type": "string"}, "OtherTables": {"type": "string"}, "PluginDescription": {"type": "string"}, "ReportDataByYear": {"type": "string"}, "ReportTables": {"type": "string"}, "RowCount": {"type": "string"}, "Table": {"type": "string"}, "TotalSize": {"type": "string"}, "TrackerTables": {"type": "string"}}, "required": ["DatabaseUsage", "DataSize", "DBSize", "EstimatedSize", "IndexSize", "LearnMore", "MainDescription", "MetricDataByYear", "MetricTables", "OtherTables", "PluginDescription", "ReportDataByYear", "ReportTables", "RowCount", "Table", "TotalSize", "TrackerTables"]}}, "required": ["DBStats"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DBStats" : {"DatabaseUsage" : "Veritaban\u0131 kullan\u0131m\u0131", "DataSize" : "Veri boyutu", "DBSize" : "Veritaban\u0131 boyutu", "EstimatedSize" : "\u00d6ng\u00f6r\u00fclen boyut", "IndexSize" : "Dizin boyutu", "LearnMore" : "Verilerin Piwik taraf\u0131ndan nas\u0131l i\u015flendi\u011fini ile orta ve y\u00fcksek trafi\u011fe sahip sitelerde nas\u0131l iyi \u00e7al\u0131\u015faca\u011f\u0131n\u0131 \u00f6\u011frenmek i\u00e7in \u015fu belgeye bak\u0131n: %s.", "MainDescription" : "Piwik t\u00fcm web istatistiklerinizi MySQL veritaban\u0131nda saklar. \u015eu anda Piwik tablolar\u0131 %s alan kullan\u0131yor.", "MetricDataByYear" : "Y\u0131la G\u00f6re \u00d6l\u00e7\u00fcn Tablolar\u0131", "MetricTables" : "\u00d6l\u00e7\u00fcm Tablolar\u0131", "OtherTables" : "Di\u011fer Tablolar", "PluginDescription" : "Ayr\u0131nt\u0131l\u0131 MySQL veritaban\u0131 kullan\u0131m raporu olu\u015fturur. S\u00fcper Kullan\u0131c\u0131lar Tan\u0131lama b\u00f6l\u00fcm\u00fcn\u00fcn alt\u0131ndan ula\u015fabilir.", "ReportDataByYear" : "Y\u0131la G\u00f6re Rapor Tablolar\u0131", "ReportTables" : "Rapor Tablolar\u0131", "RowCount" : "Sat\u0131r say\u0131s\u0131", "Table" : "Tablo", "TotalSize" : "Toplam boyut", "TrackerTables" : "\u0130zleyici Tablolar\u0131"}}
json_instruct
{"type": "object", "properties": {"DBStats": {"type": "object", "properties": {"DatabaseUsage": {"type": "string"}, "DataSize": {"type": "string"}, "DBSize": {"type": "string"}, "EstimatedSize": {"type": "string"}, "IndexSize": {"type": "string"}, "LearnMore": {"type": "string"}, "MainDescription": {"type": "string"}, "MetricDataByYear": {"type": "string"}, "MetricTables": {"type": "string"}, "OtherTables": {"type": "string"}, "PluginDescription": {"type": "string"}, "ReportDataByYear": {"type": "string"}, "ReportTables": {"type": "string"}, "RowCount": {"type": "string"}, "Table": {"type": "string"}, "TotalSize": {"type": "string"}, "TrackerTables": {"type": "string"}}, "required": ["DatabaseUsage", "DataSize", "DBSize", "EstimatedSize", "IndexSize", "LearnMore", "MainDescription", "MetricDataByYear", "MetricTables", "OtherTables", "PluginDescription", "ReportDataByYear", "ReportTables", "RowCount", "Table", "TotalSize", "TrackerTables"]}}, "required": ["DBStats"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"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" : 21282, "cartId" : "a1ca9a6a-2271-495b-a5ea-89d6dc4b66d6", "preferredProducts" : [4061, 3079, 1939, 4500, 2382, 3579, 307, 1859], "productReviews" : [{"productId" : 2911, "reviewText" : "i use it never when i'm in my nightclub.", "reviewDate" : "2019-12-15T18:52:35.5829683+02:00"}, {"productId" : 594, "reviewText" : "My neighbor Aldona has one of these. She works as a butler and she says it looks humongous.", "reviewDate" : "2017-10-23T06:12:35.8211193+03:00"}, {"productId" : 2778, "reviewText" : "This Home Loan Account works certainly well. It energetically improves my golf by a lot.", "reviewDate" : "2019-10-17T19:50:27.3099184+03:00"}, {"productId" : 1028, "reviewText" : "This Ohio works quite well. It professionally improves my soccer by a lot.", "reviewDate" : "2020-04-10T07:14:56.1788737+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": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Damon": {"type": "string"}}, "required": ["Damon"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "number"}}, "required": ["git", "tag"]}, "requires_arc": {"type": "boolean"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}}, "required": ["name", "version", "license", "summary", "homepage", "authors", "source", "requires_arc", "platforms", "source_files", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "XYTextView", "version" : "0.1", "license" : "MIT", "summary" : "an subclass of UITextView,allows to set Place Holder like Text Field,and also can be dynamic frame", "homepage" : "https://github.com/damoncoo/XYTextView", "authors" : {"Damon" : "damoncoo@gmail.com"}, "source" : {"git" : "https://github.com/damoncoo/XYTextView.git", "tag" : 0.1}, "requires_arc" : true, "platforms" : {"ios" : "9.0"}, "source_files" : "XYTextView.{h,m}", "resources" : "LICENSE"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Damon": {"type": "string"}}, "required": ["Damon"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "number"}}, "required": ["git", "tag"]}, "requires_arc": {"type": "boolean"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}}, "required": ["name", "version", "license", "summary", "homepage", "authors", "source", "requires_arc", "platforms", "source_files", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 13707, "source" : "hcc", "verse_id" : 17880, "verse_count" : 1, "reference" : "10:29", "title" : "", "html" : " <p> <i>Lodging. </i> Here, say the Assyrians, we will encamp. </p> ", "audit" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "dotnet", "hour" : "01", "avg" : 12.1}, {"subreddit" : "dotnet", "hour" : "02", "avg" : 11.166666666666666}, {"subreddit" : "dotnet", "hour" : "03", "avg" : 7.5}, {"subreddit" : "dotnet", "hour" : "04", "avg" : 16.75}, {"subreddit" : "dotnet", "hour" : "05", "avg" : 10.666666666666666}, {"subreddit" : "dotnet", "hour" : "06", "avg" : 23.285714285714285}, {"subreddit" : "dotnet", "hour" : "07", "avg" : 6.25}, {"subreddit" : "dotnet", "hour" : "08", "avg" : 13.538461538461538}, {"subreddit" : "dotnet", "hour" : "09", "avg" : 14.090909090909092}, {"subreddit" : "dotnet", "hour" : "10", "avg" : 10.2}, {"subreddit" : "dotnet", "hour" : "11", "avg" : 16.928571428571427}, {"subreddit" : "dotnet", "hour" : "12", "avg" : 4.0}, {"subreddit" : "dotnet", "hour" : "13", "avg" : 10.416666666666666}, {"subreddit" : "dotnet", "hour" : "14", "avg" : 8.23076923076923}, {"subreddit" : "dotnet", "hour" : "15", "avg" : 14.869565217391305}, {"subreddit" : "dotnet", "hour" : "16", "avg" : 11.416666666666666}, {"subreddit" : "dotnet", "hour" : "17", "avg" : 16.714285714285715}, {"subreddit" : "dotnet", "hour" : "18", "avg" : 7.2272727272727275}, {"subreddit" : "dotnet", "hour" : "19", "avg" : 8.884615384615385}, {"subreddit" : "dotnet", "hour" : "20", "avg" : 17.272727272727273}, {"subreddit" : "dotnet", "hour" : "21", "avg" : 14.35}, {"subreddit" : "dotnet", "hour" : "22", "avg" : 30.642857142857142}, {"subreddit" : "dotnet", "hour" : "23", "avg" : 11.818181818181818}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "trumpetplayer2", "scores" : [{"xp" : 7126, "rank" : 348, "cardId" : 226}, {"xp" : 7376, "rank" : 433, "cardId" : 191}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accession_number" : "81.597", "actors" : [], "creation_date" : "1st half of 20C.", "credit_line" : "Gift of Mrs. Trude Weininger", "cultures" : [], "dimensions" : "44 x 44 in.", "dynasty" : null, "images" : [], "irn" : 33236, "materials" : "wool | metallic threads", "on_view" : false, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "fabric for clothing"}
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"%d unread message": {"type": "object", "properties": {"one": {"type": "string"}, "other": {"type": "string"}}, "required": ["one", "other"]}, "Unread messages in %%s, %%s and one other": {"type": "object", "properties": {"one": {"type": "string"}, "other": {"type": "string"}}, "required": ["one", "other"]}, "Unread messages in %s": {"type": "string"}, "Unread messages in %s and %s": {"type": "string"}, "Unread messages from %s": {"type": "string"}, "Unread messages from %s and %s": {"type": "string"}, "Unread messages from %%s, %%s and one other": {"type": "object", "properties": {"one": {"type": "string"}, "other": {"type": "string"}}, "required": ["one", "other"]}}, "required": ["%d unread message", "Unread messages in %%s, %%s and one other", "Unread messages in %s", "Unread messages in %s and %s", "Unread messages from %s", "Unread messages from %s and %s", "Unread messages from %%s, %%s and one other"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"%d unread message" : {"one" : "%d nepre\u010d\u00edtan\u00e1 spr\u00e1va", "other" : "%d nepre\u010d\u00edtan\u00e9 spr\u00e1vy"}, "Unread messages in %%s, %%s and one other" : {"one" : "Nepre\u010d\u00edtan\u00e9 spr\u00e1vy v %%s, %%s a jednej dal\u0161ej", "other" : "Nepre\u010d\u00edtan\u00e9 spr\u00e1vy v %%s, %%s a %d \u010fal\u0161\u00edch"}, "Unread messages in %s" : "Nepre\u010d\u00edtan\u00e9 spr\u00e1vy v %s", "Unread messages in %s and %s" : "Nepre\u010d\u00edtan\u00e9 spr\u00e1vy v %s a %s", "Unread messages from %s" : "Nepre\u010d\u00edtan\u00e9 spr\u00e1vy od %s", "Unread messages from %s and %s" : "Nepre\u010d\u00edtan\u00e9 spr\u00e1vy od %s a %s", "Unread messages from %%s, %%s and one other" : {"one" : "Nepre\u010d\u00edtan\u00e9 spr\u00e1vy od %%s, %%s a jedna \u010fal\u0161ia", "other" : "Nepre\u010d\u00edtan\u00e9 spr\u00e1vy od %%s, %%s a %d \u010fal\u0161\u00edch"}}
json_instruct
{"type": "object", "properties": {"%d unread message": {"type": "object", "properties": {"one": {"type": "string"}, "other": {"type": "string"}}, "required": ["one", "other"]}, "Unread messages in %%s, %%s and one other": {"type": "object", "properties": {"one": {"type": "string"}, "other": {"type": "string"}}, "required": ["one", "other"]}, "Unread messages in %s": {"type": "string"}, "Unread messages in %s and %s": {"type": "string"}, "Unread messages from %s": {"type": "string"}, "Unread messages from %s and %s": {"type": "string"}, "Unread messages from %%s, %%s and one other": {"type": "object", "properties": {"one": {"type": "string"}, "other": {"type": "string"}}, "required": ["one", "other"]}}, "required": ["%d unread message", "Unread messages in %%s, %%s and one other", "Unread messages in %s", "Unread messages in %s and %s", "Unread messages from %s", "Unread messages from %s and %s", "Unread messages from %%s, %%s and one other"], "$schema": "http://json-schema.org/draft-07/schema#"}