input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.or...
{"title" : "\u98ce\u821e-\u6597\u7f57\u5927\u9646ED", "author" : "Movement Music Productions", "musicType" : "\u52a8\u6f2b", "musicNo" : "0010921"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
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_67y4w69v", "name" : "mik_wewa"}, "date" : {"day" : 1640217600, "full" : 1640260393, "month" : 1638316800, "week" : 1639872000}, "id" : "t3_rmu383", "picture" : {"filesize" : 90744, "fullUrl" : "https://preview.redd.it/tq81z9886a781.jpg?auto=webp&s=24984e6e5e2cbdf835b0168aca0ff3dc3eabca7e", "hash...
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"}},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[611.8088779240384, 604.089204604398], [631.7489094066327, 605.7414340773366], [655.0431366735845, 605.7414340773366], [676.219706916268, 612.0944051501417], [682.5726779890731, 635.3886324170935], [674.1020498919996, 652.3298886112404], [1525.4001736478763, 1533.2752107068738], [1506.341260429461, 1541.7458388039474]...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "c...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Marita, President Roxas, Capiz, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.capiz.president-roxas.marita", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "16",...
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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "build...
{"name" : "webpack-boilerplate", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "npm run dev", "dev" : "cross-env NODE_ENV=dev webpack-dev-server --open --config build/webpack.dev.js", "build:stage" : "cross-env NODE_ENV=stage webpack --config build/webpack.stage.js", "build:prod" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "build:stage": {"type": "string"}, "build:prod": {"type": "stri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "string"}, "qua...
{"alias" : "video/439/pycon-2011--http-in-python--which-library-for-wha", "category" : "PyCon US 2011", "copyright_text" : "Creative Commons Attribution-NonCommercial-ShareAlike 3.0", "description" : "HTTP in Python: which library for what task?\n\nPresented by Augie Fackler\n\nHTTP is the lingua franca of the web, and...
json_instruct
{"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object"...
{"name" : "SQFInMemoryContext", "version" : "0.0.1", "summary" : "Quickly and easily create an in-memory context for Unit Testing Core Data entities.", "description" : " SQFInMemoryContext\n ======================================\n\n Quickly and easily create an in-memory context for Unit Testing Core Da...
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": {"Paul Williamson": {"type": "string"}}, "required": [...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "...
{"id" : 101901307, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "1e9d4f5ad9a036072d2bbd7768cada1b", "wof:id" : 101901307, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.87712893705628, 49.69691466696071, 2.88679340574362, 49.70289010964586...
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": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "salary": {"type": "string"}}, "required": ["id", "name", "salary"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1, "name" : "Pradeep", "salary" : "10000"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "salary": {"type": "string"}}, "required": ["id", "name", "salary"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"format_version": {"type": "string"}, "minecraft:client_entity": {"type": "object", "properties": {"description": {"type": "object", "properties": {"identifier": {"type": "string"}, "materials": {"type": "object", "propertie...
{"format_version" : "1.10.0", "minecraft:client_entity" : {"description" : {"identifier" : "kancolle:aircraft_carrier_princess_armament", "materials" : {"default" : "entity_alphatest"}, "textures" : {"default" : "textures/entity/aircraft_carrier_princess_armament", "damaged" : "textures/entity/aircraft_carrier_princess...
json_instruct
{"type": "object", "properties": {"format_version": {"type": "string"}, "minecraft:client_entity": {"type": "object", "properties": {"description": {"type": "object", "properties": {"identifier": {"type": "string"}, "materials": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]},...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc...
[{"year" : 2003, "sex" : "M", "n" : 10, "prop" : 4.76e-06}, {"year" : 2008, "sex" : "M", "n" : 6, "prop" : 2.75e-06}, {"year" : 2009, "sex" : "M", "n" : 9, "prop" : 4.25e-06}, {"year" : 2010, "sex" : "M", "n" : 6, "prop" : 2.92e-06}, {"year" : 2011, "sex" : "M", "n" : 6, "prop" : 2.96e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"t...
{"nom" : "Le Puy-en-Velay", "circ" : "1\u00e8re circonscription", "dpt" : "Haute-Loire", "inscrits" : 6397, "abs" : 3094, "votants" : 3303, "blancs" : 26, "nuls" : 20, "exp" : 3257, "res" : [{"nuance" : "LR", "nom" : "Mme Isabelle VALENTIN", "voix" : 1294}, {"nuance" : "REM", "nom" : "Mme C\u00e9cile GALLIEN", "voix" :...
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"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"},...
{"URL" : "https://www.wired.com/1999/05/e-commerce-hole-exposed", "heading" : "e-commerce hole exposed", "subheading" : "security experts have uncovered a hole in e-commerce software from microsoft that can expose sensitive information such as names, addresses, and credit card numbers.", "author" : "wired news report",...
json_instruct
{"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dedicatedCloud_move_ip_title": {"type": "string"}, "dedicatedCloud_move_ip_description": {"type": "string"}, "dedicatedCloud_move_ip_select_ip": {"type": "string"}, "dedicatedCloud_move_ip_select_target": {"type":...
{"dedicatedCloud_move_ip_title" : "Diesen IP-Block mit einem anderen Dienst verbinden", "dedicatedCloud_move_ip_description" : "Sie k\u00f6nnen einen bereits bestellten IP-Block einem anderen kompatiblen Dienst zuweisen. Diese Dienste werden nach Relevanz, Geolokalisierung und Rechenzentren gefiltert.", "dedicatedCloud...
json_instruct
{"type": "object", "properties": {"dedicatedCloud_move_ip_title": {"type": "string"}, "dedicatedCloud_move_ip_description": {"type": "string"}, "dedicatedCloud_move_ip_select_ip": {"type": "string"}, "dedicatedCloud_move_ip_select_target": {"type": "string"}, "dedicatedCloud_move_ip_select_next_hop": {"type": "string"}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "api_version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "manufacturer": {"type": "string"}, "product": {"type": "string"}, "short...
{"name" : "vistream-online", "version" : "1.0.0", "api_version" : "1.0.0", "keywords" : ["ViStream", "streaming", "platform"], "manufacturer" : "ViStream", "product" : "online", "shortname" : "vistream", "homepage" : "https://www.vistream.online", "description" : "Streaming platform for events, conferences and more.", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "api_version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "manufacturer": {"type": "string"}, "product": {"type": "string"}, "shortname": {"type": "string"}, "homepage": {"type": "string"}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}, "textures": {"type": "object", "properties": {"face1": {"type": "string"}, "face2": {"type": "string"}}...
{"forge_marker" : 1, "defaults" : {"model" : "tetra:forged_vent0", "textures" : {"face1" : "tetra:blocks/forged_vent1", "face2" : "tetra:blocks/forged_vent2"}}, "variants" : {"rotation" : {"0" : {"model" : "tetra:block/forged_vent0"}, "1" : {"model" : "tetra:block/forged_vent1"}, "2" : {"model" : "tetra:block/forged_ve...
json_instruct
{"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}, "textures": {"type": "object", "properties": {"face1": {"type": "string"}, "face2": {"type": "string"}}, "required": ["face1", "face2"]}}, "required": ["model", "textures"]},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "source...
{"compilerOptions" : {"target" : "es2017", "module" : "es2015", "moduleResolution" : "node", "lib" : ["esnext.array", "esnext", "es2017", "dom"], "sourceMap" : false, "rootDir" : "./", "baseUrl" : "./node_modules", "experimentalDecorators" : true}}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "sourceMap": {"type": "boolean"}, "rootDir": {"type": "string"}, "baseUrl": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "system_name", "description" : "CI-Release environment"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "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": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "210112007", "text" : "\u82f1\u8fbe\u8857\u9053"}, {"id" : "210112009", "text" : "\u4e1c\u6e56\u8857\u9053"}, {"id" : "210112010", "text" : "\u4e94\u4e09\u8857\u9053"}, {"id" : "210112012", "text" : "\u6d51\u6cb3\u7ad9\u4e1c\u8857\u9053"}, {"id" : "210112014", "text" : "\u9ad8\u574e\u8857\u9053"}, {"id" : "210...
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"}, "url": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "licenseUrl": {"type": "string"}, "view": {"type": "string"}, "a...
{"name" : "stately", "version" : "2.0.0", "url" : "http://our.umbraco.org/projects/developer-tools/my-awesome-package", "description" : "Tree-state icons for Umbraco 8", "license" : "MIT", "licenseUrl" : "https://opensource.org/licenses/MIT", "view" : "~/app_plugins/stately/backoffice/views/view.html", "author" : {"nam...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "licenseUrl": {"type": "string"}, "view": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "ignore"], "$schema": "http://json-schema...
{"name" : "otr", "version" : "0.2.7", "main" : "build/otr.js", "ignore" : ["**/.*", "node_modules"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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...
{"nom" : "Luc\u00e9", "circ" : "3\u00e8me circonscription", "dpt" : "Eure-et-Loir", "inscrits" : 9862, "abs" : 6112, "votants" : 3750, "blancs" : 234, "nuls" : 114, "exp" : 3402, "res" : [{"nuance" : "RDG", "nom" : "M. Harold HUWART", "voix" : 1951}, {"nuance" : "LR", "nom" : "Mme Laure DE LA RAUDIERE", "voix" : 1451}]...
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"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "code_type_vote": {"type": "string"}, "libelle_type_vote": {"type": "string"}, "demandeur": {"type": "string"}, "libelle": {"type": "string"}, "nb_votants": {"type": "string"}, "date": {"t...
{"id" : "VTANR5L15V2061", "code_type_vote" : "SPO", "libelle_type_vote" : "scrutin public ordinaire", "demandeur" : "Pr\u00e9sident du groupe \"Libert\u00e9s et Territoires\"", "libelle" : "l'amendement n\u00b0 22 de Mme Fr\u00e9d\u00e9rique Dumas \u00e0 l'article premier du projet de loi relatif \u00e0 la modernisatio...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code_type_vote": {"type": "string"}, "libelle_type_vote": {"type": "string"}, "demandeur": {"type": "string"}, "libelle": {"type": "string"}, "nb_votants": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "code_type_vote", "libelle_type_vot...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"label" : "my-vpc"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "temperature": {"type": "number"}, "amount": {"type": "number"}, "viscosity": {"type": "number"}, "effect": {"type": "string"}, "color": {"type": "string"}}, "requi...
{"name" : "Compressionized Unit", "description" : "Some kind of ground type liquid that's almost transparent.", "temperature" : 0.65, "amount" : 0.5, "viscosity" : 0.6, "effect" : "melting", "color" : "FFFFFF80"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "temperature": {"type": "number"}, "amount": {"type": "number"}, "viscosity": {"type": "number"}, "effect": {"type": "string"}, "color": {"type": "string"}}, "required": ["name", "description", "temperature", "amount", "vis...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-0...
{"variants" : {"" : {"model" : "perit:block/cracked_light_grey_terracotta_briquettes"}}}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"reporterEnabled": {"type": "string"}}, "required": ["reporterEnabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"reporterEnabled" : "spec,mocha-allure-reporter"}
json_instruct
{"type": "object", "properties": {"reporterEnabled": {"type": "string"}}, "required": ["reporterEnabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "st...
{"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "142.93.169.12.nip.io", "min_cert_id" : 962413253, "min_entry_timestamp" : "2018-11-20T17:46:04.107", "not_before" : "2018-11-20T16:46:04", "not_after" : "2019-02-18T16:46:04"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["query", "authentication", "sales", "offer", "productService", "case", "order", "intelligence", "history"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["#pokecube:pokemob_held", "#pokecube_legends:legends_bagable", "#pokecube:pokemob_food", "#pokecube:pokemob_fossils", "#pokecube:pokecubes", "pokecube:revive", "pokecube:repel"]}
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "project_id": {"type": "string"}, "private_key_id": {"type": "string"}, "private_key": {"type": "string"}, "client_email": {"type": "string"}, "client_id": {"type": "string"}, "auth_uri": {...
{"type" : "service_account", "project_id" : "access-provisioning", "private_key_id" : "XXXXXXXXXXXXXX", "private_key" : "-----BEGIN PRIVATE KEY-----\nXXXXXXXXX\nXXXXXXXXX\nXXXXXXXXX\nXXXXXXXXX=\n-----END PRIVATE KEY-----\n", "client_email" : "dispatch@access-provisioning.iam.gserviceaccount.com", "client_id" : "XXXXXXX...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "project_id": {"type": "string"}, "private_key_id": {"type": "string"}, "private_key": {"type": "string"}, "client_email": {"type": "string"}, "client_id": {"type": "string"}, "auth_uri": {"type": "string"}, "token_uri": {"type": "string"}, "auth_provider_x5...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "SINDRI", "frequency" : 0, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"an10.81:0.1": {"type": "string"}, "an10.81:0.2": {"type": "string"}, "an10.81:0.3": {"type": "string"}, "an10.81:1.1": {"type": "string"}, "an10.81:1.2": {"type": "string"}, "an10.81:1.3": {"type": "string"}, "an10.81:2.1": {"...
{"an10.81:0.1" : "A\u1e45guttara Nik\u0101ya 10 ", "an10.81:0.2" : "9. Theravagga ", "an10.81:0.3" : "81. V\u0101hanasutta ", "an10.81:1.1" : "Eka\u1e41 samaya\u1e41 bhagav\u0101 camp\u0101ya\u1e41 viharati gaggar\u0101ya pokkhara\u1e47iy\u0101 t\u012bre. ", "an10.81:1.2" : "Atha kho \u0101yasm\u0101 v\u0101hano yena b...
json_instruct
{"type": "object", "properties": {"an10.81:0.1": {"type": "string"}, "an10.81:0.2": {"type": "string"}, "an10.81:0.3": {"type": "string"}, "an10.81:1.1": {"type": "string"}, "an10.81:1.2": {"type": "string"}, "an10.81:1.3": {"type": "string"}, "an10.81:2.1": {"type": "string"}, "an10.81:2.2": {"type": "string"}, "an10....
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "_isa": {"type": "string"}, "subblock": {"type": "string"}, "value": {"type": "string"}}, "required": ["_id", "_isa", "subblock", "value"], "$schema": "http://json-schema.org/draft-07/...
{"_id" : "passport-other", "_isa" : "option:other", "subblock" : "abduction_passport-other_details", "value" : "yes"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_isa": {"type": "string"}, "subblock": {"type": "string"}, "value": {"type": "string"}}, "required": ["_id", "_isa", "subblock", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "builds": {"type": "object", "properties": {"rednose-grid": {"type": "object", "properties": {"jsfiles": {"type": "array", "items": {"type": "string"}}}, "required": ["jsfiles"]}, "re...
{"name" : "rednose-grid", "builds" : {"rednose-grid" : {"jsfiles" : ["grid.js"]}, "rednose-grid-select" : {"jsfiles" : ["js/extensions/grid-select.js"]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "builds": {"type": "object", "properties": {"rednose-grid": {"type": "object", "properties": {"jsfiles": {"type": "array", "items": {"type": "string"}}}, "required": ["jsfiles"]}, "rednose-grid-select": {"type": "object", "properties": {"jsfiles": {"type": "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"run": {"type": "object", "properties": {"windows": {"type": "array", "items": {"type": "string"}}, "darwin": {"type": "array", "items": {"type": "string"}}, "linux": {"type": "array", "items": {"type": "string"}}}, ...
{"run" : {"windows" : ["index.bat", "--start"], "darwin" : ["./index.js", "--start"], "linux" : ["./index.js", "--start"]}, "description" : "Javascript support for gauge", "lib" : "libs", "postInstall" : {"windows" : ["npm", "install", "--production", "--silent"], "darwin" : ["npm", "install", "--production", "--silent...
json_instruct
{"type": "object", "properties": {"run": {"type": "object", "properties": {"windows": {"type": "array", "items": {"type": "string"}}, "darwin": {"type": "array", "items": {"type": "string"}}, "linux": {"type": "array", "items": {"type": "string"}}}, "required": ["windows", "darwin", "linux"]}, "description": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"sections": {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "file"...
{"sections" : [{"section" : "overview", "files" : [{"title" : "Introduction to Zipkin", "file" : "readme.md"}]}, {"section" : "guides", "files" : [{"title" : "An Introduction to Distributed Application Logging with Zipkin", "file" : "zipkin-an-introduction.md"}, {"title" : "Instrumenting a Distributed Application with ...
json_instruct
{"type": "object", "properties": {"sections": {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "file": {"type": "string"}}, "required": ["title", "file"]}}}, "required": ["sectio...
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" : "130581104201", "text" : "\u6bb5\u4e00\u6751\u59d4\u4f1a"}, {"id" : "130581104202", "text" : "\u6bb5\u4e8c\u6751\u59d4\u4f1a"}, {"id" : "130581104203", "text" : "\u6bb5\u4e09\u6751\u59d4\u4f1a"}, {"id" : "130581104204", "text" : "\u6bb5\u56db\u6751\u59d4\u4f1a"}, {"id" : "130581104205", "text" : "\u897f\u5f20\...
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#"}
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 535, Manila, Metropolitan Manila, National Capital Region, PH", "locale" : "ph.national-capital-region.metropolitan-manila.manila.barangay-535", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "re...
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": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": ...
{"id" : 14799437, "name" : "Infernoid Onuncu", "is_illegal" : false, "is_custom" : false, "text" : "Cannot be Normal Summoned/Set. Must be Special Summoned (from your hand or Graveyard) by banishing 3 \"Infernoid\" monsters from your hand or Graveyard while the total Levels and Ranks of all Effect Monsters you control ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"flags": {"type": "object", "properties": {"logLevel": {"type": "integer"}}, "required": ["logLevel"]}}, "required": ["flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"flags" : {"logLevel" : 3}}
json_instruct
{"type": "object", "properties": {"flags": {"type": "object", "properties": {"logLevel": {"type": "integer"}}, "required": ["logLevel"]}}, "required": ["flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"CONFIG_VERSION": {"type": "integer"}, "modules": {"type": "object", "properties": {"Natura TE4 Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura M...
{"CONFIG_VERSION" : 1, "modules" : {"Natura TE4 Compatibility" : {"enabled" : true}, "Natura MFR Compatibility" : {"enabled" : true}, "Natura Thaumcraft Compatibility" : {"enabled" : true}, "Natura FMP Compatibility" : {"enabled" : true}, "Natura NEI Compatibility" : {"enabled" : true}, "Natura Waila Compatibility" : {...
json_instruct
{"type": "object", "properties": {"CONFIG_VERSION": {"type": "integer"}, "modules": {"type": "object", "properties": {"Natura TE4 Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura MFR Compatibility": {"type": "object", "properties": {"enabled": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"core.js": {"type": "string"}, "core.min.js": {"type": "string"}, "library.js": {"type": "string"}, "library.min.js": {"type": "string"}, "shim.js": {"type": "string"}, "shim.min.js": {"type": "string"}}, "required": ["core.js", ...
{"core.js" : "sha256-AEGU5izNPUCcgLmQ4vkQClwHf+cqgfEmx5QcepV4yjQ=", "core.min.js" : "sha256-RZjg+neKUhiQysT0UIrh9JB/rM8W/HjTaIpKWs2GQ+c=", "library.js" : "sha256-t6rqNafqK12O4zOWsFzuU8vo80hQVsva0yNSEnqgarI=", "library.min.js" : "sha256-uC3CmDiizGU42e0W7ROLfOgnjeyVHOI2HPuVd0C+ukA=", "shim.js" : "sha256-1oCc0Pv39BpuAwIze...
json_instruct
{"type": "object", "properties": {"core.js": {"type": "string"}, "core.min.js": {"type": "string"}, "library.js": {"type": "string"}, "library.min.js": {"type": "string"}, "shim.js": {"type": "string"}, "shim.min.js": {"type": "string"}}, "required": ["core.js", "core.min.js", "library.js", "library.min.js", "shim.js",...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "auth": {"type": "string"}, "api": {"type": "string"}, "description": {"type": "string"}, "source-url": {"type": "string"}, "support": {"type": "object", "pro...
{"name" : "App::ModuleSnap", "version" : "0.0.12", "auth" : "github:jonathanstowe", "api" : "1.0", "description" : "Take a snapshot of the installed modules for later reinstallation", "source-url" : "git://github.com/jonathanstowe/App-ModuleSnap.git", "support" : {"email" : "jns+gh@gellyfish.co.uk", "source" : "git://g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "auth": {"type": "string"}, "api": {"type": "string"}, "description": {"type": "string"}, "source-url": {"type": "string"}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "source": {"type": "string"},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obje...
{"hash" : "0xa8b22e99a0833bd71e6edbc451612c5fae2b0d7c53d7d90a3d5635f58e106930", "parentHash" : "0x5e1d957323f5d4de83bbb7537bb13224c64213d5f6e7d7f5be9d5f1d7dcf2e13", "number" : 79302, "timestamp" : 1439467379, "nonce" : "0x40ade386170e580e", "difficulty" : 2335917668333, "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"]...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}...
{"name" : "divitolog", "version" : "0.0.7", "description" : "This package performs adhoc logging", "main" : "./lib/index.js", "repository" : {"type" : "git", "url" : "https://github.com/divitoDBA/divitoLOG"}, "keywords" : ["divitoLOG"], "author" : {"name" : "Daniel Vukasovich"}, "readme" : "# Performs adhoc login style...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["kitten-components"]
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": {"Objective-C": {"type": "integer"}}, "required": ["Objective-C"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Objective-C" : 94172}
json_instruct
{"type": "object", "properties": {"Objective-C": {"type": "integer"}}, "required": ["Objective-C"], "$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": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K20246": {"type": "string"}}, "required": ["K20246"]}, "name": {"type": "s...
[{"comment" : "", "definition" : "Hercynine + L-Cysteine + Oxygen <=> S-(Hercyn-2-yl)-L-cysteine S-oxide + H2O", "orthologs" : {"K20246" : "L-histidine Nalpha-methyltransferase / hercynylcysteine S-oxide synthase [EC:2.1.1.44 1.14.99.51]"}, "name" : "hercynine,L-cysteine:oxygen [S-(hercyn-2-yl)-L-cysteine S-oxide-formi...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K20246": {"type": "string"}}, "required": ["K20246"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type":...
{"id" : "0xca5deff24007a546865fb428ec55ad0e787b146fddcb1f24ac7c90b1ebf67476", "title" : "\u5927\u5bb6\u662f\u5426\u613f\u610f\u4e3a\u6269\u5927PEOPLE\u7684\u5171\u8bc6\u732e\u8ba1\u732e\u7b56\uff1f", "body" : "", "choices" : ["\u6211\u613f\u610f", "\u4e0d\u613f\u610f"], "start" : 1638633600, "end" : 1638720000, "type" ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "number"}}, ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "...
{"minutes" : 7, "pubdate" : "2013-12-13T23:59:59+09:00", "tags" : ["javascript"], "title" : "Backlog API wrapper for 0.6.1\u3092\u30ea\u30ea\u30fc\u30b9\u3057\u305f"}
json_instruct
{"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"action": {"type": "string"}, "target": {"type": "object", "properties": {"ipv4_net": {"type": "string"}}, "required": ["ipv4_net"]}}, "required": ["action", "target"], "$schema": "http://json-schema.org/draft-07/sc...
{"action" : "locate", "target" : {"ipv4_net" : "10.0.0.0/24"}}
json_instruct
{"type": "object", "properties": {"action": {"type": "string"}, "target": {"type": "object", "properties": {"ipv4_net": {"type": "string"}}, "required": ["ipv4_net"]}}, "required": ["action", "target"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "it...
{"ast" : null, "code" : "var DELETE=function DELETE(ram,action){ram.views=ram.views.filter(function(e){return e.id!=action.id;});ram.viewList=ram.views.map(function(e){return\"\".concat(e.type,\".\").concat(e.id);});return ram;};export default DELETE;", "map" : {"version" : 3, "sources" : ["/home/jordi/Documents/ETHZ/C...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"areas": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "game_indices": {"type": "array", "items": {}}, "id": {"type": "int...
{"areas" : [{"name" : "mt-ember-area", "url" : "/api/v2/location-area/488/"}, {"name" : "mt-ember-cave", "url" : "/api/v2/location-area/489/"}, {"name" : "mt-ember-inside", "url" : "/api/v2/location-area/490/"}, {"name" : "mt-ember-1f-cave-behind-team-rocket", "url" : "/api/v2/location-area/491/"}, {"name" : "mt-ember-...
json_instruct
{"type": "object", "properties": {"areas": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "game_indices": {"type": "array", "items": {}}, "id": {"type": "integer"}, "name": {"type": "string"}, "names": {"type": "array",...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"organism": {"type": "string"}, "name": {"type": "string"}, "kingdom": {"type": "string"}, "phylum": {"type": "string"}, "class": {"type": "string"}, "order": {"type": "string"}, "family": {"type": "string"}, "genus...
{"organism" : "yes", "name" : "Hydra", "kingdom" : "Animal", "phylum" : "Cnidaria", "class" : "Hydrozoa", "order" : "Hydroida", "family" : "Hydridae", "genus" : "Hydra", "species" : "", "text" : "The Hydra is a member of a Phyla of animals known as the Cnidarians. This phyla includes jellyfish, sea anemone, coral, and ...
json_instruct
{"type": "object", "properties": {"organism": {"type": "string"}, "name": {"type": "string"}, "kingdom": {"type": "string"}, "phylum": {"type": "string"}, "class": {"type": "string"}, "order": {"type": "string"}, "family": {"type": "string"}, "genus": {"type": "string"}, "species": {"type": "string"}, "text": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "re...
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "9108202002", "id_kecamatan" : "910820", "name" : "Wotai"}, {"id" : "9108202004", "id_kecamatan" : "910820", "name" : "Keniapa"}, {"id" : "9108202005", "id_kecamatan" : "910820", "name" : "Memiyaibutu"}, {"id" : "9108202006", "id_kecamatan" ...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra...
{"directions" : ["Preheat oven to 425 degrees F (220 degrees C). Grease an 8-inch square baking dish.", "Stir cranberries with 1 tablespoon of sugar in a bowl. Whisk flour, cornmeal, 1/2 cup sugar, baking powder, baking soda, and salt in a separate bowl. Whisk milk, eggs, and melted butter together in a third bowl. Pou...
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"}}, "r...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}, "test": {"type": ...
{"name" : "adobe.io", "version" : "1.0.0", "description" : "Adobe I/O documentation", "main" : "index.js", "directories" : {"doc" : "doc", "test" : "test"}, "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/adobe/project-helix.io.git"}, "author" : "", "license" : "ISC", "bu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}, "test": {"type": "string"}}, "required": ["doc", "test"]}, "scripts": {"type": "object",...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/fossils/large/trexfossil/trexfossil3.item": {"type": "array", "items": {"type": "string"}}}, "requ...
[{"DeniedAlternatives" : [], "Files" : {"items/fossils/large/trexfossil/trexfossil3.item" : ["/description"]}, "Texts" : {"Eng" : "Fossilised T-Rex legs and hips.", "Rus" : "\u041e\u043a\u0430\u043c\u0435\u043d\u0435\u043b\u044b\u0435 \u043d\u043e\u0433\u0438 \u0438 \u0431\u0435\u0434\u0440\u0430 T-Rex."}}, {"DeniedAlt...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/fossils/large/trexfossil/trexfossil3.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/fossils/large/trexfossil/trexfossil3.item"...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Beat": {"type": "string"}, "Primary Type": {"type": "string"}, "ID": {"type": "string"}}, "required": ["Date", "Beat", "Primary Type", "ID"]}, "$schema": "...
[{"Date" : "11/02/2015 10:39:00 PM", "Beat" : "1532", "Primary Type" : "STALKING", "ID" : "10299192"}, {"Date" : "11/04/2015 05:00:00 AM", "Beat" : "0221", "Primary Type" : "STALKING", "ID" : "10300102"}, {"Date" : "11/15/2015 02:30:00 PM", "Beat" : "2223", "Primary Type" : "STALKING", "ID" : "10315746"}, {"Date" : "11...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Beat": {"type": "string"}, "Primary Type": {"type": "string"}, "ID": {"type": "string"}}, "required": ["Date", "Beat", "Primary Type", "ID"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies 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": "int...
{"nom" : "Saint-Loup-Nantouard", "dpt" : "Haute-Sa\u00f4ne", "inscrits" : 104, "abs" : 16, "votants" : 88, "blancs" : 2, "nuls" : 3, "exp" : 83, "res" : [{"panneau" : "2", "voix" : 55}, {"panneau" : "1", "voix" : 28}]}
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"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3604190", "regency_id" : "3604", "name" : "MANCAK"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array",...
{"title" : "FERRY: database-supported program execution.", "fields" : ["sql 1999", "language integrated query", "programming style", "sql", "table"], "abstract" : "We demonstrate the language F erry and its editing, compilation, and execution environment F erry D eck . Ferry's type system and operations match those of...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"components:generate": {"type": "string"}}, "required": ["components:generate"]}, "files": {"t...
{"name" : "@toe-icons/vue", "version" : "1.0.0", "license" : "Apache-2.0", "scripts" : {"components:generate" : "node ./scripts/generate-components"}, "files" : ["dist"], "main" : "dist/index.js", "dependencies" : {"@toe-icons/icons" : "^1.0.0"}, "publishConfig" : {"access" : "public"}, "gitHead" : "be4db3ef9d652fbad1d...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"components:generate": {"type": "string"}}, "required": ["components:generate"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulner...
{"contract" : "0x0d3c62d25a268b262f062a6f2c04265e711f8890", "tool" : "maian", "start" : 1565711959.5306828, "end" : 1565712110.8707123, "duration" : 151.34002947807312, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "i...
{"acadYear" : "2019/2020", "description" : "The module is designed to study the Tamil society and culture through various texts and visual media about Tamil world(s) such as films, documentaries, scholarly articles and books. The module is designed to incorporate students who both want to follow Tamil studies as a lang...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "de...
{"name" : "COREcredit.info", "symbol" : "CORECF", "address" : "0x3cf6624c247E536F8BBe777B71b38Da420613746", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o...
Generate sample JSON data that conforms to the following schema definition: {"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_...
{"type" : "Feature", "properties" : {"name" : "L\u012bv\u0101nu novads", "iso2" : "LV-056", "admin_level" : 6, "osm_id" : 1806942, "wikidata_id" : "Q2277489", "wikipedia_id" : "lv:L\u012bv\u0101nu novads", "population" : 10832, "countrylevel_id" : "iso2:LV-056", "osm_data" : {"localname" : "L\u012bv\u0101nu novads", "o...
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": {"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "chakramod:block/black_mineral_stone"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"secret": {"type": "string"}}, "required": ["secret"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"secret" : "superSecret"}
json_instruct
{"type": "object", "properties": {"secret": {"type": "string"}}, "required": ["secret"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3310210006", "district_id" : "3310210", "name" : "MAJEGAN"}
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#"}
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" : 404373003, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "0dc21cffaeb3adf272f2ba9d58361a10", "wof:id" : 404373003, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.76002722324473, 46.1949923157829, 5.82248098810127, 46.24112697751778]...
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["wyrmroost:oseri_trapdoor", "wyrmroost:sal_trapdoor", "wyrmroost:prismarine_corin_trapdoor", "wyrmroost:silver_corin_trapdoor", "wyrmroost:teal_corin_trapdoor", "wyrmroost:red_corin_trapdoor", "wyrmroost:dying_corin_trapdoor"]}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"appium": {"type": "string"}, "reflow-appium": {"type": "string"}}, "requir...
{"name" : "example-device", "version" : "3.0.0-gamma.55", "private" : true, "dependencies" : {"appium" : "^1.7.2", "reflow-appium" : "3.0.0-gamma.6"}, "scripts" : {"launch:node-1" : "node lib/node-1.js", "launch:node-2" : "node lib/node-2.js", "launch:node-3" : "node lib/node-3.js", "launch:node-4" : "node lib/node-4.j...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"appium": {"type": "string"}, "reflow-appium": {"type": "string"}}, "required": ["appium", "reflow-appium"]}, "scripts": {"type": "object", "prop...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "str...
{"id" : 1027, "title" : ["[Western DragonSpine, Slope]"], "description" : ["The heavy mist drowns out all background noises, leaving a creepy silence over the ledge. A hefty rock lies on the ledge, not quite large enough to impede progress, but large enough to stir concern over similar-sized rocks falling down the mou...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"1026":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "obj...
{"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 2, "root" : {"boundingVolume" : {"sphere" : [6358675.738120096, -498838.29434487206, -93.21278281272642, 18.319583892822266]}, "geometricError" : 2, "content" : {"url" : "Tile_+005_+004_L20_000100.b3dm"}, "children" : [{"boundingVolume" : {"...
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/sche...
[{"name" : "XAVIERA", "frequency" : 8, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "multer": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-session": {"type": "string"}, "cookie-parser": {"type":...
{"dependencies" : {"express" : "~4.10.2", "multer" : "~0.1.6", "body-parser" : "~1.9.2", "cookie-session" : "~1.1.0", "cookie-parser" : "~1.3.3", "method-override" : "~3.0.0", "mongoose" : "~3.8.19", "passport" : "~0.2.1", "passport-local" : "~1.0.0", "socket.io" : "~1.2.0", "superagent" : "~0.21.0", "dicer" : "~0.2.3"...
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "multer": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-session": {"type": "string"}, "cookie-parser": {"type": "string"}, "method-override": {"type": "string"}, "mongoose": {"type": "stri...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://...
{"text" : {"0" : {"m1" : "\u062a\u0628\u0631 \u0627\u0632 \u0628\u0633 \u06a9\u0647 \u0632\u062f \u0628\u0647 \u062f\u0634\u0645\u0646 \u06a9\u0648\u0633", "m2" : "\u0633\u0631\u062e \u0634\u062f \u0647\u0645\u0686\u0648 \u0644\u0627\u0644\u06a9\u0627\u06cc \u062e\u0631\u0648\u0633"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"httpRequest": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}}, "required": ["method", "path"]}, "httpResponse": {"type": "object", "properties": {"body"...
[{"httpRequest" : {"method" : "GET", "path" : "/api/program/3/pipeline/4/variables"}, "httpResponse" : {"body" : {"_links" : {"http://ns.adobe.com/adobecloud/rel/pipeline" : {"href" : "/api/program/3/pipeline/4", "templated" : false}, "http://ns.adobe.com/adobecloud/rel/program" : {"href" : "/api/program/3", "templated...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"httpRequest": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}}, "required": ["method", "path"]}, "httpResponse": {"type": "object", "properties": {"body": {"type": "object", "properties": {"_links": {"type": "object...
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"}, "postinstall": {"type...
{"name" : "azure-search-typescript", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "postinstall" : "tsc index.ts"}, "dependencies" : {"@types/node" : "^10.12.18", "azure-search-client" : "^3.0.5", "typescript" : "^3.2.2"}, "author" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["test", "postinstall"]}, "dependencies": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"eslint-disable": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description...
{"eslint-disable" : {"prefix" : "eslint-disable", "body" : ["/* eslint-disable ${1|camelcase,default-case,func-names,global-require,import/prefer-default-export,indent,max-len,new-cap,no-alert,no-cond-assign,no-confusing,no-console,no-extend-native,no-mixed-operators,no-new,no-param-reassign,no-shadow,no-undef,no-unuse...
json_instruct
{"type": "object", "properties": {"eslint-disable": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "eslint-disable-line": {"type": "object", "properties": {"prefix...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"files.maxMemoryForLargeFilesMB": {"type": "integer"}, "java.dependency.syncWithFolderExplorer": {"type": "boolean"}}, "required": ["files.maxMemoryForLargeFilesMB", "java.dependency.syncWithFolderExplorer"], "$schema...
{"files.maxMemoryForLargeFilesMB" : 6132, "java.dependency.syncWithFolderExplorer" : false}
json_instruct
{"type": "object", "properties": {"files.maxMemoryForLargeFilesMB": {"type": "integer"}, "java.dependency.syncWithFolderExplorer": {"type": "boolean"}}, "required": ["files.maxMemoryForLargeFilesMB", "java.dependency.syncWithFolderExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"all_frames"...
{"manifest_version" : 2, "name" : "fulscreen-ish", "version" : "1.0.0", "description" : "Double click HTML videos to enable windowed fullscreen", "content_scripts" : [{"all_frames" : true, "matches" : ["<all_urls>"], "js" : ["cinema.js"]}]}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"all_frames": {"type": "boolean"}, "matches": {"type": "array", "items"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nombre": {"type": "string"}, "descripcion": {"type": "string"}, "color": {"type": "string"}, "libro": {"type": "array", "items": {"type": "string"}}, "musica": {"type": "array", "items": {"type": "string"}}, "video_juego": {"t...
{"nombre" : "Ricardo Andr\u00e9s R\u00edos Padr\u00f3n", "descripcion" : "Soy un estudiante de Computaci\u00f3n de la UCV. Estoy cursando mi 6to semestre, en este a\u00f1o 2018. Me conocen como Ricardo, Hulk, Dios o Kuma porque me atropello un carro y el carro salio perdiendo, tambi\u00e9n cabe destacar que me encantan...
json_instruct
{"type": "object", "properties": {"nombre": {"type": "string"}, "descripcion": {"type": "string"}, "color": {"type": "string"}, "libro": {"type": "array", "items": {"type": "string"}}, "musica": {"type": "array", "items": {"type": "string"}}, "video_juego": {"type": "array", "items": {"type": "string"}}, "lenguajes": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : "aaaaaaaaaaaaaaaaaaaa"}
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"downloads": {"type": "object", "properties": {"server": {"type": "object", "properties": {"sha1": {"type": "string"}, "size": {"type": "integer"}, "url": {"type": "string"}}, "required": ["sha1", "size", "url"]}, "windows_serv...
{"downloads" : {"server" : {"sha1" : "8cdfd85eaebfb1f0c70fd4b2d5301a547e2d4caa", "size" : 621234, "url" : "https://files.betacraft.uk/server-archive/beta/b1.8.jar"}, "windows_server" : {"sha1" : "a6de23438f5168fb29e7176bd849b783ed59e3e1", "size" : 801970, "url" : "https://files.betacraft.uk/server-archive/beta/b1.8.exe...
json_instruct
{"type": "object", "properties": {"downloads": {"type": "object", "properties": {"server": {"type": "object", "properties": {"sha1": {"type": "string"}, "size": {"type": "integer"}, "url": {"type": "string"}}, "required": ["sha1", "size", "url"]}, "windows_server": {"type": "object", "properties": {"sha1": {"type": "st...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"text": {"type": "string"}, "denotations": {"type": "array", "items": {}}, "relations": {"type": "array", "items": {}}}, "required": ["text", "denotations", "relations"], "$schema": "http://json-schema.org/draft-07/sc...
{"text" : "Health services play a crucial role in reaching the 90-90-90 target of controlling the HIV epidemic. This study evaluates the organization of Brazilian health services in improving, monitoring, and retention in HIV care and adherence support. Percentage variation (PV) was used to compare the responses by ser...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "denotations": {"type": "array", "items": {}}, "relations": {"type": "array", "items": {}}}, "required": ["text", "denotations", "relations"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": [...
{"name" : "ehanlin-basicss", "version" : "0.0.5", "description" : "eHanlin basic style", "repository" : {"type" : "git", "url" : "https://github.com/eHanlin/ehanlin-basicss.git"}, "devDependencies" : {"gulp" : "3.9.1", "gulp-less" : "4.0.1", "gulp-notify" : "3.2.0", "gulp-plumber" : "1.2.1", "less" : "3.9.0", "browser-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"gulp...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["r...
{"ETag" : "W/\"e8de0ffcf366e69b8cb845a4001cdd97\"", "Last-Modified" : "Mon, 04 May 2020 06:49:41 GMT", "base" : {"repo" : {"name" : "r-irdisplay-feedstock"}}, "closed_at" : "2020-05-04T06:49:41Z", "created_at" : "2020-05-04T03:52:12Z", "draft" : false, "head" : {"ref" : "rebuild-r400-0-2_h98fd74"}, "html_url" : "https:...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d451-63", "text" : "Dear Jim:\nK L E N\nCHANNEL 9\nAUSTIN, TEXAS 78712\nMonday, July 20\nt\nBelow see model of Chub receiving check. A big\nthank vou \u2014 a la mode.^sprinkl^ wT?:h pistach^s.\nSee you in Chicago...immediately after my rendezvous\nwith Legs Diamond and Splippy Devoe.\n/l/^^ /flM \u00bb\u00bb/...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SimpleMessage", "displayName" : "SimpleMessage"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"create_tournament": {"type": "object", "properties": {"usage": {"type": "string"}, "help": {"type": "string"}, "parameter": {"type": "string"}, "success": {"type": "string"}, "tournament_already_created": {"type": "string"}}, "r...
{"create_tournament" : {"usage" : "Usage: `%0create_tournament $./parameter`\n\nExample: `%0create_tournament TT \"Tosurnament Tourney\" \"The bots\"`", "help" : "Creates a tournament.", "parameter" : "<acronym> <name> [<bracket_name>]", "success" : "Tournament created with the acronym `%1`, the name `%2` and the brack...
json_instruct
{"type": "object", "properties": {"create_tournament": {"type": "object", "properties": {"usage": {"type": "string"}, "help": {"type": "string"}, "parameter": {"type": "string"}, "success": {"type": "string"}, "tournament_already_created": {"type": "string"}}, "required": ["usage", "help", "parameter", "success", "tour...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["60-69", "40-49", "60-69", "40-49", "30-39", "50-59", "40-49", "50-59", "20-29", "20-29", "20-29", "50-59", "60-69", "30-39"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "F...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"section": {"type": "string"}, "chapter": {"type": "string"}, "section_title": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["section", "chapter", "section_title", "text", "...
{"section" : "13b01", "chapter" : "13", "section_title" : "13b01 - Foreign aid\ncontracts.", "text" : "Coverage under the PCA\nis not affected by the fact that the materials, articles, supplies, or\nequipment are later transferred by the Government to a foreign nation.\nPurchases by a foreign nation are not covered und...
json_instruct
{"type": "object", "properties": {"section": {"type": "string"}, "chapter": {"type": "string"}, "section_title": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["section", "chapter", "section_title", "text", "html"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "mean": {"type": "number"}, "median": {"type": "string"}, "stdev": {"type": "string"}, "min": {"type": "string"}, "max": {"type": "number"}, "num": {"type": "in...
{"id" : "Swordfish", "name" : "Swordfish", "mean" : 0.995, "median" : "0.87", "stdev" : "0.539", "min" : "ND", "max" : 3.22, "num" : 636, "source" : "FDA 1990-2010", "mercury" : 3, "images" : ["img/fish/Swordfish.jpg"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "mean": {"type": "number"}, "median": {"type": "string"}, "stdev": {"type": "string"}, "min": {"type": "string"}, "max": {"type": "number"}, "num": {"type": "integer"}, "source": {"type": "string"}, "mercury": {"type": "integer"}, "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"label" : "\u7269\u6d41\u7ba1\u7406\u985e\u5225", "position" : 19}
json_instruct
{"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"...
{"name" : "add-react-redux-thunk", "version" : "0.0.3", "description" : "add redux and thunk support in your react app", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["react", "reactjs", "redux", "thunk", "async", "flux"], "author" : "Vikash Kesarwani (vikash.c...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": ...
{"name" : "vue-head", "description" : "Manipulating the meta information of the head tag, a simple and easy way", "main" : ["vue-head.js"], "dependencies" : {}, "devDependencies" : {}, "keywords" : ["head", "metatag", "SEO", "vue", "google"], "authors" : ["Alan Albuquerque - ktquez"], "license" : "MIT", "homepage" : "h...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "ar...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"rules": {"type": "object", "properties": {"no-console": {"type": "boolean"}}, "required": ["no-console"]}}, "required": ["rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rules" : {"no-console" : true}}
json_instruct
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"no-console": {"type": "boolean"}}, "required": ["no-console"]}}, "required": ["rules"], "$schema": "http://json-schema.org/draft-07/schema#"}