input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
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": "array", "items": {}}}, "required": ["co... | {"contract" : "0xe8031836b241501407f3eb03070eb9329febd9f2", "tool" : "slither", "start" : 1563715149.5211987, "end" : 1563715154.1729796, "duration" : 4.651780843734741, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "dec... | {"name" : "cobweb.finance", "symbol" : "COB", "address" : "0x9FB7FDdeCE718FE590e76c21A884c38e778a2E19", "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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"godlike.css": {"type": "string"}, "godlike.min.css": {"type": "string"}}, "required": ["godlike.css", "godlike.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"godlike.css" : "sha512-MfqFJvoQ1R83dxaDRVXngPhmzzdpyIGfvvTAlexEokgiCu/kdbZGdFoHOsYnRgcEgDTB7IZwULET02h0DiL2iQ==", "godlike.min.css" : "sha512-hspul3zhRubiIvADAeHO2DVpxyPVj78P0hjZU7ZXhVTpiexIDL/OwSqtedBlm1/3kFOYrD6Q8xIP27PkBVEBHQ=="} | json_instruct | {"type": "object", "properties": {"godlike.css": {"type": "string"}, "godlike.min.css": {"type": "string"}}, "required": ["godlike.css", "godlike.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"jade.js": {"type": "string"}, "jade.min.js": {"type": "string"}}, "required": ["jade.js", "jade.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jade.js" : "sha256-zMzCUqPFxFYiOwkwFHkDuRMUBcVbc6zN1Lf22/Ww3NM=", "jade.min.js" : "sha256-mV2Q6g7mk2IFvALRaDoigFKnkkQ8omNAcG3eMlKfa1w="} | json_instruct | {"type": "object", "properties": {"jade.js": {"type": "string"}, "jade.min.js": {"type": "string"}}, "required": ["jade.js", "jade.min.js"], "$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"}, "ns": {"type": "string"}, "description": {"type": "string"}, "phrases": {"type": "object", "properties": {"active": {"type": "string"}}, "required": ["active"]}, "ports": {"type": "object",... | {"name" : "request", "ns" : "http", "description" : "http request", "phrases" : {"active" : "Performing HTTP request to {{input.url}}"}, "ports" : {"input" : {"url" : {"title" : "Url Request", "type" : "string", "format" : "url", "description" : "The url to be requested."}}, "output" : {"error" : {"title" : "Error", "t... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "ns": {"type": "string"}, "description": {"type": "string"}, "phrases": {"type": "object", "properties": {"active": {"type": "string"}}, "required": ["active"]}, "ports": {"type": "object", "properties": {"input": {"type": "object", "properties": {"url": {"t... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"period_id": {"type": "integer"}, "rest_mode_state": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_... | [{"period_id" : 0, "rest_mode_state" : 0, "score" : 81, "score_activity_balance" : 68, "score_hrv_balance" : 88, "score_previous_day" : 86, "score_previous_night" : 78, "score_recovery_index" : 84, "score_resting_hr" : 74, "score_sleep_balance" : 85, "score_temperature" : 98, "summary_date" : "2021-02-28"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"period_id": {"type": "integer"}, "rest_mode_state": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_previous_day": {"type": "integer"}, "score_previous_night":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/Users/zhangguozhong1/Desktop/app/EDC5_ePro/node_modules/rn-fetch-blob/android/build/intermediates/res/merged/release/layout-v16/notification_template_custom_big.xml", "source" : "/Users/zhangguozhong1/.gradle/caches/transforms-1/files-1.1/core-1.0.0.aar/c5c6839bedcb73b454d19ef17377432c/res/layout-v16/not... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"runBet": {"type": "object", "properties": {"next_buy_price": {"type": "number"}, "grid_sell_price": {"type": "number"}, "step": {"type": "integer"}}, "required": ["next_buy_price", "grid_sell_price", "step"]}, "config": {"t... | {"runBet" : {"next_buy_price" : 277.0558, "grid_sell_price" : 288.3642, "step" : 0}, "config" : {"profit_ratio" : 2.0, "double_throw_ratio" : 2.0, "cointype" : "LTCUSDT", "quantity" : [0.042]}} | json_instruct | {"type": "object", "properties": {"runBet": {"type": "object", "properties": {"next_buy_price": {"type": "number"}, "grid_sell_price": {"type": "number"}, "step": {"type": "integer"}}, "required": ["next_buy_price", "grid_sell_price", "step"]}, "config": {"type": "object", "properties": {"profit_ratio": {"type": "numbe... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "5de7c60a37ceb3257d3aaee5", "_tpl" : "5998517986f7746017232f7e", "parentId" : "5de7c60a37ceb3257d3aaee4", "slotId" : "mod_pistol_grip"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1975, 10], [1976, 6], [1978, 12], [1980, 11], [1981, 5], [1982, 7], [1983, 8], [1984, 10], [1985, 5], [1986, 10], [1987, 9], [1988, 7], [1989, 10], [1990, 14], [1991, 7], [1992, 9], [1993, 6], [1994, 13], [1995, 7], [1996, 9], [1997, 6], [1999, 10], [2000, 13], [2001, 10], [2002, 12], [2003, 9], [2004, 10], [2005, 15... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ThinkInText": {"type": "array", "items": {"type": "string"}}}, "required": ["ThinkInText"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ThinkInText" : ["Telepathy", "RadioVoice", "SaidBookism", "PaintingTheMedium", "TranslationConvention", "UnconventionalFormatting", "InnerMonologue", "ShmuckBait", "BoldInflation", "SpeechBubble", "ThoughtBubble", "ThoughtCaption", "RainbowSpeak", "BuffySpeak", "FridgeBrilliance", "ComicBooks", "AltText", "FootnoteFe... | json_instruct | {"type": "object", "properties": {"ThinkInText": {"type": "array", "items": {"type": "string"}}}, "required": ["ThinkInText"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"data_files": {"type": "array", "items": {"type": "string"}}, "toth": {"type": "boolean"}, "error_intent": {"type": "string"}}, "required": ["data_files", "toth", "error_intent"], "$schema": "http://json-schema.org/draft-07/... | {"data_files" : ["init.py", "main.txt", "main_ext.txt", "base.def"], "toth" : true, "error_intent" : "F~NONE"} | json_instruct | {"type": "object", "properties": {"data_files": {"type": "array", "items": {"type": "string"}}, "toth": {"type": "boolean"}, "error_intent": {"type": "string"}}, "required": ["data_files", "toth", "error_intent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Preset n1": {"type": "object", "properties": {"ValidateNoAnimation": {"type": "boolean"}, "ValidateShapeDefaultNames": {"type": "boolean"}}, "required": ["ValidateNoAnimation", "ValidateShapeDefaultNames"]}, "Prese... | {"Preset n1" : {"ValidateNoAnimation" : false, "ValidateShapeDefaultNames" : false}, "Preset n2" : {"ValidateNoAnimation" : false}} | json_instruct | {"type": "object", "properties": {"Preset n1": {"type": "object", "properties": {"ValidateNoAnimation": {"type": "boolean"}, "ValidateShapeDefaultNames": {"type": "boolean"}}, "required": ["ValidateNoAnimation", "ValidateShapeDefaultNames"]}, "Preset n2": {"type": "object", "properties": {"ValidateNoAnimation": {"type"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "str... | {"name" : "rawbinn/phpquery-example", "description" : "Data crawling using phpQuery", "license" : "MIT", "authors" : [{"name" : "Rawbinn Shrestha", "email" : "contact@rawbinn.com"}], "require" : {"electrolinux/phpquery" : "^0.9.6"}, "autoload" : {"psr-4" : {"Rawbinn\\Crawl\\" : "src"}}, "minimum-stability" : "dev"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object",... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"706554f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"},... | {"706554f-a" : {"width" : 399, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/706554f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/706554f-a.jpg", "title" : "", "date" : "", "text" : "Sackett Street, at the N.W. corner of Hicks Street, showing Sackett Street side of 528 Hicks Street.\nAugust 5, 1934.\... | json_instruct | {"type": "object", "properties": {"706554f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Dep Mandiyu (C)", "0", "0", "Huracan", "Torneo Clausura 1995 - Fecha 1"], ["Huracan", "3", "1", "Dep Mandiyu (C)", "Torneo Apertura 1994 - Fecha 1"], ["Dep Mandiyu (C)", "2", "3", "Huracan", "Torneo Clausura 1994 - Fecha 15"], ["Huracan", "3", "1", "Dep Mandiyu (C)", "Torneo Apertura 1993 - Fecha 15"], ["Huracan", "... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"setup_script_description": {"type": "string"}, "setupTestPage": {"type": "string"}, "applies_to": {"type": "array", "items": {"type": "string"}}, "mode": {"type": "string"}, "task": {"type": "string"}, "specific_user_instruction... | {"setup_script_description" : "Move focus to the link just before the meunbar", "setupTestPage" : "focusonfirstlink", "applies_to" : ["jaws", "nvda"], "mode" : "reading", "task" : "navigate to menubar", "specific_user_instruction" : "Navigate to the 'Text Formatting' menubar", "output_assertions" : [["1", "The role 'me... | json_instruct | {"type": "object", "properties": {"setup_script_description": {"type": "string"}, "setupTestPage": {"type": "string"}, "applies_to": {"type": "array", "items": {"type": "string"}}, "mode": {"type": "string"}, "task": {"type": "string"}, "specific_user_instruction": {"type": "string"}, "output_assertions": {"type": "arr... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], ... | {"code" : "INT101", "lang" : "en", "description" : "\nLabor force participation rate (population aged 15 years\nand older)", "name" : "Labour force participation rate", "type" : "variable"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": ... | {"slug" : "wordpress-gallery", "name" : "wordpress-gallery", "latest_version" : "1.4", "last_updated" : "2018-03-27T18:57:07.112Z", "vulnerabilities" : [{"id" : "6727", "title" : "Gallery - \"load\" Remote File Inclusion ", "created_at" : "2014-08-01T10:58:57Z", "updated_at" : "2015-05-15T13:48:03Z", "published_date" :... | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "s... | {"vendor" : "liberica", "filename" : "bellsoft-jre11.0.9+12-linux-amd64.rpm", "release_type" : "ga", "version" : "11.0.9+12", "java_version" : "11.0.9+12", "jvm_impl" : "hotspot", "os" : "linux", "architecture" : "x86_64", "file_type" : "rpm", "image_type" : "jre", "features" : [], "url" : "https://github.com/bell-sw/L... | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {... | {"nom" : "Vaudesincourt", "dpt" : "Marne", "inscrits" : 100, "abs" : 19, "votants" : 81, "blancs" : 16, "nuls" : 1, "exp" : 64, "res" : [{"panneau" : "1", "voix" : 38}, {"panneau" : "2", "voix" : 26}]} | 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"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "requ... | {"name" : "Stretchr", "version" : "0.2.0", "summary" : "The Cocoa SDK for the Stretchr platform.", "homepage" : "http://stretchr.com", "license" : {"type" : "Custom", "text" : "\tCopyright (c) 2014 Stretchr, Inc\n\n\tPlease consider promoting this project if you find it useful.\n\n\tPermission is hereby granted, free o... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "authors": {"type": "object", "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"TransactionsImporterDb": {"type": "string"}}, "required": ["TransactionsImporterDb"]}}, "required": ["ConnectionStrings"], "$schema": "http://json-schema.o... | {"ConnectionStrings" : {"TransactionsImporterDb" : "Server=db;Database=TransactionsImporterDb;User=SA;Password=Your_password123;"}} | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"TransactionsImporterDb": {"type": "string"}}, "required": ["TransactionsImporterDb"]}}, "required": ["ConnectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["RhinoStyle", "Turntable", "TweenTime", "ab-frontend", "angular-gsapify-router", "angular-scroll-magic", "angularCubicColorPicker", "animachine", "blucify-scroller", "cluster-painter", "cosmos-webpack-boilerplate", "cubicColorPicker", "docs-now", "feedback.js", "frontend-npm-goodies", "gatsby-asdf", "gsap-lite-promise... | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "http://id.loc.gov/ontologies/bibframe/note": {"type": "array", "items": {"type": "object", "propert... | [{"@id" : "https://api.sinopia.io/resource/8ce4758d-8bff-44a6-9894-04ea9bd5047a", "@type" : ["http://id.loc.gov/ontologies/bibframe/Identifier"], "http://id.loc.gov/ontologies/bibframe/note" : [{"@id" : "https://api.sinopia.io/resource/37960a39-862b-4b5e-bdab-a7dec86938a3"}], "http://id.loc.gov/ontologies/bibframe/sour... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "http://id.loc.gov/ontologies/bibframe/note": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}, "http://id.loc.go... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", ... | {"name" : "wildwolf/phpunit7-php8-helper", "description" : "A helper for PHPUnit 7 to generate code coverage under PHP 8", "license" : "MIT", "keywords" : ["phpunit", "phpunit7", "helper", "php8", "phpunit-code-coverage", "phpunit code coverage"], "authors" : [{"name" : "Volodymyr Kolesnykov", "email" : "volodymyr@wild... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "key... | {"name" : "steemapi", "main" : "docs/index.html", "authors" : ["Feruz <info@esteem.ws>"], "description" : "SteemAPI UI", "moduleType" : ["globals"], "keywords" : ["Steem", "Swagger", "eSteem", "Steemjs", "API"], "license" : ["Apache-2.0", "Copyright 2017 eSteem", "./LICENSE"], "homepage" : "http://esteem.ws", "private"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"t... |
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" : [[[-90.742971, 41.477217], [-90.740325, 41.481577], [-90.741615, 41.486231], [-90.739858, 41.494413], [-90.740169, 41.498812], [-90.739103, 41.501935], [-90.739085, 41.508938], [-90.727025, 41.50888], [-90.726512, 41.552708]... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.or... | {"towns" : [{"name" : "Askeran (xankandi)", "url" : "askeran-xankandi"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"status": {"type": "string"}, "code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["status", "code", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : "success", "code" : 200, "message" : "{\"response\":{}}"} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["status", "code", "message"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@symfony/webpack-encore": {"type": "string"}, "bootbox": {"type": "string"}, "bootstrap-sass": {"type": "string"}, "jquery": {"type": "string"}, "less": {"type": "... | {"devDependencies" : {"@symfony/webpack-encore" : "^0.17.1", "bootbox" : "^4.4.0", "bootstrap-sass" : "^3.3.7", "jquery" : "^3.2.1", "less" : "^2.7.3", "less-loader" : "^4.0.5", "node-sass" : "^4.7.2", "sass-loader" : "^6.0.6", "web3" : "^1.0.0-beta.30", "webpack-notifier" : "^1.5.0"}, "dependencies" : {"bootstrap-date... | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@symfony/webpack-encore": {"type": "string"}, "bootbox": {"type": "string"}, "bootstrap-sass": {"type": "string"}, "jquery": {"type": "string"}, "less": {"type": "string"}, "less-loader": {"type": "string"}, "node-sass": {"type": "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Aimpoint ni\u015fangah i\u00e7in standart y\u00fckseltici", "ShortName" : "AMSS", "Description" : "Aimpoint Comp serisi ni\u015fangahlar i\u00e7in yuvay\u0131 y\u00fckseltir."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "str... | {"uuid" : "4e3f1c87-bce2-4a4a-88b9-30a1ed6b96ec", "children" : ["8881d9df-db2d-4f7a-a607-a8e356651b2d"], "befores" : [{"name" : "check_ui", "status" : "passed", "start" : 1635258280047, "stop" : 1635258280047}], "start" : 1635258280047, "stop" : 1635258282326} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "require... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$sch... | [{"name" : "MANISHA", "frequency" : 1172, "males" : "0.0 %", "females" : "100.0 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [138787.14375593534, 140579.34723070136, 145358.55649674404, 147150.75997151004] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"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": ... | {"id" : 404415925, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "3bdf98befce70b8f398bc2a2c12fdb90", "wof:id" : 404415925, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.3004409342578, 49.97756091905586, 1.34230705675581, 50.00554493661387]... | 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": ["... |
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"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type":... | {"name" : "libnut", "version" : "2.1.6", "description" : "libnut is an N-API module for desktop automation with node", "main" : "index.js", "typings" : "index.d.ts", "scripts" : {"clean" : "cmake-js clean", "patch" : "node ./patch-packagename.js", "build:debug" : "cmake-js rebuild --debug", "build:release" : "cmake-js ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "patch": {"type": "string"}, "build:debug": {"type": "strin... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " Writing the contrapositive statement from a conditional statement\n\nWhen alternate interior\\nangles are equal, they are on parallel lines\n\n\n", "url" : "https://www.youtube.com/watch?v=oNKcPHzLIso"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-0... | {"_id" : "5e3c0b837dfe975b6f2b0a60", "_tpl" : "58a5c12e86f7745d585a2b9e", "parentId" : "5e3c0b837dfe975b6f2b0a5b", "slotId" : "mod_mount_001"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"fluentui-react.js": {"type": "string"}, "fluentui-react.min.js": {"type": "string"}, "fluentui-react.umd.js": {"type": "string"}, "fluentui-react.umd.min.js": {"type": "string"}}, "required": ["fluentui-react... | {"fluentui-react.js" : "sha512-rynUOZMX4GCVd+8lpKNPXxhOQkg2K3Pp71/Z8BUCT4DV/Yy3nb6HODYa84xqQCdlhho8QIxoa8RFmAja1k0X6A==", "fluentui-react.min.js" : "sha512-mn2WWxxipKo5+yRXWsm+j/7o3H6IdkYyXV0hzuTYpXJG7NRENWi+M8wFEJHtd9M7bc0CcPGTTeXRp3FTScA9yA==", "fluentui-react.umd.js" : "sha512-3m6epWQ7P3JbHKYmz+OBxIru7CADSIJWJ5Zj+pA... | json_instruct | {"type": "object", "properties": {"fluentui-react.js": {"type": "string"}, "fluentui-react.min.js": {"type": "string"}, "fluentui-react.umd.js": {"type": "string"}, "fluentui-react.umd.min.js": {"type": "string"}}, "required": ["fluentui-react.js", "fluentui-react.min.js", "fluentui-react.umd.js", "fluentui-react.umd.m... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "null"}, "region": {"type": "object", "properties": {"f... | {"localities" : ["Jacksonville, NC", "Cp Lejeunemcb, NC", "Lejeune, NC", "Cp Lejeune Mcb, NC", "Camp Lejeune, NC"], "state" : "NC", "postal_code" : "28542", "locality" : "Camp Lejeune, NC", "lat" : null, "region" : {"fips" : "37", "abbr" : "NC", "name" : "North Carolina"}, "city" : "Camp Lejeune", "type" : "POBOX", "ln... | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "null"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "na... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"bonzo.js": {"type": "string"}, "bonzo.min.js": {"type": "string"}}, "required": ["bonzo.js", "bonzo.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bonzo.js" : "sha512-aJU+65BKIoUldm469AUufHNyRAVQ0IDMynQSTg4P1B+zhV1fH4sY6oQSDlbv9JBFHY2FIEiNYu6ntCvPMwfatg==", "bonzo.min.js" : "sha512-jyZIijia//SEg/vTTK31Xl0Z/0It0bzhGQ3rfp3PknE9U9EWFJNce589F7UVG/woESlW0wxHuvZQiqa06/CBmw=="} | json_instruct | {"type": "object", "properties": {"bonzo.js": {"type": "string"}, "bonzo.min.js": {"type": "string"}}, "required": ["bonzo.js", "bonzo.min.js"], "$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"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"ty... | {"name" : "twain-cloud-web", "version" : "1.0.0", "description" : "TWAIN Cloud Web Application", "main" : "index.js", "dependencies" : {}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["twain", "cloud"], "author" : "TWAIN Working Group", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ... | {"userId" : 87589, "cartId" : "e90f9377-2e0b-47d3-8b78-bd8546f0d615", "preferredProducts" : [3482, 4702, 3796, 1351, 300, 3514, 1944, 33, 3564, 1110], "productReviews" : [{"productId" : 4529, "reviewText" : "This Usability works very well. It harmonically improves my tennis by a lot.", "reviewDate" : "2020-02-05T05:49:... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": ... | {"status" : 200, "data" : {"totalSubs" : 445, "subsInEachSource" : {"feedly" : 157, "inoreader" : 284, "feedsPub" : 4}, "failedSources" : {}}, "lastModified" : 1619773089815} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "in... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "7c06a720d9e27fafc4ff", "c" : {"app" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$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"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@chai-stuff/not-length-of": {"type": "obj... | {"name" : "chai-stuff", "version" : "0.3.3", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"@chai-stuff/not-length-of" : {"version" : "0.3.3", "resolved" : "https://registry.npmjs.org/@chai-stuff/not-length-of/-/not-length-of-0.3.3.tgz", "integrity" : "sha512-fuR08HKmE+y8VAZJ7nrE4s5EE5nbtTGlwCrg/bjPNK4a2G... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@chai-stuff/not-length-of": {"type": "object", "properties": {"version": {"type": "string"}, "resolved"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"capabilities": {"type": "array", "items": {"type": "object", "properties": {"browserName": {"type": "string"}, "udid": {"type": "string"}, "deviceName": {"type": "string"}, "version": {"type": "string"}, "maxInstances": {"type... | {"capabilities" : [{"browserName" : "", "udid" : "LE67A06210310748", "deviceName" : "le_x62", "version" : "6.0.1", "maxInstances" : 5, "platformName" : "ANDROID", "resetKeyboard" : true}], "configuration" : {"cleanUpCycle" : 2000, "timeout" : 30000, "hub" : "http://10.0.200.59/grid/register/", "proxy" : "org.openqa.gri... | json_instruct | {"type": "object", "properties": {"capabilities": {"type": "array", "items": {"type": "object", "properties": {"browserName": {"type": "string"}, "udid": {"type": "string"}, "deviceName": {"type": "string"}, "version": {"type": "string"}, "maxInstances": {"type": "integer"}, "platformName": {"type": "string"}, "resetKe... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id... | {"id" : 421190215, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "354ab5ffcb7a25d487230020d7f916b2", "wof:id" : 421190215, "wof:repo" : "whosonfirst-data-admin-ve"}, "bbox" : [-72.31907, 7.82853, -72.31907, 7.82853], "geometry" : {"coordinates" : [... | 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": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"t... | {"author" : {"id" : "t2_afe0hip9", "name" : "JSuchnSuch"}, "date" : {"day" : 1613952000, "full" : 1614020487, "month" : 1612137600, "week" : 1613865600}, "id" : "t3_lpwpv8", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 70279, "fullUrl" : "https://preview.redd.it/vkwyohw1u2j61.jpg?auto=webp&s=b38262a5d598c... | 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"}},... |
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "str... | {"name" : "ecobot", "version" : "1.0.0", "description" : "Simple economy bot for discord.", "main" : "index.js", "scripts" : {"test" : "node index.js", "start" : "node index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Snowflake107/ecobot.git"}, "keywords" : ["eco", "ecobot", "quick.db-economy"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "repository": {"type": "objec... |
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": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"t... | {"h" : [{"d" : [{"f" : "\ufff9\ufffavillage leader\ufffb\u982d\u76ee\uff0c\u9109\u7d33"}, {"f" : "\ufff9\ufffasomeone who is rich and has prestige\ufffb\u5bcc\u88d5\u4eba\u5bb6\uff0c\u8ca1\u4e3b"}, {"f" : "\ufff9\ufffabiblical term for Judges\ufffb\u8056\u7d93\u4e0a\u5be9\u5224\u5b98\u4e4b\u5b57\u773c"}]}], "t" : "kaki... | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "number"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[{"count" : 768.56, "_tpl" : "5449016a4bdc2d6f028b456f"}]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "number"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, ... | {"hour positive count" : 20, "hour neutral count" : 3, "hour negative count" : 1, "hour distri" : {"0.99" : 5, "0.97" : 2, "0.06" : 1, "0.98" : 3, "1.0" : 6, "0.92" : 1, "0.82" : 1, "0.65" : 1, "0.91" : 1, "0.81" : 1, "0.85" : 1, "0.96" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "0.97": {"type": "integer"}, "0.06": {"type": "integer"}, "0.98": {"type": "i... |
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"}, "barres": {"type": "... | {"key" : "A#", "suffix" : "augmaj7/B", "positions" : [{"frets" : "7987aa", "fingers" : "132144", "barres" : "7", "capo" : "true"}, {"frets" : "758x75", "fingers" : "214031", "barres" : "5", "capo" : "true"}, {"frets" : "jlkjmm", "fingers" : "132144", "barres" : "19", "capo" : "true"}, {"frets" : "jhkxjh", "fingers" : "... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "ba... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"frontmatter": {"type": "object", "properties": ... | {"componentChunkName" : "component---src-fields-styleguide-mdx", "path" : "/", "result" : {"pageContext" : {"frontmatter" : {"name" : "Home", "route" : "/"}, "entry" : {"id" : "d7e065b874e1d4c80c6c8ceb5fd01964", "filepath" : "src/fields/styleguide.mdx", "fullpath" : "/Users/scotttolinski/Sites/fresh-forms/src/fields/st... | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"frontmatter": {"type": "object", "properties": {"name": {"type": "string"}, "route": {"type": "string"}}, "required": ["na... |
Using the following JSON schema, generate a compatible JSON instance:
{"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"... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[141.75, 31.25], [141.75, 31.333333333333332], [141.875, 31.333333333333332], [141.875, 31.25], [141.75, 31.25]]]}, "properties" : {"code" : 464176, "url" : "http://madefor.github.io/0410/api/v1/464176.geojson", "view" : "https://github.com/madefo... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Administrator": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}}, "required": ["name", "email", "password"]}}, "required": ["Administr... | {"Administrator" : {"name" : "Administrator", "email" : "test@webdriver.io", "password" : "Test1234!"}} | json_instruct | {"type": "object", "properties": {"Administrator": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}}, "required": ["name", "email", "password"]}}, "required": ["Administrator"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200894083741000, "key" : "6d441116568348345deaf6f01a719b50{}", "val" : "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='400'%20height='336'%20viewBox='0%200%20400%20336'%20preserveAspectRatio='none'%3e%3cpath%20d='M113%20146l1%2026h16v-12c1-14%200-15%2011%201l7%2011h16v-52h-1... | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"tasks": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "command": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "op... | {"tasks" : [{"type" : "cppbuild", "label" : "C/C++: xtensa-esp32-elf-g++ build active file", "command" : "/home/sal/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r2/bin/xtensa-esp32-elf-g++", "args" : ["-fdiagnostics-color=always", "-g", "${file}", "-o", "${fileDirname}/${fileBasenameNoExtension... | json_instruct | {"type": "object", "properties": {"tasks": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "command": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {"cwd": {"type": "string"}},... |
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" : 404387859, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "47ac4be192487954abdeaef171d0afbc", "wof:id" : 404387859, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.67917, 43.06333, 1.67917, 43.06333], "geometry" : {"coordinates"... | 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": {"c": {"type": "object", "properties": {"vinh long": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", ... | {"c" : {"vinh long" : {"z" : {}, "l" : ["10.2500", "105.9667"]}, "t\ufffdn b\ufffdnh" : {"z" : {}, "l" : ["10.1989", "105.9410"]}, "binh minh" : {"z" : {}, "l" : ["10.0098", "105.8492"]}, "ap phu hoa" : {"z" : {}, "l" : ["10.1360", "105.8863"]}, "my dinh" : {"z" : {}, "l" : ["10.0060", "105.9687"]}, "thi tran" : {"z" :... | json_instruct | {"type": "object", "properties": {"c": {"type": "object", "properties": {"vinh long": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "t\ufffdn b\ufffdnh": {"type": "object", "properties": {"z": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "item.label.Tags": {"type": "object", "properties": {"messag... | {"title" : {"message" : "argumentation.online", "description" : "The title in the navbar"}, "item.label.Tags" : {"message" : "Tags", "description" : "Navbar item with label Tags"}, "item.label.Archiv" : {"message" : "Archiv", "description" : "Navbar item with label Archiv"}, "item.label.About" : {"message" : "\u00dcber... | json_instruct | {"type": "object", "properties": {"title": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "item.label.Tags": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["m... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:i... | {"id" : 421181907, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "82e23982d8dbf508bff335f3db8119ec", "wof:id" : 421181907, "wof:repo" : "whosonfirst-data-admin-ve"}, "bbox" : [-70.2642625, 8.9435785, -70.2642625, 8.9435785], "geometry" : {"coordina... | 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": ["... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"J-coupling": {"type": "array", "items": {"type": "object", "properties": {"ID2": {"type": "integer"}, "ID1": {"type": "integer"}, "value": {"type": "number"}}, "required": ["ID2", "ID1", "value"]}}, "chemical shift": {"type": "a... | {"J-coupling" : [{"ID2" : 14, "ID1" : 13, "value" : 8.592131}, {"ID2" : 17, "ID1" : 13, "value" : 1.520307}, {"ID2" : 16, "ID1" : 15, "value" : 3.415283}], "chemical shift" : [{"value" : 7.7444, "ID" : 13}, {"value" : 7.52297, "ID" : 14}, {"value" : 6.6686, "ID" : 15}, {"value" : 7.43444, "ID" : 16}, {"value" : 8.23121... | json_instruct | {"type": "object", "properties": {"J-coupling": {"type": "array", "items": {"type": "object", "properties": {"ID2": {"type": "integer"}, "ID1": {"type": "integer"}, "value": {"type": "number"}}, "required": ["ID2", "ID1", "value"]}}, "chemical shift": {"type": "array", "items": {"type": "object", "properties": {"value"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "dependencies": {"type": ... | {"name" : "latinode", "version" : "0.2.5", "author" : "Justin Ma", "description" : "A Dance Training Management System.", "private" : true, "main" : "./app.js", "dependencies" : {"express" : ">= 3.4.6", "jade" : ">= 0.35.0", "mongoskin" : ">= 0.6.1", "marked" : ">= 0.2.10", "nodemailer" : ">= 0.5.14"}, "contributors" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jade": {"type": "str... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "author": {"type": "string"}, "bt:publisher": {"type": "string"}, "bt:libs": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "name": {"type":... | {"description" : "BitTorrent Apps Widget Library", "author" : "Bryan Kaplan <bkaplan@bittorrent.com>", "bt:publisher" : "BitTorrent Inc.", "bt:libs" : [{"url" : "http://staging.apps.bittorrent.com/pkgs/apps-sdk.pkg", "name" : "apps-sdk"}, {"url" : "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.js", "nam... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "author": {"type": "string"}, "bt:publisher": {"type": "string"}, "bt:libs": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}}, "required": ["url", "name"]}}, "repositories": {"type": "... |
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" : "Dell", "market_name" : "", "codename" : "Dell_Grappa", "model" : "Dell Aero"}, {"manufacturer" : "Dell", "market_name" : "", "codename" : "Dell_Grappa", "model" : "Mini_3iG"}] | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "s... | {"elapsed" : "1.147", "endpoint-url" : "https://www.leeds.gov.uk/planning/community-infrastructure-levy/infrastructure-funding-statement", "entry-date" : "2021-11-06T00:24:26.429091", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "User-Agent" : "Digital Land"},... | json_instruct | {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "strin... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "pr... | {"name" : "angular-template-project", "homepage" : "https://github.com/marcorinck/ngStart", "main" : "src/main/css/project.css", "version" : "0.2.1", "ignore" : [".jshintrc", "**/*.txt"], "dependencies" : {"angular" : "1.3.x", "angular-route" : "1.3.x", "almond" : "0.2.9", "requirejs" : "2.1.x", "angular-translate" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-route": {"type": "s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"globalDependencies": {"type": "object", "properties": {"classnames": {"type": "string"}, "codemirror": {"type": "string"}, "marked": {"type": "string"}, "q": {"type": "string"}, "react": {"type": "string"}, "react-do... | {"globalDependencies" : {"classnames" : "registry:dt/classnames#0.0.0+20160316155526", "codemirror" : "registry:dt/codemirror#0.0.0+20160619021621", "marked" : "registry:dt/marked#0.0.0+20160325085301", "q" : "registry:dt/q#0.0.0+20160613154756", "react" : "registry:dt/react#0.14.0+20160829191040", "react-dom" : "regis... | json_instruct | {"type": "object", "properties": {"globalDependencies": {"type": "object", "properties": {"classnames": {"type": "string"}, "codemirror": {"type": "string"}, "marked": {"type": "string"}, "q": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["classnames", "codemirror", "ma... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"... | {"track" : "cpp", "exercise" : "space-age", "id" : "6bbb7f8c151849d280d1c512c12bc7c9", "url" : "https://exercism.org/tracks/cpp/exercises/space-age", "handle" : "captfricasse", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Version": {"type": "string"}, "Names": {"type": "object", "properties": {"ab": {"type": "string"}, "ace": {"type": "string"}, "ach": {"type": "string"}, "anp": {"type": "string"}, "ch": {"type": "string"}, "chn": {"... | {"Version" : "2.1.8.19", "Names" : {"ab" : "\u0986\u09ac\u0996\u09be\u099c\u09bf\u09af\u09bc\u09be\u09a8", "ace" : "\u0985\u09cd\u09af\u09be\u099a\u09be\u0987\u09a8\u09bf\u099c", "ach" : "\u0986\u0995\u09cb\u09b2\u09bf", "anp" : "\u0986\u0999\u09cd\u0997\u09bf\u0995\u09be", "ch" : "\u099a\u09be\u09ae\u09cb\u09b0\u09cb"... | json_instruct | {"type": "object", "properties": {"Version": {"type": "string"}, "Names": {"type": "object", "properties": {"ab": {"type": "string"}, "ace": {"type": "string"}, "ach": {"type": "string"}, "anp": {"type": "string"}, "ch": {"type": "string"}, "chn": {"type": "string"}, "cho": {"type": "string"}, "chp": {"type": "string"}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"jquery.dirtyforms.js": {"type": "string"}, "jquery.dirtyforms.min.js": {"type": "string"}}, "required": ["jquery.dirtyforms.js", "jquery.dirtyforms.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"jquery.dirtyforms.js" : "sha512-/XPK/wjV0+FiE9PNkHnPqTQ8JW1Nbo6aJn8zGFZw93FP1OF7rDYknzXGoJ9Q5R6iOZj9RLpIo82qS4/ElYLi8Q==", "jquery.dirtyforms.min.js" : "sha512-Xj6ODiyINEbVwMjdcgKOxeZ5Sp+nUIe2h9/P5trMkjQUJcLr7ytK9kKeYeV2i9ADjyu9onjfSdCDpd8jLFiI8g=="} | json_instruct | {"type": "object", "properties": {"jquery.dirtyforms.js": {"type": "string"}, "jquery.dirtyforms.min.js": {"type": "string"}}, "required": ["jquery.dirtyforms.js", "jquery.dirtyforms.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"abdomen": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negativ... | {"abdomen" : {"accuracy" : 0.67, "roc_auc" : 0.7412390827950601, "recall" : 0.6627565982404692, "precision" : 0.6026666666666667, "f1_score" : 0.6312849162011173, "negative_recall" : 0.6753812636165577, "negative_precision" : 0.7294117647058823, "negative_f1_score" : 0.7013574660633484}} | json_instruct | {"type": "object", "properties": {"abdomen": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type": "number"}, "negative_precision": {"type": "number"}, "n... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gulp-concat": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp": {"type": "string"}, "gulp-uglify": {"type"... | {"name" : "neptun629", "version" : "1.0.0", "dependencies" : {"gulp-concat" : "~2.1.7", "gulp-util" : "~2.2.12", "gulp" : "^3.5.0", "gulp-uglify" : "~0.1.0", "gulp-sass" : "~0.4.1", "gulp-jade" : "~0.3.0", "gulp-livereload" : "~0.2.0", "tiny-lr" : "0.0.5", "express" : "~3.4.8", "marked" : "~0.3.0", "gulp-compass" : "~1... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gulp-concat": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-jade": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}... | {"directions" : ["Preheat oven to 400 degrees F (200 degrees C).", "Whisk cornstarch and water together in a small bowl until dissolved. Combine soy sauce, sugar, mirin, ginger, garlic, and red pepper flakes together in a saucepan over medium heat until the mixture starts to simmer. Slowly whisk in cornstarch mixture. ... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"redis": {"type": "string"}}, "required": ["redis"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"redis" : "^2.8.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"redis": {"type": "string"}}, "required": ["redis"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "1225020006", "district_id" : "1225020", "name" : "LOLOWAU"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "strin... | {"id" : 141792, "info" : {"name" : "Mastodon - Columns redesign", "description" : "Full width columns and notifications on the rightest column", "additionalInfo" : "Add your instance to the domain list in the css to enable this style on your instance", "format" : "uso", "category" : "mamot", "createdAt" : "2017-04-26T1... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"image_path": {"type": "string"}, "roi": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "image_size": {"type": "array", "items": {"type": "integer"}}, "label": {"type": "string"}}, "required": ["imag... | {"image_path" : "C:\\Users\\HP\\Desktop\\Projects\\Python\\imgs\\tree.jpg", "roi" : [[300, 100, 400, 200], [100, 200, 200, 300], [200, 100, 300, 200], [100, 100, 200, 200], [300, 200, 400, 300], [200, 200, 300, 300]], "image_size" : [340, 546], "label" : "tree"} | json_instruct | {"type": "object", "properties": {"image_path": {"type": "string"}, "roi": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "image_size": {"type": "array", "items": {"type": "integer"}}, "label": {"type": "string"}}, "required": ["image_path", "roi", "image_size", "label"], "$schema": "http:... |
Construct a JSON document that adheres to this schema specification:
{"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" : "6303070009", "district_id" : "6303070", "name" : "SUNGAI ASAM"} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "... | [{"transactionDate" : "105.03.09", "produceNumber" : "LC1", "produceName" : "\u5305\u5fc3\u767d\u83dc-\u5305\u767d", "marketNumber" : "512", "marketName" : "\u6c38\u9756\u9109", "topPrice" : "25", "middlePrice" : "14", "lowPrice" : "10", "averagePrice" : "14", "transactionAmount" : "9510", "number" : "LC1", "main_categ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "topPrice": {"type": "string"}, "middlePrice": {"type": "string"}, "lowPrice":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"age=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "age=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required":... | {"variants" : {"age=0" : {"model" : "dmn_flax:block/flax0"}, "age=1" : {"model" : "dmn_flax:block/flax0"}, "age=2" : {"model" : "dmn_flax:block/flax2"}, "age=3" : {"model" : "dmn_flax:block/flax2"}, "age=4" : {"model" : "dmn_flax:block/flax4"}, "age=5" : {"model" : "dmn_flax:block/flax4"}, "age=6" : {"model" : "dmn_fla... | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"age=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "age=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "age=2": {"type": "object", "properties": {"mo... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["361126108200", "\u6e2f\u53e3\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["361126108201", "\u4e0a\u574a\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361126108202", "\u4e1c\u6e90\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361126108203", "\u5c0f\u5e97\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361126108208"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-... | {"word" : "Cradle", "definitions" : ["Hold gently and protectively.", "Be the place of origin of.", "Place (a telephone receiver) in its cradle."], "parts-of-speech" : "Verb"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "priority": {"type": "integer"}}, "required": ["url", "priority"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"url" : "http://doesNotExist.boldtech.co", "priority" : 1}, {"url" : "http://boldtech.co", "priority" : 7}, {"url" : "http://offline.boldtech.co", "priority" : 2}, {"url" : "http://google.com", "priority" : 4}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "priority": {"type": "integer"}}, "required": ["url", "priority"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type": "string"}... | {"name" : "babel-plugin-remove-module-hot", "version" : "2.0.0", "description" : "Remove `module.hot` conditions", "main" : "index.js", "scripts" : {"test" : "$(npm bin)/ava", "test:watch" : "$(npm bin)/ava --watch", "test:coverage" : "$(npm bin)/nyc npm test", "prepublish" : "$(npm bin)/babel -o index.js src/index.js"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type": "string"}, "test:coverage": {"type": "string"}, "prepublish": {"type... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "req... | {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.59352887, "width" : 0.062119246, "ymin" : 0.6673178, "height" : 0.07764906}, "relativeKeypoints" : [{"y" : 0.67229193, "x" : 0.6231654}, {"y" : 0.73349535, "x" : 0.6290234}, {"y" : 0.7333828, "x" : 0.62060297}, {"y" : 0.7300232, "x" : 0.61355567}, {"y" : 0.7246798,... | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-rename": {"type": "... | {"name" : "Parallaxer", "author" : "BOOMER74", "version" : "1.0.0", "description" : "Simple parallax scroll plugin for jQuery", "dependencies" : {"gulp" : "3.9.*", "gulp-rename" : "1.2.*", "gulp-clean-css" : "2.0.*", "gulp-uglify" : "1.5.*"}, "license" : "MIT", "repository" : {"type" : "git", "url" : "BOOMER74/Paralaxe... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-clean-css": {"type": "string"}, "gulp-uglif... |
The schema below describes a JSON structure. Generate a valid example:
{"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": ... | {"nom" : "Ounans", "dpt" : "Jura", "inscrits" : 246, "abs" : 53, "votants" : 193, "blancs" : 14, "nuls" : 2, "exp" : 177, "res" : [{"panneau" : "1", "voix" : 95}, {"panneau" : "2", "voix" : 82}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Based on the schema below, produce a valid JSON object:
{"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/... | {"variants" : {"" : {"model" : "conquest:block/red_diamond_slate_shingles"}}} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "specialnetherite:block/nether_crystal_block"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hide-items": {"type": "array", "items": {"type": "object", "properties": {"UnitTypeDesc": {"type": "string"}, "Header": {"type": "object", "properties": {"He": {"type": "string"}, "En": {"type": "string"}}, "requi... | {"hide-items" : [{"UnitTypeDesc" : "Personality", "Header" : {"He" : "\u05e8\u05d9\u05d9\u05df, \u05d0\u05e8\u05de\u05d0\u05df", "En" : "Rein, Armand"}}, {"UnitTypeDesc" : "Personality", "Header" : {"He" : "\u05dc\u05e1\u05dc\u05d0\u05d5, \u05d5\u05d5\u05dc\u05e3", "En" : "Leslau, Wolf"}}]} | json_instruct | {"type": "object", "properties": {"hide-items": {"type": "array", "items": {"type": "object", "properties": {"UnitTypeDesc": {"type": "string"}, "Header": {"type": "object", "properties": {"He": {"type": "string"}, "En": {"type": "string"}}, "required": ["He", "En"]}}, "required": ["UnitTypeDesc", "Header"]}}}, "requir... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"variables": {"type": "object", "properties": {"aws_access_key": {"type": "string"}, "aws_secret_key": {"type": "string"}, "aws_region": {"type": "string"}, "subnet_id": {"type": "string"}, "source_ami": {"type": "s... | {"variables" : {"aws_access_key" : "", "aws_secret_key" : "", "aws_region" : "", "subnet_id" : "", "source_ami" : "", "ami_users" : "", "ssh_username" : "ubuntu"}, "builders" : [{"type" : "amazon-ebs", "ami_users" : "{{user `ami_users`}}", "access_key" : "{{user `aws_access_key`}}", "secret_key" : "{{user `aws_secret_k... | json_instruct | {"type": "object", "properties": {"variables": {"type": "object", "properties": {"aws_access_key": {"type": "string"}, "aws_secret_key": {"type": "string"}, "aws_region": {"type": "string"}, "subnet_id": {"type": "string"}, "source_ami": {"type": "string"}, "ami_users": {"type": "string"}, "ssh_username": {"type": "str... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u2019e\u1e6f\u00b7\u2018\u0103\u00b7qa\u00b7r\u0101h": {"type": "object", "properties": {"dan.7.8|13": {"type": "array", "items": {"type": "s... | {"pos" : "v", "translits" : {"\u2019e\u1e6f\u00b7\u2018\u0103\u00b7qa\u00b7r\u0101h" : {"dan.7.8|13" : ["first", "were plucked out by the roots\u2013", "of"]}}, "meanings" : {"pluck" : 1}, "meaningsCount" : 1, "occurences" : 1} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u2019e\u1e6f\u00b7\u2018\u0103\u00b7qa\u00b7r\u0101h": {"type": "object", "properties": {"dan.7.8|13": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.7.8|13"]}}, "required": ["\u2019e\u1e6f\... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 2600605, "stations" : ["2600605"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$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": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/dra... | [{"package" : "lorma", "downloads" : 3900, "count" : 3551}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"digest": {"type": "string"}, "digestAlgorithm": {"type": "string"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string... | {"digest" : "sha1", "digestAlgorithm" : "SHA1", "properties" : [{"source" : "JAVA_MANIFEST", "name" : "entry", "value" : "value"}], "constructs" : [{"lang" : "JAVA", "type" : "CLAS", "qname" : "org.lib.Foo"}, {"lang" : "JAVA", "type" : "CONS", "qname" : "org.lib.Foo()"}, {"lang" : "JAVA", "type" : "METH", "qname" : "or... | json_instruct | {"type": "object", "properties": {"digest": {"type": "string"}, "digestAlgorithm": {"type": "string"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}}, "required": ["source", "name", "value"]}}, "constructs... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"... | {"title" : "Design research as explanation: perceptions in the field.", "fields" : ["design research", "special case", "natural science", "design science", "philosophy of science"], "abstract" : "We report results from interviews with HCI design researchers on their perceptions of how their research relates to the more... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.