input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_ids": {"type": "string"}, "name": {"type": "strin...
{"config" : {"step" : {"user" : {"data" : {"entity_ids" : "Entit\u00e0 di ingresso", "name" : "Nome", "round_digits" : "Precisione", "type" : "Caratteristica statistica"}, "data_description" : {"round_digits" : "Controlla il numero di cifre decimali nell'output quando la caratteristica statistica \u00e8 media o mediana...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_ids": {"type": "string"}, "name": {"type": "string"}, "round_digits": {"type": "string"}, "type": {"type": "...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"bank_code": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "name_k": {"type": "string"}, "name_h": {"type": "string"}, "name_e": {"type": "string"}}, "requir...
[{"bank_code" : "9341", "code" : "100", "name" : "\u672c\u6240", "name_k" : "\u30db\u30f3\u30b7\u30e8", "name_h" : "\u307b\u3093\u3057\u3088", "name_e" : "honshiyo"}, {"bank_code" : "9341", "code" : "101", "name" : "\u5927\u59f6\u826f", "name_k" : "\u30aa\u30aa\u30a2\u30a4\u30e9", "name_h" : "\u304a\u304a\u3042\u3044\u...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"bank_code": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "name_k": {"type": "string"}, "name_h": {"type": "string"}, "name_e": {"type": "string"}}, "required": ["bank_code", "code", "name", "name_k", "name_h", "name_e"]}, "$sch...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", ...
[{"id" : 481623594, "name" : "Energy", "dt" : 322563, "ar" : {"id" : 12450244, "name" : "Vetrixor"}, "al" : {"id" : 35570073, "name" : "Let me Grow", "picUrl" : "https://p1.music.126.net/M2Dv2cPezboFEAZhP0MqJA==/17735122556450901.jpg"}}, {"id" : 481623596, "name" : "Going Up", "dt" : 249420, "ar" : {"id" : 12450244, "n...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "autoload": {...
{"name" : "prob/router", "description" : "A simple http request router library", "homepage" : "https://github.com/jongpak/prob-router", "keywords" : ["router", "dispatcher", "dispatch", "url", "path"], "type" : "library", "license" : "MIT", "autoload" : {"psr-4" : {"Prob\\Router\\" : "src/"}}, "require" : {"php" : ">=7...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object"...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["name", "slug"...
[{"model" : "django_htcpcp_tea.teatype", "pk" : 1, "fields" : {"name" : "Darjeeling", "slug" : "darjeeling"}}, {"model" : "django_htcpcp_tea.teatype", "pk" : 2, "fields" : {"name" : "Earl Grey", "slug" : "earl-grey"}}, {"model" : "django_htcpcp_tea.teatype", "pk" : 3, "fields" : {"name" : "Peppermint", "slug" : "pepper...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["name", "slug"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://json-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" : "5e36ec6c4648b3d0d94eda00e8af5d83c70ad745"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, ...
{"name" : "d3-hull", "version" : "0.0.4", "description" : "DEPRECATED; see d3-polygon\u2019s hull function.", "keywords" : ["d3", "convex", "hull"], "homepage" : "https://github.com/d3/d3-hull", "license" : "BSD-3-Clause", "author" : {"name" : "Mike Bostock", "url" : "http://bost.ocks.org/mike"}, "contributors" : [{"na...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "b...
{"n_dim" : 8, "n_trials" : 130, "objective" : "markowitz_analytic_on_cube", "white" : "dlib_default", "black" : "optuna_random_clone", "traceback" : ["passing", "passing"], "best_val" : [0.04898476720466299, 0.8823610904046308], "best_x" : [[0.12489959790420535, 0.26088820132295154, 0.01901271890165848, 0.1984445226615...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Sales_Get_PA": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "Outcome_Push_PA": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "...
{"Sales_Get_PA" : {"category" : "input"}, "Outcome_Push_PA" : {"category" : "output"}, "Outcome" : {"category" : "output"}}
json_instruct
{"type": "object", "properties": {"Sales_Get_PA": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "Outcome_Push_PA": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "Outcome": {"type": "object", "properties": {"category": {"type...
Construct a JSON document that adheres to this schema specification: {"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"...
{"id" : 404376383, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "d12bf88641d845880d4d3bcfe5ca6db1", "wof:id" : 404376383, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.56694995228693, 46.99070018757792, 0.62398380420151, 47.0075160917353]...
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": ["...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}, "no_of...
{"wards" : [{"ward_no" : 1, "ward_name" : "Mahadhanpur", "ward_id" : "199814"}], "no_of_wards" : 1, "name" : "MAHADHANPUR", "lsg_code" : "50337", "district" : "Ballia", "state" : "Uttar Pradesh", "block_no" : "922"}
json_instruct
{"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}, "no_of_wards": {"type": "integer"}, "name": {"type": "string"}, "lsg...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": ...
{"type" : "MultiPolygon", "coordinates" : [[[[-85.14062820799988, 41.06448811500007], [-85.1392927659999, 41.06447916000007], [-85.13794724899991, 41.06448531300003], [-85.13790202099993, 41.06347802700008], [-85.1378690519999, 41.062412575000046], [-85.13784431599991, 41.06241157300006], [-85.1377975279999, 41.0607844...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "4801c6587b6ee40051c4", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "rechiseled_compat:block/byg_fir_planks_wavy"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/patterned_limestone_brick_vertical_corner_4"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"scope": {"type": "string"}, "method": {"type": "string"}, "path": {"type": "string"}, "body": {"type": "string"}, "status": {"type": "integer"}, "response": {"type": "object", "properties":...
[{"scope" : "https://gitlab.com:443", "method" : "GET", "path" : "/api/v4/projects/Jakub-Vacek%2Fempty-test/merge_requests/1", "body" : "", "status" : 404, "response" : {"message" : "404 Project Not Found"}, "rawHeaders" : ["Date", "Fri, 05 Nov 2021 09:11:13 GMT", "Content-Type", "application/json", "Content-Length", "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"scope": {"type": "string"}, "method": {"type": "string"}, "path": {"type": "string"}, "body": {"type": "string"}, "status": {"type": "integer"}, "response": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "rawHeade...
Create an example JSON object that satisfies this 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"]}, ...
[{"manufacturer" : "ZTE", "market_name" : "K87CA", "codename" : "K87", "model" : "K87CA"}, {"manufacturer" : "ZTE", "market_name" : "K87CC", "codename" : "K87", "model" : "K87CC"}]
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#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["622922202200", "\u56e2\u7ed3\u6751\u59d4\u4f1a", "220", "0"], ["622922202201", "\u53e4\u57ce\u6751\u59d4\u4f1a", "220", "0"], ["622922202202", "\u82cf\u5bb6\u6751\u59d4\u4f1a", "210", "0"], ["622922202203", "\u8303\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["622922202204", "\u6e05\u6c34\u6751\u59d4\u4f1a", "220", "0"],...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "ob...
{"hash" : "0xc0133680b1a6ea8ee8150dc9b77dd9b3b88553f8d68da686ea0b97ecb04b207e", "parentHash" : "0x797de67d7ef3ee50c26fd762a7c7962c02989d64c716da59a8496e447addaa90", "number" : 37133, "timestamp" : 1438767950, "nonce" : "0x64ab30928e765641", "difficulty" : 1294619547255, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Luka Mirosev...
{"name" : "GBLaunchCounter", "version" : "2.0.0", "summary" : "Count how many times your iOS or Mac OS X app has been launched, and optionally register blocks after some number of launches.", "homepage" : "https://github.com/lmirosevic/GBLaunchCounter", "license" : "Apache License, Version 2.0", "authors" : {"Luka Miro...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Luka Mirosevic": {"type": "string"}}, "required": ["Luka Mirosevic"]}, "platforms": {"t...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"schemaVersion": {"type": "string"}, "class": {"type": "string"}, "async": {"type": "boolean"}, "Common": {"type": "object", "properties": {"class": {"type": "string"}, "dagGlobals": {"type": "object", "properties"...
{"schemaVersion" : "1.0.0", "class" : "Device", "async" : false, "Common" : {"class" : "Tenant", "dagGlobals" : {"class" : "DagGlobals", "icmpHash" : "ipicmp", "ipv6PrefixLength" : 101, "roundRobinMode" : "local"}}}
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "string"}, "class": {"type": "string"}, "async": {"type": "boolean"}, "Common": {"type": "object", "properties": {"class": {"type": "string"}, "dagGlobals": {"type": "object", "properties": {"class": {"type": "string"}, "icmpHash": {"type": "string"}, "ipv6Pre...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "betterclay:block/light_blue_porcelain_bricks_wall_inventory"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["auto-invoice"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---src-pages-about-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-contact-js": {"type": "array", "items": {"type": ...
{"app" : ["/app-56a4d8ead344d8f1ec21.js"], "component---src-pages-about-js" : ["/component---src-pages-about-js-69436ad4ed3c1b299ea5.js"], "component---src-pages-contact-js" : ["/component---src-pages-contact-js-58097176359741e040de.js"], "component---src-pages-index-js" : ["/component---src-pages-index-js-523f2999741a...
json_instruct
{"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---src-pages-about-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-contact-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-js": {"type": "array", "items": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[51.067, 26.055], [51.199, 26.14], [51.4, 26.003], [51.4, 25.996], [51.413, 25.96], [51.344, 25.831], [50.981, 25.825], [51.067, 26.055]]]}, "properties" : {"name" : "Ash Shamal", "iso2" : "QA-MS", "admin_level" : 4, "osm_id" : 27335, "countryleve...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"t...
{"id" : "317457561", "name" : "High Street", "nodes" : [{"type" : "node", "id" : 418370974, "lat" : 52.2579525, "lon" : -0.6702959}, {"type" : "node", "id" : 418370977, "lat" : 52.2579814, "lon" : -0.6702636}, {"type" : "node", "id" : 418370978, "lat" : 52.2580412, "lon" : -0.6702397}, {"type" : "node", "id" : 41837097...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "nombre": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "rol": {"type": "string"}, "token": {"type": "integer"}}, "required": [...
[{"id" : 1, "nombre" : "Juan", "user" : "daju", "password" : "daju", "rol" : "admin", "token" : 123}, {"id" : 2, "nombre" : "Rodrigo", "user" : "rodrigo", "password" : "rodrigo", "rol" : "admin", "token" : 456}, {"id" : 3, "nombre" : "Jhonatan", "user" : "jhonatan", "password" : "jhonatan", "rol" : "admin", "token" : 7...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "nombre": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "rol": {"type": "string"}, "token": {"type": "integer"}}, "required": ["id", "nombre", "user", "password", "rol", "token"]}, "$schema": "http:...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "ob...
{"hash" : "0xf8196d8bd7238f0b3222055afd83fa51b96878b273e92d97c03e08a54d12a8da", "parentHash" : "0x03241a334659156c5ce59c24e87bf26723500ef5e16f227618e81a0a448eeda3", "number" : 92531, "timestamp" : 1439673479, "nonce" : "0x03ed91bbbcde1d20", "difficulty" : 3530285033752, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"entries": {"type": "array", "items": {"type": "object", "properties": {"entry": {"type": "string"}}, "required": ["entry"]}}}, "required": ["entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"entries" : [{"entry" : "{\"analyticType\": \"shopping\", \"schemaVersion\":1, \"data\": {\"itemSku\":123}}"}, {"entry" : "{\"analyticType\": \"searching\", \"schemaVersion\":1, \"data\": {\"searchTerm\":\"games\"}}"}, {"entry" : "{\"analyticType\": \"paging\", \"schemaVersion\":2, \"data\": {\"searchTerm\":\"games\",...
json_instruct
{"type": "object", "properties": {"entries": {"type": "array", "items": {"type": "object", "properties": {"entry": {"type": "string"}}, "required": ["entry"]}}}, "required": ["entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Scrub": {"type": "array", "items": {"type": "string"}}}, "required": ["Scrub"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Scrub" : ["PlayerArchetypes", "GameBreaker", "CharacterTiers", "CompetitiveBalance", "CharacterTiers", "CharacterSelectForcing", "GameBreaker", "Metagame", "SkillGateCharacters", "GameBreaker", "BoringButPractical", "GameBreaker", "MovingTheGoalposts", "SmallNameBigEgo", "CollectibleCardGame", "StopHavingFunGuys", "N...
json_instruct
{"type": "object", "properties": {"Scrub": {"type": "array", "items": {"type": "string"}}}, "required": ["Scrub"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "o...
{"hash" : "0x3864bc7bedbf88322a3274a6845f5176c75f024a5f064f2627482a5c76de1bd2", "parentHash" : "0x9d01dcfc3a22406b84885bdf83fafeb1fb9079bd53d974f40e607428752a4c2d", "number" : 23950, "timestamp" : 1438552667, "nonce" : "0x8dc3d2cac682984e", "difficulty" : 1083925495434, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type...
{"id" : 96100333, "ot" : 3, "alias" : 0, "setcode" : 226, "type" : 131076, "atk" : 0, "def" : 0, "level" : 0, "race" : 0, "attribute" : 0, "category" : 0, "name" : "Triamid Pulse", "desc" : "Once per turn: You can banish 2 cards from your Graveyard (any combination of Rock-Type monsters or Field Spell Cards), then acti...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "int...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressI...
{"IsRecentlyVerified" : false, "ID" : 94762, "UUID" : "34168630-8031-42BC-BDAB-79D697535066", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 6, "AddressInfo" : {"ID" : 95108, "Title" : "Ziegler's Back-Loft", "AddressLine1" : "Freudenst\u00e4dter Stra\u00dfe 57", "Town" : "Lo\u00dfburg", "StateOrProvince" : "L...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "T...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["extract-banner", "file-contents", "multilang", "qa-control"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "primaryKey": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"catego...
{"title" : "Model statistics", "description" : "The statistics for the model", "primaryKey" : ["category"], "type" : "object", "properties" : {"category" : {"type" : "string", "description" : "The name of the category"}, "count" : {"type" : "integer", "description" : "The number of records for this category"}, "mean" :...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "primaryKey": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"category": {"type": "object", "properties": {"type": {"type": "string"}, "descripti...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {...
[{"e_id" : "5330", "title" : "\u8881\u4e16\u51ef\u4e0e\u4e94\u56fd\u94f6\u884c\u56e2\u7b7e\u8ba2\u5584\u540e\u5927\u501f\u6b3e", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728108\u5e74\u524d\u7684\u4eca\u5929\uff0c1913\u5e744\u670826\u65e5(\u519c\u53861913\u5e743\u670820\u65e5)\uff0c\u8881\u4e16\u51ef\u4e0e\u4e94\u56fd\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"age": {"type": "object", "properties": {"type": {"type": "string"}, "ui": {"type": "object", "properties": {"placeholder": {"type": "strin...
{"type" : "object", "properties" : {"age" : {"type" : "string", "ui" : {"placeholder" : "dx: \"Age must be greater than \" + {{$const.ageLimit}}"}, "rules" : {"customRule" : [{"script" : "dx: {{$root.age}} > {{$const.ageLimit}}", "errMsg" : "Please fill in the correct age"}]}}}, "globalConfig" : {"constants" : {"ageLim...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"age": {"type": "object", "properties": {"type": {"type": "string"}, "ui": {"type": "object", "properties": {"placeholder": {"type": "string"}}, "required": ["placeholder"]}, "rules": {"type": "object", "proper...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i...
{"id" : 1225846823, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "00a7fd9f58f420d056992da6361ba980", "wof:id" : 1225846823, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [25.07691, 44.93815, 25.07691, 44.93815], "geometry" : {"coordinates" : [25.07691...
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": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"adv_t": {"type": "array", "items": {"type": "integer"}}, "adv_w": {"type": "array", "items": {"type": "integer"}}, "clfs": {"type": "array", "items": {"type": "string"}}, "mean": {"type": "array", "items": {"...
{"adv_t" : [2, 0, 2, 3, 0, 0, 3], "adv_w" : [2, 0, 2, 3, 0, 0, 1], "clfs" : ["Nearest Neighbors", "RBF SVM", "Decision Tree", "Random Forest", "Neural Net", "Naive Bayes", "Linear SVM"], "mean" : [0.6272617287269794, 0.577977550746068, 0.6272617287269795, 0.6603172469417932, 0.5844132275843527, 0.5552728861406102, 0.65...
json_instruct
{"type": "object", "properties": {"adv_t": {"type": "array", "items": {"type": "integer"}}, "adv_w": {"type": "array", "items": {"type": "integer"}}, "clfs": {"type": "array", "items": {"type": "string"}}, "mean": {"type": "array", "items": {"type": "number"}}, "parameters": {"type": "object", "properties": {"cv_method...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nu...
{"nom" : "Langlade", "circ" : "2\u00e8me circonscription", "dpt" : "Gard", "inscrits" : 1887, "abs" : 871, "votants" : 1016, "blancs" : 13, "nuls" : 3, "exp" : 1000, "res" : [{"nuance" : "MDM", "nom" : "Mme . MARIE SARA", "voix" : 393}, {"nuance" : "FN", "nom" : "M. Gilbert COLLARD", "voix" : 231}, {"nuance" : "LR", "n...
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"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-sc...
{"variants" : {"" : {"model" : "conquest:block/chalk"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"vega-core.js": {"type": "string"}, "vega-core.min.js": {"type": "string"}, "vega.js": {"type": "string"}, "vega.min.js": {"type": "string"}}, "required": ["vega-core.js", "vega-core.min.js", "vega.js", "vega.min.js"], "$schema...
{"vega-core.js" : "sha256-22lpWyhDHy+Q6SLfNAocPjTav4luBD91Tr/Tt6g4lgo=", "vega-core.min.js" : "sha256-Ort/aoZCCnl1i/HzIZsZvjrhS163Y40n+0jN3P/3w+4=", "vega.js" : "sha256-08o0a2Sv1itdQAa0FMKR6n9jGx9p5JdaJQyISM3YqzM=", "vega.min.js" : "sha256-qxkWXg/mR8SxFAfUl+zCJAJkeKrySS60F2iwCmtyf9g="}
json_instruct
{"type": "object", "properties": {"vega-core.js": {"type": "string"}, "vega-core.min.js": {"type": "string"}, "vega.js": {"type": "string"}, "vega.min.js": {"type": "string"}}, "required": ["vega-core.js", "vega-core.min.js", "vega.js", "vega.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"<page title>": {"type": "string"}, "brand": {"type": "string"}, "megapixels": {"type": "string"}, "model": {"type": "string"}, "optical zoom": {"type": "string"}}, "required": ["<page title>", "brand", "megapixels", "model", "...
{"<page title>" : "Camera Samsung Digimax 360 0044701003601 | eBay", "brand" : "Samsung", "megapixels" : "3,2", "model" : "Digimax 360", "optical zoom" : "8x"}
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "brand": {"type": "string"}, "megapixels": {"type": "string"}, "model": {"type": "string"}, "optical zoom": {"type": "string"}}, "required": ["<page title>", "brand", "megapixels", "model", "optical zoom"], "$schema": "http://json-schema.org/draft-07...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id...
{"type" : "Feature", "properties" : {"name" : "Enna", "iso2" : "IT-EN", "admin_level" : 6, "osm_id" : 39216, "wikidata_id" : "Q26160408", "wikipedia_id" : "it:Libero consorzio comunale di Enna", "population" : null, "countrylevel_id" : "iso2:IT-EN", "osm_data" : {"localname" : "Enna", "official_name" : "Libero Consorzi...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"license": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "config": {"type": "object", "properties": {"preferred-i...
{"license" : "MIT", "minimum-stability" : "dev", "prefer-stable" : true, "name" : "unb-libraries/composites.lib.unb.ca", "description" : "Scaffold and provision local development for composites.lib.unb.ca", "config" : {"preferred-install" : {"*" : "dist"}}, "repositories" : [{"type" : "composer", "url" : "https://packa...
json_instruct
{"type": "object", "properties": {"license": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "config": {"type": "object", "properties": {"preferred-install": {"type": "object", "properties": {"*": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "...
{"h" : [{"d" : [{"s" : ["`ko'ngel~"], "e" : ["\ufff9`Konged~ `a~ `papah~.\ufffa\ufffb\u5ae9\u7da0\u3002"], "f" : "\u5ae9\uff0c\u7d30\u5ae9\u3002"}]}], "t" : "konged"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e",...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["210283108200", "\u9688\u5b50\u6751\u59d4\u4f1a", "121", "0"], ["210283108202", "\u77f3\u5cad\u6751\u59d4\u4f1a", "220", "0"], ["210283108206", "\u5b9d\u5de8\u6751\u59d4\u4f1a", "220", "0"], ["210283108207", "\u4e1c\u74dc\u5ddd\u6751\u59d4\u4f1a", "220", "0"], ["210283108211", "\u68d2\u68f0\u6c9f\u6751\u59d4\u4f1a", ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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"]...
{"name" : "pickhacks2019", "version" : "1.0.0", "description" : "", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dblitt99/pickhacks2019.git"}, "keywords" : ["big-data", "machine-learning"], "author" : "", "lic...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "stri...
{"author" : "Ben Jonson", "classification" : "", "keywords" : ["Love", "Heartache", "Loss"], "period" : "Renaissance", "reference" : "http://www.poetryfoundation.org/poem/181038", "region" : "England", "text" : ["Slow, slow, fresh fount, keep time with my salt tears;", "Yet slower, yet, O faintly, gentle springs!", "Li...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"},...
[{"namaKab" : "KOTA BALIKPAPAN", "originalFilename" : "001.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 38252, "noUrut" : 1, "nama" : "H. SUWANDI, S.H., M.Si.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA SAMARINDA", "originalFilename" : "Foto Bang Sigit.JPG", "namaPartai" : "PARTAI AMANAT NASIONAL...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "520623105001", "text" : "\u4eac\u5dde\u793e\u533a"}, {"id" : "520623105201", "text" : "\u5c0f\u9e21\u516c\u6751\u59d4\u4f1a"}, {"id" : "520623105202", "text" : "\u5927\u9e21\u516c\u6751\u59d4\u4f1a"}, {"id" : "520623105203", "text" : "\u7ea2\u6eaa\u5c6f\u6751\u59d4\u4f1a"}, {"id" : "520623105204", "text" : "\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"jinplace.js": {"type": "string"}, "jinplace.min.js": {"type": "string"}}, "required": ["jinplace.js", "jinplace.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jinplace.js" : "sha512-nrMwJIbnJAh7zU8j4RwPR9ltpCb6Q3QnUHzWWBnRHmPPg9QfiuHz43Uxhvl1nbbpk9ursHetVwBXtDs4HKnk8A==", "jinplace.min.js" : "sha512-7HPfYxx7oKoa43BwykuqR2AmAhnd0+fF/cAtf4hw4a0N8of8vcfzqYddx3qYcmfrgpGyHUXvsOFZmIhkEHFzeQ=="}
json_instruct
{"type": "object", "properties": {"jinplace.js": {"type": "string"}, "jinplace.min.js": {"type": "string"}}, "required": ["jinplace.js", "jinplace.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"description": {"type": "string"}, "runtime": {"type": "string"}, "Handler": {"type": "string"}, "memory": {"type": "integer"}, "timeout": {"type": "integer"}, "role": {"type": "string"}, "environment": {"type": "obj...
{"description" : "Twitter\u306eAPI\u3092\u4f7f\u3063\u3066\u3064\u3076\u3084\u304f", "runtime" : "python3.7", "Handler" : "tweet.lambda_handler", "memory" : 128, "timeout" : 300, "role" : "arn:aws:iam::123456789012:role/lambda-execution-role", "environment" : {"PYTHONPATH" : "/var/runtime:/var/task/vendor", "ConsumerKe...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "runtime": {"type": "string"}, "Handler": {"type": "string"}, "memory": {"type": "integer"}, "timeout": {"type": "integer"}, "role": {"type": "string"}, "environment": {"type": "object", "properties": {"PYTHONPATH": {"type": "string"}, "ConsumerKey": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"viewers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "username": {"type": "string"}, "karma": {"type": "integer"}, "coins": {"type": "integer"}}, "required": ["id", "username", "kar...
{"viewers" : [{"id" : 0, "username" : "colradi", "karma" : 500, "coins" : 11183}, {"id" : 1, "username" : "iyuru", "karma" : 397, "coins" : 9124}, {"id" : 2, "username" : "tekekorni", "karma" : 278, "coins" : 10340}, {"id" : 3, "username" : "fannaah", "karma" : 306, "coins" : 10960}, {"id" : 4, "username" : "icewizerds...
json_instruct
{"type": "object", "properties": {"viewers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "username": {"type": "string"}, "karma": {"type": "integer"}, "coins": {"type": "integer"}}, "required": ["id", "username", "karma", "coins"]}}, "total": {"type": "integer"}}, "required":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"noEmit": {"type": "boolean"}}, "required": ["noEmit"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": ...
{"extends" : "./tsconfig.json", "compilerOptions" : {"noEmit" : true}, "references" : [{"path" : "./packages/farrow-api-client/tsconfig.esm.json"}, {"path" : "./packages/farrow-pipeline/tsconfig.esm.json"}, {"path" : "./packages/farrow-schema/tsconfig.esm.json"}, {"path" : "./packages/farrow-json-schema/tsconfig.esm.js...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"noEmit": {"type": "boolean"}}, "required": ["noEmit"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "exclude": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "heig...
{"width" : 0.34221324, "rotation" : -0.4149971, "xCenter" : 0.1880151, "yCenter" : 0.74338055, "height" : 0.60837907}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@fortawesome/fonta...
{"requires" : true, "lockfileVersion" : 1, "dependencies" : {}, "devDependencies" : {"@fortawesome/fontawesome-free" : "^5.9.0", "gulp" : "^4.0.2", "gulp-clean-css" : "^4.2.0", "gulp-concat" : "^2.6.1", "gulp-cssnano" : "^2.1.3", "gulp-minify" : "^3.1.0", "gulp-rename" : "^1.4.0", "gulp-sourcemaps" : "^2.6.5"}}
json_instruct
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-free": {"type": "string"}, "gulp": {"type": "string"}, "gulp-cle...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "ref": {"type": "string"}, "author": {"type": "string"}, "setti...
{"name" : "tibcollection", "version" : "0.0.1", "type" : "flogo:activity", "title" : "Tibco Legacy Collection API", "description" : "Tibco Legacy Collection", "ref" : "github.com/wcn00/tibcollection/activity/tibcollection", "author" : "Wendell Nichols <wnichols@tibco.com>", "settings" : [{"name" : "operation", "type" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "ref": {"type": "string"}, "author": {"type": "string"}, "settings": {"type": "array", "items": {"type": "object", "properties": {"name...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"...
{"station_g" : [{"pref_cd" : 26, "line_cd" : 99606, "line_name" : "\u53e1\u5c71\u96fb\u9244\u53e1\u5c71\u672c\u7dda", "station_cd" : 9960605, "station_name" : "\u4fee\u5b66\u9662"}]}
json_instruct
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_na...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ...
[{"id" : 1893626006, "name" : "\u6c34 \u4e0a \u6f02", "dt" : 180645, "ar" : {"id" : 46955794, "name" : "Salty Salt"}, "al" : {"id" : 135891841, "name" : "\u8ff7\u79bb\u5149\u5f71Pt.1 (PARADOX\u00d7WERECORDS)", "picUrl" : "https://p2.music.126.net/G_num7L_kzGjkbBS4mBysA==/109951166603982562.jpg"}}, {"id" : 1893626007, "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Barangay 664-A, Manila, Metropolitan Manila, National Capital Region, PH", "locale" : "ph.national-capital-region.metropolitan-manila.manila.barangay-664-a", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines",...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"common": {"type": "object", "properties": {"mainTitle": {"type": "string"}}, "required": ["mainTitle"]}}, "required": ["common"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"common" : {"mainTitle" : "Vagrant Repository Manager"}}
json_instruct
{"type": "object", "properties": {"common": {"type": "object", "properties": {"mainTitle": {"type": "string"}}, "required": ["mainTitle"]}}, "required": ["common"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-serverless-express": {"type": "stri...
{"name" : "lambda-graphql", "description" : "AWS Lambda graphql handler", "version" : "1.1.0", "license" : "MIT", "dependencies" : {"aws-serverless-express" : "^1.2.0", "express" : "^4.14.0", "express-graphql" : "^0.6.1"}, "scripts" : {"test" : "mocha test"}, "devDependencies" : {"mocha" : "^3.2.0", "graphql" : "^0.8.2...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-serverless-express": {"type": "string"}, "express": {"type": "string"}, "express-graphql": {"type": "strin...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"jarallax-video.min.js": {"type": "string"}, "jarallax.min.js": {"type": "string"}}, "required": ["jarallax-video.min.js", "jarallax.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jarallax-video.min.js" : "sha512-C5rtlNVSH3itseE+d9MGmaIZmuT1hgpHMW28Lk8jA1fwQqkt4JteDwvJiH5atAY9/+culm3mnkO6/aXLo5GU0w==", "jarallax.min.js" : "sha512-iFAUsF1e6FlVlu3UhC+EGARrb+dkisVy9IcCO+YqSHhijq/F2P9B0/5/bWxGzRpDfT+nT4QmoveA5sb9y9ghkQ=="}
json_instruct
{"type": "object", "properties": {"jarallax-video.min.js": {"type": "string"}, "jarallax.min.js": {"type": "string"}}, "required": ["jarallax-video.min.js", "jarallax.min.js"], "$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"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "require-dev": {"type": "ob...
{"name" : "datacodetech/phpcs-ruleset", "version" : "2.3.1", "type" : "library", "license" : "MIT", "description" : "phpcs ruleset used for all PHP projects", "keywords" : [], "require-dev" : {"squizlabs/php_codesniffer" : "^3.5.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "include": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string...
{"name" : "ADS7846", "version" : "1.0.0", "keywords" : "spi, touch", "description" : "ADS7846/TSC2046 Touch-Controller", "include" : "ADS7846", "repository" : {"type" : "git", "url" : "https://github.com/watterott/Arduino-Libs.git"}, "dependencies" : {"name" : "digitalWriteFast", "frameworks" : "arduino"}, "frameworks"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "include": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, ...
{"author" : {"id" : "t2_6j2s4r5b", "name" : "Chromu_Maps"}, "date" : {"day" : 1601251200, "full" : 1601317840, "month" : 1598918400, "week" : 1601164800}, "id" : "t3_j1hr2x", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 127679, "fullUrl" : "https://preview.redd.it/2xftqxxjmxp51.jpg?auto=webp&s=b37fbb15094...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Version": {"type": "string"}, "Names": {"type": "object", "properties": {"Hanb": {"type": "string"}, "Mlym": {"type": "string"}, "Telu": {"type": "string"}}, "required": ["Hanb", "Mlym", "Telu"]}}, "required": ["Version", "...
{"Version" : "2.1.38.73", "Names" : {"Hanb" : "hanb", "Mlym" : "malay\u00e1lam", "Telu" : "telug\u00fa"}}
json_instruct
{"type": "object", "properties": {"Version": {"type": "string"}, "Names": {"type": "object", "properties": {"Hanb": {"type": "string"}, "Mlym": {"type": "string"}, "Telu": {"type": "string"}}, "required": ["Hanb", "Mlym", "Telu"]}}, "required": ["Version", "Names"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type":...
{"description" : "", "code" : "", "ldc" : [], "sintaxis" : "ast.get_source_segment(source, node, *, padded=False)\n", "parametros" : [{"nombre" : "node", "description" : ""}, {"nombre" : "source", "description" : ""}, {"nombre" : "padded", "description" : ""}, {"nombre" : "*", "description" : ""}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTyp...
{"IsRecentlyVerified" : false, "ID" : 140622, "UUID" : "2F3F999C-D339-4408-867C-D388892C58F0", "DataProviderID" : 2, "DataProvidersReference" : "146946", "OperatorID" : 3318, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 140974, "Title" : "Walmart 1439 - Washington, UT", "AddressLine1" : "625 W. Telegraph St.", "Town" : "...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"image-scaler": {"type": "string"}}, "required": ["image-scaler"]}}, "required": ["nodes"]}, "version": {"type...
{"name" : "node-red-contrib-image-scaler", "node-red" : {"nodes" : {"image-scaler" : "image-scaler.js"}}, "version" : "1.0.0", "description" : "A Simple Node to convert an Image from one resolution to another", "main" : "image-scaler.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"image-scaler": {"type": "string"}}, "required": ["image-scaler"]}}, "required": ["nodes"]}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets...
{"key" : "E", "suffix" : "m6/D#", "positions" : [{"frets" : "xx1020", "fingers" : "001020"}, {"frets" : "x65657", "fingers" : "021314", "barres" : "5", "capo" : "true"}, {"frets" : "babccc", "fingers" : "213444", "barres" : "12", "capo" : "true"}, {"frets" : "ba99c9", "fingers" : "321141", "barres" : "9", "capo" : "tru...
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, "required": ["key", "suffix", "positions"], "$schema": "h...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"d3.js": {"type": "string"}, "d3.min.js": {"type": "string"}}, "required": ["d3.js", "d3.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"d3.js" : "sha512-P+gjtZRTNNnrjnZbHjGDnkMuf2fspvSl0RqlruIl+KRwvoq5BN2S1h5O5jI84BUKLBojNb2OPwQz66Q72lIg6A==", "d3.min.js" : "sha512-cfQYmLtsayleWSjQc9OVs5R0KBouQFginUVjhHfTNs0GkUs2gSoLWcEbli3MGRBP/In0Lp6spPVEZIa94r8stw=="}
json_instruct
{"type": "object", "properties": {"d3.js": {"type": "string"}, "d3.min.js": {"type": "string"}}, "required": ["d3.js", "d3.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "nickname": {"type": "strin...
{"code" : 0, "message" : "success", "data" : {"id" : 1, "created_at" : "2017-03-23 01:14:31", "updated_at" : "2021-11-25 09:50:00", "nickname" : "11111234565", "username" : "usernameeeee", "status" : 1}}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "nickname": {"type": "string"}, "username": {"type": "string"}, "status": {"type": "integ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"angular" : "1.5.8"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}, "parent": {"type": "string"}}, "required": ["textures", "parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"textures" : {"layer0" : "spartanlands:items/crossbow_slimybone_pulling_0"}, "parent" : "spartanweaponry:item/crossbow_wood_pulling_0"}
json_instruct
{"type": "object", "properties": {"textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}, "parent": {"type": "string"}}, "required": ["textures", "parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["...
{"name" : "emojic", "version" : "1.1.16", "description" : "Emoji in your Node.js command line apps.", "main" : "lib/index.js", "directories" : {"example" : "example"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/IonicaBizau/emoj...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}, "scripts": {"type": "object", "properties": {"test": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "_release": {"type": "string"}, "_res...
{"name" : "Processing.js", "version" : "1.4.15", "main" : "processing.js", "ignore" : ["bundle", "lib", "node_modules", "src", "test", "test.js", "test.html", "build.js", "Gruntfile.js", "minify.js", "package.json", "server.js"], "homepage" : "https://github.com/processing-js/processing-js", "_release" : "1.4.15", "_re...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "_release": {"type": "string"}, "_resolution": {"type": "object", "properties": {"type": {"type": "string"}, ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"backup_data_uid": {"type": "string"}, "backup_module_uid": {"type": "string"}, "backup_module_uoa": {"type": "string"}, "control": {"type": "object", "properties": {"engine": {"type": "string"}, "iso_datetime": {"...
{"backup_data_uid" : "acb794d4241dfa43", "backup_module_uid" : "707ccdfe444cafac", "backup_module_uoa" : "platform", "control" : {"engine" : "CK", "iso_datetime" : "2017-02-04T15:00:43.381726", "version" : ["1", "8", "6", "1"]}, "data_name" : "SAMSUNG SM-J110F"}
json_instruct
{"type": "object", "properties": {"backup_data_uid": {"type": "string"}, "backup_module_uid": {"type": "string"}, "backup_module_uoa": {"type": "string"}, "control": {"type": "object", "properties": {"engine": {"type": "string"}, "iso_datetime": {"type": "string"}, "version": {"type": "array", "items": {"type": "string...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "b...
{"image_name" : "lesion1157.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 2.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "300.0,343.0,302.0,342.0,305.0,342.0,308.0,341.0,312.0,340.0,315.0,343.0,314.0,346.0,316.0,350....
json_instruct
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"regio...
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": "ar...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-122.286029, 38.28403], [-122.282757, 38.286085], [-122.282717, 38.289233], [-122.28334, 38.289161], [-122.281357, 38.292032], [-122.282495, 38.294448], [-122.281769, 38.296374], [-122.283392, 38.298105], [-122.275883, 38...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": ...
{"alias" : "video/3578/python-3-for-data-science-what-works-what-doesn", "category" : "PyCon Italia 2015", "copyright_text" : "", "description" : "In the last years, the Python programming language has engaged a major\nrenovation, and Python 3.x is going to be the next generation reference\nof the language. However, de...
json_instruct
{"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "company": {"type": "string...
{"slug" : "profesional", "title" : "Experiencia laboral", "description" : "Perfil profesional y experiencia laboral", "items" : [{"name" : "Front end software developer", "company" : "Open Systems", "how_long" : "Diciembre 2019 \u2014 Presente", "job_description" : "Apoyar los procesos de dise\u00f1o y construcci\u00f3...
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "company": {"type": "string"}, "how_long": {"type": "string"}, "job_description": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, ...
{"type" : "package", "name" : "thoughtbot/expirable", "summary" : "Manage values that expire after a period of time", "license" : "MIT", "version" : "2.0.0", "exposed-modules" : ["Expirable"], "elm-version" : "0.19.0 <= v < 0.20.0", "dependencies" : {"elm/core" : "1.0.0 <= v < 2.0.0", "elm/time" : "1.0.0 <= v < 2.0.0"}...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, "elm-version": {"type": "string"}, "dependencies": {"type": "object", ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"aseprite_json": {"type": "string"}, "license": {"type": "string"}, "locked_size": {"type": "boolean"}, "names": {"type": "object", "properties": {"idle": {"type": "object", "properties": {"end": {"type": "object", ...
{"aseprite_json" : "aseprite/Blythe.json", "license" : "Copyright 2021 Ian Patrick https://www.instagram.com/ian.t.patrick/. Licensed as CC BY 3.0", "locked_size" : false, "names" : {"idle" : {"end" : {"x" : 0.0, "y" : 0.0}, "extrapolate" : "clamp", "frames" : [6.0], "start" : {"x" : 0.0, "y" : 0.0}}}, "sprite_size" : ...
json_instruct
{"type": "object", "properties": {"aseprite_json": {"type": "string"}, "license": {"type": "string"}, "locked_size": {"type": "boolean"}, "names": {"type": "object", "properties": {"idle": {"type": "object", "properties": {"end": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "requ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"angular-google-maps.js": {"type": "string"}, "angular-google-maps.min.js": {"type": "string"}}, "required": ["angular-google-maps.js", "angular-google-maps.min.js"], "$schema": "http://json-schema.org/draft-07/sche...
{"angular-google-maps.js" : "sha256-Js1nKllZqeMsD8+eW/GTlDqP1RO4Vvfep5zUTg4fC5c=", "angular-google-maps.min.js" : "sha256-76xw0OVcNvd5Ixb3VYdixZtQph56X4HtnfZtL1v1CwE="}
json_instruct
{"type": "object", "properties": {"angular-google-maps.js": {"type": "string"}, "angular-google-maps.min.js": {"type": "string"}}, "required": ["angular-google-maps.js", "angular-google-maps.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"apiKey": {"type": "string"}, "authDomain": {"type": "string"}, "databaseURL": {"type": "string"}, "storageBucket": {"type": "string"}, "messagingSenderId": {"type": "string"}}, "required": ["apiKey", "authDom...
{"apiKey" : "Your-apiKey-here", "authDomain" : "Your-authDomain-here", "databaseURL" : "Your-databaseURL-here", "storageBucket" : "storageBucket", "messagingSenderId" : "Your-messagingSenderId-here"}
json_instruct
{"type": "object", "properties": {"apiKey": {"type": "string"}, "authDomain": {"type": "string"}, "databaseURL": {"type": "string"}, "storageBucket": {"type": "string"}, "messagingSenderId": {"type": "string"}}, "required": ["apiKey", "authDomain", "databaseURL", "storageBucket", "messagingSenderId"], "$schema": "http:...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}...
{"timestamp" : "2020-12-22T20:35:49Z", "data" : [{"data_type" : "noise", "value" : "45.54", "max" : "78.23", "min" : "35.30", "sd" : "3.94"}, {"data_type" : "illuminance", "value" : "2135.00", "max" : "2135.00", "min" : "2135.00", "sd" : "0.00"}, {"data_type" : "irradiance", "value" : "12383.39", "max" : "12429.60", "m...
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max",...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "440281107201", "text" : "\u4e09\u6eaa\u6751\u59d4\u4f1a"}, {"id" : "440281107202", "text" : "\u77f3\u6751\u6751\u59d4\u4f1a"}, {"id" : "440281107203", "text" : "\u767d\u9732\u5858\u6751\u59d4\u4f1a"}, {"id" : "440281107204", "text" : "\u795e\u524d\u5cad\u6751\u59d4\u4f1a"}, {"id" : "440281107205", "text" : "\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"requirejs": {"type": "string"}, "jquery": {"type": "string"}, "marionette": {"type": "string"}, "lodash-template-loader": {"type": "string...
{"name" : "backbone-marionette-boilerplate", "dependencies" : {"requirejs" : "*", "jquery" : "*", "marionette" : "*", "lodash-template-loader" : "*", "bootstrap" : "*"}, "devDependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"requirejs": {"type": "string"}, "jquery": {"type": "string"}, "marionette": {"type": "string"}, "lodash-template-loader": {"type": "string"}, "bootstrap": {"type": "string"}}, "required": ["requirejs", "jque...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"provServerAddr": {"type": "string"}, "serverPath": {"type": "string"}, "localPath": {"type": "string"}, "useIma": {"type": "boolean"}, "imaPcr": {"type": "integer"}}, "required": ["provServerAddr", "serverPath", "localPath", "...
{"provServerAddr" : "http://127.0.0.1:9001/", "serverPath" : "drtm-example/", "localPath" : "metadata/", "useIma" : false, "imaPcr" : 10}
json_instruct
{"type": "object", "properties": {"provServerAddr": {"type": "string"}, "serverPath": {"type": "string"}, "localPath": {"type": "string"}, "useIma": {"type": "boolean"}, "imaPcr": {"type": "integer"}}, "required": ["provServerAddr", "serverPath", "localPath", "useIma", "imaPcr"], "$schema": "http://json-schema.org/draf...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "e...
{"name" : "Max-Weber-Berufskolleg St\u00e4dt. Schule f\u00fcr Wirtschaft und Verwaltung - Sekundarstufe II -", "id" : "NRW-170793", "address" : "Suitbertusstr. 163-165, 40223 D\u00fcsseldorf", "school_type" : "Berufskolleg", "fax" : "0211 8929159", "phone" : "0211 8927342", "website" : " http://www.max-weber-beruf...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016440": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, ...
{"type" : "Topology", "objects" : {"E01016440" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00083022", "LAD11CD" : "E06000038"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016440": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "displayName": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "requir...
{"name" : "xyz.coderiftel.completer", "version" : "1.1.0", "description" : "Completer handles command line parsing and gives you completion options.", "displayName" : "completer", "author" : {"name" : "coderiftel"}, "hideInEditor" : false, "keywords" : ["cli", "completion", "ongui"], "dependencies" : {"xyz.coderiftel.o...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "displayName": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "hideInEditor": {"type": "boolean"}, "keywords": {"type": "ar...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "css-sections"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "a4b840a0ea995d530b179cecd09ba36b29a7a17b"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"index": {"type": "boolean"}}, "required": ["index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "7fd80f47e659f4ec5f08", "c" : {"index" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"index": {"type": "boolean"}}, "required": ["index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "it...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-84.020118, 33.857601], [-84.016197, 33.867082], [-84.006256, 33.897873], [-83.995212, 33.902973], [-83.991704, 33.898014], [-83.988312, 33.896494], [-83.986386, 33.896904], [-83.986065, 33.894413], [-83.982745, 33.889614...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":...
{"hash" : "0x9874dda3edd2fab1d99e0355c454c68f05bcf759f4c7163e2d990f194b20546e", "parentHash" : "0xc0bf436d802877d50e447795d49f5d821e43a0d6138b5a47af231e520ccbf2ba", "number" : 73812, "timestamp" : 1439375432, "nonce" : "0x1b56ef41d8a4f54f", "difficulty" : 2219543318054, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", ...
{"name" : "coldark-prism", "description" : "A blue-grey theme with light & dark versions.", "version" : "1.0.5", "author" : {"name" : "ArmandPhilippot", "url" : "https://www.armandphilippot.com"}, "license" : "MIT", "icon" : "assets/logo.png", "keywords" : ["Coldark", "theme"], "homepage" : "https://github.com/ArmandPh...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "ke...