input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Following the schema specification below, generate a valid JSON instance:
{"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" : [[[-73.682225, 44.329058], [-73.682685, 44.333818], [-73.499806, 44.396474], [-73.484908, 44.309538], [-73.323842, 44.325327], [-73.324526, 44.319246], [-73.324195, 44.310033], [-73.322216, 44.301542], [-73.316767, 44.287728], [-73.31221, 44.280069], [-73.310914, 44.274298], [-73.312741, 44.265411], [-73.316427, 44.257737], [-73.508995, 44.238563], [-73.510746, 44.238535], [-73.517847, 44.246651], [-73.524137, 44.250152], [-73.526669, 44.248492], [-73.533408, 44.248207], [-73.537457, 44.246491], [-73.541114, 44.247242], [-73.540943, 44.245497], [-73.545199, 44.243967], [-73.545485, 44.242225], [-73.547899, 44.242433], [-73.555992, 44.239941], [-73.559516, 44.237537], [-73.560575, 44.235486], [-73.56143, 44.23624], [-73.562498, 44.235969], [-73.562677, 44.234411], [-73.566563, 44.235588], [-73.566075, 44.234325], [-73.567741, 44.2351], [-73.568432, 44.234771], [-73.568072, 44.233596], [-73.573733, 44.232918], [-73.64566, 44.226597], [-73.647792, 44.230934], [-73.649322, 44.244808], [-73.667704, 44.243229], [-73.676164, 44.304475], [-73.679432, 44.304425], [-73.684297, 44.328751], [-73.682225, 44.329058]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 43635}}]} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Token J2bw", "symbol" : "J2bwM", "decimals" : 6, "address" : "J2bwMh8WgGQa4DN9MkMvELmfxAvjBo4Uh7ix3sg5qYAj", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [16, 13, 15, 15, 8, 16, 12, 16, 19, 15, 12, 12, 14, 18, 13, 2, 16, 14, 16, 13, 11, 15, 15, 13, 12, 15, 14, 15, 9, 16, 15, 8, 10, 10, 12, 15, 10, 11, 8, 14, 15, 14, 16, 14, 16, 12, 17, 14, 14, 17, 15, 12] | json_instruct | {"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "property"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Phoenix Wing Wind Blast", "number" : "63356631", "is_illegal" : false, "text" : "Discard 1 card, then target 1 card your opponent controls; place that target on the top of the Deck.", "type" : "Trap", "is_monster" : false, "is_spell" : false, "is_trap" : true, "property" : "Normal"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "property"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "reason": {"type": "string"}}, "required": ["@context", "@type", "reason"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@context" : "https://bluebrain.github.io/nexus/contexts/error.json", "@type" : "ResourceAlreadyExists", "reason" : "Resource '{{id}}' already exists in project '{{projRef}}'."} | json_instruct | {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "reason": {"type": "string"}}, "required": ["@context", "@type", "reason"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001994": {"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": ["E01001994"]}, "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" : {"E01001994" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00010013", "LAD11CD" : "E09000014"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00010014", "LAD11CD" : "E09000014"}, "arcs" : [[3, -3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00010015", "LAD11CD" : "E09000014"}, "arcs" : [[5, 6, 7, -1, -4, 8, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00010016", "LAD11CD" : "E09000014"}, "arcs" : [[-7, 10, 11]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00010017", "LAD11CD" : "E09000014"}, "arcs" : [[-6, 12, 13, -11]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00010018", "LAD11CD" : "E09000014"}, "arcs" : [[-13, -10, 14]]}]}}, "arcs" : [[[5804, 5074], [-1543, 1957]], [[4261, 7031], [353, -388], [1127, 2019], [42, 739], [541, 14], [-153, 495], [2487, 89], [71, -828]], [[8729, 9171], [-1151, -1548], [445, -646], [-522, -920], [-858, -686], [-386, 392], [-453, -689]], [[5796, 4900], [8, 174]], [[8729, 9171], [1270, -924], [-2011, -3794], [-1057, -225], [-1135, 672]], [[4943, 4303], [-793, 964], [-700, -1066]], [[3450, 4201], [-532, 1141], [617, 700], [-321, 415], [722, 1045]], [[3936, 7502], [325, -471]], [[5796, 4900], [-199, -281], [1158, -1300]], [[6755, 3319], [-485, -768], [-1327, 1752]], [[3450, 4201], [-518, -1459], [1128, -408], [-204, -1261]], [[3856, 1073], [-1711, 926], [-294, 551], [-1851, -13], [298, 2036], [3062, 3362], [190, 192], [386, -625]], [[4943, 4303], [-349, -639], [210, -1445], [1035, -162], [-288, -1168]], [[5551, 889], [-364, -889], [-1331, 1073]], [[6755, 3319], [849, -1658], [-181, -250], [-689, 675], [-496, -1247], [-687, 50]]], "transform" : {"scale" : [1.424043521159715e-06, 6.096157442575451e-07], "translate" : [-0.1661824749566, 51.580463507986]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001994": {"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": ["E01001994"]}, "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"AppSettings": {"type": "object", "properties": {"SecretKey": {"type": "string"}}, "required": ["SecretKey"]}, "ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "SwaggerOptions": {"type": "object", "properties": {"JsonRoute": {"type": "string"}, "Description": {"type": "string"}, "UiEndpoint": {"type": "string"}}, "required": ["JsonRoute", "Description", "UiEndpoint"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["AppSettings", "ConnectionStrings", "SwaggerOptions", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AppSettings" : {"SecretKey" : "aivnuq0w934857%#$#$#)(@30haeojfn43n5034958n0248562nv#)%=#&ERNV"}, "ConnectionStrings" : {"DefaultConnection" : "Server=;Database=ExchangeDb;User ID=sa;Password=;Trusted_Connection=True;MultipleActiveResultSets=true"}, "SwaggerOptions" : {"JsonRoute" : "swagger/{documentName}/swagger.json", "Description" : "Exchange API", "UiEndpoint" : "v1/swagger.json"}, "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "AllowedHosts" : "*"} | json_instruct | {"type": "object", "properties": {"AppSettings": {"type": "object", "properties": {"SecretKey": {"type": "string"}}, "required": ["SecretKey"]}, "ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "SwaggerOptions": {"type": "object", "properties": {"JsonRoute": {"type": "string"}, "Description": {"type": "string"}, "UiEndpoint": {"type": "string"}}, "required": ["JsonRoute", "Description", "UiEndpoint"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["AppSettings", "ConnectionStrings", "SwaggerOptions", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Ostfl\u00fcgel-Zimmerschl\u00fcssel 226", "ShortName" : "O.Res.226", "Description" : "Schl\u00fcssel f\u00fcr Zimmer 226, im Ostfl\u00fcgel des Resorts"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$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"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "ELADIA", "frequency" : 2634, "males" : "0.0 %", "females" : "100.0 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "Edouard DUPIN", "value" : "P", "type" : "hand", "time" : 1470116864573425152, "data" : [{"type" : "type::finger", "list" : [[372.32193, 680.885986], [373.64978, 674.242126], [376.202667, 663.300415], [380.073456, 645.892456], [385.018036, 623.43811], [391.077393, 583.728271], [393.586243, 545.239685], [393.595612, 513.460388], [391.721344, 494.227295], [385.78302, 477.284973], [376.128448, 460.425354], [363.975037, 449.505859], [348.567657, 443.681946], [330.986237, 451.669434], [315.9599, 471.371521], [310.800812, 483.308411], [310.088135, 484.846375]]}, {"type" : "type::finger", "list" : [[355.004639, 625.581482], [354.091034, 620.104492], [351.698914, 616.400146], [349.789673, 613.251953], [347.773651, 611.384094], [344.373535, 611.482666], [337.220276, 614.119873], [328.836914, 623.072388], [322.093262, 638.26355], [319.864197, 656.131592], [324.558258, 675.686584], [337.343262, 697.026428], [356.280243, 712.372192], [375.663086, 722.355469], [396.614716, 725.053589], [414.993134, 720.982971], [431.543945, 711.790894], [441.903229, 696.705139], [446.999146, 679.580322], [446.34845, 663.307617], [440.606232, 649.884949], [430.17334, 642.396973], [422.208527, 641.223999], [421.690216, 641.154175]]}]} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "Sos", "circ" : "1\u00e8re circonscription", "dpt" : "Lot-et-Garonne", "inscrits" : 490, "abs" : 231, "votants" : 259, "blancs" : 24, "nuls" : 16, "exp" : 219, "res" : [{"nuance" : "REM", "nom" : "M. Michel LAUZZANA", "voix" : 142}, {"nuance" : "UDI", "nom" : "M. Jean DIONIS DU SEJOUR", "voix" : 77}]} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"table": {"type": "string"}, "key": {"type": "string"}, "pixelated": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "string"}, "title": {"type": "string"}, "reveal": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "email": {"type": "string"}, "pronouns": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "url": {"type": "string"}, "company": {"type": "string"}, "track": {"type": "string"}, "abstract": {"type": "string"}}, "required": ["table", "key", "pixelated", "name", "location", "title", "reveal", "topics", "email", "pronouns", "twitter", "url", "company", "track", "abstract"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"table" : "speakers", "key" : "test", "pixelated" : "cb56752477cae6405f85b131872c60d21b967c6a", "name" : "Aha Aha", "location" : "Starship Earth", "title" : "How to make the best conference ever", "reveal" : "2020-07-18T14:22:00-07:00", "topics" : ["tropical", "people", "fun", "laughter", "learning", "yellow-possum"], "email" : "carter@fizbuz.com", "pronouns" : ["he", "him"], "twitter" : "@crtr0", "url" : "https://2020.cascadiajs.com/", "company" : "Fizbuz", "track" : "main", "abstract" : "Do eet!"}, {"table" : "speakers", "key" : "asp", "pixelated" : "5a7351cbc341ee86247c69489a37f7b1d2574d4e", "name" : "Ahoo Hoo", "location" : "The Pacific North West", "title" : "Cheddar Goblin", "reveal" : "2020-06-19T13:30:00-07:00", "topics" : ["chemistry", "chainsaw", "laughter", "vodka"], "email" : "nick@loggers.com", "pronouns" : ["he", "him"], "twitter" : "@n", "url" : "https://loggers.com", "company" : "Loggers", "track" : "main", "abstract" : "Sometimes a chainsaw comes in handy."}, {"table" : "speakers", "key" : "", "pixelated" : "79bd990d98b39128a4b6bd3bf03b777cfbd4128f", "name" : "El Barb\u00f3n", "location" : "Iceland", "title" : "Turing for fun and profit", "reveal" : "2020-06-20T13:30:00-07:00", "topics" : ["ai", "dancing", "machine-learning"], "email" : "nathan@bluebook.com", "pronouns" : ["he", "him"], "twitter" : "@barbon", "url" : "https://ava-sessions.com", "company" : "Blue Book", "track" : "main", "abstract" : "Isn't it strange, to create something that hates you?"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"table": {"type": "string"}, "key": {"type": "string"}, "pixelated": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "string"}, "title": {"type": "string"}, "reveal": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "email": {"type": "string"}, "pronouns": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "url": {"type": "string"}, "company": {"type": "string"}, "track": {"type": "string"}, "abstract": {"type": "string"}}, "required": ["table", "key", "pixelated", "name", "location", "title", "reveal", "topics", "email", "pronouns", "twitter", "url", "company", "track", "abstract"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "A Fast Local Search Algorithm for Minimum Weight Dominating Set Problem on Massive Graphs.", "fields" : ["graph", "minimum weight", "local search", "dominating set", "discrete mathematics"], "abstract" : null, "citation" : "Not cited", "year" : "2018", "departments" : ["Northeast Normal University", "Chinese Ministry of Education", "Chinese Academy of Sciences", "Northeast Normal University", "Chinese Ministry of Education", "Northeast Normal University", "Chinese Ministry of Education"], "conf" : "ijcai", "authors" : ["Yiyuan Wang.....http://dblp.org/pers/hd/w/Wang:Yiyuan", "Shaowei Cai.....http://dblp.org/pers/hd/c/Cai:Shaowei", "Jiejiang Chen.....http://dblp.org/pers/hd/c/Chen:Jiejiang", "Minghao Yin.....http://dblp.org/pers/hd/y/Yin:Minghao"], "pages" : 9} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : [[[-122.727497, 47.600083], [-122.724135, 47.628759], [-122.721432, 47.633879], [-122.723426, 47.634232], [-122.723372, 47.635623], [-122.699416, 47.635422], [-122.690757, 47.633516], [-122.691957, 47.622016], [-122.684555, 47.610816], [-122.682455, 47.604416], [-122.682454, 47.596453], [-122.683103, 47.594882], [-122.688118, 47.595286], [-122.689694, 47.596771], [-122.697836, 47.596343], [-122.698226, 47.597009], [-122.709316, 47.596196], [-122.709395, 47.594322], [-122.711881, 47.593206], [-122.712156, 47.595216], [-122.711175, 47.598051], [-122.711209, 47.599123], [-122.714795, 47.591622], [-122.716255, 47.590152], [-122.722316, 47.588143], [-122.721611, 47.591562], [-122.727497, 47.600083]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 79727}}]} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}}, "required": ["acadYear", "description", "title", "department", "faculty", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"acadYear" : "2019/2020", "description" : "This course is an introduction to international finance and international financial management. Its purpose is to train students to relate financial analysis at the firm level with economic analysis at the macroeconomic level. In other words, the course tries to help financial analysts to relate their work to those of strategists and economists. Due to the objective of the course, the course has more weight on breadth than on depth regarding the coverage of the subjects.", "title" : "International Financial Management", "department" : "BIZ Dean's Office", "faculty" : "NUS Business School", "moduleCredit" : "4", "moduleCode" : "BMA5301", "semesterData" : []} | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}}, "required": ["acadYear", "description", "title", "department", "faculty", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"ramsey/uuid": {"type": "string"}, "beberlei/assert": {"type": "string"}, "jamesmoss/flywheel": {"type": "string"}, "xtreamwayz/pimple-container-interop": {"type": "string"}, "graphaware/neo4j-php-client": {"type": "string"}, "webmozart/console": {"type": "string"}, "matthiasnoback/php-workshop-tools": {"type": "string"}}, "required": ["ramsey/uuid", "beberlei/assert", "jamesmoss/flywheel", "xtreamwayz/pimple-container-interop", "graphaware/neo4j-php-client", "webmozart/console", "matthiasnoback/php-workshop-tools"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Test\\": {"type": "string"}}, "required": ["Test\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "behat/behat": {"type": "string"}}, "required": ["phpunit/phpunit", "behat/behat"]}}, "required": ["require", "autoload", "autoload-dev", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"require" : {"ramsey/uuid" : "^3.4", "beberlei/assert" : "^2.5", "jamesmoss/flywheel" : "^0.5.1", "xtreamwayz/pimple-container-interop" : "^1.0", "graphaware/neo4j-php-client" : "^4.4", "webmozart/console" : "@dev", "matthiasnoback/php-workshop-tools" : "^0.8.0"}, "autoload" : {"psr-4" : {"" : "src/"}}, "autoload-dev" : {"psr-4" : {"Test\\" : "test/"}}, "require-dev" : {"phpunit/phpunit" : "^5.4", "behat/behat" : "^3.1"}} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"ramsey/uuid": {"type": "string"}, "beberlei/assert": {"type": "string"}, "jamesmoss/flywheel": {"type": "string"}, "xtreamwayz/pimple-container-interop": {"type": "string"}, "graphaware/neo4j-php-client": {"type": "string"}, "webmozart/console": {"type": "string"}, "matthiasnoback/php-workshop-tools": {"type": "string"}}, "required": ["ramsey/uuid", "beberlei/assert", "jamesmoss/flywheel", "xtreamwayz/pimple-container-interop", "graphaware/neo4j-php-client", "webmozart/console", "matthiasnoback/php-workshop-tools"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Test\\": {"type": "string"}}, "required": ["Test\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "behat/behat": {"type": "string"}}, "required": ["phpunit/phpunit", "behat/behat"]}}, "required": ["require", "autoload", "autoload-dev", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Add to cart": {"type": "string"}, "Cold drinks": {"type": "string"}, "Drinks": {"type": "string"}, "Filter by": {"type": "string"}, "Good deals": {"type": "string"}, "Hot drinks": {"type": "string"}, "Novelties": {"type": "string"}, "Our menu": {"type": "string"}, "Side dishes": {"type": "string"}, "profile": {"type": "string"}}, "required": ["Add to cart", "Cold drinks", "Drinks", "Filter by", "Good deals", "Hot drinks", "Novelties", "Our menu", "Side dishes", "profile"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Add to cart" : "Add to cart", "Cold drinks" : "Cold drinks", "Drinks" : "Drinks", "Filter by" : "Filter by", "Good deals" : "Good deals", "Hot drinks" : "Hot drinks", "Novelties" : "Novelties", "Our menu" : "Our menu", "Side dishes" : "Side dishes", "profile" : "profile"} | json_instruct | {"type": "object", "properties": {"Add to cart": {"type": "string"}, "Cold drinks": {"type": "string"}, "Drinks": {"type": "string"}, "Filter by": {"type": "string"}, "Good deals": {"type": "string"}, "Hot drinks": {"type": "string"}, "Novelties": {"type": "string"}, "Our menu": {"type": "string"}, "Side dishes": {"type": "string"}, "profile": {"type": "string"}}, "required": ["Add to cart", "Cold drinks", "Drinks", "Filter by", "Good deals", "Hot drinks", "Novelties", "Our menu", "Side dishes", "profile"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "I move, stir, excite", "long" : "I set in motion, move, remove, excite, stir up."} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"index": {"type": "integer"}, "path": {"type": "string"}, "subchains": {"type": "object", "properties": {"2-460-5358-5359-5360": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "460-5358-5359-5360": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "5358-5359-5360": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "5359-5360": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}}, "required": ["2-460-5358-5359-5360", "460-5358-5359-5360", "5358-5359-5360", "5359-5360"]}, "titles": {"type": "object", "properties": {"ar": {"type": "string"}}, "required": ["ar"]}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["index", "path", "subchains", "titles", "verse_paths"]}, "index": {"type": "integer"}, "kind": {"type": "string"}}, "required": ["data", "index", "kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"index" : 5360, "path" : "/people/narrators/5360", "subchains" : {"2-460-5358-5359-5360" : {"narrator_ids" : [2, 460, 5358, 5359, 5360], "verse_paths" : ["/books/al-kafi:6:8:48:10"]}, "460-5358-5359-5360" : {"narrator_ids" : [460, 5358, 5359, 5360], "verse_paths" : ["/books/al-kafi:6:8:48:10"]}, "5358-5359-5360" : {"narrator_ids" : [5358, 5359, 5360], "verse_paths" : ["/books/al-kafi:6:8:48:10"]}, "5359-5360" : {"narrator_ids" : [5359, 5360], "verse_paths" : ["/books/al-kafi:6:8:48:10"]}}, "titles" : {"ar" : "\u0627\u0644\u0633\u0651\u064e\u0643\u064e\u0646\u0650 \u0627\u0644\u0652\u062e\u064e\u0632\u0651\u064e\u0627\u0632\u0650"}, "verse_paths" : ["/books/al-kafi:6:8:48:10"]}, "index" : 5360, "kind" : "person_content"} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"index": {"type": "integer"}, "path": {"type": "string"}, "subchains": {"type": "object", "properties": {"2-460-5358-5359-5360": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "460-5358-5359-5360": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "5358-5359-5360": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "5359-5360": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}}, "required": ["2-460-5358-5359-5360", "460-5358-5359-5360", "5358-5359-5360", "5359-5360"]}, "titles": {"type": "object", "properties": {"ar": {"type": "string"}}, "required": ["ar"]}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["index", "path", "subchains", "titles", "verse_paths"]}, "index": {"type": "integer"}, "kind": {"type": "string"}}, "required": ["data", "index", "kind"], "$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": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"monsters/critter/mcm/fuspidercritter/fuspidercritter.monstertype": {"type": "array", "items": {"type": "string"}}}, "required": ["monsters/critter/mcm/fuspidercritter/fuspidercritter.monstertype"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}}, "required": ["Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"monsters/critter/mcm/fuspidercritter/fuspidercritter.monstertype" : ["/description"]}, "Texts" : {"Eng" : "A tiny brown bug that lacks a web but can leap short distances."}}, {"DeniedAlternatives" : [], "Files" : {"monsters/critter/mcm/fuspidercritter/fuspidercritter.monstertype" : ["/shortdescription"]}, "Texts" : {"Eng" : "Jumping Spider"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"monsters/critter/mcm/fuspidercritter/fuspidercritter.monstertype": {"type": "array", "items": {"type": "string"}}}, "required": ["monsters/critter/mcm/fuspidercritter/fuspidercritter.monstertype"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}}, "required": ["Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pageContext" : {"id" : "053bd045-419d-5572-a634-f48b44834ec2"}} | json_instruct | {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "colors": {"type": "array", "items": {"type": "string"}}, "downloads": {"type": "string"}, "featured": {"type": "boolean"}, "likes": {"type": "integer"}, "comments": {"type": "integer"}, "slug": {"type": "string"}, "publishedAt": {"type": "string"}, "user": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["name", "slug"]}, "title": {"type": "string"}, "hashtag": {"type": "string"}, "description": {"type": "string"}, "creator": {"type": "boolean"}, "numberOfColors": {"type": "integer"}, "createdAt": {"type": "string"}, "isNew": {"type": "boolean"}, "sortNewest": {"type": "boolean"}, "examples": {"type": "array", "items": {}}, "colorsArray": {"type": "array", "items": {"type": "string"}}, "totalPalettes": {"type": "integer"}, "minWidth": {"type": "number"}, "height": {"type": "integer"}, "likebutton": {"type": "object", "properties": {"content": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}, "liked": {"type": "integer"}}, "required": ["content", "type", "count", "liked"]}, "thumbnailWidth": {"type": "null"}}, "required": ["_id", "tags", "colors", "downloads", "featured", "likes", "comments", "slug", "publishedAt", "user", "title", "hashtag", "description", "creator", "numberOfColors", "createdAt", "isNew", "sortNewest", "examples", "colorsArray", "totalPalettes", "minWidth", "height", "likebutton", "thumbnailWidth"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "61fa980619da4f16d9364e41", "tags" : ["eclipse89"], "colors" : ["f5b0f3", "d989dd", "d27196", "a56bbc", "b85866", "715a86", "303875", "355196", "4e7cb6", "66a8c9", "7bd6c9", "b6fbfb", "a0bc7b", "6e9960", "496648", "4e392d", "75533f", "997761", "cb8569", "d5b081", "f9e29e", "fffff8", "d5d7ce", "a2aba3", "7e888e", "5e6876", "3a465c", "1f2c3f"], "downloads" : "254", "featured" : false, "likes" : 13, "comments" : 0, "slug" : "bolder-28", "publishedAt" : "2022-02-02T14:55:00.064Z", "user" : {"name" : "Eclipse89", "slug" : "eclipse89"}, "title" : "Bolder-28", "hashtag" : "bolder28", "description" : "Sequel to https://lospec.com/palette-list/bold30", "creator" : true, "numberOfColors" : 28, "createdAt" : "2022-02-02T14:41:10.635Z", "isNew" : false, "sortNewest" : false, "examples" : [], "colorsArray" : ["f5b0f3", "d989dd", "d27196", "a56bbc", "b85866", "715a86", "303875", "355196", "4e7cb6", "66a8c9", "7bd6c9", "b6fbfb", "a0bc7b", "6e9960", "496648", "4e392d", "75533f", "997761", "cb8569", "d5b081", "f9e29e", "fffff8", "d5d7ce", "a2aba3", "7e888e", "5e6876", "3a465c", "1f2c3f"], "totalPalettes" : 2151, "minWidth" : 7.142857142857143, "height" : 32, "likebutton" : {"content" : "61fa980619da4f16d9364e41", "type" : "palettes", "count" : 13, "liked" : 0}, "thumbnailWidth" : null} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "colors": {"type": "array", "items": {"type": "string"}}, "downloads": {"type": "string"}, "featured": {"type": "boolean"}, "likes": {"type": "integer"}, "comments": {"type": "integer"}, "slug": {"type": "string"}, "publishedAt": {"type": "string"}, "user": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["name", "slug"]}, "title": {"type": "string"}, "hashtag": {"type": "string"}, "description": {"type": "string"}, "creator": {"type": "boolean"}, "numberOfColors": {"type": "integer"}, "createdAt": {"type": "string"}, "isNew": {"type": "boolean"}, "sortNewest": {"type": "boolean"}, "examples": {"type": "array", "items": {}}, "colorsArray": {"type": "array", "items": {"type": "string"}}, "totalPalettes": {"type": "integer"}, "minWidth": {"type": "number"}, "height": {"type": "integer"}, "likebutton": {"type": "object", "properties": {"content": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}, "liked": {"type": "integer"}}, "required": ["content", "type", "count", "liked"]}, "thumbnailWidth": {"type": "null"}}, "required": ["_id", "tags", "colors", "downloads", "featured", "likes", "comments", "slug", "publishedAt", "user", "title", "hashtag", "description", "creator", "numberOfColors", "createdAt", "isNew", "sortNewest", "examples", "colorsArray", "totalPalettes", "minWidth", "height", "likebutton", "thumbnailWidth"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"likely-commonjs.js": {"type": "string"}, "likely-commonjs.min.js": {"type": "string"}, "likely.css": {"type": "string"}, "likely.js": {"type": "string"}, "likely.min.css": {"type": "string"}, "likely.min.js": {"type": "string"}}, "required": ["likely-commonjs.js", "likely-commonjs.min.js", "likely.css", "likely.js", "likely.min.css", "likely.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"likely-commonjs.js" : "sha512-Vqr9GlJiZyOh5/ylm6aCgztMfYujDt5exJKk1HoJ9Y5l/3s39g4LeGl2XMZDXmxKZ6pDSJ2UkENLdcKEtARn4A==", "likely-commonjs.min.js" : "sha512-SoNoRiXuTfyEKNsDMmWZG6uXpg9f9JfZS1loLRNmDOhBER7nNGQEtBLWwgbkGtMLZ4CXwvpMQxn8ECS0lAQ+RQ==", "likely.css" : "sha512-xyNd8G05CbgLGtGXSJAhuw/NcId46eIFARvU+UJgjI4ephRyP7kQCyTgiEMoa0CxpiIWhEOmUIReFPuFzjWxjw==", "likely.js" : "sha512-XsWdPWX/Y0mmsQtoSL2+X/keHbufVCGMaAllCxII4yfwimGLL+Sn9onl7emTCXJ8FTZt6s53LDXBMouzTG+Blg==", "likely.min.css" : "sha512-//cSr1GSECsDyZVxPCN+0X88BfZnt16YLV1aE99s+LF9BGLbtGrIRlAbGyRybxsw8Mdbq3MtDdgeP6cGktScxg==", "likely.min.js" : "sha512-AhhYbi5Dbo99mH3UbVFTI3fyroDnhYlOj3gkMbEoUBiTUCTohkUebLlUUh7LYHAOKFhPPbuQRtjJHEn7dq1Q+Q=="} | json_instruct | {"type": "object", "properties": {"likely-commonjs.js": {"type": "string"}, "likely-commonjs.min.js": {"type": "string"}, "likely.css": {"type": "string"}, "likely.js": {"type": "string"}, "likely.min.css": {"type": "string"}, "likely.min.js": {"type": "string"}}, "required": ["likely-commonjs.js", "likely-commonjs.min.js", "likely.css", "likely.js", "likely.min.css", "likely.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"0-4": {"type": "string"}, "5-9": {"type": "string"}, "10-14": {"type": "string"}, "15-17": {"type": "string"}, "18-24": {"type": "string"}, "25-29": {"type": "string"}, "30-34": {"type": "string"}, "35-39": {"type": "string"}, "40-44": {"type": "string"}, "45-49": {"type": "string"}, "50-54": {"type": "string"}, "55-59": {"type": "string"}, "60-64": {"type": "string"}, "65-69": {"type": "string"}, "70-74": {"type": "string"}, "75-79": {"type": "string"}, "80+": {"type": "string"}}, "required": ["0-4", "5-9", "10-14", "15-17", "18-24", "25-29", "30-34", "35-39", "40-44", "45-49", "50-54", "55-59", "60-64", "65-69", "70-74", "75-79", "80+"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0-4" : "0", "5-9" : "0", "10-14" : "1", "15-17" : "1", "18-24" : "6", "25-29" : "6", "30-34" : "12", "35-39" : "15", "40-44" : "29", "45-49" : "52", "50-54" : "88", "55-59" : "149", "60-64" : "248", "65-69" : "348", "70-74" : "523", "75-79" : "601", "80+" : "2,040"} | json_instruct | {"type": "object", "properties": {"0-4": {"type": "string"}, "5-9": {"type": "string"}, "10-14": {"type": "string"}, "15-17": {"type": "string"}, "18-24": {"type": "string"}, "25-29": {"type": "string"}, "30-34": {"type": "string"}, "35-39": {"type": "string"}, "40-44": {"type": "string"}, "45-49": {"type": "string"}, "50-54": {"type": "string"}, "55-59": {"type": "string"}, "60-64": {"type": "string"}, "65-69": {"type": "string"}, "70-74": {"type": "string"}, "75-79": {"type": "string"}, "80+": {"type": "string"}}, "required": ["0-4", "5-9", "10-14", "15-17", "18-24", "25-29", "30-34", "35-39", "40-44", "45-49", "50-54", "55-59", "60-64", "65-69", "70-74", "75-79", "80+"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "links": {"type": "object", "properties": {"facebook": {"type": "string"}, "twitter": {"type": "string"}, "instagram": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["facebook", "twitter", "instagram", "telegram"]}, "email": {"type": "string"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "published_on": {"type": "string"}}, "required": ["symbol", "address", "overview", "links", "email", "website", "whitepaper", "published_on"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "TUT", "address" : "0xfe3a06a947a036eff9f9e8ec25b385ff4e853c38", "overview" : {"en" : "Trust Union (TU) is the worlds first personal financial relationship and credit asset management service platform based on blockchain technology. It aims to establish an efficient and secure data and value chain for the global financial relationship among individuals (C2C), provide data management and value growth service for personal credit assets.", "zh" : "Trust Union\uff08TU\uff09\u662f\u5168\u7403\u9996\u500b\u57fa\u65bc\u5340\u584a\u93c8\u6280\u8853\u5efa\u7acb\u7684\u500b\u4eba\u91d1\u878d\u95dc\u7cfb\u8207\u4fe1\u7528\u8cc7\u7522\u7ba1\u7406\u670d\u52d9\u5e73\u81fa\uff0c\u65e8\u5728\u70ba\u5168\u7403\u500b\u4eba\u8207\u500b\u4eba\uff08C2C\uff09\u7684\u6cdb\u91d1\u878d\u95dc\u7cfb\u5efa\u7acb\u9ad8\u6548\u548c\u5b89\u5168\u7684\u6578\u64da\u93c8\u689d\u8207\u50f9\u503c\u93c8\u689d\uff0c\u4e26\u70ba\u500b\u4eba\u4fe1\u7528\u8cc7\u7522\u63d0\u4f9b\u6578\u64da\u7ba1\u7406\u8207\u50f9\u503c\u6210\u9577\u670d\u52d9\u3002"}, "links" : {"facebook" : "https://www.facebook.com/trustunionhk/", "twitter" : "https://twitter.com/TrustUnion1", "instagram" : "https://www.instagram.com/trustuniontu/", "telegram" : "https://t.me/TUTrustUnion"}, "email" : "customerservice@tut.credit", "website" : "https://www.tut.credit/", "whitepaper" : "https://www.tut.credit/Home/pdf/white-en-v1.3.2.pdf", "published_on" : "2018-10-14"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "links": {"type": "object", "properties": {"facebook": {"type": "string"}, "twitter": {"type": "string"}, "instagram": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["facebook", "twitter", "instagram", "telegram"]}, "email": {"type": "string"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "published_on": {"type": "string"}}, "required": ["symbol", "address", "overview", "links", "email", "website", "whitepaper", "published_on"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "number"}, "AP50": {"type": "number"}, "AP75": {"type": "number"}, "APs": {"type": "number"}, "APm": {"type": "number"}, "APl": {"type": "number"}}, "required": ["quality", "model", "elapsed", "tp", "fp", "precision", "recall", "f1", "min_score", "AP", "AP50", "AP75", "APs", "APm", "APl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"quality" : 52, "model" : "R50_DC5", "elapsed" : 1893.8567049503326, "tp" : 26667, "fp" : 16862, "precision" : 0.6126260653816995, "recall" : 0.7339204623641118, "f1" : 0.6678102774717019, "min_score" : 0.5000155568122864, "AP" : 33.81007607097561, "AP50" : 51.769910760853264, "AP75" : 36.868878734994176, "APs" : 15.531377354217394, "APm" : 37.52209200560927, "APl" : 47.4295862102893} | json_instruct | {"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "number"}, "AP50": {"type": "number"}, "AP75": {"type": "number"}, "APs": {"type": "number"}, "APm": {"type": "number"}, "APl": {"type": "number"}}, "required": ["quality", "model", "elapsed", "tp", "fp", "precision", "recall", "f1", "min_score", "AP", "AP50", "AP75", "APs", "APm", "APl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localities" : ["Lowell, WI"], "state" : "WI", "postal_code" : "53557", "locality" : "Lowell, WI", "lat" : 43.338952, "region" : {"fips" : "55", "abbr" : "WI", "name" : "Wisconsin"}, "city" : "Lowell", "type" : "STANDARD", "lng" : -88.797653, "counties" : [{"fips" : "027", "name" : "Dodge County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"tachyons.css": {"type": "string"}, "tachyons.min.css": {"type": "string"}}, "required": ["tachyons.css", "tachyons.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tachyons.css" : "sha256-LGHPqlcPdu84katZ9PeC7lbcYbeYtq4sJl/CfTs+J08=", "tachyons.min.css" : "sha256-Tu1L/uvkY5Eyupty1QHmdDlzJtShz+8e4mt91w+D4sE="} | json_instruct | {"type": "object", "properties": {"tachyons.css": {"type": "string"}, "tachyons.min.css": {"type": "string"}}, "required": ["tachyons.css", "tachyons.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "AND SUPPOSE A DURATION EXCEEDING AS MANY SUCH PERIODS AS I CAN RECKON, LET ME ADD WHILST I WILL:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/3026.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"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": "array", "items": {"type": "string"}}, "COUNT_VALUE": {"type": "array", "items": {"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" : ["Claim- Inpatient: Primary diagnosis", "Claim- Inpatient: Secondary diagnosis"], "COUNT_VALUE" : [12, 228]}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [21, 0], "P10_VALUE" : [44, 34], "P25_VALUE" : [52, 46], "MEDIAN_VALUE" : [58, 58], "P75_VALUE" : [66, 66], "P90_VALUE" : [76, 77], "MAX_VALUE" : [300, 300]}} | 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": "array", "items": {"type": "string"}}, "COUNT_VALUE": {"type": "array", "items": {"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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"idiom": {"type": "string"}, "scale": {"type": "string"}, "size": {"type": "string"}}, "required": ["idiom", "scale", "size"]}}, "info": {"type": "object", "properties": {"author": {"type": "string"}, "version": {"type": "integer"}}, "required": ["author", "version"]}}, "required": ["images", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"images" : [{"idiom" : "iphone", "scale" : "2x", "size" : "20x20"}, {"filename" : "spotilight_small.png", "idiom" : "iphone", "scale" : "3x", "size" : "20x20"}, {"filename" : "settings_small@2x.png", "idiom" : "iphone", "scale" : "2x", "size" : "29x29"}, {"filename" : "settings_small@3x.png", "idiom" : "iphone", "scale" : "3x", "size" : "29x29"}, {"filename" : "spotlight_medium.png", "idiom" : "iphone", "scale" : "2x", "size" : "40x40"}, {"filename" : "spotlight_large.png", "idiom" : "iphone", "scale" : "3x", "size" : "40x40"}, {"filename" : "iphone_small.png", "idiom" : "iphone", "scale" : "2x", "size" : "60x60"}, {"filename" : "iphone_medium.png", "idiom" : "iphone", "scale" : "3x", "size" : "60x60"}, {"idiom" : "ios-marketing", "scale" : "1x", "size" : "1024x1024"}], "info" : {"author" : "xcode", "version" : 1}} | json_instruct | {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"idiom": {"type": "string"}, "scale": {"type": "string"}, "size": {"type": "string"}}, "required": ["idiom", "scale", "size"]}}, "info": {"type": "object", "properties": {"author": {"type": "string"}, "version": {"type": "integer"}}, "required": ["author", "version"]}}, "required": ["images", "info"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"C_Cpp.errorSquiggles": {"type": "string"}, "jupyter.jupyterServerType": {"type": "string"}}, "required": ["C_Cpp.errorSquiggles", "jupyter.jupyterServerType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"C_Cpp.errorSquiggles" : "Enabled", "jupyter.jupyterServerType" : "local"} | json_instruct | {"type": "object", "properties": {"C_Cpp.errorSquiggles": {"type": "string"}, "jupyter.jupyterServerType": {"type": "string"}}, "required": ["C_Cpp.errorSquiggles", "jupyter.jupyterServerType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "getkirby/cms": {"type": "string"}, "getkirby/composer-installer": {"type": "string"}}, "required": ["php", "getkirby/cms", "getkirby/composer-installer"]}, "extra": {"type": "object", "properties": {"installer-name": {"type": "string"}, "kirby-cms-path": {"type": "boolean"}}, "required": ["installer-name", "kirby-cms-path"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"LukasBestle\\": {"type": "string"}}, "required": ["LukasBestle\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"analyze": {"type": "array", "items": {"type": "string"}}, "analyze:composer": {"type": "string"}, "analyze:phpcpd": {"type": "string"}, "analyze:phpmd": {"type": "string"}, "analyze:psalm": {"type": "string"}, "ci": {"type": "array", "items": {"type": "string"}}, "fix": {"type": "string"}, "test": {"type": "string"}}, "required": ["analyze", "analyze:composer", "analyze:phpcpd", "analyze:phpmd", "analyze:psalm", "ci", "fix", "test"]}}, "required": ["name", "type", "description", "version", "license", "authors", "require", "extra", "autoload-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lukasbestle/kirby-versions", "type" : "kirby-plugin", "description" : "Versions Plugin for Kirby 3", "version" : "1.0.2", "license" : "MIT", "authors" : [{"name" : "Lukas Bestle", "email" : "project-kirbyversions@lukasbestle.com"}], "require" : {"php" : ">=7.4.0 <8.2.0", "getkirby/cms" : ">=3.6.0 <3.7.0", "getkirby/composer-installer" : "^1.1"}, "extra" : {"installer-name" : "versions", "kirby-cms-path" : false}, "autoload-dev" : {"psr-4" : {"LukasBestle\\" : "tests/"}}, "scripts" : {"analyze" : ["@analyze:composer", "@analyze:psalm", "@analyze:phpcpd", "@analyze:phpmd"], "analyze:composer" : "composer validate --strict --no-check-version --no-check-all", "analyze:phpcpd" : "phpcpd --fuzzy --exclude node_modules --exclude tests --exclude vendor .", "analyze:phpmd" : "phpmd . ansi phpmd.xml.dist --exclude 'node_modules/*,tests/*,vendor/*'", "analyze:psalm" : "psalm", "ci" : ["@fix", "@analyze", "@test"], "fix" : "php-cs-fixer fix", "test" : "phpunit --stderr --coverage-html=tests/coverage"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "getkirby/cms": {"type": "string"}, "getkirby/composer-installer": {"type": "string"}}, "required": ["php", "getkirby/cms", "getkirby/composer-installer"]}, "extra": {"type": "object", "properties": {"installer-name": {"type": "string"}, "kirby-cms-path": {"type": "boolean"}}, "required": ["installer-name", "kirby-cms-path"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"LukasBestle\\": {"type": "string"}}, "required": ["LukasBestle\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"analyze": {"type": "array", "items": {"type": "string"}}, "analyze:composer": {"type": "string"}, "analyze:phpcpd": {"type": "string"}, "analyze:phpmd": {"type": "string"}, "analyze:psalm": {"type": "string"}, "ci": {"type": "array", "items": {"type": "string"}}, "fix": {"type": "string"}, "test": {"type": "string"}}, "required": ["analyze", "analyze:composer", "analyze:phpcpd", "analyze:phpmd", "analyze:psalm", "ci", "fix", "test"]}}, "required": ["name", "type", "description", "version", "license", "authors", "require", "extra", "autoload-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"baseUrl": {"type": "string"}, "viewportHeight": {"type": "integer"}, "viewportWidth": {"type": "integer"}, "env": {"type": "object", "properties": {"login_url": {"type": "string"}, "signup_url": {"type": "string"}, "dashboard": {"type": "string"}}, "required": ["login_url", "signup_url", "dashboard"]}}, "required": ["baseUrl", "viewportHeight", "viewportWidth", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"baseUrl" : "http://localhost:3000", "viewportHeight" : 1000, "viewportWidth" : 1200, "env" : {"login_url" : "/login", "signup_url" : "/sign-up", "dashboard" : "/dashboard"}} | json_instruct | {"type": "object", "properties": {"baseUrl": {"type": "string"}, "viewportHeight": {"type": "integer"}, "viewportWidth": {"type": "integer"}, "env": {"type": "object", "properties": {"login_url": {"type": "string"}, "signup_url": {"type": "string"}, "dashboard": {"type": "string"}}, "required": ["login_url", "signup_url", "dashboard"]}}, "required": ["baseUrl", "viewportHeight", "viewportWidth", "env"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"edges" : [[8, 0], [2, 14], [15, 14], [16, 17], [1, 10], [4, 3], [18, 11], [7, 5], [13, 12], [6, 9]], "features" : {"0" : "1", "1" : "1", "2" : "1", "3" : "1", "4" : "1", "5" : "1", "6" : "1", "7" : "1", "8" : "1", "9" : "1", "10" : "1", "11" : "1", "12" : "1", "13" : "1", "14" : "2", "15" : "1", "16" : "1", "17" : "1", "18" : "1"}} | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"datetime": {"type": "string"}, "format": {"type": "string"}, "place": {"type": "string"}, "source": {"type": "string"}, "author": {"type": "string"}, "year": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": "string"}, "lang": {"type": "string"}}, "required": ["datetime", "format", "place", "source", "author", "year", "recipient", "text", "lang"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"datetime" : "22 March 1940", "format" : "unknown", "place" : "H\u00f4tel de la Paix, S. G\u00e9rand-le-Puy, Allier", "source" : "unknown", "author" : "James Joyce", "year" : "1940", "recipient" : "HARRIET SHAW WEAVER", "text" : "Dear Miss Weaver: My son reports that no copy of Gorman\u2019s biography of me is to be found in Paris bookshops. The publisher did not send me a copy and the one I possess I bought from Brentano\u2019s, Paris, six weeks ago. Seemingly, no other copy has come since. As I very much wish to send a copy to my mother-in-law can you find out whether a copy is to be had in London and send it on to her if you find it? The address is: Mrs Barnacle, 4 Bowling Green, Galway, Ireland. It will give her great pleasure to have it. I hope you are well, as usual\u2026. My grandson is here and I am trying to have my daughter transferred to a place near here from La Baule. It is not easy at present. I wrote to her trying to explain part of what had happened. She has written agreeing to the transfer which however will be an unpleasant change for her. With many thanks in advance and kindest regards.", "lang" : "en"} | json_instruct | {"type": "object", "properties": {"datetime": {"type": "string"}, "format": {"type": "string"}, "place": {"type": "string"}, "source": {"type": "string"}, "author": {"type": "string"}, "year": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": "string"}, "lang": {"type": "string"}}, "required": ["datetime", "format", "place", "source", "author", "year", "recipient", "text", "lang"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"DURATION": {"type": "number"}, "package-0": {"type": "number"}, "dram": {"type": "number"}}, "required": ["DURATION", "package-0", "dram"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DURATION" : 0.556607, "package-0" : 41.14722775674758, "dram" : 5.972312601171025} | json_instruct | {"type": "object", "properties": {"DURATION": {"type": "number"}, "package-0": {"type": "number"}, "dram": {"type": "number"}}, "required": ["DURATION", "package-0", "dram"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "homepage_url": {"type": "string"}, "spdx_license_key": {"type": "string"}, "text_urls": {"type": "array", "items": {"type": "string"}}}, "required": ["key", "short_name", "name", "category", "owner", "homepage_url", "spdx_license_key", "text_urls"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"key" : "agere-sla", "short_name" : "Agere WindModem EULA", "name" : "Agere Systems WinModem EULA", "category" : "Proprietary Free", "owner" : "LSI Corporation", "homepage_url" : "http://fedoraproject.org/wiki/Licensing/Agere_LT_Modem_Driver_License", "spdx_license_key" : "LicenseRef-scancode-agere-sla", "text_urls" : ["http://fedoraproject.org/wiki/Licensing/Agere_LT_Modem_Driver_License"]} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "homepage_url": {"type": "string"}, "spdx_license_key": {"type": "string"}, "text_urls": {"type": "array", "items": {"type": "string"}}}, "required": ["key", "short_name", "name", "category", "owner", "homepage_url", "spdx_license_key", "text_urls"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Freeze", "definitions" : ["(with reference to a liquid) turn or be turned into ice or another solid as a result of extreme cold.", "Become or cause to become blocked, covered, or rigid with ice.", "Be so cold that one feels near death (often used hyperbolically)", "(of the weather) be at or below freezing.", "Deprive (a part of the body) of feeling, especially by the application of a chilled anaesthetic substance.", "Stare coldly at (someone); treat coldly.", "Store (something) at a very low temperature in order to preserve it.", "(of food) be able to be preserved at a very low temperature.", "Become suddenly motionless or paralysed with fear or shock.", "Stop moving when ordered.", "Hold (something) at a fixed level or in a fixed state for a period of time.", "Prevent (assets) from being used for a period of time.", "Stop (a moving image) at a particular frame when filming or viewing.", "(of a computer screen) become temporarily locked because of system problems."], "parts-of-speech" : "Verb"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"evaNumber": {"type": "string"}, "name": {"type": "string"}, "availableTransports": {"type": "array", "items": {"type": "string"}}, "position": {"type": "object", "properties": {"longitude": {"type": "number"}, "latitude": {"type": "number"}}, "required": ["longitude", "latitude"]}, "identifier": {"type": "object", "properties": {"ifopt": {"type": "string"}}, "required": ["ifopt"]}}, "required": ["evaNumber", "name", "availableTransports", "position", "identifier"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"evaNumber" : "0369218", "name" : "Arndt-/Spittastra\u00dfe, Stuttgart", "availableTransports" : ["TRAM"], "position" : {"longitude" : 9.150787, "latitude" : 48.774831}, "identifier" : {"ifopt" : "de:08111:218:2"}}, {"evaNumber" : "0559177", "name" : "Arndt-/Spittastra\u00dfe, Stuttgart", "availableTransports" : ["TRAM"], "position" : {"longitude" : 9.150769, "latitude" : 48.774897}, "identifier" : {"ifopt" : "de:08111:218:1"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"evaNumber": {"type": "string"}, "name": {"type": "string"}, "availableTransports": {"type": "array", "items": {"type": "string"}}, "position": {"type": "object", "properties": {"longitude": {"type": "number"}, "latitude": {"type": "number"}}, "required": ["longitude", "latitude"]}, "identifier": {"type": "object", "properties": {"ifopt": {"type": "string"}}, "required": ["ifopt"]}}, "required": ["evaNumber", "name", "availableTransports", "position", "identifier"]}, "$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": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1982, 5], [1983, 5], [2003, 5], [2006, 5], [2007, 5], [2008, 5], [2014, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : 404357871, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "cfef588a8fa480d2a6c072c8c8ecb432", "wof:id" : 404357871, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.82024897045464, 44.0724086058809, 3.93652641038933, 44.14716997229684], "geometry" : {"coordinates" : [[[3.89416580768786, 44.0724086058809], [3.88313082349327, 44.07732260014219], [3.84181508098059, 44.0806272070998], [3.84497971787247, 44.10035076910258], [3.83844608838342, 44.11299328939285], [3.83112752047658, 44.11744151466495], [3.82024897045464, 44.13244715408938], [3.82462046025353, 44.13657285385536], [3.83211821730624, 44.13733530456021], [3.87273095045769, 44.12866651300788], [3.89431655745165, 44.14716997229684], [3.90666492147578, 44.11722072470491], [3.92863636527453, 44.11148308766567], [3.93447975885282, 44.10595175752735], [3.93652641038933, 44.10279291343776], [3.92945784192808, 44.09370805729284], [3.91611799980411, 44.09207422517949], [3.90211355470298, 44.07525070903935], [3.89416580768786, 44.0724086058809]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : [":autodetectPinVersions", ":automergeDisabled", ":combinePatchMinorReleases", ":disableRateLimiting", ":docker", ":enableRenovate", ":enableVulnerabilityAlerts", ":gomod", ":ignoreModulesAndTests", ":ignoreUnstable", ":noUnscheduledUpdates", ":prImmediately", ":semanticPrefixFixDepsChoreOthers", ":separateMultipleMajorReleases", ":updateNotScheduled", "group:monorepos", "group:recommended", "helpers:disableTypesNodeMajor", "preview:dockerCompose", "workarounds:all", "github>rinchsan/renovate-config:schedule", "github>rinchsan/renovate-config:postUpdateOptions"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "2001", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Sukadame"}, {"id" : "2002", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Pagelaran"}, {"id" : "2003", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Surakarta"}, {"id" : "2004", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Montor"}, {"id" : "2005", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Kertasana"}, {"id" : "2006", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Bama"}, {"id" : "2007", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Margasana"}, {"id" : "2008", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Sindanglaya"}, {"id" : "2009", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Tegalpapak"}, {"id" : "2010", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Bulagor"}, {"id" : "2011", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Harapankarya"}, {"id" : "2012", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Senangsari"}, {"id" : "2013", "provinceId" : "36", "regencyId" : "01", "districtId" : "09", "name" : "Margagiri"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "platforms": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["authors", "description", "examples", "frameworks", "keywords", "name", "platforms", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : {"name" : "Suga koubou", "url" : "https://os.mbed.com/users/okini3939/"}, "description" : "SNMP Agent http://mbed.org/users/okini3939/notebook/agentbed-library/", "examples" : ["https://os.mbed.com/users/okini3939/code/WeatherPlatform_20110408/", "https://os.mbed.com/users/okini3939/code/WeatherPlatform/", "https://os.mbed.com/users/okini3939/code/WeatherStation/"], "frameworks" : "mbed", "keywords" : ["Agent", "Net-SNMP", "SNMP"], "name" : "Agentbed", "platforms" : "*", "repository" : {"type" : "hg", "url" : "https://os.mbed.com/users/okini3939/code/Agentbed/"}} | json_instruct | {"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "platforms": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["authors", "description", "examples", "frameworks", "keywords", "name", "platforms", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"content" : "I just cannot trust Cameron on VAT. Him and Osborne are very careful to say 'we have no plans to raise VAT' #BattleForNumber10", "entities" : [{"offset" : 20, "type" : "ne", "id" : 3, "entity" : "cameron"}, {"entity" : "osborne", "type" : "topic keyword", "id" : 4, "offset" : 44}, {"entity" : "vat", "type" : "topic keyword", "id" : 5, "offset" : 103}, {"entity" : "vat", "type" : "topic keyword", "id" : 6, "offset" : 31}], "topics" : [{"topic" : "economy", "id" : 1}, {"topic" : "public spending", "id" : 2}], "tweet_id" : "581202556787027968"} | json_instruct | {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "XL Axiata", "market_name" : "XL Home Pow", "codename" : "STI6xxx", "model" : "STI6030"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "author": {"type": "string"}, "files": {"type": "array", "items": {}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build-package": {"type": "string"}, "clean-package": {"type": "string"}, "prepublish": {"type": "string"}, "postpublish": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}, "posttest": {"type": "string"}}, "required": ["build", "build-package", "clean-package", "prepublish", "postpublish", "pretest", "test", "posttest"]}, "devDependencies": {"type": "object", "properties": {"read-pkg": {"type": "string"}, "write-pkg": {"type": "string"}}, "required": ["read-pkg", "write-pkg"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}, "registry": {"type": "string"}}, "required": ["access", "registry"]}}, "required": ["name", "version", "description", "keywords", "homepage", "bugs", "repository", "license", "author", "files", "scripts", "devDependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@fisker/renovate-config", "version" : "4.0.0", "description" : "fisker's Shareable Renovate Configuration", "keywords" : ["fisker", "renovate"], "homepage" : "https://github.com/fisker/shared-configs#readme", "bugs" : {"url" : "https://github.com/fisker/shared-configs/issues"}, "repository" : {"type" : "git", "url" : "git+https://github.com/fisker/shared-configs.git"}, "license" : "MIT", "author" : "fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)", "files" : [], "scripts" : {"build" : "yarn clean-package", "build-package" : "node ./scripts/build.mjs", "clean-package" : "node ./scripts/clean.mjs", "prepublish" : "yarn build-package", "postpublish" : "yarn clean-package", "pretest" : "yarn build-package", "test" : "echo no test", "posttest" : "yarn clean-package"}, "devDependencies" : {"read-pkg" : "7.0.0", "write-pkg" : "5.0.0"}, "publishConfig" : {"access" : "public", "registry" : "https://registry.npmjs.org/"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "author": {"type": "string"}, "files": {"type": "array", "items": {}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build-package": {"type": "string"}, "clean-package": {"type": "string"}, "prepublish": {"type": "string"}, "postpublish": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}, "posttest": {"type": "string"}}, "required": ["build", "build-package", "clean-package", "prepublish", "postpublish", "pretest", "test", "posttest"]}, "devDependencies": {"type": "object", "properties": {"read-pkg": {"type": "string"}, "write-pkg": {"type": "string"}}, "required": ["read-pkg", "write-pkg"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}, "registry": {"type": "string"}}, "required": ["access", "registry"]}}, "required": ["name", "version", "description", "keywords", "homepage", "bugs", "repository", "license", "author", "files", "scripts", "devDependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "sideEffects": {"type": "boolean"}, "quadratsConfig": {"type": "object", "properties": {"deps": {"type": "array", "items": {"type": "string"}}}, "required": ["deps"]}}, "required": ["name", "sideEffects", "quadratsConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@quadrats/react/embed/jsx-serializer/vimeo", "sideEffects" : false, "quadratsConfig" : {"deps" : ["embed/jsx-serializer", "embed/renderers/vimeo"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "sideEffects": {"type": "boolean"}, "quadratsConfig": {"type": "object", "properties": {"deps": {"type": "array", "items": {"type": "string"}}}, "required": ["deps"]}}, "required": ["name", "sideEffects", "quadratsConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "Cognin", "circ" : "4\u00e8me circonscription", "dpt" : "Savoie", "inscrits" : 4581, "abs" : 2485, "votants" : 2096, "blancs" : 23, "nuls" : 13, "exp" : 2060, "res" : [{"nuance" : "MDM", "nom" : "M. Patrick MIGNOLA", "voix" : 484}, {"nuance" : "DVG", "nom" : "Mme Bernadette LACLAIS", "voix" : 443}, {"nuance" : "FI", "nom" : "Mme Tiphaine DUCHARNE", "voix" : 274}, {"nuance" : "FN", "nom" : "Mme Isabelle F\u00c9TU", "voix" : 230}, {"nuance" : "UDI", "nom" : "Mme Christelle FAVETTA-SIEYES", "voix" : 170}, {"nuance" : "COM", "nom" : "M. Antoine FATIGA", "voix" : 140}, {"nuance" : "ECO", "nom" : "M. Yves PEUTOT", "voix" : 117}, {"nuance" : "LR", "nom" : "Mme Alexandra TURNAR", "voix" : 109}, {"nuance" : "DIV", "nom" : "Mme Mireille BOUVIER", "voix" : 28}, {"nuance" : "EXG", "nom" : "M. Edgar BARRACLOUGH FERNANDEZ", "voix" : 22}, {"nuance" : "DIV", "nom" : "M. Richard GEVET", "voix" : 21}, {"nuance" : "DIV", "nom" : "M. Jean-Charles TRONCY", "voix" : 11}, {"nuance" : "ECO", "nom" : "Mme Habiba BOUFAMA", "voix" : 11}, {"nuance" : "DIV", "nom" : "Mme Delphine PETERS", "voix" : 0}]} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-07-26T14:00:00Z", "Temp" : 32.7, "RelHum" : 57, "WindSpeed" : 6.9, "WindDir" : 300} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "GENERAL SAMPAIO", "Description" : "GENERAL SAMPAIO / CE"}, "geometry" : {"type" : "LineString", "coordinates" : [[-39.324850783137094, -4.089531029633235], [-39.358870956229616, -4.097110559005046], [-39.37202627779044, -4.110490195765863], [-39.408931278155926, -4.096716304313929], [-39.51790397229047, -4.114837282014889], [-39.53324693070124, -4.082984607253763], [-39.50811251627953, -4.002564417713643], [-39.48496776465055, -3.999912647950282], [-39.460024495733876, -4.004057527033183], [-39.44454331422253, -3.970024892035099], [-39.324850783137094, -4.089531029633235]]}}]} | json_instruct | {"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"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"base": {"type": "string"}, "inheritors": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "name": {"type": "string"}}, "required": ["class", "name"]}}}, "required": ["base", "inheritors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"base" : "org.jetbrains.research.kex.ktype.KexType", "inheritors" : [{"class" : "org.jetbrains.research.kex.ktype.KexNull", "name" : "KexNull"}, {"class" : "org.jetbrains.research.kex.ktype.KexClass", "name" : "KexClass"}, {"class" : "org.jetbrains.research.kex.ktype.KexInt", "name" : "KexInt"}, {"class" : "org.jetbrains.research.kex.ktype.KexFloat", "name" : "KexFloat"}, {"class" : "org.jetbrains.research.kex.ktype.KexChar", "name" : "KexChar"}, {"class" : "org.jetbrains.research.kex.ktype.KexReal", "name" : "KexReal"}, {"class" : "org.jetbrains.research.kex.ktype.KexShort", "name" : "KexShort"}, {"class" : "org.jetbrains.research.kex.ktype.KexDouble", "name" : "KexDouble"}, {"class" : "org.jetbrains.research.kex.ktype.KexIntegral", "name" : "KexIntegral"}, {"class" : "org.jetbrains.research.kex.ktype.KexArray", "name" : "KexArray"}, {"class" : "org.jetbrains.research.kex.ktype.KexPointer", "name" : "KexPointer"}, {"class" : "org.jetbrains.research.kex.ktype.KexBool", "name" : "KexBool"}, {"class" : "org.jetbrains.research.kex.ktype.KexVoid", "name" : "KexVoid"}, {"class" : "org.jetbrains.research.kex.ktype.KexReference", "name" : "KexReference"}, {"class" : "org.jetbrains.research.kex.ktype.KexLong", "name" : "KexLong"}, {"class" : "org.jetbrains.research.kex.ktype.KexByte", "name" : "KexByte"}]} | json_instruct | {"type": "object", "properties": {"base": {"type": "string"}, "inheritors": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "name": {"type": "string"}}, "required": ["class", "name"]}}}, "required": ["base", "inheritors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Guillon", "dpt" : "Yonne", "inscrits" : 295, "abs" : 61, "votants" : 234, "blancs" : 19, "nuls" : 4, "exp" : 211, "res" : [{"panneau" : "1", "voix" : 128}, {"panneau" : "2", "voix" : 83}]} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : ["vanillautils:decorations/glass_purple_bricks"]} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "string"}}, "addedAt": {"type": "string"}}, "required": ["name", "desc", "url", "tags", "maintainers", "addedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Vinnslu", "desc" : "Transform tabular-like data", "url" : "https://maltsev.github.io/vinnslu/", "tags" : ["Code", "Misc"], "maintainers" : ["maltsev"], "addedAt" : "2020-01-18"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "string"}}, "addedAt": {"type": "string"}}, "required": ["name", "desc", "url", "tags", "maintainers", "addedAt"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"num_states": {"type": "integer"}, "batch_size": {"type": "integer"}, "index": {"type": "array", "items": {}}}, "required": ["num_states", "batch_size", "index"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"num_states" : 0, "batch_size" : 30000000, "index" : []} | json_instruct | {"type": "object", "properties": {"num_states": {"type": "integer"}, "batch_size": {"type": "integer"}, "index": {"type": "array", "items": {}}}, "required": ["num_states", "batch_size", "index"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : ["Place all ingredients in the bread machine in the order suggested by the manufacturer. Select the basic white bread cycle or the whole grain cycle."], "ingredients" : ["3/4 cup plain yogurt", "1/3 cup water", "1 tablespoon margarine", "2 1/2 cups bread flour", "3/4 cup cornmeal", "3/4 cup canned whole kernel corn, well drained", "2 teaspoons white sugar", "1 teaspoon onion powder", "3/4 teaspoon salt", "1 teaspoon active dry yeast"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Yogurt Cornbread", "url" : "http://allrecipes.com/recipe/6826/yogurt-cornbread/"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "NXA Bra", "symbol" : "NXA", "logoURI" : "https://raw.githubusercontent.com/cryptopher17/crypto/main/Logo.png", "decimals" : 0, "address" : "3mnScz1CPoHdtRxsakdT8LH7b4VC3AUBeUh1GyGZUqq1", "chainId" : 101, "tags" : ["social-token"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$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"}, "filename": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "npmName": {"type": "string"}, "npmFileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "filename", "description", "author", "license", "keywords", "homepage", "npmName", "npmFileMap", "version", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hack", "filename" : "hack.css", "description" : "Dead simple CSS framework.", "author" : "EGOIST <0x142857@gmail.com>", "license" : "MIT", "keywords" : ["hack", "css", "ui", "web", "bootstrap"], "homepage" : "http://hackcss.com", "npmName" : "hack", "npmFileMap" : [{"basePath" : "dist", "files" : ["**/*"]}], "version" : "0.8.1", "repository" : {"type" : "git", "url" : "https://github.com/egoist/hack.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "npmName": {"type": "string"}, "npmFileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "filename", "description", "author", "license", "keywords", "homepage", "npmName", "npmFileMap", "version", "repository"], "$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"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "dependencies": {"type": "object", "properties": {"javascript-brunch": {"type": "string"}, "less-brunch": {"type": "string"}, "css-brunch": {"type": "string"}, "uglify-js-brunch": {"type": "string"}, "clean-css-brunch": {"type": "string"}, "auto-reload-brunch": {"type": "string"}}, "required": ["javascript-brunch", "less-brunch", "css-brunch", "uglify-js-brunch", "clean-css-brunch", "auto-reload-brunch"]}}, "required": ["name", "version", "description", "repository", "author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test", "version" : "0.0.0", "description" : "Structure de projet", "repository" : "", "author" : {"name" : "Isadora Bartkowiak", "email" : "isadora.bartkowiak@ws-interactive.fr"}, "dependencies" : {"javascript-brunch" : ">= 1.0 < 1.8", "less-brunch" : "> 1.0 < 1.8", "css-brunch" : ">= 1.0 < 1.8", "uglify-js-brunch" : ">= 1.0 < 1.8", "clean-css-brunch" : ">= 1.0 < 1.8", "auto-reload-brunch" : ">= 1.0 < 1.8"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "dependencies": {"type": "object", "properties": {"javascript-brunch": {"type": "string"}, "less-brunch": {"type": "string"}, "css-brunch": {"type": "string"}, "uglify-js-brunch": {"type": "string"}, "clean-css-brunch": {"type": "string"}, "auto-reload-brunch": {"type": "string"}}, "required": ["javascript-brunch", "less-brunch", "css-brunch", "uglify-js-brunch", "clean-css-brunch", "auto-reload-brunch"]}}, "required": ["name", "version", "description", "repository", "author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"docs": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "release": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["docs", "test", "lint", "release", "prepare"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"deep-extend": {"type": "string"}, "editorconfig": {"type": "string"}, "minimist": {"type": "string"}, "rc": {"type": "string"}}, "required": ["deep-extend", "editorconfig", "minimist", "rc"]}, "devDependencies": {"type": "object", "properties": {"concat": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-jest": {"type": "string"}, "husky": {"type": "string"}, "jest": {"type": "string"}, "lint-staged": {"type": "string"}, "prettier": {"type": "string"}, "release-it": {"type": "string"}}, "required": ["concat", "eslint", "eslint-plugin-jest", "husky", "jest", "lint-staged", "prettier", "release-it"]}}, "required": ["name", "version", "description", "engines", "repository", "main", "scripts", "keywords", "author", "contributors", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lintspaces", "version" : "0.9.2", "description" : "Library for checking spaces in files", "engines" : {"node" : ">=10"}, "repository" : {"type" : "git", "url" : "https://github.com/schorfES/node-lintspaces.git"}, "main" : "src/index.js", "scripts" : {"docs" : "concat -o README.md ./docs/intro.md ./docs/installation.md ./docs/usage.md ./docs/options.md ./docs/functions.md ./docs/contribution.md ./docs/license.md", "test" : "jest ./src --verbose --coverage", "lint" : "eslint . --ext .js", "release" : "HUSKY=0 release-it", "prepare" : "husky install"}, "keywords" : ["validation", "lint", "spaces", "trailingspaces", "indent", "indentation", "newlines", "eof", "eol"], "author" : {"name" : "Norman Rusch"}, "contributors" : [{"name" : "Norman Rusch", "url" : "https://github.com/schorfES"}, {"name" : "Christopher Kn\u00f6tschke", "url" : "https://github.com/ck86"}, {"name" : "Will Anderson", "url" : "https://github.com/itsananderson"}, {"name" : "Chandler Kent", "url" : "https://github.com/chandlerkent"}, {"name" : "Casey Crabb", "url" : "https://github.com/crabbkw"}, {"name" : "David Pagini", "url" : "https://github.com/dpagini"}], "license" : "MIT", "dependencies" : {"deep-extend" : "^0.6.0", "editorconfig" : "^0.15.3", "minimist" : "^1.2.5", "rc" : "^1.2.8"}, "devDependencies" : {"concat" : "^1.0.3", "eslint" : "^7.21.0", "eslint-plugin-jest" : "^24.2.1", "husky" : "^7.0.1", "jest" : "^27.0.6", "lint-staged" : "^11.0.1", "prettier" : "^2.2.1", "release-it" : "^14.4.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"docs": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "release": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["docs", "test", "lint", "release", "prepare"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"deep-extend": {"type": "string"}, "editorconfig": {"type": "string"}, "minimist": {"type": "string"}, "rc": {"type": "string"}}, "required": ["deep-extend", "editorconfig", "minimist", "rc"]}, "devDependencies": {"type": "object", "properties": {"concat": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-jest": {"type": "string"}, "husky": {"type": "string"}, "jest": {"type": "string"}, "lint-staged": {"type": "string"}, "prettier": {"type": "string"}, "release-it": {"type": "string"}}, "required": ["concat", "eslint", "eslint-plugin-jest", "husky", "jest", "lint-staged", "prettier", "release-it"]}}, "required": ["name", "version", "description", "engines", "repository", "main", "scripts", "keywords", "author", "contributors", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "null"}, "year_end": {"type": "null"}, "year_acquired": {"type": "string"}, "decade": {"type": "null"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "null"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "18178043", "tms:id" : "19493", "accession_number" : "1913-17-17-a,b", "title" : "Bandbox And Lid, ca. 1830", "url" : "http://collection.cooperhewitt.org/objects/18178043/", "department_id" : "35347503", "period_id" : null, "media_id" : "35418617", "type_id" : "35267609", "date" : "ca. 1830", "year_start" : null, "year_end" : null, "year_acquired" : "1913", "decade" : null, "woe:country" : "23424977", "medium" : "Block-printed on handmade paper, pasteboard support", "markings" : null, "signed" : null, "inscribed" : null, "provenance" : null, "dimensions" : "43 x 32 x 27 cm (16 15/16 x 12 5/8 x 10 5/8 in.)", "creditline" : "Gift of Eleanor and Sarah Hewitt", "description" : null, "justification" : null, "type" : {"id" : "35267609", "name" : "Bandbox and lid"}, "images" : [], "participants" : [], "tombstone" : {"epitaph" : "Bandbox And Lid, ca. 1830.\nca. 1830. Block-printed on handmade paper, pasteboard support. Gift of Eleanor and Sarah Hewitt. 1913-17-17-a,b."}, "colors" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "null"}, "year_end": {"type": "null"}, "year_acquired": {"type": "string"}, "decade": {"type": "null"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "null"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "bin": {"type": "object", "properties": {"brawl": {"type": "string"}}, "required": ["brawl"]}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "types": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/inquirer": {"type": "string"}, "@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/inquirer", "@types/node", "typescript"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cheerio": {"type": "string"}, "cli-table3": {"type": "string"}, "colors": {"type": "string"}, "inquirer": {"type": "string"}}, "required": ["axios", "cheerio", "cli-table3", "colors", "inquirer"]}}, "required": ["name", "version", "description", "main", "type", "bin", "files", "scripts", "types", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "brawl-stars-meta", "version" : "0.1.0", "description" : "", "main" : "index.js", "type" : "module", "bin" : {"brawl" : "./index.js"}, "files" : ["index.js", "dist"], "scripts" : {"build" : "tsc"}, "types" : "index.d.ts", "keywords" : [], "author" : "", "license" : "ISC", "devDependencies" : {"@types/inquirer" : "^8.1.3", "@types/node" : "^16.11.12", "typescript" : "^4.5.2"}, "dependencies" : {"axios" : "^0.24.0", "cheerio" : "^1.0.0-rc.10", "cli-table3" : "^0.6.0", "colors" : "^1.4.0", "inquirer" : "^8.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "bin": {"type": "object", "properties": {"brawl": {"type": "string"}}, "required": ["brawl"]}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "types": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/inquirer": {"type": "string"}, "@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/inquirer", "@types/node", "typescript"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cheerio": {"type": "string"}, "cli-table3": {"type": "string"}, "colors": {"type": "string"}, "inquirer": {"type": "string"}}, "required": ["axios", "cheerio", "cli-table3", "colors", "inquirer"]}}, "required": ["name", "version", "description", "main", "type", "bin", "files", "scripts", "types", "keywords", "author", "license", "devDependencies", "dependencies"], "$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": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1959, 8], [1963, 6], [1966, 5], [1970, 7], [1974, 8], [1977, 5], [1980, 5], [1982, 5], [1985, 5], [1986, 6], [1987, 8], [1988, 11], [1989, 10], [1990, 6], [1991, 6], [1992, 6], [1994, 5], [1998, 5], [2000, 6], [2001, 5], [2002, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "latLngs": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}, "required": ["name", "latLngs"]}}, "required": ["id", "labels", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "shape2i20", "labels" : ["MapArea"], "data" : {"name" : "shape2i20", "latLngs" : [{"lat" : -63.50937540117512, "lng" : -105.46875}, {"lat" : -62.26792262941758, "lng" : -107.314453125}, {"lat" : -62.124436245494955, "lng" : -115.57617187499999}, {"lat" : -64.07219957867282, "lng" : -122.34374999999999}, {"lat" : -64.77412531292872, "lng" : -127.4853515625}, {"lat" : -68.75231494434473, "lng" : -117.99316406249999}, {"lat" : -72.63337363853837, "lng" : -108.5888671875}, {"lat" : -73.11218387356939, "lng" : -100.72265625}, {"lat" : -72.1279362810559, "lng" : -91.3623046875}, {"lat" : -70.61261423801925, "lng" : -87.3193359375}, {"lat" : -70.17020068549206, "lng" : -88.2861328125}, {"lat" : -66.44310650816468, "lng" : -92.10937499999999}, {"lat" : -62.552856958572896, "lng" : -91.58203125}, {"lat" : -59.84481485969105, "lng" : -95.185546875}, {"lat" : -61.543641475549954, "lng" : -103.3154296875}]}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "latLngs": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}, "required": ["name", "latLngs"]}}, "required": ["id", "labels", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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-475x-r72w-8xq4", "modified" : "2022-05-01T06:59:50Z", "published" : "2022-05-01T06:59:50Z", "aliases" : ["CVE-2006-2505"], "details" : "Oracle Database Server 10g Release 2 allows local users to execute arbitrary SQL queries via a reference to a malicious package in the TYPE_NAME argument in the (1) GET_DOMAIN_INDEX_TABLES or (2) GET_V2_DOMAIN_INDEX_TABLES function in the DBMS_EXPORT_EXTENSION package.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2006-2505"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/19860"}, {"type" : "WEB", "url" : "http://www.kb.cert.org/vuls/id/932124"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/432078/100/0/threaded"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/432354/100/0/threaded"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/432355/100/0/threaded"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/17699"}], "database_specific" : {"cwe_ids" : [], "severity" : "LOW", "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [343.847, 118.241, 1, 351.075, 153.435, 1, 312.531, 173.652, 1, 305.678, 150.503, 1, 303.885, 144.739, 1, 363.897, 169.757, 1, 348.591, 216.274, 1, 347.912, 222.682, 1, 324.326, 207.704, 1, 301.953, 252.532, 1, 309.132, 306.047, 1, 348.921, 218.655, 1, 323.04, 250.934, 1, 326.322, 277.392, 1, 330.114, 128.118, 1, 351.134, 118.045, 1, 319.408, 140.134, 1, 356.649, 119.057, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"name" : "Gilpin County", "fips" : "08047", "state_code" : 8, "county_code" : 47, "population" : 6243, "countrylevel_id" : "fips:08047", "census_data" : {"COUNTYNS" : "00198139", "AFFGEOID" : "0500000US08047", "LSAD" : "06", "ALAND" : 388228994, "AWATER" : 942056}}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-105.699719, 39.891498999999996], [-105.675798, 39.932445], [-105.398041, 39.934854], [-105.397849, 39.912886], [-105.397949, 39.747087], [-105.496883, 39.757796], [-105.690348, 39.851996], [-105.699719, 39.891498999999996]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : "Poule-les-Echarmeaux", "dpt" : "Rh\u00f4ne", "inscrits" : 850, "abs" : 203, "votants" : 647, "blancs" : 69, "nuls" : 15, "exp" : 563, "res" : [{"panneau" : "1", "voix" : 310}, {"panneau" : "2", "voix" : 253}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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": {"sudotamm": {"type": "string"}}, "required": ["sudotamm"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "string"}, "resources": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "requires_arc", "source_files", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "RYPickerView", "version" : "1.0.2", "summary" : "Customized date and text picker component.", "description" : "Customized date and text picker component, which implemented with Swift.", "homepage" : "https://github.com/sudotamm/RYPickerView.git", "license" : "MIT", "authors" : {"sudotamm" : "sudotamm@hotmail.com"}, "source" : {"git" : "https://github.com/sudotamm/RYPickerView.git", "tag" : "1.0.2"}, "platforms" : {"ios" : "8.0"}, "requires_arc" : true, "source_files" : "RootDirectory/Utilities/RYCommonViews/RYPickerView/*.{swift}", "resources" : "RootDirectory/Utilities/RYCommonViews/RYPickerView/*.{xcassets,xib}"} | 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": {"sudotamm": {"type": "string"}}, "required": ["sudotamm"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "string"}, "resources": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "requires_arc", "source_files", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "underwaterbiome:block/advanced_iron_block"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"art_name": {"type": "string"}, "author_name": {"type": "string"}, "author_github_url": {"type": "string"}}, "required": ["art_name", "author_name", "author_github_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"art_name" : "Random Squares with different colors", "author_name" : "Vencho", "author_github_url" : "https://github.com/vencho-mdp"} | json_instruct | {"type": "object", "properties": {"art_name": {"type": "string"}, "author_name": {"type": "string"}, "author_github_url": {"type": "string"}}, "required": ["art_name", "author_name", "author_github_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "ZTE", "market_name" : "ZTE-V856", "codename" : "zte_v856", "model" : "ZTE-V856"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$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-hf5w-p8q3-x6vf", "modified" : "2022-04-30T18:21:10Z", "published" : "2022-04-30T18:21:10Z", "aliases" : ["CVE-2002-1445"], "details" : "Cross-site scripting (XSS) vulnerability in CERN Proxy Server allows remote attackers to execute script as other users via a link to a non-existent page whose name contains the script, which is inserted into the resulting error page.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2002-1445"}, {"type" : "WEB", "url" : "http://archives.neohapsis.com/archives/bugtraq/2002-08/0097.html"}, {"type" : "WEB", "url" : "http://www.iss.net/security_center/static/9834.php"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/5447"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate 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" : "conquest:block/norway_spruce_log_vertical_slab_4"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "fs": {"type": "string"}, "https": {"type": "string"}, "serve-index": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "fs", "https", "serve-index", "socket.io"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"express" : "^4.17.1", "fs" : "^0.0.1-security", "https" : "^1.0.0", "serve-index" : "^1.9.1", "socket.io" : "^4.1.2"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "fs": {"type": "string"}, "https": {"type": "string"}, "serve-index": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "fs", "https", "serve-index", "socket.io"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 7204071006, "parent" : 7204071, "name" : "MADALE", "latitude" : null, "longitude" : null, "postal" : [94614], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [84.4094488188976, 40.96, 0.891044721007347, 87.6850393700787, 88.6690909090909, 0.703426197171211, 43.8425196850394, 93.7890909090909, 0.636090077459812, 45.3543307086614, 165.934545454545, 0.430793134495616, 37.2913385826772, 231.098181818182, 0.601948827505112, 130.015748031496, 83.3163636363636, 0.580431453883648, 143.370078740157, 154.530909090909, 0.483994279056787, 154.96062992126, 224.349090909091, 0.583877075463533, 62.740157480315, 215.970909090909, 0.280719758753548, 0, 0, 0, 0, 0, 0, 115.149606299213, 217.134545454545, 0.284366645471891, 0, 0, 0, 0, 0, 0, 75.0866141732284, 32.1163636363636, 0.932629629969597, 93.7322834645669, 31.8836363636364, 0.95964016020298, 62.740157480315, 35.3745454545455, 0.90494130551815, 105.574803149606, 34.6763636363636, 0.898311987519264], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build-web": {"type": "string"}, "bundle": {"type": "string"}, "format": {"type": "string"}, "scrape-examples": {"type": "string"}, "test": {"type": "string"}, "watch": {"type": "string"}}, "required": ["build", "build-web", "bundle", "format", "scrape-examples", "test", "watch"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}}, "required": ["d3"]}, "devDependencies": {"type": "object", "properties": {"babel-plugin-external-helpers": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-register": {"type": "string"}, "csvtojson": {"type": "string"}, "jimp": {"type": "string"}, "jsdom": {"type": "string"}, "prettier": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-watch": {"type": "string"}}, "required": ["babel-plugin-external-helpers", "babel-preset-env", "babel-register", "csvtojson", "jimp", "jsdom", "prettier", "rollup", "rollup-plugin-babel", "rollup-watch"]}}, "required": ["name", "version", "description", "main", "module", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "R-library", "version" : "1.0.0", "description" : "Examples of statistical graphics created with R at Rho", "main" : "./index.html", "module" : "./src/index.js", "scripts" : {"build" : "npm run scrape-examples && npm run build-web", "build-web" : "npm run format && npm run bundle", "bundle" : "rollup -c ./scripts/rollup.config.js", "format" : "prettier --write \"./scripts/**/*.js\" && prettier --write \"./src/**/*.js\"", "scrape-examples" : "node ./scripts/parseExamples", "test" : "node ./testing/test.js", "watch" : "rollup -c ./scripts/rollup.config.js -w"}, "author" : "Rho, Inc.", "license" : "MIT", "dependencies" : {"d3" : "^3.5.14"}, "devDependencies" : {"babel-plugin-external-helpers" : "^6.22.0", "babel-preset-env" : "^1.7.0", "babel-register" : "^6.26.0", "csvtojson" : "^1.1.12", "jimp" : "^0.2.27", "jsdom" : "^11.9.0", "prettier" : "^1.12.1", "rollup" : "^0.50.1", "rollup-plugin-babel" : "^3.0.4", "rollup-watch" : "^4.3.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build-web": {"type": "string"}, "bundle": {"type": "string"}, "format": {"type": "string"}, "scrape-examples": {"type": "string"}, "test": {"type": "string"}, "watch": {"type": "string"}}, "required": ["build", "build-web", "bundle", "format", "scrape-examples", "test", "watch"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}}, "required": ["d3"]}, "devDependencies": {"type": "object", "properties": {"babel-plugin-external-helpers": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-register": {"type": "string"}, "csvtojson": {"type": "string"}, "jimp": {"type": "string"}, "jsdom": {"type": "string"}, "prettier": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-watch": {"type": "string"}}, "required": ["babel-plugin-external-helpers", "babel-preset-env", "babel-register", "csvtojson", "jimp", "jsdom", "prettier", "rollup", "rollup-plugin-babel", "rollup-watch"]}}, "required": ["name", "version", "description", "main", "module", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@vuepress/bundler-vite": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "vuepress": {"type": "string"}}, "required": ["@vuepress/bundler-vite", "eslint-plugin-vue", "vuepress"]}, "scripts": {"type": "object", "properties": {"docs:dev": {"type": "string"}, "docs:build": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "invoke": {"type": "string"}}, "required": ["docs:dev", "docs:build", "dev", "build", "clean", "invoke"]}, "workspaces": {"type": "array", "items": {"type": "string"}}}, "required": ["private", "name", "devDependencies", "scripts", "workspaces"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "name" : "quasar-ui-auth-monorepo", "devDependencies" : {"@vuepress/bundler-vite" : "^2.0.0-beta.27", "eslint-plugin-vue" : "^8.0.0", "vuepress" : "^2.0.0-beta.27"}, "scripts" : {"docs:dev" : "vuepress dev docs", "docs:build" : "vuepress build docs", "dev" : "cd ./test-app && yarn dev", "build" : "cd ./ui && yarn build", "clean" : "cd ./test-app && node ./deleteScaffoldFiles.js", "invoke" : "cd ./test-app && quasar ext invoke @vueauth/auth"}, "workspaces" : ["ui", "ui/dev", "app-extension", "test-app"]} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@vuepress/bundler-vite": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "vuepress": {"type": "string"}}, "required": ["@vuepress/bundler-vite", "eslint-plugin-vue", "vuepress"]}, "scripts": {"type": "object", "properties": {"docs:dev": {"type": "string"}, "docs:build": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "invoke": {"type": "string"}}, "required": ["docs:dev", "docs:build", "dev", "build", "clean", "invoke"]}, "workspaces": {"type": "array", "items": {"type": "string"}}}, "required": ["private", "name", "devDependencies", "scripts", "workspaces"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d26f21ba7689e0c29effaa024991691b3f8f0afd"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"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" : "Saint-Jean-de-Vaulx", "dpt" : "Is\u00e8re", "inscrits" : 464, "abs" : 79, "votants" : 385, "blancs" : 8, "nuls" : 1, "exp" : 376, "res" : [{"panneau" : "9", "voix" : 105}, {"panneau" : "3", "voix" : 85}, {"panneau" : "2", "voix" : 76}, {"panneau" : "4", "voix" : 46}, {"panneau" : "11", "voix" : 24}, {"panneau" : "1", "voix" : 14}, {"panneau" : "6", "voix" : 9}, {"panneau" : "8", "voix" : 7}, {"panneau" : "10", "voix" : 6}, {"panneau" : "5", "voix" : 3}, {"panneau" : "7", "voix" : 1}]} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:browserify": {"type": "string"}, "build:version": {"type": "string"}, "build:uglify": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "build:browserify", "build:version", "build:uglify", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "npm-run-all": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["browserify", "npm-run-all", "uglify-js"]}, "dependencies": {"type": "object", "properties": {"moment": {"type": "string"}}, "required": ["moment"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "comfyclock", "version" : "1.0.0", "description" : "The Comfiest Clock Events Set To World-Time! e.g. ComfyTimer.Every[ \"5 minutes\" ] = ( date ) => console.log( date );", "main" : "index.js", "scripts" : {"build" : "npm-run-all --sequential build:*", "build:browserify" : "browserify index.js -o ./dist/comfyclock.js", "build:version" : "node version.js", "build:uglify" : "uglifyjs --compress --mangle --source-map --output ./dist/comfyclock.min.js ./dist/comfyclock.js", "test" : "node test.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/instafluff/ComfyClock.git"}, "keywords" : ["instafluff", "comfy", "clock", "timer", "event", "world", "time", "javascript", "node", "nodejs"], "author" : "Instafluff", "license" : "MIT", "bugs" : {"url" : "https://github.com/instafluff/ComfyClock/issues"}, "homepage" : "https://github.com/instafluff/ComfyClock#readme", "devDependencies" : {"browserify" : "^16.2.3", "npm-run-all" : "^4.1.5", "uglify-js" : "^3.6.0"}, "dependencies" : {"moment" : "^2.24.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:browserify": {"type": "string"}, "build:version": {"type": "string"}, "build:uglify": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "build:browserify", "build:version", "build:uglify", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "npm-run-all": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["browserify", "npm-run-all", "uglify-js"]}, "dependencies": {"type": "object", "properties": {"moment": {"type": "string"}}, "required": ["moment"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_occupancy" : [5.561521254494197, 5.666703938421522, 5.842281249774878, 5.840828644845765, 5.692554164966002, 5.519215067128271, 5.547521786514143, 5.625277586382663, 5.290330851604537, 5.455094155584295, 5.613762810242596, 5.641038766655148, 5.684601988675558, 5.644930051590255, 5.732906895947337, 5.614667657701649, 5.5921807170327975, 5.589424151014578, 5.773206740749263, 5.6636354908045075, 5.497731014366545, 5.523591746408531, 5.386551007012441, 5.3545320836745205, 5.61113268021761, 5.975635550444302, 6.129233639928012, 6.218275543531183, 5.998095787152358, 5.414627607942373, 5.075465769640419, 4.477412989904666, 4.0684544377273415, 3.5515904408983774, 3.2756621339080807, 3.2154290226736064, 23.55594424519102, 3.103750154824692, 3.134361917933445, 3.5448932918577665, 4.025561234123639, 4.415830448891583, 5.166063536646536, 5.502841794588129, 6.061221417539178, 6.1404157733250795, 5.926109061171987, 5.812489904191009, 5.899372149094038, 5.6610104081441746, 5.677946084889276, 5.29875245292606, 5.276905829116032, 5.535509974454965, 5.663794190328087, 5.766794222562132, 5.6685168902347165, 5.766811859953217, 5.754832387390685, 5.496826195848033, 5.522626164298265, 5.305911819402542, 5.315732473165151, 5.702021350625444, 5.611520498352302, 5.900424761254529, 6.032680747313466, 5.748384347249741, 5.517508475381151, 5.4576408369904055, 5.479623903048669, 5.315640552325027, 5.4579926998863595, 5.561310034201766, 5.849320485721837]} | json_instruct | {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "coverArt": {"type": "string"}, "copyright_year": {"type": "string"}, "genres": {"type": "array", "items": {"type": "string"}}, "supporters": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "name": {"type": "string"}}, "required": ["role", "name"]}}, "sections": {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "integer"}, "title": {"type": "string"}, "readers": {"type": "array", "items": {"type": "integer"}}, "path": {"type": "string"}, "duration": {"type": "integer"}}, "required": ["section", "title", "readers", "path", "duration"]}}}, "required": ["title", "description", "duration", "language", "authors", "coverArt", "copyright_year", "genres", "supporters", "sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Commentary on the Gospel of Luke, Sermons 12-25", "description" : "Sermons 12-25 cover the Gospel of St Luke 4:1 - 6:17. - Summary by the Reader", "duration" : 8445, "language" : "English", "authors" : [{"id" : "3254", "name" : " Cyril of Alexandria"}], "coverArt" : "https://archive.org/download/commentaryonluke_sermons12-25_2004_librivox/commentary_luke2_2004.jpg", "copyright_year" : "1859", "genres" : ["Christianity - Commentary"], "supporters" : [{"role" : "Read by", "name" : "A LibriVox Volunteer"}, {"role" : "Book Coordinator", "name" : "A LibriVox Volunteer"}, {"role" : "Meta Coordinator", "name" : "Laurie Anne Walden"}, {"role" : "Proof Listener", "name" : "pattymarie"}], "sections" : [{"section" : 1, "title" : "Sermon 12, part 1: Luke 4:1-14", "readers" : [8368], "path" : "https://www.archive.org/download/commentaryonluke_sermons12-25_2004_librivox/commentaryonlukesermons12thru25_01_cyril_64kb.mp3", "duration" : 1707}, {"section" : 2, "title" : "Sermon 12, part 2: Luke 4:16-37", "readers" : [8368], "path" : "https://www.archive.org/download/commentaryonluke_sermons12-25_2004_librivox/commentaryonlukesermons12thru25_02_cyril_64kb.mp3", "duration" : 1708}, {"section" : 3, "title" : "Sermon 12, part 3: Luke 4:38-5:16", "readers" : [8368], "path" : "https://www.archive.org/download/commentaryonluke_sermons12-25_2004_librivox/commentaryonlukesermons12thru25_03_cyril_64kb.mp3", "duration" : 1734}, {"section" : 4, "title" : "Sermon 12, part 4 and fragment from Sermon 21: Luke 5:17-36", "readers" : [8368], "path" : "https://www.archive.org/download/commentaryonluke_sermons12-25_2004_librivox/commentaryonlukesermons12thru25_04_cyril_64kb.mp3", "duration" : 1602}, {"section" : 5, "title" : "Fragments from Sermons 22-25: Luke 5:37-6:19", "readers" : [8368], "path" : "https://www.archive.org/download/commentaryonluke_sermons12-25_2004_librivox/commentaryonlukesermons12thru25_05_cyril_64kb.mp3", "duration" : 1694}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "coverArt": {"type": "string"}, "copyright_year": {"type": "string"}, "genres": {"type": "array", "items": {"type": "string"}}, "supporters": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "name": {"type": "string"}}, "required": ["role", "name"]}}, "sections": {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "integer"}, "title": {"type": "string"}, "readers": {"type": "array", "items": {"type": "integer"}}, "path": {"type": "string"}, "duration": {"type": "integer"}}, "required": ["section", "title", "readers", "path", "duration"]}}}, "required": ["title", "description", "duration", "language", "authors", "coverArt", "copyright_year", "genres", "supporters", "sections"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "duration", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "En r\u00e9sum\u00e9, ma pr\u00e9sentation abordera:\n\n- le fonctionnement g\u00e9n\u00e9ral des hooks de pre-commit git, et leur int\u00e9r\u00eat\n- le gestionnaire de hooks open-sourc\u00e9 par Yelp: http://pre-commit.com/hooks.html\n- son fonctionnement interne\n- plusieurs hooks bien utiles\n\n", "duration" : 1325, "language" : "spa", "recorded" : "2017-09-23", "speakers" : ["Lucas Cimon"], "thumbnail_url" : "https://i.ytimg.com/vi/uWQlw1t8ZmM/hqdefault.jpg", "title" : "Hooks de pre-commit pour git", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=uWQlw1t8ZmM"}, {"type" : "mp4", "url" : "https://dl.afpy.org/pycon-fr-17/Hooks%20de%20pre-commit%20pour%20git%20par%20Lucas%20Cimon.mp4"}]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "duration", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"TheExIndex": {"type": "array", "items": {"type": "string"}}}, "required": ["TheExIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"TheExIndex" : ["AbsenceMakesTheHeartGoYonder", "AmicableExes", "BreachOfPromiseOfMarriage", "CelebrityBreakUpSong", "BreakUpToMakeUp", "DerailingLoveInterests", "RomanticFalseLead", "CharacterDerailment", "OfficialCouple", "DifferingPrioritiesBreakup", "DisneylandDad", "DivorceAssetsConflict", "DivorceInReno", "DivorceIsTemporary", "DivorceRequiresDeath", "DryDockedShip", "Fanon", "DumpedViaTextMessage", "FalseSoulmate", "FirstFatherWins", "FootDraggingDivorcee", "TheGrovel", "HeartbreakAndIceCream", "LookingForLoveInAllTheWrongPlaces", "SerialRomeo", "OneTrueLove", "LoveWillLeadYouBack", "MinorFlawMajorBreakup", "TheMissusAndTheEx", "NewOldFlame", "TheOneThatGotAway", "OopsIForgotIWasMarried", "PleaseDumpMe", "PsychoExGirlfriend", "NotGoodWithRejection", "RelationshipRevolvingDoor", "RelationshipSalvagingDisaster", "ReturningTheWeddingRing", "SecondActBreakup", "OfficialCouple", "SerialSpouse", "SexChangesEverything", "SexWithTheEx", "SolomonDivorce", "StarterMarriage", "ToiletSeatDivorce", "TrueLoveIsBoring", "VisitByDivorcedDad", "WhyWouldAnyoneTakeHimBack", "WorkingWithTheEx", "YouNeverDidThatForMe"]} | json_instruct | {"type": "object", "properties": {"TheExIndex": {"type": "array", "items": {"type": "string"}}}, "required": ["TheExIndex"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"storeId" : "6042", "name" : "Cheapside Express", "latitude" : 51.51539, "longitude" : -0.09693, "postalCode" : "EC2V 6BJ", "country" : "gb", "addressLines" : ["14-16 St Martin's-Le-Grand", "London"]} | json_instruct | {"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x586b8d18b7c6e74c61bc2dbd4041267b5dad91b31a408b8b0ed49bb091c9e77e", "parentHash" : "0xe8598e42a700bf067673b9552e22d80fba2848a50a252d0d707a8b4eff4771c5", "number" : 95437, "timestamp" : 1439724111, "nonce" : "0x7730382e69543253", "difficulty" : 3584636925045, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xC99478b218E58F45783fA70f0507cf614938E67d", "extraData" : "0xd983010001844765746887676f312e342e328777696e646f7773", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}}, "required": ["api-version"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "display": {"type": "object", "properties": {"provider": {"type": "string"}, "resource": {"type": "string"}, "operation": {"type": "string"}, "description": {"type": "string"}}, "required": ["provider", "resource", "operation", "description"]}}, "required": ["name", "display"]}}}, "required": ["value"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parameters" : {"api-version" : "2017-08-09-preview"}, "responses" : {"200" : {"body" : {"value" : [{"name" : "default/queryResults/action", "display" : {"provider" : "Microsoft Policy Insights", "resource" : "Policy Events", "operation" : "Query Policy Events", "description" : "Query information about policy events."}}, {"name" : "default/queryResults/action", "display" : {"provider" : "Microsoft Policy Insights", "resource" : "Policy States", "operation" : "Query Policy States", "description" : "Query information about policy states."}}, {"name" : "latest/queryResults/action", "display" : {"provider" : "Microsoft Policy Insights", "resource" : "Policy Latest States", "operation" : "Query Policy Latest States", "description" : "Query information about policy latest states."}}]}}}} | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}}, "required": ["api-version"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "display": {"type": "object", "properties": {"provider": {"type": "string"}, "resource": {"type": "string"}, "operation": {"type": "string"}, "description": {"type": "string"}}, "required": ["provider", "resource", "operation", "description"]}}, "required": ["name", "display"]}}}, "required": ["value"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "3317110004", "district_id" : "3317110", "name" : "KARASKEPOH"} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "2001", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Kebonagung"}, {"id" : "2002", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Candigaron"}, {"id" : "2003", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Ngadikerso"}, {"id" : "2004", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Lanjan"}, {"id" : "2005", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Jubelan"}, {"id" : "2006", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Sumowono"}, {"id" : "2007", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Trayu"}, {"id" : "2008", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Kemitir"}, {"id" : "2009", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Duren"}, {"id" : "2010", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Pledokan"}, {"id" : "2011", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Mendongan"}, {"id" : "2012", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Bumen"}, {"id" : "2013", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Losari"}, {"id" : "2014", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Kemawi"}, {"id" : "2015", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Piyanggang"}, {"id" : "2016", "provinceId" : "33", "regencyId" : "22", "districtId" : "09", "name" : "Keseneng"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "610327107200", "text" : "\u4e0a\u5be8\u5b50\u6751\u59d4\u4f1a"}, {"id" : "610327107201", "text" : "\u97e6\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "610327107202", "text" : "\u66f9\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "610327107203", "text" : "\u9a6c\u66f2\u6751\u59d4\u4f1a"}, {"id" : "610327107204", "text" : "\u738b\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "610327107205", "text" : "\u94c1\u586c\u6751\u59d4\u4f1a"}, {"id" : "610327107206", "text" : "\u9ec4\u5bb6\u6c9f\u6751\u59d4\u4f1a\u4f1a"}, {"id" : "610327107207", "text" : "\u8303\u5bb6\u8425\u6751\u59d4\u4f1a"}, {"id" : "610327107210", "text" : "\u5f20\u5bb6\u5c71\u6751\u59d4\u4f1a"}, {"id" : "610327107215", "text" : "\u5e97\u5b50\u6751\u59d4\u4f1a"}, {"id" : "610327107217", "text" : "\u94f6\u79d1\u6751\u59d4\u4f1a"}, {"id" : "610327107218", "text" : "\u8303\u5bb6\u53f0\u6751\u59d4\u4f1a"}, {"id" : "610327107221", "text" : "\u516b\u9f99\u6f6d\u6751\u59d4\u4f1a"}, {"id" : "610327107222", "text" : "\u8001\u864e\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "610327107223", "text" : "\u738b\u9a6c\u5634\u6751\u59d4\u4f1a"}] | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "style-loader": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@babel/preset-react", "babel-loader", "css-loader", "style-loader"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-native": {"type": "string"}, "react-native-elements": {"type": "string"}, "react-native-vector-icons": {"type": "string"}, "react-native-video": {"type": "string"}, "react-native-webview": {"type": "string"}, "react-native-youtube-iframe": {"type": "string"}}, "required": ["react", "react-native", "react-native-elements", "react-native-vector-icons", "react-native-video", "react-native-webview", "react-native-youtube-iframe"]}, "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"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}}, "required": ["name", "version", "description", "main", "scripts", "devDependencies", "peerDependencies", "repository", "keywords", "author", "license", "bugs", "homepage", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@csoft-tech/react-native-url-gallery", "version" : "1.0.6", "description" : "React Native library to upload files to aws s3", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "devDependencies" : {"@babel/core" : "^7.15.0", "@babel/preset-env" : "^7.9.5", "@babel/preset-react" : "^7.9.4", "babel-loader" : "^8.2.2", "css-loader" : "^3.5.2", "style-loader" : "^1.1.4"}, "peerDependencies" : {"react" : "^17.0.2", "react-native" : "0.65.1", "react-native-elements" : "^3.4.2", "react-native-vector-icons" : "^8.1.0", "react-native-video" : "^5.1.1", "react-native-webview" : "^11.13.0", "react-native-youtube-iframe" : "^2.1.2"}, "repository" : {"type" : "git", "url" : "git+https://github.com/csoft-tech/react-native-url-gallery.git"}, "keywords" : ["rn-aws-file-upload"], "author" : "csoft-tech", "license" : "ISC", "bugs" : {"url" : "https://github.com/csoft-tech/react-native-url-gallery/issues"}, "homepage" : "https://github.com/csoft-tech/react-native-url-gallery#readme", "publishConfig" : {"registry" : "https://npm.pkg.github.com/"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "style-loader": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@babel/preset-react", "babel-loader", "css-loader", "style-loader"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-native": {"type": "string"}, "react-native-elements": {"type": "string"}, "react-native-vector-icons": {"type": "string"}, "react-native-video": {"type": "string"}, "react-native-webview": {"type": "string"}, "react-native-youtube-iframe": {"type": "string"}}, "required": ["react", "react-native", "react-native-elements", "react-native-vector-icons", "react-native-video", "react-native-webview", "react-native-youtube-iframe"]}, "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"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}}, "required": ["name", "version", "description", "main", "scripts", "devDependencies", "peerDependencies", "repository", "keywords", "author", "license", "bugs", "homepage", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [1.906215046414343, 41.21684696527403]}, "properties" : {"TIMESTAMP UTC" : "2021-09-04T10:49:37", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [1.598804687848606, 40.97614615664869]}, "properties" : {"TIMESTAMP UTC" : "2021-09-04T10:49:40", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [1.823027795418327, 41.460872122506736]}, "properties" : {"TIMESTAMP UTC" : "2021-09-04T10:49:40", "CLASSIFICATION" : "Flying plane"}}], "type" : "FeatureCollection"} | json_instruct | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "keywords", "authors", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "equalstature", "version" : "1.0.0", "description" : "EqualStature matches the height of elements using the tallest (natural) height", "main" : "jquery.equalstature.js", "keywords" : ["Equal", "Heights"], "authors" : ["aihowes"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "keywords", "authors", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Signatures": {"type": "object", "properties": {"file-5.38.tar.gz": {"type": "string"}}, "required": ["file-5.38.tar.gz"]}}, "required": ["Signatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Signatures" : {"file-5.38.tar.gz" : "593c2ffc2ab349c5aea0f55fedfe4d681737b6b62376a9b3ad1e77b2cc19fa34"}} | json_instruct | {"type": "object", "properties": {"Signatures": {"type": "object", "properties": {"file-5.38.tar.gz": {"type": "string"}}, "required": ["file-5.38.tar.gz"]}}, "required": ["Signatures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "review": {"type": "string"}, "score": {"type": "integer"}}, "required": ["title", "review", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Star Wars", "review" : "Great, this film was", "score" : 77}, {"title" : "Star Wars The Force Awakens", "review" : "A long time ago in a galaxy far far away someone made the best sci-fi film of all time. Then some chap came along and basically made the same movie again", "score" : 50}, {"title" : "Metropolis", "review" : "Another movie about a robot. Very strong futuristic look. But also very very old. Hard to understand what was happening because the audio was too low", "score" : 15}, {"title" : "Dr. Strangelove or How I Learned to Stop Worrying and Love the Bomb", "review" : "Hilarious Kubrick satire", "score" : 100}, {"title" : "Plan 9 from outer space", "review" : "So bad it's bad", "score" : 7}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "review": {"type": "string"}, "score": {"type": "integer"}}, "required": ["title", "review", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Orca", "symbol" : "ORCA", "type" : "SPL", "decimals" : 6, "description" : "Orca is the easiest place to exchange cryptocurrency on Solana.", "website" : "https://orca.so/", "explorer" : "https://solscan.io/token/orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE", "status" : "active", "id" : "orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE", "links" : [{"name" : "twitter", "url" : "https://twitter.com/orca_so"}, {"name" : "coinmarketcap", "url" : "https://coinmarketcap.com/currencies/orca/"}, {"name" : "coingecko", "url" : "https://coingecko.com/en/coins/orca"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id", "links"], "$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.