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": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "shriek", "long" : "<i>Meaning:</i> a \"shriek\".<br/><i>Usage:</i> cry(-ing).<br/><i>Source:</i> from \"H6817\";"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"embeddings": {"type": "array", "items": {"type": "object", "properties": {"tensorName": {"type": "string"}, "tensorShape": {"type": "array", "items": {"type": "integer"}}, "tensorPath": {"type": "string"}, "metadataPath": {"type": "string"}}, "required": ["tensorName", "tensorShape", "tensorPath", "metadataPath"]}}}, "required": ["embeddings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"embeddings" : [{"tensorName" : "Nepali Embedding Vectors - ULMFiT", "tensorShape" : [15000, 400], "tensorPath" : "https://media.githubusercontent.com/media/goru001/nlp-for-nepali/master/language-model/embeddings.tsv", "metadataPath" : "https://media.githubusercontent.com/media/goru001/nlp-for-nepali/master/language-model/embeddings_metadata.tsv"}]} | json_instruct | {"type": "object", "properties": {"embeddings": {"type": "array", "items": {"type": "object", "properties": {"tensorName": {"type": "string"}, "tensorShape": {"type": "array", "items": {"type": "integer"}}, "tensorPath": {"type": "string"}, "metadataPath": {"type": "string"}}, "required": ["tensorName", "tensorShape", "tensorPath", "metadataPath"]}}}, "required": ["embeddings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3322120025", "district_id" : "3322120", "name" : "TANJUNG"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"@type": {"type": "string"}, "assetClass": {"type": "string"}, "assetType": {"type": "string"}, "uuid": {"type": "string"}, "checksum": {"type": "string"}, "name": {"type": "string"}, "key": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "fingerprint": {"type": "string"}, "encoded": {"type": "string"}}, "required": ["name", "description", "fingerprint", "encoded"]}, "secrets": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "modifier": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}, "fingerprint": {"type": "string"}}, "required": ["uuid", "modifier", "name", "value", "fingerprint"]}}}, "required": ["@type", "assetClass", "assetType", "uuid", "checksum", "name", "key", "secrets"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@type" : "resource/secret", "assetClass" : "resource", "assetType" : "secret", "uuid" : "da04df61-409a-428b-94e0-f0798f072876", "checksum" : "2f2498d78b07cebc0b5f6ef5d2125a83213de5d812866f36e93d2a9dac8b9e15", "name" : "My-Secrets", "key" : {"name" : "LaylineSampleKey", "description" : "", "fingerprint" : "3ByHrwc9I4F3LN8AvbE16TGysGKrA+SjvvYSDwSwlB0=", "encoded" : "-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0KcCzwy5EM5ELck/GMjK\npaGmg9DStxD0IFqI8dAzBoVy7RyNPZDU6h3HHYaD9ngUQbQLfntmfrhLDWCRJN3m\nBFSVp6aBIsUQVjtyKbWfmcBkfm1pFr6hFlrwTgvVi4/qKIhhTmVrhPdamvEytpMD\nQkrNslktXxLaLNytQ5YEtBFOJxQmIbyXnCAJ806WChwsFdGORPY5scXv1Cei+q6H\nWDpQ5aATjmE9GtqBwOPhYf4zjkUbDAPEhYOzhejTQfSLNtFVn1eZmzGsr7j346ss\nF0L8kIRd7cQBIsn141RFW7Mx78YshpNEz2BUXZ65fCwuZgi8Dq/G0UYS8J4HGAFr\nwQIDAQAB\r\n-----END PUBLIC KEY-----\r\n"}, "secrets" : [{"uuid" : "5521b057-fce1-469c-af33-d94a3eb550d6", "modifier" : "add", "name" : "CloudKarafkaPassword", "value" : "539b1c082eaa767f01eb89a75e75a19c217e657cef58f39c8c29eb23e0d916f5590064b71c72bc213ed661ab29deb4b10d889c6849286968fb99424b9e1fa56e245c2ce655b3d51997cb7ad71151d081d7746e142d9795a65040ad5bdb01939c82adb67592f6bd9af7b95ff798b30784659367132c9a3a9dd5a012a896f8988291239ec995f9b0097e8921825e2f2f7a28846e2d209d9eabe20c3b74a53571f970cbf964fe55fbaf5d298b08e894a5b16bf29f3ae32bcec6853fbbf9297c6c8647a075d070bceaba6396cdc2dfadb0db57da821d8f43df48118f1fdde3d805a7e7de476cf30bdf98d5f982bd450d429b168b1c82a8939a017f0afbcb54ccb57b", "fingerprint" : "3ByHrwc9I4F3LN8AvbE16TGysGKrA+SjvvYSDwSwlB0="}]} | json_instruct | {"type": "object", "properties": {"@type": {"type": "string"}, "assetClass": {"type": "string"}, "assetType": {"type": "string"}, "uuid": {"type": "string"}, "checksum": {"type": "string"}, "name": {"type": "string"}, "key": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "fingerprint": {"type": "string"}, "encoded": {"type": "string"}}, "required": ["name", "description", "fingerprint", "encoded"]}, "secrets": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "modifier": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}, "fingerprint": {"type": "string"}}, "required": ["uuid", "modifier", "name", "value", "fingerprint"]}}}, "required": ["@type", "assetClass", "assetType", "uuid", "checksum", "name", "key", "secrets"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xffa139c0d0b470afac2ef128220e5fda2eff40e3", "tool" : "securify", "start" : 1563509025.6024246, "end" : 1563509028.5948622, "duration" : 2.9924376010894775, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "weekdays": {"type": "string"}, "navMonths": {"type": "string"}, "input": {"type": "array", "items": {"type": "string"}}, "dayPopover": {"type": "string"}, "data": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "weekdays", "navMonths", "input", "dayPopover", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "MMMM YYYY", "weekdays" : "W", "navMonths" : "MMM", "input" : ["L", "YYYY-MM-DD", "YYYY/MM/DD"], "dayPopover" : "WWW, MMM D, YYYY", "data" : ["L", "YYYY-MM-DD", "YYYY/MM/DD"]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "weekdays": {"type": "string"}, "navMonths": {"type": "string"}, "input": {"type": "array", "items": {"type": "string"}}, "dayPopover": {"type": "string"}, "data": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "weekdays", "navMonths", "input", "dayPopover", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01014818": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01014818"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01014818" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00074856", "LAD11CD" : "E06000024"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00074860", "LAD11CD" : "E06000024"}, "arcs" : [[3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00074863", "LAD11CD" : "E06000024"}, "arcs" : [[5, 6, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00074866", "LAD11CD" : "E06000024"}, "arcs" : [[8, 9, -6, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00074867", "LAD11CD" : "E06000024"}, "arcs" : [[-4, 11, -11, -8, 12, -2, 13]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00074869", "LAD11CD" : "E06000024"}, "arcs" : [[-3, -13, -7, -10, 14]]}]}}, "arcs" : [[[6200, 1622], [-336, -401], [166, -830], [-404, -391], [-676, 941], [-102, 804], [199, 114], [-137, 1172]], [[4910, 3031], [158, 446], [389, 272]], [[5457, 3749], [144, -845], [542, 178], [353, -482], [-296, -978]], [[4196, 7675], [133, -840], [-253, -269], [-40, -951], [180, 142], [350, -966], [-191, -1098]], [[4375, 3693], [-729, -164], [-2579, -567], [-633, -189], [-434, -94], [733, 1905], [50, 1236], [645, 1872], [670, 350], [728, -198], [384, -195], [58, -320], [928, 346]], [[5309, 8236], [387, 320], [115, -599], [-251, -836], [850, -1682], [-283, -649]], [[6127, 4790], [-464, -766]], [[5663, 4024], [-200, 659], [-314, -468], [-461, 1897], [430, 220], [98, 437], [-292, 846], [208, -30], [177, 651]], [[5188, 8423], [404, 371], [221, 14], [-44, -191], [3605, 1382], [25, -1575], [-274, -183], [9, -520], [158, -356], [707, 41], [-122, -876], [-470, -907], [-444, 74], [-534, -565], [-261, -71], [-496, -1565]], [[7672, 3496], [-1545, 1294]], [[5309, 8236], [-121, 187]], [[4196, 7675], [141, 456], [851, 292]], [[5663, 4024], [-214, 129], [8, -404]], [[4910, 3031], [-53, 669], [-347, 5], [-135, -12]], [[7672, 3496], [163, -418], [-147, -283], [-62, 258], [-177, -122], [146, -229], [-196, -440], [-273, -14], [-332, -138], [-276, -598], [-318, 110]]], "transform" : {"scale" : [2.6731496569968794e-06, 9.510132774793085e-07], "translate" : [-2.969340546656992, 51.35633822743235]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01014818": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01014818"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "integer"}, "type": {"type": "integer"}, "parent": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["mod", "play", "type", "parent", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "c1c68396-398f-4e91-b1d7-cd4adab26d9b", "playerTags" : ["718dea1a-d9a8-4c2b-933a-f0667b5250e6"], "teamTags" : ["3f8bbb15-61c0-4e3f-8e4a-907a5fb1565e"], "gameTags" : ["93bc6db0-8e57-4c2b-aa53-99425051d13c"], "metadata" : {"mod" : "WIRED", "play" : 198, "type" : 3, "parent" : "e6898d0e-cf8b-41ef-8c41-ec6cead8ef6a", "subPlay" : 0}, "created" : "2021-04-13T08:16:49.640Z", "season" : 15, "tournament" : -1, "type" : 106, "day" : 16, "phase" : 2, "category" : 1, "description" : "Margarito Nava is Wired!", "nuts" : 0} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "integer"}, "type": {"type": "integer"}, "parent": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["mod", "play", "type", "parent", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : 50335, "cartId" : "09465ca5-9aa1-42fd-9d97-d4824c2d45d3", "preferredProducts" : [2455, 3761, 522], "productReviews" : [{"productId" : 2181, "reviewText" : "this hack is ghetto.", "reviewDate" : "2018-09-07T06:26:11.4868893+03:00"}, {"productId" : 2948, "reviewText" : "It only works when I'm New Caledonia.", "reviewDate" : "2018-07-05T19:31:20.7777276+03:00"}, {"productId" : 4934, "reviewText" : "My neighbor Georgine has one of these. She works as a fireman and she says it looks colorful.", "reviewDate" : "2017-05-29T05:48:05.9156348+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"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" : 85917729, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a04d16eea20d703533ff93aa18a1216b", "wof:id" : 85917729, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [135.56576558992816, 34.80605823135006, 135.58741039429214, 34.82056781297531], "geometry" : {"coordinates" : [[[135.58741039429214, 34.81249452602648], [135.58640727485857, 34.80882909919998], [135.58508451133036, 34.80774353522705], [135.5833556433239, 34.80681943602499], [135.5814797122203, 34.8062503785459], [135.57952880900018, 34.80605823135006], [135.57757790578012, 34.8062503785459], [135.57678222675008, 34.80649174514114], [135.5759865477204, 34.8062503785459], [135.57439071778828, 34.80609320301669], [135.57133877079139, 34.80702245187339], [135.57131967457263, 34.80703795727507], [135.56576558992816, 34.82056781297531], [135.57678222675008, 34.82056781297531], [135.58227539100022, 34.82056781297531], [135.58470348405643, 34.81908897142476], [135.58741039429214, 34.81249452602648]]], "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-77.423687, 37.208169], [-77.417807, 37.209473], [-77.415762, 37.213192], [-77.418742, 37.219745], [-77.413691, 37.221638], [-77.413994, 37.222613], [-77.410951, 37.222119], [-77.405943, 37.223168], [-77.410089, 37.213113], [-77.416113, 37.207003], [-77.421386, 37.203971], [-77.423687, 37.208169]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 76649}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "winseed:test-debug": {"type": "string"}, "winseed:test": {"type": "string"}, "seed:test": {"type": "string"}}, "required": ["test", "start", "winseed:test-debug", "winseed:test", "seed:test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "jsonschema": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "moment": {"type": "string"}, "pg": {"type": "string"}, "pg-hstore": {"type": "string"}, "sequelize": {"type": "string"}}, "required": ["bcrypt", "cors", "express", "jsonschema", "jsonwebtoken", "moment", "pg", "pg-hstore", "sequelize"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["jest", "supertest"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tennis-central-backend", "version" : "1.0.0", "description" : "Backend server for Tennis-Central app", "main" : "app.js", "scripts" : {"test" : "jest -i", "start" : "node server.js", "winseed:test-debug" : "SET NODE_ENV=test&&node --inspect-brk server.js", "winseed:test" : "SET NODE_ENV=test&&node server.js", "seed:test" : "SET NODE_ENV=test server.js"}, "keywords" : ["nodejs", "REST", "API", "Express.js"], "author" : "Jet Martin", "license" : "ISC", "dependencies" : {"bcrypt" : "^5.0.1", "cors" : "^2.8.5", "express" : "^4.17.1", "jsonschema" : "^1.4.0", "jsonwebtoken" : "^8.5.1", "moment" : "^2.29.1", "pg" : "^8.6.0", "pg-hstore" : "^2.3.4", "sequelize" : "^6.6.5"}, "devDependencies" : {"jest" : "^27.2.0", "supertest" : "^6.1.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "winseed:test-debug": {"type": "string"}, "winseed:test": {"type": "string"}, "seed:test": {"type": "string"}}, "required": ["test", "start", "winseed:test-debug", "winseed:test", "seed:test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "jsonschema": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "moment": {"type": "string"}, "pg": {"type": "string"}, "pg-hstore": {"type": "string"}, "sequelize": {"type": "string"}}, "required": ["bcrypt", "cors", "express", "jsonschema", "jsonwebtoken", "moment", "pg", "pg-hstore", "sequelize"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["jest", "supertest"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"model": {"type": "string"}, "total_examples": {"type": "integer"}, "threshold": {"type": "number"}, "examples_above_threshold": {"type": "integer"}, "correct": {"type": "integer"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "fn": {"type": "integer"}}, "required": ["model", "total_examples", "threshold", "examples_above_threshold", "correct", "tp", "fp", "fn"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"model" : "NNBiClassifier", "total_examples" : 73, "threshold" : 0.0, "examples_above_threshold" : 73, "correct" : 35, "tp" : 35, "fp" : 38, "fn" : 0} | json_instruct | {"type": "object", "properties": {"model": {"type": "string"}, "total_examples": {"type": "integer"}, "threshold": {"type": "number"}, "examples_above_threshold": {"type": "integer"}, "correct": {"type": "integer"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "fn": {"type": "integer"}}, "required": ["model", "total_examples", "threshold", "examples_above_threshold", "correct", "tp", "fp", "fn"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"filepath": {"type": "string"}, "k": {"type": "integer"}, "seed": {"type": "integer"}}, "required": ["filepath", "k", "seed"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"filepath" : "PATH-TO-lr_data.txt", "k" : 3, "seed" : 9527} | json_instruct | {"type": "object", "properties": {"filepath": {"type": "string"}, "k": {"type": "integer"}, "seed": {"type": "integer"}}, "required": ["filepath", "k", "seed"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 58749, "cartId" : "ed41e835-4534-4ed0-8dc7-c1e59e201496", "preferredProducts" : [3730, 2827], "productReviews" : [{"productId" : 4, "reviewText" : "one of my hobbies is antique-shopping. and when i'm antique-shopping this works great.", "reviewDate" : "2017-03-05T08:11:28.5794657+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6502090009", "district_id" : "6502090", "name" : "KELINCAWAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"item.mendelcraft.dnasyringe": {"type": "string"}, "item.mendelcraft.dnachickenspawnegg": {"type": "string"}, "block.mendelcraft.laboratory": {"type": "string"}, "itemGroup.mendelcraft": {"type": "string"}, "entity.mendelcraft.dnachicken": {"type": "string"}, "button.mendelcraft.makeegg": {"type": "string"}, "screen.mendelcraft.laboratory": {"type": "string"}, "mendelcraft.chromosome.Chrom1": {"type": "string"}, "mendelcraft.chromosome.Chrom2": {"type": "string"}, "mendelcraft.chromosome.Chrom3": {"type": "string"}, "mendelcraft.chromosome.Chrom4": {"type": "string"}, "mendelcraft.chromosome.Chrom5": {"type": "string"}, "mendelcraft.chromosome.Chrom6": {"type": "string"}, "mendelcraft.gene": {"type": "string"}}, "required": ["item.mendelcraft.dnasyringe", "item.mendelcraft.dnachickenspawnegg", "block.mendelcraft.laboratory", "itemGroup.mendelcraft", "entity.mendelcraft.dnachicken", "button.mendelcraft.makeegg", "screen.mendelcraft.laboratory", "mendelcraft.chromosome.Chrom1", "mendelcraft.chromosome.Chrom2", "mendelcraft.chromosome.Chrom3", "mendelcraft.chromosome.Chrom4", "mendelcraft.chromosome.Chrom5", "mendelcraft.chromosome.Chrom6", "mendelcraft.gene"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"item.mendelcraft.dnasyringe" : "Syringe", "item.mendelcraft.dnachickenspawnegg" : "DNA Chicken Spawn Egg", "block.mendelcraft.laboratory" : "Laboratory", "itemGroup.mendelcraft" : "MendelCraft", "entity.mendelcraft.dnachicken" : "Mendelian Chicken", "button.mendelcraft.makeegg" : "Make Spawn Egg", "screen.mendelcraft.laboratory" : "Laboratory", "mendelcraft.chromosome.Chrom1" : "Chromosome 1", "mendelcraft.chromosome.Chrom2" : "Chromosome 2", "mendelcraft.chromosome.Chrom3" : "Chromosome 3", "mendelcraft.chromosome.Chrom4" : "Chromosome 4", "mendelcraft.chromosome.Chrom5" : "Chromosome 5", "mendelcraft.chromosome.Chrom6" : "Chromosome 6", "mendelcraft.gene" : "Gene %1$s"} | json_instruct | {"type": "object", "properties": {"item.mendelcraft.dnasyringe": {"type": "string"}, "item.mendelcraft.dnachickenspawnegg": {"type": "string"}, "block.mendelcraft.laboratory": {"type": "string"}, "itemGroup.mendelcraft": {"type": "string"}, "entity.mendelcraft.dnachicken": {"type": "string"}, "button.mendelcraft.makeegg": {"type": "string"}, "screen.mendelcraft.laboratory": {"type": "string"}, "mendelcraft.chromosome.Chrom1": {"type": "string"}, "mendelcraft.chromosome.Chrom2": {"type": "string"}, "mendelcraft.chromosome.Chrom3": {"type": "string"}, "mendelcraft.chromosome.Chrom4": {"type": "string"}, "mendelcraft.chromosome.Chrom5": {"type": "string"}, "mendelcraft.chromosome.Chrom6": {"type": "string"}, "mendelcraft.gene": {"type": "string"}}, "required": ["item.mendelcraft.dnasyringe", "item.mendelcraft.dnachickenspawnegg", "block.mendelcraft.laboratory", "itemGroup.mendelcraft", "entity.mendelcraft.dnachicken", "button.mendelcraft.makeegg", "screen.mendelcraft.laboratory", "mendelcraft.chromosome.Chrom1", "mendelcraft.chromosome.Chrom2", "mendelcraft.chromosome.Chrom3", "mendelcraft.chromosome.Chrom4", "mendelcraft.chromosome.Chrom5", "mendelcraft.chromosome.Chrom6", "mendelcraft.gene"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}, "src": {"type": "string"}}, "required": ["example", "src"]}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"socket.io": {"type": "string"}}, "required": ["socket.io"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "simple-peer-server", "version" : "0.0.8", "description" : "A signaling server for simple-peer. Must be paired with simple-peer-wrapper on the client side.", "main" : "src/simple-peer-server.js", "directories" : {"example" : "example", "src" : "src"}, "scripts" : {}, "repository" : {"type" : "git", "url" : "git+https://github.com/lisajamhoury/simple-peer-server.git"}, "keywords" : ["data", "data channel", "data channel stream", "data channels", "p2p", "peer", "peer connection", "peer-to-peer", "simple-peer", "signaling server", "socket server", "stream", "video", "voice", "webrtc", "webrtc stream"], "author" : "lisajamhoury", "license" : "MIT", "bugs" : {"url" : "https://github.com/lisajamhoury/simple-peer-server/issues"}, "homepage" : "https://github.com/lisajamhoury/simple-peer-server#readme", "dependencies" : {"socket.io" : "^4.1.3"}, "devDependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}, "src": {"type": "string"}}, "required": ["example", "src"]}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"socket.io": {"type": "string"}}, "required": ["socket.io"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$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"}, "line-1": {"type": "string"}, "line-2": {"type": "string"}, "attribution": {"type": "string"}, "url": {"type": "string"}}, "required": ["id", "line-1", "line-2", "attribution", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1363, "line-1" : "Maryland", "line-2" : "United States", "attribution" : "\u00a92014 DigitalGlobe, U.S. Geological Survey", "url" : "https://www.google.com/maps/@38.334251,-75.085716,20z/data=!3m1!1e3"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "line-1": {"type": "string"}, "line-2": {"type": "string"}, "attribution": {"type": "string"}, "url": {"type": "string"}}, "required": ["id", "line-1", "line-2", "attribution", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_ylyew", "name" : "gonnaputmydickinit"}, "date" : {"day" : 1530748800, "full" : 1530827604, "month" : 1530403200, "week" : 1530403200}, "id" : "t3_8wei2q", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 91660, "fullUrl" : "https://preview.redd.it/sb5id11la7811.jpg?auto=webp&s=d6d5ea87e00e7c67594d8905b1dd3511efb73ff3", "hash" : "4e0f19b444", "height" : 728, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAA4DASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAf/xAAhEAADAAAGAgMAAAAAAAAAAAABAgMAERITIUEEBTFhsf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwC+VsJVs16UkkzoGekK/epe8+sJV0L7aUV3ABIB5A+x1gPtY70aim4s1XWpkCWJHX6MI8bx5ogKrQZj5ZyWIPPOA//Z", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/CG0cwwVuVNsqzTZeo91p0tsM7Qwu8QTH74N64oNiUSQ.jpg", "url" : "https://preview.redd.it/sb5id11la7811.jpg?width=640&crop=smart&auto=webp&s=90301605b755a1d4a3e84722eed9dcf3e3eff4b8", "width" : 640}, "score" : {"comments" : 13, "downs" : 0, "isCurated" : false, "ratio" : 0.98, "ups" : 47, "value" : 47}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : [], "title" : "New to D&D; Yesterday, I mapped my homebrew world.", "url" : "https://www.reddit.com/r/dndmaps/comments/8wei2q/region_map_new_to_dd_yesterday_i_mapped_my/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-105.07334, 39.841484], [-105.053236, 39.841807], [-105.053262, 39.827273], [-105.059608, 39.826704], [-105.072045, 39.827309], [-105.072128, 39.835666], [-105.071038, 39.837518], [-105.07334, 39.841484]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 12492}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"62": {"type": "string"}, "63": {"type": "string"}, "67": {"type": "string"}}, "required": ["62", "63", "67"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "68613397", "lines" : {"62" : "XSSFReader r = new XSSFReader(pkg);\n", "63" : "SharedStringsTable sst = r.getSharedStringsTable();\n", "67" : "Iterator<InputStream> sheets = r.getSheetsData();\n"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"62": {"type": "string"}, "63": {"type": "string"}, "67": {"type": "string"}}, "required": ["62", "63", "67"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "stop": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "stop", "postinstall"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "graphql-yoga": {"type": "string"}, "prisma": {"type": "string"}, "prisma-client-lib": {"type": "string"}, "ws": {"type": "string"}}, "required": ["dotenv", "graphql-yoga", "prisma", "prisma-client-lib", "ws"]}, "devDependencies": {"type": "object", "properties": {"link-module-alias": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["link-module-alias", "nodemon"]}, "_moduleAliases": {"type": "object", "properties": {"~prisma": {"type": "string"}}, "required": ["~prisma"]}}, "required": ["name", "version", "scripts", "repository", "main", "author", "license", "bugs", "dependencies", "devDependencies", "_moduleAliases"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "edd-attendance-server", "version" : "0.0.1", "scripts" : {"start" : "docker-compose up -d && prisma deploy && nodemon app", "stop" : "docker-compose down", "postinstall" : "link-module-alias"}, "repository" : {"type" : "git", "url" : "git+https://github.com/controversial/edd-attendance.git"}, "main" : "app/index.js", "author" : "Luke Deen Taylor", "license" : "MIT", "bugs" : {"url" : "https://github.com/controversial/edd-attendance/issues"}, "dependencies" : {"dotenv" : "^8.0.0", "graphql-yoga" : "^1.17.4", "prisma" : "^1.34.0", "prisma-client-lib" : "^1.30.4", "ws" : "^7.0.0"}, "devDependencies" : {"link-module-alias" : "^1.2.0", "nodemon" : "^1.19.1"}, "_moduleAliases" : {"~prisma" : "./generated/prisma-client"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "stop": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "stop", "postinstall"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "graphql-yoga": {"type": "string"}, "prisma": {"type": "string"}, "prisma-client-lib": {"type": "string"}, "ws": {"type": "string"}}, "required": ["dotenv", "graphql-yoga", "prisma", "prisma-client-lib", "ws"]}, "devDependencies": {"type": "object", "properties": {"link-module-alias": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["link-module-alias", "nodemon"]}, "_moduleAliases": {"type": "object", "properties": {"~prisma": {"type": "string"}}, "required": ["~prisma"]}}, "required": ["name", "version", "scripts", "repository", "main", "author", "license", "bugs", "dependencies", "devDependencies", "_moduleAliases"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}}, "required": ["name", "filename", "version", "description", "repository", "keywords", "author", "license", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "color-js", "filename" : "color.min.js", "version" : "1.0.1", "description" : "A color management API for JavaScript", "repository" : {"type" : "git", "url" : "git+https://github.com/brehaut/color-js.git"}, "keywords" : ["color", "immutable"], "author" : "Andrew Brehaut <andrew@brehaut.net> (https://brehaut.net/)", "license" : "BSD-2-Clause", "autoupdate" : {"source" : "git", "target" : "git://github.com/brehaut/color-js.git", "fileMap" : [{"basePath" : "", "files" : ["color*.+(js|map)"]}]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}}, "required": ["name", "filename", "version", "description", "repository", "keywords", "author", "license", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Toro.Finance", "symbol" : "TORO", "address" : "0xF122029A880D05AC4B9caA43f3480f41C171e506", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$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"}, "title": {"type": "string"}, "notes": {"type": "string"}, "internals": {"type": "string"}, "iterables": {"type": "object", "properties": {"sub_list": {"type": "object", "properties": {"help": {"type": "string"}, "name": {"type": "string"}, "params": {"type": "object", "properties": {"paramprm_tablero_visible": {"type": "string"}, "dataAccessId": {"type": "string"}, "sortBy": {"type": "string"}}, "required": ["paramprm_tablero_visible", "dataAccessId", "sortBy"]}, "apply_to": {"type": "string"}}, "required": ["help", "name", "params", "apply_to"]}}, "required": ["sub_list"]}, "tags": {"type": "array", "items": {"type": "string"}}, "params": {"type": "object", "properties": {"paramprm_ej_cargos": {"type": "integer"}, "path": {"type": "string"}, "dataAccessId": {"type": "string"}, "outputIndexId": {"type": "integer"}, "pageSize": {"type": "integer"}, "pageStart": {"type": "integer"}, "sortBy": {"type": "string"}}, "required": ["paramprm_ej_cargos", "path", "dataAccessId", "outputIndexId", "pageSize", "pageStart", "sortBy"]}}, "required": ["name", "title", "notes", "internals", "iterables", "tags", "params"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "distribucion-de-cargos-por-dependencia", "title" : "Distribuci\u00f3n de cargos activos por dependencia", "notes" : "", "internals" : "Describir mejor", "iterables" : {"sub_list" : {"help" : "Lista de a\u00f1os con datos", "name" : "anios", "params" : {"paramprm_tablero_visible" : "17", "dataAccessId" : "param_anios_cargos", "sortBy" : ""}, "apply_to" : "paramprm_ej_cargos"}}, "tags" : ["Cargos", "Personal", "Dependencias"], "params" : {"paramprm_ej_cargos" : 2020, "path" : "/home/SIU-Wichi/Portal Transparencia/cda/4_rrhh.cda", "dataAccessId" : "tablero_17", "outputIndexId" : 1, "pageSize" : 0, "pageStart" : 0, "sortBy" : "2D"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "notes": {"type": "string"}, "internals": {"type": "string"}, "iterables": {"type": "object", "properties": {"sub_list": {"type": "object", "properties": {"help": {"type": "string"}, "name": {"type": "string"}, "params": {"type": "object", "properties": {"paramprm_tablero_visible": {"type": "string"}, "dataAccessId": {"type": "string"}, "sortBy": {"type": "string"}}, "required": ["paramprm_tablero_visible", "dataAccessId", "sortBy"]}, "apply_to": {"type": "string"}}, "required": ["help", "name", "params", "apply_to"]}}, "required": ["sub_list"]}, "tags": {"type": "array", "items": {"type": "string"}}, "params": {"type": "object", "properties": {"paramprm_ej_cargos": {"type": "integer"}, "path": {"type": "string"}, "dataAccessId": {"type": "string"}, "outputIndexId": {"type": "integer"}, "pageSize": {"type": "integer"}, "pageStart": {"type": "integer"}, "sortBy": {"type": "string"}}, "required": ["paramprm_ej_cargos", "path", "dataAccessId", "outputIndexId", "pageSize", "pageStart", "sortBy"]}}, "required": ["name", "title", "notes", "internals", "iterables", "tags", "params"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "barres", "capo"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"key" : "F#", "suffix" : "7sus2#5/D#", "positions" : [{"frets" : "x64754", "fingers" : "031421", "barres" : "4", "capo" : "true"}, {"frets" : "bbcbxc", "fingers" : "112103", "barres" : "11", "capo" : "true"}, {"frets" : "b9c99c", "fingers" : "213114", "barres" : "9", "capo" : "true"}, {"frets" : "b9c99a", "fingers" : "314112", "barres" : "9", "capo" : "true"}, {"frets" : "xigjhg", "fingers" : "031421", "barres" : "16", "capo" : "true"}]} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "barres", "capo"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[293.15540426072596, 275.9825293295496], [356.6851149887765, 269.62955825674453], [1282.1012345940453, 269.62955825674453], [1354.1015734191692, 314.10035576637983], [1377.395800686121, 354.3358392274786], [1383.748771758926, 383.98303756723544]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["my-json-express"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"css/libs.css": {"type": "string"}, "css/sky-bundle.css": {"type": "string"}, "css/sky.css": {"type": "string"}, "js/libs.js": {"type": "string"}, "js/libs.min.js": {"type": "string"}, "js/locales/sky-locale-en-AU.js": {"type": "string"}, "js/locales/sky-locale-en-CA.js": {"type": "string"}, "js/locales/sky-locale-en-GB.js": {"type": "string"}, "js/locales/sky-locale-en-US.js": {"type": "string"}, "js/sky-bundle.js": {"type": "string"}, "js/sky-bundle.min.js": {"type": "string"}, "js/sky.js": {"type": "string"}, "js/sky.min.js": {"type": "string"}, "js/skylint.min.js": {"type": "string"}}, "required": ["css/libs.css", "css/sky-bundle.css", "css/sky.css", "js/libs.js", "js/libs.min.js", "js/locales/sky-locale-en-AU.js", "js/locales/sky-locale-en-CA.js", "js/locales/sky-locale-en-GB.js", "js/locales/sky-locale-en-US.js", "js/sky-bundle.js", "js/sky-bundle.min.js", "js/sky.js", "js/sky.min.js", "js/skylint.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/libs.css" : "sha256-+QsyBWJxUeBObspirA+m4pRwZGgOWwfxaJBL1440+94=", "css/sky-bundle.css" : "sha256-yTfqVQUqrV+OYdONjY/M/F+u8e7SrlWNOfQ/Uub0V48=", "css/sky.css" : "sha256-eNDzGJ7JdeLWUsqnByH1N08fPk+7astHpibCNPh65cM=", "js/libs.js" : "sha256-36ypRKzOpOAsO3Kbf1bwUjJEElmWw82H6q04z1hUvxQ=", "js/libs.min.js" : "sha256-e5zJgnc4VYp/8kRBpU46AsBkI3hNKlD2Qt5844VS6xw=", "js/locales/sky-locale-en-AU.js" : "sha256-QLO++KcB85upXH8ujIqJ0upiU8hyrd247OSoXmjG+V0=", "js/locales/sky-locale-en-CA.js" : "sha256-OHqpLc4m0bm1KN4eLqg646v+SVnud1JIOaWde67uPok=", "js/locales/sky-locale-en-GB.js" : "sha256-PY3Lqogy8Ur9tZ1O7jahhE/6tici0RHAzlNt21owHwU=", "js/locales/sky-locale-en-US.js" : "sha256-3KoQKR5Jt3gR2fJjRtPbJ2b0ZWmC2AWHK3G/iWDjzYA=", "js/sky-bundle.js" : "sha256-a5pCruXsVWa9OdyvwUs4rlJvLJkhYZWXvRk7+3w2Hnc=", "js/sky-bundle.min.js" : "sha256-I6/qzm8UAEqVuggrX0GLTMZa01pzsD2zOv3fJDDA9Ko=", "js/sky.js" : "sha256-PYNlQkHCq55a/ZWRBZCQfQq4u5vNGArcN+ZIZDODQck=", "js/sky.min.js" : "sha256-B6gAF0ylrErVSUDmW5KEX8rDwlfv7rSM996I1fxSEc8=", "js/skylint.min.js" : "sha256-Uv1hLJyW0CNH8+xc0rZCk8hZshECmgnRCVVUTGYDdXk="} | json_instruct | {"type": "object", "properties": {"css/libs.css": {"type": "string"}, "css/sky-bundle.css": {"type": "string"}, "css/sky.css": {"type": "string"}, "js/libs.js": {"type": "string"}, "js/libs.min.js": {"type": "string"}, "js/locales/sky-locale-en-AU.js": {"type": "string"}, "js/locales/sky-locale-en-CA.js": {"type": "string"}, "js/locales/sky-locale-en-GB.js": {"type": "string"}, "js/locales/sky-locale-en-US.js": {"type": "string"}, "js/sky-bundle.js": {"type": "string"}, "js/sky-bundle.min.js": {"type": "string"}, "js/sky.js": {"type": "string"}, "js/sky.min.js": {"type": "string"}, "js/skylint.min.js": {"type": "string"}}, "required": ["css/libs.css", "css/sky-bundle.css", "css/sky.css", "js/libs.js", "js/libs.min.js", "js/locales/sky-locale-en-AU.js", "js/locales/sky-locale-en-CA.js", "js/locales/sky-locale-en-GB.js", "js/locales/sky-locale-en-US.js", "js/sky-bundle.js", "js/sky-bundle.min.js", "js/sky.js", "js/sky.min.js", "js/skylint.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "\u5468\u699c\u7b2c\u4e00\u5973\u795e\uff0c\u5bc6\u7801\u623f\uff0c\u3010\u897f\u6e56\u8fb9\u7684\u7f8e\u4eba\u3011\u6781\u54c1\u7f8e\u4e73\uff0c\u7c89\u5ae9\u9c8d\u9c7c\uff0c\u81ea\u6170\u5a07\u5598\uff0c\u7f8e\u4eba\u7389\u4f53\u914d\u4e0a\u8fd9\u5f20\u8138\u8ba9\u4f60\u6d74\u706b\u711a\u8eab\uff0c\u64b8\u7ba1\u5fc5\u5907", "size" : 101301276, "link" : "https://streamtape.com/e/xPAaM70rw3SkPaw", "created_at" : "2022\u5e7405\u670802\u65e5 03:01:39", "downloads" : 0, "linkid" : "xPAaM70rw3SkPaw", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458739", "folderName" : "\u5468\u699c\u7b2c\u4e00\u5973\u795e\uff0c\u5bc6\u7801\u623f\uff0c\u3010\u897f\u6e56\u8fb9\u7684\u7f8e\u4eba\u3011\u6781\u54c1\u7f8e\u4e73\uff0c\u7c89\u5ae9\u9c8d\u9c7c\uff0c\u81ea\u6170\u5a07\u5598\uff0c\u7f8e\u4eba\u7389\u4f53\u914d\u4e0a\u8fd9\u5f20\u8138\u8ba9\u4f60\u6d74\u706b\u711a\u8eab\uff0c\u64b8\u7ba1\u5fc5\u5907", "thumbUrl" : "https://thumb.tapecontent.net/thumb/xPAaM70rw3SkPaw/b3q7bv8AOQuPZkY.jpg"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["cirrus airlines", "bern", "switzerland", "munich", "germany", "0"], ["cirrus airlines", "dresden", "germany", "hamburg", "germany", "0"], ["cirrus airlines", "dresden", "germany", "zurich", "switzerland", "0"], ["cirrus airlines", "erfurt", "germany", "munich", "germany", "0"], ["cirrus airlines", "muenster/osnabrueck", "germany", "stuttgart", "germany", "0"], ["cirrus airlines", "frankfurt", "germany", "hof", "germany", "0"], ["cirrus airlines", "hamburg", "germany", "dresden", "germany", "0"], ["cirrus airlines", "hof", "germany", "frankfurt", "germany", "0"], ["cirrus airlines", "mannheim", "germany", "berlin", "germany", "0"], ["cirrus airlines", "munich", "germany", "bern", "switzerland", "0"], ["cirrus airlines", "munich", "germany", "erfurt", "germany", "0"], ["cirrus airlines", "stuttgart", "germany", "muenster/osnabrueck", "germany", "0"], ["cirrus airlines", "salzburg", "austria", "zurich", "switzerland", "0"], ["cirrus airlines", "berlin", "germany", "mannheim", "germany", "0"], ["cirrus airlines", "zurich", "switzerland", "dresden", "germany", "0"], ["cirrus airlines", "zurich", "switzerland", "salzburg", "austria", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"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" : 404405497, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "85a33300e945e2d84e7818a0c41ac5ae", "wof:id" : 404405497, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.35904236603264, 45.36042516291219, -0.30428682346274, 45.39198141481393], "geometry" : {"coordinates" : [[[-0.32472592851655, 45.36042516291219], [-0.33504407091037, 45.3653545014833], [-0.34785909920145, 45.3645754444422], [-0.35307036746625, 45.37043089027399], [-0.35604774111656, 45.37103565362507], [-0.35904236603264, 45.3918281920121], [-0.336562279109, 45.38981438602803], [-0.32248124884198, 45.39198141481393], [-0.31017541248343, 45.38681214082325], [-0.31064049470963, 45.37657829605271], [-0.30428682346274, 45.37187224307595], [-0.30871769755196, 45.36639703546464], [-0.32245558694767, 45.36672018149465], [-0.32472592851655, 45.36042516291219]]], "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"alt": {"type": "string"}, "src": {"type": "string"}}, "required": ["alt", "src"]}}, "link": {"type": "string"}, "": {"type": "string"}}, "required": ["name", "desc", "images", "link", ""], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Cobalt blue", "desc" : "Cobalt blue is a blue pigment made by sintering cobalt(II) oxide with alumina at 1200\u00a0\u00b0C. Chemically, cobalt blue pigment is cobalt(II) oxide-aluminium oxide, or cobalt(II) aluminate, CoAl2O4. Cobalt blue is lighter and less intense than the (iron-cyanide based) pigment Prussian blue. It is extremely stable and has historically been used as a coloring agent in ceramics (especially Chinese porcelain), jewelry, and paint. Transparent glasses are tinted with the silica-based cobalt pigment smalt.", "images" : [{"alt" : "Cobalt Blue.JPG", "src" : "//upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Cobalt_Blue.JPG/220px-Cobalt_Blue.JPG"}], "link" : "/wiki/Cobalt(II)_aluminate", "" : ""} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"alt": {"type": "string"}, "src": {"type": "string"}}, "required": ["alt", "src"]}}, "link": {"type": "string"}, "": {"type": "string"}}, "required": ["name", "desc", "images", "link", ""], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "6213040007", "district_id" : "6213040", "name" : "SUNGAI LUNUK"}, {"id" : "6213040008", "district_id" : "6213040", "name" : "TINO TALIH"}, {"id" : "6213040009", "district_id" : "6213040", "name" : "OLONG NANGO"}, {"id" : "6213040010", "district_id" : "6213040", "name" : "DIRUNG BAKUNG"}, {"id" : "6213040011", "district_id" : "6213040", "name" : "TABULANG"}, {"id" : "6213040012", "district_id" : "6213040", "name" : "MAHANYAN"}, {"id" : "6213040013", "district_id" : "6213040", "name" : "OLONG DOJOU"}, {"id" : "6213040014", "district_id" : "6213040", "name" : "OLONG SIRON"}, {"id" : "6213040015", "district_id" : "6213040", "name" : "KONUT"}, {"id" : "6213040016", "district_id" : "6213040", "name" : "BELAWAN"}, {"id" : "6213040017", "district_id" : "6213040", "name" : "MANGKOLISOI"}, {"id" : "6213040018", "district_id" : "6213040", "name" : "KALANG KALUH"}, {"id" : "6213040019", "district_id" : "6213040", "name" : "MANTIAT PARI"}, {"id" : "6213040020", "district_id" : "6213040", "name" : "OLONG ULU"}, {"id" : "6213040021", "district_id" : "6213040", "name" : "SARIPOI"}, {"id" : "6213040022", "district_id" : "6213040", "name" : "PURUK BATU"}, {"id" : "6213040023", "district_id" : "6213040", "name" : "DOAN ARUNG"}, {"id" : "6213040024", "district_id" : "6213040", "name" : "CANGKANG"}, {"id" : "6213040026", "district_id" : "6213040", "name" : "KOLAM"}, {"id" : "6213040027", "district_id" : "6213040", "name" : "NONOKALIWON"}, {"id" : "6213040028", "district_id" : "6213040", "name" : "SARUHUNG"}, {"id" : "6213040029", "district_id" : "6213040", "name" : "OLONG SOLOI"}, {"id" : "6213040030", "district_id" : "6213040", "name" : "TOKUNG"}, {"id" : "6213040031", "district_id" : "6213040", "name" : "OLONG BALO"}, {"id" : "6213040032", "district_id" : "6213040", "name" : "KARALI"}, {"id" : "6213040033", "district_id" : "6213040", "name" : "OSOM TOMPOK"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "KUBU RAYA", "originalFilename" : "johan.jpg", "namaPartai" : "Partai NasDem", "id" : 46202, "noUrut" : 1, "nama" : "JOHAN SAIMIMA, A.Md", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KUBU RAYA", "originalFilename" : "rezza NEW.jpg", "namaPartai" : "Partai NasDem", "id" : 88678, "noUrut" : 2, "nama" : "REZZA JULIANDI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KUBU RAYA", "originalFilename" : "messi arsita.JPG", "namaPartai" : "Partai NasDem", "id" : 52295, "noUrut" : 3, "nama" : "MESSI ARSITA, A.Md.Keb", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KUBU RAYA", "originalFilename" : "tasha.jpg", "namaPartai" : "Partai NasDem", "id" : 128033, "noUrut" : 4, "nama" : "TASHA DWI TANIA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA PONTIANAK", "originalFilename" : "Jbr__0857 Syahril NEW.jpg", "namaPartai" : "Partai NasDem", "id" : 130407, "noUrut" : 5, "nama" : "IR. SYAHRIL NUR, M.Si", "stringJenisKelamin" : "Laki-Laki"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$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"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "MAKARI", "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "Tungurahua Erupts", "explanation" : "Volcano Tungurahua sometimes erupts spectacularly. Pictured above, molten rock so hot it glows visibly pours down the sides of the 5,000-meter high Tungurahua, while a cloud of dark ash is seen being ejected toward the left. Wispy white clouds flow around the lava-lit peak, while a star-lit sky shines in the distance. The above image was captured in 2006 as ash fell around the adventurous photographer. Located in Ecuador, Tungurahua has become active roughly every 90 years for the last 1,300 years.", "date" : "2012-04-02", "hdurl" : "https://apod.nasa.gov/apod/image/1204/tungurahua_taschler_1600.jpg", "service_version" : "v1", "copyright" : "Patrick Taschler", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/1204/tungurahua_taschler_960.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#"} |
Please provide a valid JSON object following this schema:
{"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" : "export { default as VictoryTooltip } from \"./victory-tooltip\";\nexport { default as Flyout } from \"./flyout\";", "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Laguenne", "circ" : "1\u00e8re circonscription", "dpt" : "Corr\u00e8ze", "inscrits" : 973, "abs" : 470, "votants" : 503, "blancs" : 35, "nuls" : 31, "exp" : 437, "res" : [{"nuance" : "SOC", "nom" : "M. Bernard COMBES", "voix" : 263}, {"nuance" : "REM", "nom" : "M. Christophe JERRETIE", "voix" : 174}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"development": {"type": "object", "properties": {"apiUrl": {"type": "string"}, "contentApiKey": {"type": "string"}}, "required": ["apiUrl", "contentApiKey"]}, "production": {"type": "object", "properties": {"apiUrl": {"type": "string"}, "contentApiKey": {"type": "string"}}, "required": ["apiUrl", "contentApiKey"]}}, "required": ["development", "production"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"development" : {"apiUrl" : "https://ghost.anthonygarera.com", "contentApiKey" : "df4bd7aee7d64cf1fe9875fab8"}, "production" : {"apiUrl" : "https://ghost.anthonygarera.com", "contentApiKey" : "df4bd7aee7d64cf1fe9875fab8"}} | json_instruct | {"type": "object", "properties": {"development": {"type": "object", "properties": {"apiUrl": {"type": "string"}, "contentApiKey": {"type": "string"}}, "required": ["apiUrl", "contentApiKey"]}, "production": {"type": "object", "properties": {"apiUrl": {"type": "string"}, "contentApiKey": {"type": "string"}}, "required": ["apiUrl", "contentApiKey"]}}, "required": ["development", "production"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"receivedAt": {"type": "string"}, "messageId": {"type": "string"}, "type": {"type": "string"}, "traits": {"type": "object", "properties": {"website": {"type": "string"}}, "required": ["website"]}, "groupId": {"type": "string"}, "userId": {"type": "string"}, "anonymousId": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["receivedAt", "messageId", "type", "traits", "groupId", "userId", "anonymousId", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"receivedAt" : "2021-12-11T01:52:35Z", "messageId" : "xTAAYCUC3V", "type" : "group", "traits" : {"website" : "example.org"}, "groupId" : "MvEWy5dOSw", "userId" : "Oyo3fOJieC", "anonymousId" : "yal38bMeV0", "timestamp" : "2021-12-11T01:52:35Z"} | json_instruct | {"type": "object", "properties": {"receivedAt": {"type": "string"}, "messageId": {"type": "string"}, "type": {"type": "string"}, "traits": {"type": "object", "properties": {"website": {"type": "string"}}, "required": ["website"]}, "groupId": {"type": "string"}, "userId": {"type": "string"}, "anonymousId": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["receivedAt", "messageId", "type", "traits", "groupId", "userId", "anonymousId", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"apiUrl": {"type": "string"}, "apiUrl_server_local": {"type": "string"}, "apiUrl_dev": {"type": "string"}, "apiUrl_prod": {"type": "string"}}, "required": ["apiUrl", "apiUrl_server_local", "apiUrl_dev", "apiUrl_prod"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"apiUrl" : "http://webapp.gourleyplastering.com:5001", "apiUrl_server_local" : "http://10.1.1.3:5001", "apiUrl_dev" : "http://webapp.gourleyplastering.com:5001", "apiUrl_prod" : "http://webapp.gourleyplastering.com:5001"} | json_instruct | {"type": "object", "properties": {"apiUrl": {"type": "string"}, "apiUrl_server_local": {"type": "string"}, "apiUrl_dev": {"type": "string"}, "apiUrl_prod": {"type": "string"}}, "required": ["apiUrl", "apiUrl_server_local", "apiUrl_dev", "apiUrl_prod"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"published": {"type": "string"}, "modified": {"type": "string"}, "thumbnail": {"type": "string"}, "theme": {"type": "boolean"}, "title": {"type": "string"}, "share": {"type": "string"}, "desc": {"type": "string"}, "content": {"type": "string"}}, "required": ["published", "modified", "thumbnail", "theme", "title", "share", "desc", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"published" : "05/15/20 8:22 AM", "modified" : "05/15/20 8:22 AM", "thumbnail" : "https://1.bp.blogspot.com/-rkXCUBbNXyw/XfY0hwoFu5I/AAAAAAAAAhw/BUyeKW5BtMoIJLlPUcPSdqGZBQRncXjDQCK4BGAYYCw/s600/PicsArt_09-09-12.12.25.jpg", "theme" : false, "title" : "/google/callback?code=4/zwEArVtciEnXjr_28f34oZooo8ryl5__NnOnrJxu-18WrMYA9-2_7YtEya1pLZi8z9kdNxWINoHSloMSchE5PtI&scope=email%20profile%20https://www.googleapis.com/auth/drive%20https://www.googleapis.com/auth/youtube.force-ssl%20https://www.googleapis.com/auth/youtube.readonly%20https://www.googleapis.com/auth/userinfo.email%20https://www.googleapis.com/auth/userinfo.profile%20openid&authuser=0&prompt=consent", "share" : "0", "desc" : "", "content" : "\\views\\google\\callback.php"} | json_instruct | {"type": "object", "properties": {"published": {"type": "string"}, "modified": {"type": "string"}, "thumbnail": {"type": "string"}, "theme": {"type": "boolean"}, "title": {"type": "string"}, "share": {"type": "string"}, "desc": {"type": "string"}, "content": {"type": "string"}}, "required": ["published", "modified", "thumbnail", "theme", "title", "share", "desc", "content"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"clock": {"type": "string"}, "currency": {"type": "string"}, "firstDayOfWeek": {"type": "integer"}, "locale": {"type": "string"}, "region.name": {"type": "string"}, "timezone": {"type": "string"}}, "required": ["clock", "currency", "firstDayOfWeek", "locale", "region.name", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"clock" : "12", "currency" : "KRW", "firstDayOfWeek" : 0, "locale" : "und-KR", "region.name" : "South Korea", "timezone" : "Asia/Seoul"} | json_instruct | {"type": "object", "properties": {"clock": {"type": "string"}, "currency": {"type": "string"}, "firstDayOfWeek": {"type": "integer"}, "locale": {"type": "string"}, "region.name": {"type": "string"}, "timezone": {"type": "string"}}, "required": ["clock", "currency", "firstDayOfWeek", "locale", "region.name", "timezone"], "$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"}, "license": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "manualTest": {"type": "string"}}, "required": ["test", "manualTest"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "license", "main", "engines", "devDependencies", "scripts", "contributors", "keywords", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "i-hate-mondays", "version" : "0.0.1", "description" : "A date array generator that allows you to exclude specific days", "license" : "MIT", "main" : "./lib/index", "engines" : {"node" : ">=6"}, "devDependencies" : {"mocha" : "^3.2.0"}, "scripts" : {"test" : "./node_modules/.bin/mocha", "manualTest" : "node run.js"}, "contributors" : [{"name" : "Robert Rees"}], "keywords" : ["dates"], "repository" : {"type" : "git", "url" : "https://github.com/rrees/i-hate-mondays.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "manualTest": {"type": "string"}}, "required": ["test", "manualTest"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "license", "main", "engines", "devDependencies", "scripts", "contributors", "keywords", "repository"], "$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"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Chandrapur", "lsg_code" : "253285", "district" : "Janjgir-Champa", "state" : "Chhattisgarh", "no_of_wards" : 15, "wards" : [{"ward_no" : "1", "ward_name" : "JYOTSANA DEVI WARD", "ward_id" : "1293127"}, {"ward_no" : "7", "ward_name" : "MAA CHANDRAHASINI WARD", "ward_id" : "1293133"}, {"ward_no" : "9", "ward_name" : "TULSIMANAS WARD", "ward_id" : "1293135"}, {"ward_no" : "15", "ward_name" : "THAKUR DUSHYANT SINGH DEV WARD", "ward_id" : "1293141"}, {"ward_no" : "13", "ward_name" : "MAJHI PARA WARD", "ward_id" : "1293139"}, {"ward_no" : "12", "ward_name" : "ATAL WARD", "ward_id" : "1293138"}, {"ward_no" : "14", "ward_name" : "SHASHIPUR WARD", "ward_id" : "1293140"}, {"ward_no" : "3", "ward_name" : "NAND SAGAR WARD", "ward_id" : "1293129"}, {"ward_no" : "11", "ward_name" : "AMOLBAI WARD", "ward_id" : "1293137"}, {"ward_no" : "10", "ward_name" : "MAA PARMESHWARI WARD", "ward_id" : "1293136"}, {"ward_no" : "8", "ward_name" : "AZAD WARD", "ward_id" : "1293134"}, {"ward_no" : "5", "ward_name" : "BABA SAHEB AMBEDKAR WARD", "ward_id" : "1293131"}, {"ward_no" : "6", "ward_name" : "MALI PARA WARD", "ward_id" : "1293132"}, {"ward_no" : "2", "ward_name" : "SHASHIBHUSHAN SINGH WARD", "ward_id" : "1293128"}, {"ward_no" : "4", "ward_name" : "BAJRANG BALI WARD", "ward_id" : "1293130"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id_9429": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_9429"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_9429" : {"publicdate" : "2015-01-19 13:12:31", "title" : "Nang Bata Pa Kami"}} | json_instruct | {"type": "object", "properties": {"id_9429": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_9429"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["tabel"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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"}, "initialDeposit": {"type": "string"}, "tradingPairs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "spread": {"type": "string"}}, "required": ["name", "spread"]}}}, "required": ["name", "initialDeposit", "tradingPairs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "General", "initialDeposit" : "500000$", "tradingPairs" : [{"name" : "EUR", "spread" : "0.0008"}, {"name" : "AUD", "spread" : "0.0008"}, {"name" : "CAD", "spread" : "0.0008"}, {"name" : "CHF", "spread" : "0.0008"}, {"name" : "JPY", "spread" : "0.006"}, {"name" : "XAU", "spread" : "0.006"}, {"name" : "USOIL", "spread" : "0.8"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "initialDeposit": {"type": "string"}, "tradingPairs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "spread": {"type": "string"}}, "required": ["name", "spread"]}}}, "required": ["name", "initialDeposit", "tradingPairs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"file_num" : 1832, "data" : [{"id" : 1833, "content" : "\u771f\u6b63\u7684\u5403\u8d27\uff0c\u662f\u53ef\u4ee5\u628a\u6708\u4f9b\u770b\u6210\u6708\u997c\u7684\u3002"}]} | json_instruct | {"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"origin": {"type": "array", "items": {"type": "string"}}, "responseHeader": {"type": "array", "items": {"type": "string"}}, "method": {"type": "array", "items": {"type": "string"}}, "maxAgeSeconds": {"type": "integer"}}, "required": ["origin", "responseHeader", "method", "maxAgeSeconds"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"origin" : ["https://deckdeckgo.com", "https://app.deckdeckgo.com", "https://beta.deckdeckgo.io", "https://deckdeckgo.app"], "responseHeader" : ["Content-Type"], "method" : ["GET"], "maxAgeSeconds" : 3600}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"origin": {"type": "array", "items": {"type": "string"}}, "responseHeader": {"type": "array", "items": {"type": "string"}}, "method": {"type": "array", "items": {"type": "string"}}, "maxAgeSeconds": {"type": "integer"}}, "required": ["origin", "responseHeader", "method", "maxAgeSeconds"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Jagtu": {"type": "string"}}, "required": ["Jagtu"]}, "pod_target_xcconfig": {"type": "object", "properties": {"EXCLUDED_ARCHS[sdk=iphonesimulator*]": {"type": "string"}}, "required": ["EXCLUDED_ARCHS[sdk=iphonesimulator*]"]}, "user_target_xcconfig": {"type": "object", "properties": {"EXCLUDED_ARCHS[sdk=iphonesimulator*]": {"type": "string"}, "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200": {"type": "string"}}, "required": ["EXCLUDED_ARCHS[sdk=iphonesimulator*]", "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "requires_arc": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"AFNetworking": {"type": "array", "items": {}}}, "required": ["AFNetworking"]}, "vendored_frameworks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "pod_target_xcconfig", "user_target_xcconfig", "platforms", "source", "requires_arc", "dependencies", "vendored_frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "YHNetSDK", "version" : "1.1.0", "summary" : "YHNetSDK is only a net sdk", "description" : "YHNetSDK is only a base net sdk, we need pod thirdparty: AFNetworking", "homepage" : "https://github.com/XmYlzYhkj/YHNetSDK", "license" : "MIT", "authors" : {"Jagtu" : "yhkj_xm@163.com"}, "pod_target_xcconfig" : {"EXCLUDED_ARCHS[sdk=iphonesimulator*]" : "arm64"}, "user_target_xcconfig" : {"EXCLUDED_ARCHS[sdk=iphonesimulator*]" : "$(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))", "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200" : "arm64 arm64e armv7 armv7s armv6 armv8"}, "platforms" : {"ios" : "9.0"}, "source" : {"git" : "https://github.com/XmYlzYhkj/YHNetSDK.git", "tag" : "1.1.0"}, "requires_arc" : true, "dependencies" : {"AFNetworking" : []}, "vendored_frameworks" : ["Framework/*.framework"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Jagtu": {"type": "string"}}, "required": ["Jagtu"]}, "pod_target_xcconfig": {"type": "object", "properties": {"EXCLUDED_ARCHS[sdk=iphonesimulator*]": {"type": "string"}}, "required": ["EXCLUDED_ARCHS[sdk=iphonesimulator*]"]}, "user_target_xcconfig": {"type": "object", "properties": {"EXCLUDED_ARCHS[sdk=iphonesimulator*]": {"type": "string"}, "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200": {"type": "string"}}, "required": ["EXCLUDED_ARCHS[sdk=iphonesimulator*]", "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "requires_arc": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"AFNetworking": {"type": "array", "items": {}}}, "required": ["AFNetworking"]}, "vendored_frameworks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "pod_target_xcconfig", "user_target_xcconfig", "platforms", "source", "requires_arc", "dependencies", "vendored_frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"fields": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "age": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "colour": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["name", "age", "colour"]}, "settings": {"type": "object", "properties": {"authenticate": {"type": "boolean"}, "cache": {"type": "boolean"}, "count": {"type": "integer"}, "description": {"type": "string"}}, "required": ["authenticate", "cache", "count", "description"]}}, "required": ["fields", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fields" : {"name" : {"type" : "String", "required" : true}, "age" : {"type" : "Number", "required" : false}, "colour" : {"type" : "String"}}, "settings" : {"authenticate" : true, "cache" : true, "count" : 40, "description" : ""}} | json_instruct | {"type": "object", "properties": {"fields": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "age": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "colour": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["name", "age", "colour"]}, "settings": {"type": "object", "properties": {"authenticate": {"type": "boolean"}, "cache": {"type": "boolean"}, "count": {"type": "integer"}, "description": {"type": "string"}}, "required": ["authenticate", "cache", "count", "description"]}}, "required": ["fields", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"Manifest-Version": {"type": "string"}, "Implementation-Title": {"type": "string"}, "Implementation-Version": {"type": "string"}, "Built-By": {"type": "string"}, "Specification-Vendor": {"type": "string"}, "Specification-Title": {"type": "string"}, "Implementation-Vendor-Id": {"type": "string"}, "Created-By": {"type": "string"}, "Build-Jdk": {"type": "string"}, "Specification-Version": {"type": "string"}, "Implementation-URL": {"type": "string"}, "Implementation-Vendor": {"type": "string"}}, "required": ["Manifest-Version", "Implementation-Title", "Implementation-Version", "Built-By", "Specification-Vendor", "Specification-Title", "Implementation-Vendor-Id", "Created-By", "Build-Jdk", "Specification-Version", "Implementation-URL", "Implementation-Vendor"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Manifest-Version" : "1.0", "Implementation-Title" : "Apache Commons Codec", "Implementation-Version" : "1.11", "Built-By" : "ggregory", "Specification-Vendor" : "The Apache Software Foundation", "Specification-Title" : "Apache Commons Codec", "Implementation-Vendor-Id" : "commons-codec", "Created-By" : "Apache Maven 3.5.0", "Build-Jdk" : "1.8.0_144", "Specification-Version" : "1.11", "Implementation-URL" : "http://commons.apache.org/proper/commons-codec/", "Implementation-Vendor" : "The Apache Software Foundation"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Manifest-Version": {"type": "string"}, "Implementation-Title": {"type": "string"}, "Implementation-Version": {"type": "string"}, "Built-By": {"type": "string"}, "Specification-Vendor": {"type": "string"}, "Specification-Title": {"type": "string"}, "Implementation-Vendor-Id": {"type": "string"}, "Created-By": {"type": "string"}, "Build-Jdk": {"type": "string"}, "Specification-Version": {"type": "string"}, "Implementation-URL": {"type": "string"}, "Implementation-Vendor": {"type": "string"}}, "required": ["Manifest-Version", "Implementation-Title", "Implementation-Version", "Built-By", "Specification-Vendor", "Specification-Title", "Implementation-Vendor-Id", "Created-By", "Build-Jdk", "Specification-Version", "Implementation-URL", "Implementation-Vendor"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "1. Added correct md5 sum for v3.1.1\r\n2. Made v3.1.1 default version\r\n3. Added libmpiso versions for v3.1.1, 3.0.2", "user" : "floquet", "url" : "https://api.github.com/repos/spack/spack/issues/8729", "updated_at" : "2018-07-17 22:27:45", "created_at" : "2018-07-17 18:49:56", "closed_at" : "2018-07-17 19:43:54", "state" : "closed", "title" : "Open MPI update to v3.1.1", "number" : 8729, "milestone" : null, "labels" : ["new-version"], "id" : 342040543, "html_url" : "https://github.com/spack/spack/pull/8729", "assignees" : [], "comments" : 2} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "twigs:block/rhyolite_wall_inventory"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["material_elements:gold_rod", "material_elements:gold_rod_cross", "material_elements:gold_rod_half_size", "material_elements:gold_rod_star", "material_elements:gold_rod_tee", "material_elements:gold_rod_elbow", "material_elements:iron_rod", "material_elements:iron_rod_cross", "material_elements:iron_rod_half_size", "material_elements:iron_rod_star", "material_elements:iron_rod_tee", "material_elements:iron_rod_elbow"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"allContentfulDom": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"salon": {"type": "object", "properties": {"childMarkdownRemark": {"type": "object", "properties": {"html": {"type": "string"}}, "required": ["html"]}}, "required": ["childMarkdownRemark"]}}, "required": ["salon"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["allContentfulDom"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"allContentfulDom" : {"edges" : [{"node" : {"salon" : {"childMarkdownRemark" : {"html" : "<p>Salon powsta\u0142\u201a w roku 2009 z mi\u0142o\u015bci do zwierz\u0105t i ona\nzostanie okazana ka\u017cdemu pieszczochowi, kt\u00f3ry tu zawita.\nJest to miejsce, gdzie czworono\u017cny przyjaciel podczas\nzabieg\u00f3w piel\u0119gnacyjnych jest traktowany indywidualnie\ni wyj\u0105tkowo czyli tak jak na to zas\u0142uguje:</p>\n<ul>\n<li>dla wi\u0119kszego komfortu pupila</li>\n<li>dla rado\u015bci w oczach w\u0142a\u015bciciela</li>\n<li>dla zachwytu podziwiaj\u0105cych</li>\n</ul>\n<p>Piel\u0119gnacja psa odbywa si\u0119 w mi\u0142ej atmosferze, kt\u00f3r\u0105\nzapewnia profesjonalna obs\u0142uga :):):)</p>\n<p>Serdecznie zapraszam</p>"}}}}]}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"allContentfulDom": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"salon": {"type": "object", "properties": {"childMarkdownRemark": {"type": "object", "properties": {"html": {"type": "string"}}, "required": ["html"]}}, "required": ["childMarkdownRemark"]}}, "required": ["salon"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["allContentfulDom"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"iti53:0.1": {"type": "string"}, "iti53:0.2": {"type": "string"}, "iti53:0.3": {"type": "string"}, "iti53:0.4": {"type": "string"}, "iti53:1.1": {"type": "string"}, "iti53:2.1": {"type": "string"}, "iti53:2.2": {"type": "string"}, "iti53:2.3": {"type": "string"}, "iti53:2.4": {"type": "string"}, "iti53:2.5": {"type": "string"}, "iti53:2.6": {"type": "string"}, "iti53:2.7": {"type": "string"}, "iti53:2.8": {"type": "string"}, "iti53:2.9": {"type": "string"}, "iti53:2.10": {"type": "string"}, "iti53:3.1": {"type": "string"}, "iti53:3.2": {"type": "string"}, "iti53:3.3": {"type": "string"}, "iti53:3.4": {"type": "string"}, "iti53:4.1": {"type": "string"}, "iti53:4.2": {"type": "string"}, "iti53:4.3": {"type": "string"}, "iti53:4.4": {"type": "string"}, "iti53:5.1": {"type": "string"}, "iti53:5.2": {"type": "string"}}, "required": ["iti53:0.1", "iti53:0.2", "iti53:0.3", "iti53:0.4", "iti53:1.1", "iti53:2.1", "iti53:2.2", "iti53:2.3", "iti53:2.4", "iti53:2.5", "iti53:2.6", "iti53:2.7", "iti53:2.8", "iti53:2.9", "iti53:2.10", "iti53:3.1", "iti53:3.2", "iti53:3.3", "iti53:3.4", "iti53:4.1", "iti53:4.2", "iti53:4.3", "iti53:4.4", "iti53:5.1", "iti53:5.2"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"iti53:0.1" : "Itivuttaka 53", "iti53:0.2" : "Tikanip\u0101ta", "iti53:0.3" : "Pa\u1e6dhamavagga", "iti53:0.4" : "Dutiyavedan\u0101sutta", "iti53:1.1" : "Vutta\u00f1heta\u1e41 bhagavat\u0101 vuttamarahat\u0101ti me suta\u1e41:", "iti53:2.1" : "\u201cTisso im\u0101, bhikkhave, vedan\u0101.", "iti53:2.2" : "Katam\u0101 tisso?", "iti53:2.3" : "Sukh\u0101 vedan\u0101, dukkh\u0101 vedan\u0101, adukkhamasukh\u0101 vedan\u0101.", "iti53:2.4" : "Sukh\u0101, bhikkhave, vedan\u0101 dukkhato da\u1e6d\u1e6dhabb\u0101;", "iti53:2.5" : "dukkh\u0101 vedan\u0101 sallato da\u1e6d\u1e6dhabb\u0101;", "iti53:2.6" : "adukkhamasukh\u0101 vedan\u0101 aniccato da\u1e6d\u1e6dhabb\u0101.", "iti53:2.7" : "Yato kho, bhikkhave, bhikkhuno sukh\u0101 vedan\u0101 dukkhato di\u1e6d\u1e6dh\u0101 hoti, dukkh\u0101 vedan\u0101 sallato di\u1e6d\u1e6dh\u0101 hoti, adukkhamasukh\u0101 vedan\u0101 aniccato di\u1e6d\u1e6dh\u0101 hoti;", "iti53:2.8" : "aya\u1e41 vuccati, bhikkhave, \u2018bhikkhu ariyo sammaddaso acchecchi, ta\u1e47ha\u1e41, vivattayi sa\u1e41yojana\u1e41, samm\u0101 m\u0101n\u0101bhisamay\u0101 antamak\u0101si dukkhass\u0101\u2019\u201dti.", "iti53:2.9" : "Etamattha\u1e41 bhagav\u0101 avoca.", "iti53:2.10" : "Tattheta\u1e41 iti vuccati:", "iti53:3.1" : "\u201cYo sukha\u1e41 dukkhato adda,", "iti53:3.2" : "Dukkhamaddakkhi sallato;", "iti53:3.3" : "Adukkhamasukha\u1e41 santa\u1e41,", "iti53:3.4" : "Adakkhi na\u1e41 aniccato.", "iti53:4.1" : "Sa ve sammaddaso bhikkhu,", "iti53:4.2" : "yato tattha vimuccati;", "iti53:4.3" : "Abhi\u00f1\u00f1\u0101vosito santo,", "iti53:4.4" : "sa ve yog\u0101tigo mun\u012b\u201dti.", "iti53:5.1" : "Ayampi attho vutto bhagavat\u0101, iti me sutanti.", "iti53:5.2" : "Catuttha\u1e41."} | json_instruct | {"type": "object", "properties": {"iti53:0.1": {"type": "string"}, "iti53:0.2": {"type": "string"}, "iti53:0.3": {"type": "string"}, "iti53:0.4": {"type": "string"}, "iti53:1.1": {"type": "string"}, "iti53:2.1": {"type": "string"}, "iti53:2.2": {"type": "string"}, "iti53:2.3": {"type": "string"}, "iti53:2.4": {"type": "string"}, "iti53:2.5": {"type": "string"}, "iti53:2.6": {"type": "string"}, "iti53:2.7": {"type": "string"}, "iti53:2.8": {"type": "string"}, "iti53:2.9": {"type": "string"}, "iti53:2.10": {"type": "string"}, "iti53:3.1": {"type": "string"}, "iti53:3.2": {"type": "string"}, "iti53:3.3": {"type": "string"}, "iti53:3.4": {"type": "string"}, "iti53:4.1": {"type": "string"}, "iti53:4.2": {"type": "string"}, "iti53:4.3": {"type": "string"}, "iti53:4.4": {"type": "string"}, "iti53:5.1": {"type": "string"}, "iti53:5.2": {"type": "string"}}, "required": ["iti53:0.1", "iti53:0.2", "iti53:0.3", "iti53:0.4", "iti53:1.1", "iti53:2.1", "iti53:2.2", "iti53:2.3", "iti53:2.4", "iti53:2.5", "iti53:2.6", "iti53:2.7", "iti53:2.8", "iti53:2.9", "iti53:2.10", "iti53:3.1", "iti53:3.2", "iti53:3.3", "iti53:3.4", "iti53:4.1", "iti53:4.2", "iti53:4.3", "iti53:4.4", "iti53:5.1", "iti53:5.2"], "$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": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/home/megan/Documents/programming/android/AndroidStudioProjects/Android/AndroidProjects/CRUDFirebase/app/build/intermediates/res/merged/debug/mipmap-xxhdpi-v4/ic_launcher.png", "source" : "/home/megan/Documents/programming/android/AndroidStudioProjects/Android/AndroidProjects/CRUDFirebase/app/src/main/res/mipmap-xxhdpi/ic_launcher.png"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "type", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"key" : "UNUSED_LOCAL_VARIABLE", "name" : "Unused local variable", "type" : "CODE_SMELL", "url" : ""}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "type", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 18}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [4, 1], "P10_VALUE" : [4, 1], "P25_VALUE" : [9, 2], "MEDIAN_VALUE" : [26, 25], "P75_VALUE" : [46, 48], "P90_VALUE" : [72, 51], "MAX_VALUE" : [72, 59]}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"domain": {"type": "string"}, "clientId": {"type": "string"}, "audience": {"type": "string"}}, "required": ["domain", "clientId", "audience"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"domain" : "snapmaster-dev.auth0.com", "clientId" : "f9BSuAhmF8dmUtJWZyjAVJbGJWQMKsMW", "audience" : "https://api.snapmaster.io"} | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "clientId": {"type": "string"}, "audience": {"type": "string"}}, "required": ["domain", "clientId", "audience"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"d36eb662a1b1e0038ea5e70481cd7b4f\"", "Last-Modified" : "Sun, 23 Aug 2020 14:40:21 GMT", "base" : {"repo" : {"name" : "vim-feedstock"}}, "closed_at" : "2020-08-23T14:40:18Z", "created_at" : "2020-08-23T14:31:22Z", "draft" : false, "head" : {"ref" : "8.2.1515_h5ab6b8"}, "html_url" : "https://github.com/conda-forge/vim-feedstock/pull/402", "id" : 472131954, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2020-08-23T14:40:17Z", "number" : 402, "state" : "closed", "updated_at" : "2020-08-23T14:40:21Z"} | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "string"}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {}}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["length", "type", "url"]}}}, "required": ["alias", "category", "copyright_text", "description", "duration", "id", "language", "quality_notes", "recorded", "slug", "speakers", "summary", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"alias" : "video/2932/conference-closing", "category" : "EuroPython 2014", "copyright_text" : "http://creativecommons.org/licenses/by/3.0/", "description" : "", "duration" : null, "id" : 2932, "language" : "eng", "quality_notes" : "", "recorded" : "2014-07-25", "slug" : "conference-closing", "speakers" : [], "summary" : "", "tags" : [], "thumbnail_url" : "http://i.ytimg.com/vi/ui3dfkiwyXY/hqdefault.jpg", "title" : "Conference Closing", "videos" : [{"length" : 0, "type" : "youtube", "url" : "http://www.youtube.com/watch?v=ui3dfkiwyXY"}]} | json_instruct | {"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "string"}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {}}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["length", "type", "url"]}}}, "required": ["alias", "category", "copyright_text", "description", "duration", "id", "language", "quality_notes", "recorded", "slug", "speakers", "summary", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "Annesse-et-Beaulieu", "dpt" : "Dordogne", "inscrits" : 1049, "abs" : 163, "votants" : 886, "blancs" : 83, "nuls" : 51, "exp" : 752, "res" : [{"panneau" : "1", "voix" : 439}, {"panneau" : "2", "voix" : 313}]} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "layers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}}, "required": ["id", "type", "layers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "template_position_relative_left", "type" : "gaia-template", "layers" : [{"id" : "view1", "type" : "view"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "layers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}}, "required": ["id", "type", "layers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"3272": {"type": "string"}}, "required": ["3272"]}, "timeto": {"type": "object", "properties": {"3272": {"type": "number"}}, "required": ["3272"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 3273, "title" : ["[Ice Plains, Dark Cavern]"], "description" : ["Several large cells are set near each other along the north side of this room with straw-covered floors that have seen some use recently. Timbers are lined up in this area and several have been erected to shore up the opening to the southeast but have yet to be completed. An opening in the ceiling catches your attention and as you look into it, you notice a dark room some twenty feet above you. At your feet are the remains of an iron ladder that is rusted and broken."], "paths" : ["Obvious exits: southeast"], "location" : "the Ice Plains", "wayto" : {"3272" : "southeast"}, "timeto" : {"3272" : 0.2}, "image" : "imt-east_west_north_gates-1264234799.png", "image_coords" : [316, 301, 326, 311], "tags" : ["some arctic moss"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"3272": {"type": "string"}}, "required": ["3272"]}, "timeto": {"type": "object", "properties": {"3272": {"type": "number"}}, "required": ["3272"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$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"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "73de53e0640676ef4f0632fc01db45b12dcb121c"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"server": {"type": "string"}, "sender": {"type": "string"}, "clients": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}, "sound_notification_filepath": {"type": "string"}}, "required": ["server", "sender", "clients", "icon", "sound_notification_filepath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"server" : "http://192.168.1.130:8080/session", "sender" : "4_eg", "clients" : ["my_name_here"], "icon" : "src/earth8bit.png", "sound_notification_filepath" : "src/Mario-coin-sound-wav.wav"} | json_instruct | {"type": "object", "properties": {"server": {"type": "string"}, "sender": {"type": "string"}, "clients": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}, "sound_notification_filepath": {"type": "string"}}, "required": ["server", "sender", "clients", "icon", "sound_notification_filepath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"\u5173\u952e\u8bcd": {"type": "object", "properties": {"__comment": {"type": "string"}, "label": {"type": "string"}, "bind": {"type": "string"}, "input": {"type": "object", "properties": {"type": {"type": "string"}, "props": {"type": "object", "properties": {"placeholder": {"type": "string"}}, "required": ["placeholder"]}}, "required": ["type", "props"]}}, "required": ["__comment", "label", "bind", "input"]}, "\u6392\u5e8f": {"type": "object", "properties": {"__comment": {"type": "string"}, "label": {"type": "string"}, "bind": {"type": "string"}, "input": {"type": "object", "properties": {"type": {"type": "string"}, "props": {"type": "object", "properties": {"placeholder": {"type": "string"}, "options": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "value": {"type": "string"}}, "required": ["label", "value"]}}}, "required": ["placeholder", "options"]}}, "required": ["type", "props"]}}, "required": ["__comment", "label", "bind", "input"]}, "\u5ba2\u6237\u72b6\u6001": {"type": "object", "properties": {"__comment": {"type": "string"}, "label": {"type": "string"}, "bind": {"type": "string"}, "input": {"type": "object", "properties": {"type": {"type": "string"}, "props": {"type": "object", "properties": {"placeholder": {"type": "string"}, "mode": {"type": "string"}, "options": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}}, "required": ["placeholder", "mode", "options"]}}, "required": ["type", "props"]}}, "required": ["__comment", "label", "bind", "input"]}}, "required": ["\u5173\u952e\u8bcd", "\u6392\u5e8f", "\u5ba2\u6237\u72b6\u6001"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5173\u952e\u8bcd" : {"__comment" : "filter.\u5173\u952e\u8bcd('where.name.match')", "label" : "\u5173\u952e\u8bcd", "bind" : "{{$in.0}}", "input" : {"type" : "input", "props" : {"placeholder" : "\u8bf7\u8f93\u5165\u5173\u952e\u8bcd"}}}, "\u6392\u5e8f" : {"__comment" : "filter.\u6392\u5e8f()", "label" : "\u6392\u5e8f\u65b9\u5f0f", "bind" : "order", "input" : {"type" : "select", "props" : {"placeholder" : "\u6392\u5e8f\u65b9\u5f0f", "options" : [{"label" : "\u624b\u52a8\u987a\u5e8f", "value" : "rank"}, {"label" : "\u6700\u8fd1\u66f4\u65b0", "value" : "updated_at.desc"}, {"label" : "\u6700\u8fd1\u521b\u5efa", "value" : "created_at.desc"}]}}}, "\u5ba2\u6237\u72b6\u6001" : {"__comment" : "filter.\u5ba2\u6237\u72b6\u6001()", "label" : "\u72b6\u6001", "bind" : "where.status.in", "input" : {"type" : "select", "props" : {"placeholder" : "\u9009\u62e9\u5382\u5546\u72b6\u6001", "mode" : "multiple", "options" : [{"value" : "\u5df2\u6ce8\u518c"}, {"value" : "\u5f85\u6536\u5f55"}, {"value" : "\u5f85\u5ba1\u6838"}, {"value" : "\u5df2\u7981\u7528"}]}}}} | json_instruct | {"type": "object", "properties": {"\u5173\u952e\u8bcd": {"type": "object", "properties": {"__comment": {"type": "string"}, "label": {"type": "string"}, "bind": {"type": "string"}, "input": {"type": "object", "properties": {"type": {"type": "string"}, "props": {"type": "object", "properties": {"placeholder": {"type": "string"}}, "required": ["placeholder"]}}, "required": ["type", "props"]}}, "required": ["__comment", "label", "bind", "input"]}, "\u6392\u5e8f": {"type": "object", "properties": {"__comment": {"type": "string"}, "label": {"type": "string"}, "bind": {"type": "string"}, "input": {"type": "object", "properties": {"type": {"type": "string"}, "props": {"type": "object", "properties": {"placeholder": {"type": "string"}, "options": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "value": {"type": "string"}}, "required": ["label", "value"]}}}, "required": ["placeholder", "options"]}}, "required": ["type", "props"]}}, "required": ["__comment", "label", "bind", "input"]}, "\u5ba2\u6237\u72b6\u6001": {"type": "object", "properties": {"__comment": {"type": "string"}, "label": {"type": "string"}, "bind": {"type": "string"}, "input": {"type": "object", "properties": {"type": {"type": "string"}, "props": {"type": "object", "properties": {"placeholder": {"type": "string"}, "mode": {"type": "string"}, "options": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}}, "required": ["placeholder", "mode", "options"]}}, "required": ["type", "props"]}}, "required": ["__comment", "label", "bind", "input"]}}, "required": ["\u5173\u952e\u8bcd", "\u6392\u5e8f", "\u5ba2\u6237\u72b6\u6001"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "3204020001", "district_id" : "3204020", "name" : "SUGIHMUKTI"}, {"id" : "3204020002", "district_id" : "3204020", "name" : "MARGAMULYA"}, {"id" : "3204020003", "district_id" : "3204020", "name" : "TENJOLAYA"}, {"id" : "3204020004", "district_id" : "3204020", "name" : "CISONDARI"}, {"id" : "3204020005", "district_id" : "3204020", "name" : "MEKARSARI"}, {"id" : "3204020006", "district_id" : "3204020", "name" : "CIBODAS"}, {"id" : "3204020007", "district_id" : "3204020", "name" : "CUKANGGENTENG"}, {"id" : "3204020008", "district_id" : "3204020", "name" : "PASIRJAMBU"}, {"id" : "3204020009", "district_id" : "3204020", "name" : "MEKARMAJU"}, {"id" : "3204020010", "district_id" : "3204020", "name" : "CIKONENG"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"project_slug": {"type": "string"}, "project_name": {"type": "string"}, "port": {"type": "string"}, "postgres_user": {"type": "string"}, "postgres_password": {"type": "string"}, "postgres_database": {"type": "string"}, "pgadmin_user": {"type": "string"}, "pgadmin_password": {"type": "string"}, "pgadmin_port": {"type": "string"}, "rabbitmq_user": {"type": "string"}, "rabbitmq_password": {"type": "string"}, "rabbitmq_port": {"type": "string"}, "rabbitmq_admin_port": {"type": "string"}, "superuser_email": {"type": "string"}, "superuser_password": {"type": "string"}, "secret_key": {"type": "string"}}, "required": ["project_slug", "project_name", "port", "postgres_user", "postgres_password", "postgres_database", "pgadmin_user", "pgadmin_password", "pgadmin_port", "rabbitmq_user", "rabbitmq_password", "rabbitmq_port", "rabbitmq_admin_port", "superuser_email", "superuser_password", "secret_key"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"project_slug" : "fastapi-celery-project", "project_name" : "{{ cookiecutter.project_slug }}", "port" : "8000", "postgres_user" : "postgres", "postgres_password" : "postgrespassword", "postgres_database" : "app", "pgadmin_user" : "1234@admin.com", "pgadmin_password" : "1234", "pgadmin_port" : "5050", "rabbitmq_user" : "admin", "rabbitmq_password" : "mypass", "rabbitmq_port" : "5672", "rabbitmq_admin_port" : "15672", "superuser_email" : "admin@{{cookiecutter.project_name}}.com", "superuser_password" : "appadminpassword", "secret_key" : "super_secret_to_replace"} | json_instruct | {"type": "object", "properties": {"project_slug": {"type": "string"}, "project_name": {"type": "string"}, "port": {"type": "string"}, "postgres_user": {"type": "string"}, "postgres_password": {"type": "string"}, "postgres_database": {"type": "string"}, "pgadmin_user": {"type": "string"}, "pgadmin_password": {"type": "string"}, "pgadmin_port": {"type": "string"}, "rabbitmq_user": {"type": "string"}, "rabbitmq_password": {"type": "string"}, "rabbitmq_port": {"type": "string"}, "rabbitmq_admin_port": {"type": "string"}, "superuser_email": {"type": "string"}, "superuser_password": {"type": "string"}, "secret_key": {"type": "string"}}, "required": ["project_slug", "project_name", "port", "postgres_user", "postgres_password", "postgres_database", "pgadmin_user", "pgadmin_password", "pgadmin_port", "rabbitmq_user", "rabbitmq_password", "rabbitmq_port", "rabbitmq_admin_port", "superuser_email", "superuser_password", "secret_key"], "$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": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "230811102200", "text" : "\u6556\u5176\u6751\u59d4\u4f1a"}, {"id" : "230811102201", "text" : "\u957f\u6625\u6751\u59d4\u4f1a"}, {"id" : "230811102202", "text" : "\u957f\u5bff\u6751\u59d4\u4f1a"}, {"id" : "230811102203", "text" : "\u5174\u9686\u6751\u59d4\u4f1a"}, {"id" : "230811102204", "text" : "\u6c38\u5b89\u6751\u59d4\u4f1a"}, {"id" : "230811102205", "text" : "\u6c38\u4ec1\u6751\u59d4\u4f1a"}, {"id" : "230811102206", "text" : "\u53cc\u5174\u6751\u59d4\u4f1a"}, {"id" : "230811102207", "text" : "\u53cc\u7389\u6751\u59d4\u4f1a"}, {"id" : "230811102500", "text" : "\u7334\u77f3\u5c71\u679c\u82d7\u826f\u79cd\u573a\u751f\u6d3b\u533a"}, {"id" : "230811102501", "text" : "\u6c38\u5b89\u82d7\u5703\u751f\u6d3b\u533a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"being": {"type": "integer"}}, "required": ["being"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d442d015-0176-4411-a60c-42f822263f14", "playerTags" : [], "teamTags" : [], "gameTags" : [], "metadata" : {"being" : 1}, "created" : "2021-03-15T20:46:39.557Z", "season" : 13, "tournament" : -1, "type" : 29, "day" : 6, "phase" : 2, "category" : 4, "description" : "kitchen's swamped", "nuts" : 33} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"being": {"type": "integer"}}, "required": ["being"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"webgl": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "image": {"type": "string"}}, "required": ["hash", "image"]}}, "canvas": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "image": {"type": "string"}}, "required": ["hash", "image"]}}}, "required": ["webgl", "canvas"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"webgl" : [{"hash" : "bd5ca4fe3ec53c421044c78d86592b86", "image" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAASUlEQVRYR+3XsQ0AMAwCwTBtZvK0pI6S1sLFewALnWiQba/giQDjBLTV2gjXXbmnAwRAAAEEEEAAAQQQQACBuEDrKPg8ZxvGBQ6XssehFyMftwAAAABJRU5ErkJggg=="}, {"hash" : "f0655500f11c8788157c7d56504ba97d", "image" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAATUlEQVRYR+3XwQkAIAxDUTOtMzltHMGQSxF+z1bCI5fKttfgiABfCGiraonPu15RBwiAAAIIIIAAAggggAAC4wLVURAuRXdB+Ff1jAAXri7Hod4EsdEAAAAASUVORK5CYII="}, {"hash" : "775456a56bd801df87e48a3f0d64f55b", "image" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAASklEQVRYR+3XwQkAMAxC0TptZ8q0doFeEgIh8J1AHl6UbZ/BiAIrBXT1XY0jP6fSBiiAAAIIIIAAAggggAAC4wKdV7L0CyjQKfAA81vHoZKx0TQAAAAASUVORK5CYII="}], "canvas" : [{"hash" : "bd5ca4fe3ec53c421044c78d86592b86", "image" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAASUlEQVRYR+3XsQ0AMAwCwTBtZvK0pI6S1sLFewALnWiQba/giQDjBLTV2gjXXbmnAwRAAAEEEEAAAQQQQACBuEDrKPg8ZxvGBQ6XssehFyMftwAAAABJRU5ErkJggg=="}, {"hash" : "89d81d84f2f1caaf3520b90339cae49b", "image" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAWklEQVRYR+3XMREAIAiFYUhjDalkECthDdNgAz1ZdPiZgXv3HQsaESEPSwnwvcCYQ6xb6kq8udRSt7PHGyAAAggggAACCCCAAAIIPBdIPQQXQ8e/4GJXqpUAC2dxD7D4nTW5AAAAAElFTkSuQmCC"}, {"hash" : "0bdf4829e420487a796c7bda48f22faf", "image" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAVklEQVRYR+3XQQoAIAhEUbtfnSk7U93P1m0CJZDguxeGxyy0mJlJ4hQCfCmgU2WscTSn1y7a1N2mUAcIgAACCCCAAAIIIIAAAukC7uP/shD6CwjwUmADYRMPsN5BdSsAAAAASUVORK5CYII="}]} | json_instruct | {"type": "object", "properties": {"webgl": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "image": {"type": "string"}}, "required": ["hash", "image"]}}, "canvas": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "image": {"type": "string"}}, "required": ["hash", "image"]}}}, "required": ["webgl", "canvas"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"datestamp" : "2021-04-26", "nameWithOwner" : "twitterdev/search-tweets-python", "name" : "search-tweets-python", "commits" : 226, "forkCount" : 150, "issues" : 77, "openIssues" : 2, "closedIssues" : 75, "pullRequests" : 42, "openPullRequests" : 0, "mergedPullRequests" : 35, "closedPullRequests" : 7, "stargazers" : 409, "watchers" : 36} | json_instruct | {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2020-08-12T12:00:00Z", "Temp" : 33, "RelHum" : 47, "WindSpeed" : 3.4, "WindDir" : 324} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"c": {"type": "object", "properties": {"hafar": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "ash sharqiyah": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "thuwal": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "ha'il": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "hayat": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["hafar", "ash sharqiyah", "thuwal", "ha'il", "hayat"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"c" : {"hafar" : {"z" : {}, "l" : ["27.6565", "41.2912"]}, "ash sharqiyah" : {"z" : {}, "l" : ["27.8619", "42.4189"]}, "thuwal" : {"z" : {}, "l" : ["26.0049", "42.3853"]}, "ha'il" : {"z" : {}, "l" : ["27.5219", "41.6907"]}, "hayat" : {"z" : {}, "l" : ["26.1500", "40.6000"]}}, "l" : []} | json_instruct | {"type": "object", "properties": {"c": {"type": "object", "properties": {"hafar": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "ash sharqiyah": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "thuwal": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "ha'il": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "hayat": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["hafar", "ash sharqiyah", "thuwal", "ha'il", "hayat"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$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"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}, "require": {"type": "object", "properties": {"symfony/yaml": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}, "nelexa/zip": {"type": "string"}}, "required": ["symfony/yaml", "vlucas/phpdotenv", "nelexa/zip"]}}, "required": ["name", "description", "type", "license", "authors", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "matczar/wp-cli-freemius-toolkit", "description" : "Freemius developer toolkit", "type" : "wp-cli-package", "license" : "MIT", "authors" : [{"name" : "Mateusz Czardybon", "email" : "mczardybon.czarsoft@gmail.com"}], "autoload" : {"files" : ["bootstrap.php", "includes/freemius/Freemius.php"]}, "require" : {"symfony/yaml" : "^5.1", "vlucas/phpdotenv" : "^5.0", "nelexa/zip" : "^3.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}, "require": {"type": "object", "properties": {"symfony/yaml": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}, "nelexa/zip": {"type": "string"}}, "required": ["symfony/yaml", "vlucas/phpdotenv", "nelexa/zip"]}}, "required": ["name", "description", "type", "license", "authors", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "theaurorian.crystallinesprite", "Registry ID" : "theaurorian:crystallinesprite", "Class" : "com.elseytd.theaurorian.Entities.Hostile.CrystallineSprite_Entity"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nineslice_size": {"type": "integer"}, "base_size": {"type": "array", "items": {"type": "integer"}}}, "required": ["nineslice_size", "base_size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nineslice_size" : 2, "base_size" : [6, 6]} | json_instruct | {"type": "object", "properties": {"nineslice_size": {"type": "integer"}, "base_size": {"type": "array", "items": {"type": "integer"}}}, "required": ["nineslice_size", "base_size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tslearn", "description" : "A machine learning toolkit dedicated to time-series data", "license" : {"key" : "bsd-2-clause", "name" : "BSD 2-clause \"Simplified\" License", "spdx_id" : "BSD-2-Clause", "url" : "https://api.github.com/licenses/bsd-2-clause"}, "starNum" : 176, "folkNum" : 24, "watchNum" : 176, "topic" : ["dtw", "dynamic-time-warping", "machine-learning", "machine-learning-algorithms", "machinelearning", "python", "time-series", "time-series-analysis", "time-series-classification", "time-series-clustering", "timeseries"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dev": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "StackName": {"type": "string"}, "StackId": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleArn", "AuthRoleArn", "Region", "DeploymentBucketName", "UnauthRoleName", "StackName", "StackId"]}}, "required": ["awscloudformation"]}}, "required": ["dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dev" : {"awscloudformation" : {"AuthRoleName" : "iform-api-dev-20191210155317-authRole", "UnauthRoleArn" : "arn:aws:iam::104381470254:role/iform-api-dev-20191210155317-unauthRole", "AuthRoleArn" : "arn:aws:iam::104381470254:role/iform-api-dev-20191210155317-authRole", "Region" : "us-east-1", "DeploymentBucketName" : "iform-api-dev-20191210155317-deployment", "UnauthRoleName" : "iform-api-dev-20191210155317-unauthRole", "StackName" : "iform-api-dev-20191210155317", "StackId" : "arn:aws:cloudformation:us-east-1:104381470254:stack/iform-api-dev-20191210155317/1755e580-1b8f-11ea-85ed-0e353767367b"}}} | json_instruct | {"type": "object", "properties": {"dev": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "StackName": {"type": "string"}, "StackId": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleArn", "AuthRoleArn", "Region", "DeploymentBucketName", "UnauthRoleName", "StackName", "StackId"]}}, "required": ["awscloudformation"]}}, "required": ["dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "0.01": {"type": "integer"}, "0.29": {"type": "integer"}, "0.97": {"type": "integer"}, "0.95": {"type": "integer"}, "0.98": {"type": "integer"}, "1.0": {"type": "integer"}, "0.85": {"type": "integer"}, "0.86": {"type": "integer"}, "0.56": {"type": "integer"}}, "required": ["0.99", "0.01", "0.29", "0.97", "0.95", "0.98", "1.0", "0.85", "0.86", "0.56"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hour positive count" : 15, "hour neutral count" : 1, "hour negative count" : 2, "hour distri" : {"0.99" : 5, "0.01" : 1, "0.29" : 1, "0.97" : 3, "0.95" : 1, "0.98" : 1, "1.0" : 3, "0.85" : 1, "0.86" : 1, "0.56" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "0.01": {"type": "integer"}, "0.29": {"type": "integer"}, "0.97": {"type": "integer"}, "0.95": {"type": "integer"}, "0.98": {"type": "integer"}, "1.0": {"type": "integer"}, "0.85": {"type": "integer"}, "0.86": {"type": "integer"}, "0.56": {"type": "integer"}}, "required": ["0.99", "0.01", "0.29", "0.97", "0.95", "0.98", "1.0", "0.85", "0.86", "0.56"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "9431040010", "district_id" : "9431040", "name" : "ENGGAIMA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"timeZone": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "oauthScopes": {"type": "array", "items": {"type": "string"}}, "gmail": {"type": "object", "properties": {"name": {"type": "string"}, "logoUrl": {"type": "string"}, "contextualTriggers": {"type": "array", "items": {"type": "object", "properties": {"unconditional": {"type": "object", "properties": {}, "required": []}, "onTriggerFunction": {"type": "string"}}, "required": ["unconditional", "onTriggerFunction"]}}, "primaryColor": {"type": "string"}, "secondaryColor": {"type": "string"}, "openLinkUrlPrefixes": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "logoUrl", "contextualTriggers", "primaryColor", "secondaryColor", "openLinkUrlPrefixes"]}}, "required": ["timeZone", "dependencies", "oauthScopes", "gmail"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timeZone" : "Europe/Dublin", "dependencies" : {}, "oauthScopes" : ["https://www.googleapis.com/auth/gmail.addons.execute", "https://www.googleapis.com/auth/gmail.addons.current.message.metadata", "https://www.googleapis.com/auth/gmail.modify", "https://www.googleapis.com/auth/gmail.addons.current.message.readonly", "https://www.googleapis.com/auth/script.external_request", "https://www.googleapis.com/auth/script.locale"], "gmail" : {"name" : "Emoto", "logoUrl" : "http://codejago.com/emoto/assets/ic_sentiment_satisfied_black_48dp.png", "contextualTriggers" : [{"unconditional" : {}, "onTriggerFunction" : "buildAddOn"}], "primaryColor" : "#4285F4", "secondaryColor" : "#4285F4", "openLinkUrlPrefixes" : ["https://mail.google.com/"]}} | json_instruct | {"type": "object", "properties": {"timeZone": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "oauthScopes": {"type": "array", "items": {"type": "string"}}, "gmail": {"type": "object", "properties": {"name": {"type": "string"}, "logoUrl": {"type": "string"}, "contextualTriggers": {"type": "array", "items": {"type": "object", "properties": {"unconditional": {"type": "object", "properties": {}, "required": []}, "onTriggerFunction": {"type": "string"}}, "required": ["unconditional", "onTriggerFunction"]}}, "primaryColor": {"type": "string"}, "secondaryColor": {"type": "string"}, "openLinkUrlPrefixes": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "logoUrl", "contextualTriggers", "primaryColor", "secondaryColor", "openLinkUrlPrefixes"]}}, "required": ["timeZone", "dependencies", "oauthScopes", "gmail"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "Refactor dependencies, increase new min versions, add mpi4py variant.\r\n\r\nDepends on:\r\n- [x] #10613\r\n- [x] #10615", "user" : "ax3l", "url" : "https://api.github.com/repos/spack/spack/issues/10616", "updated_at" : "2019-02-19 08:14:49", "created_at" : "2019-02-15 09:54:56", "closed_at" : "2019-02-18 07:54:28", "state" : "closed", "title" : "openPMD-api: mpi4py support", "number" : 10616, "milestone" : null, "labels" : ["update-package"], "id" : 410687474, "html_url" : "https://github.com/spack/spack/pull/10616", "assignees" : [], "comments" : 0} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["In a medium sized glass jar, combine the non-dairy creamer, chocolate drink mix, instant coffee, sugar, cinnamon and nutmeg; mix well.", "To prepare, place 2 tablespoons mix in a mug, pour in 3/4 cup boiling water, and stir until dissolved. Serve hot."], "ingredients" : ["1 cup powdered non-dairy creamer", "1 cup instant chocolate drink mix", "3/4 cup instant coffee granules", "1/2 cup white sugar", "1/2 teaspoon ground cinnamon", "1/4 teaspoon ground nutmeg"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Cappuccino Mix", "url" : "http://allrecipes.com/recipe/9477/cappuccino-mix/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"header" : {"protoclVersion" : {"protocolVersion" : "0.0.2"}}, "body" : {"rx_obcTime" : "3849097", "rx_recvCnt" : "520", "rx_gpsDate" : "170319", "rx_gpsTime" : "100619", "rx_lat" : 35.481648, "rx_long" : 139.631216, "rx_alt" : "37", "rx_temp" : "33.29", "rx_airP" : "101649", "rx_bSize" : "35", "tx_id" : "23", "tx_cnt" : "30", "payload" : 1, "tx_gpsTime" : "100609", "tx_lat" : 35.481364, "tx_long" : 139.631584, "tx_alt" : 26}} | json_instruct | {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "urlPattern": {"type": "string"}}, "required": ["method", "urlPattern"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "jsonBody": {"type": "object", "properties": {"imageId": {"type": "integer"}, "captureDate": {"type": "string"}, "imageView": {"type": "string"}, "imageOrientation": {"type": "string"}, "imageType": {"type": "string"}, "objectId": {"type": "integer"}, "imageData": {"type": "string"}}, "required": ["imageId", "captureDate", "imageView", "imageOrientation", "imageType", "objectId", "imageData"]}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}}, "required": ["status", "jsonBody", "headers"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"request" : {"method" : "GET", "urlPattern" : "/elite2api/images/1"}, "response" : {"status" : 200, "jsonBody" : {"imageId" : 1, "captureDate" : "2017-07-05", "imageView" : "view", "imageOrientation" : "orientation", "imageType" : "type", "objectId" : 0, "imageData" : "data"}, "headers" : {"Content-Type" : "application/json"}}} | json_instruct | {"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "urlPattern": {"type": "string"}}, "required": ["method", "urlPattern"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "jsonBody": {"type": "object", "properties": {"imageId": {"type": "integer"}, "captureDate": {"type": "string"}, "imageView": {"type": "string"}, "imageOrientation": {"type": "string"}, "imageType": {"type": "string"}, "objectId": {"type": "integer"}, "imageData": {"type": "string"}}, "required": ["imageId", "captureDate", "imageView", "imageOrientation", "imageType", "objectId", "imageData"]}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}}, "required": ["status", "jsonBody", "headers"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "I say previously, predict", "long" : "I say previously, predict, proclaim, foretell."} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vendor" : "adoptopenjdk", "filename" : "OpenJDK15U-jre_ppc64le_linux_hotspot_15_36.tar.gz", "release_type" : "ga", "version" : "15.0.0+36", "java_version" : "15+36", "jvm_impl" : "hotspot", "os" : "linux", "architecture" : "ppc64le", "file_type" : "tar.gz", "image_type" : "jre", "features" : [], "url" : "https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15%2B36/OpenJDK15U-jre_ppc64le_linux_hotspot_15_36.tar.gz", "md5" : "ed33c00be429c68b55d83d09746225e0", "md5_file" : "OpenJDK15U-jre_ppc64le_linux_hotspot_15_36.tar.gz.md5", "sha1" : "f0bc4f6ca144934d368a016621b87aa8cd0c80b0", "sha1_file" : "OpenJDK15U-jre_ppc64le_linux_hotspot_15_36.tar.gz.sha1", "sha256" : "6ea692c7e43bee201a56313bd9f4ddcdea43bed1dfe203c49316ac4d08a4cdd3", "sha256_file" : "OpenJDK15U-jre_ppc64le_linux_hotspot_15_36.tar.gz.sha256", "sha512" : "2f74e46c05e93a542f2348a9d09bb7c8df58250bdb1e3b0533e1f2bbd1994e52c19b9087804e4c0b74fde66807b7b9b8a348fcbca8e692d21e9633722784b5c0", "sha512_file" : "OpenJDK15U-jre_ppc64le_linux_hotspot_15_36.tar.gz.sha512", "size" : 53977112} | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "refmap": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "priority": {"type": "integer"}, "mixins": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}, "minVersion": {"type": "string"}}, "required": ["required", "package", "refmap", "compatibilityLevel", "priority", "mixins", "injectors", "minVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"required" : true, "package" : "frankv.bettersafebed.mixins", "refmap" : "bettersafebed.refmap.json", "compatibilityLevel" : "JAVA_16", "priority" : 100, "mixins" : ["ServerPlayerEntityMixin"], "injectors" : {"defaultRequire" : 1}, "minVersion" : "0.8.5"} | json_instruct | {"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "refmap": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "priority": {"type": "integer"}, "mixins": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}, "minVersion": {"type": "string"}}, "required": ["required", "package", "refmap", "compatibilityLevel", "priority", "mixins", "injectors", "minVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "string"}}, "response_type": {"type": "string"}, "response": {"type": "string"}}, "required": ["commands", "response_type", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"commands" : ["talk grapes"], "response_type" : "display", "response" : "Talking to Grapes? That seems a bit crazy."} | json_instruct | {"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "string"}}, "response_type": {"type": "string"}, "response": {"type": "string"}}, "required": ["commands", "response_type", "response"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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-97gh-wvjc-f5cx", "modified" : "2022-04-29T02:57:16Z", "published" : "2022-04-29T02:57:16Z", "aliases" : ["CVE-2004-0168"], "details" : "Unknown vulnerability in CoreFoundation for Mac OS X 10.3.2, related to \"notification logging.\"", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2004-0168"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/15299"}, {"type" : "WEB", "url" : "http://lists.apple.com/archives/security-announce/2004/Feb/msg00000.html"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/10959/"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "bin": {"type": "object", "properties": {"sails": {"type": "string"}}, "required": ["sails"]}, "scripts": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "captains-log": {"type": "string"}, "colors": {"type": "string"}, "commander": {"type": "string"}, "lodash": {"type": "string"}, "rc": {"type": "string"}, "reportback": {"type": "string"}, "sails-generate": {"type": "string"}}, "required": ["async", "captains-log", "colors", "commander", "lodash", "rc", "reportback", "sails-generate"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}}, "required": ["name", "author", "version", "description", "homepage", "keywords", "bin", "scripts", "dependencies", "repository", "license", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sails-cli", "author" : "Mike McNeil <@mikermcneil>", "version" : "0.1.3", "description" : "Experimental standalone CLI package for Sails.", "homepage" : "http://sailsjs.org", "keywords" : [], "bin" : {"sails" : "./bin/sails.js"}, "scripts" : {}, "dependencies" : {"async" : "1.5.0", "captains-log" : "~0.11.11", "colors" : "1.1.2", "commander" : "2.9.0", "lodash" : "3.10.1", "rc" : "1.0.1", "reportback" : "~0.1.9", "sails-generate" : "~0.12.4"}, "repository" : {"type" : "git", "url" : "git://github.com/mikermcneil/sails-cli.git"}, "license" : "MIT", "engines" : {"node" : ">= 0.10.0", "npm" : ">= 1.4.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "bin": {"type": "object", "properties": {"sails": {"type": "string"}}, "required": ["sails"]}, "scripts": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "captains-log": {"type": "string"}, "colors": {"type": "string"}, "commander": {"type": "string"}, "lodash": {"type": "string"}, "rc": {"type": "string"}, "reportback": {"type": "string"}, "sails-generate": {"type": "string"}}, "required": ["async", "captains-log", "colors", "commander", "lodash", "rc", "reportback", "sails-generate"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}}, "required": ["name", "author", "version", "description", "homepage", "keywords", "bin", "scripts", "dependencies", "repository", "license", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_guid_": {"type": "string"}, "_extends_": {"type": "string"}, "title": {"type": "string"}, "specs": {"type": "array", "items": {"type": "string"}}, "request": {"type": "object", "properties": {"body": {"type": "object", "properties": {"data": {"type": "object", "properties": {"MoneyGBPField": {"type": "string"}, "EmailField": {"type": "string"}, "TextField": {"type": "string"}, "DocumentField1": {"type": "object", "properties": {"document_url": {"type": "string"}, "document_filename": {"type": "string"}, "document_binary_url": {"type": "string"}, "document_hash": {"type": "string"}}, "required": ["document_url", "document_filename", "document_binary_url", "document_hash"]}}, "required": ["MoneyGBPField", "EmailField", "TextField", "DocumentField1"]}, "event_token": {"type": "string"}}, "required": ["data", "event_token"]}}, "required": ["body"]}, "expectedResponse": {"type": "object", "properties": {"_extends_": {"type": "string"}, "body": {"type": "object", "properties": {"exception": {"type": "string"}, "timestamp": {"type": "string"}, "message": {"type": "string"}, "path": {"type": "string"}, "details": {"type": "object", "properties": {"field_errors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}}, "required": ["field_errors"]}, "callbackErrors": {"type": "null"}, "callbackWarnings": {"type": "null"}}, "required": ["exception", "timestamp", "message", "path", "details", "callbackErrors", "callbackWarnings"]}}, "required": ["_extends_", "body"]}}, "required": ["_guid_", "_extends_", "title", "specs", "request", "expectedResponse"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_guid_" : "S-1016", "_extends_" : "F-1002-Test_Base_Request_Body", "title" : "must get an error response for a malformed document Id", "specs" : ["contains a malformed document Id"], "request" : {"body" : {"data" : {"MoneyGBPField" : "10121012", "EmailField" : "S1012NonDocumentFieldsUpdate@gmail.com", "TextField" : "NonDocumentFieldsUpdate", "DocumentField1" : {"document_url" : "{{DM_STORE_BASE_URL}}/documents/${[scenarioContext][childContexts][Default_Document_Upload_Data][customValues][documentIdInTheResponse]}", "document_filename" : "${[scenarioContext][childContexts][Default_Document_Upload_Data][testData][actualResponse][body][documents][0][originalDocumentName]}", "document_binary_url" : "{{DM_STORE_BASE_URL}}/documents/00000000-@@@@-^&*$-0000-000000000000/binary", "document_hash" : "${[scenarioContext][childContexts][Default_Document_Upload_Data][testData][actualResponse][body][documents][0][hashToken]}"}}, "event_token" : "${[scenarioContext][childContexts][S-1016-Update_Event_Token_Creation][testData][actualResponse][body][token]}"}}, "expectedResponse" : {"_extends_" : "Common_422_Response", "body" : {"exception" : "uk.gov.hmcts.ccd.endpoint.exceptions.CaseValidationException", "timestamp" : "[[ANYTHING_PRESENT]]", "message" : "Case data validation failed", "path" : "/cases/${[scenarioContext][childContexts][F-1002-Case_Creation_Data][testData][actualResponse][body][id]}/events", "details" : {"field_errors" : [{"id" : "DocumentField1", "message" : "{{DM_STORE_BASE_URL}}/documents/00000000-@@@@-^&*$-0000-000000000000/binary does not match Document Management domain or expected URL path"}]}, "callbackErrors" : null, "callbackWarnings" : null}}} | json_instruct | {"type": "object", "properties": {"_guid_": {"type": "string"}, "_extends_": {"type": "string"}, "title": {"type": "string"}, "specs": {"type": "array", "items": {"type": "string"}}, "request": {"type": "object", "properties": {"body": {"type": "object", "properties": {"data": {"type": "object", "properties": {"MoneyGBPField": {"type": "string"}, "EmailField": {"type": "string"}, "TextField": {"type": "string"}, "DocumentField1": {"type": "object", "properties": {"document_url": {"type": "string"}, "document_filename": {"type": "string"}, "document_binary_url": {"type": "string"}, "document_hash": {"type": "string"}}, "required": ["document_url", "document_filename", "document_binary_url", "document_hash"]}}, "required": ["MoneyGBPField", "EmailField", "TextField", "DocumentField1"]}, "event_token": {"type": "string"}}, "required": ["data", "event_token"]}}, "required": ["body"]}, "expectedResponse": {"type": "object", "properties": {"_extends_": {"type": "string"}, "body": {"type": "object", "properties": {"exception": {"type": "string"}, "timestamp": {"type": "string"}, "message": {"type": "string"}, "path": {"type": "string"}, "details": {"type": "object", "properties": {"field_errors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "message"]}}}, "required": ["field_errors"]}, "callbackErrors": {"type": "null"}, "callbackWarnings": {"type": "null"}}, "required": ["exception", "timestamp", "message", "path", "details", "callbackErrors", "callbackWarnings"]}}, "required": ["_extends_", "body"]}}, "required": ["_guid_", "_extends_", "title", "specs", "request", "expectedResponse"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1944, 5], [1946, 5], [1963, 6], [1966, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.