input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "requirement": {"type": "string"}, "locked_text": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"t... | {"id" : 5524, "name" : "Jormag's World", "description" : "Journal: Jormag's World Completed", "requirement" : "Complete the story chapter Jormag's World.", "locked_text" : "", "type" : "Default", "flags" : ["Permanent"], "tiers" : [{"count" : 1, "points" : 1}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "requirement": {"type": "string"}, "locked_text": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}, "tiers": {"type": "array", "items": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "desecration", "definition" : "The act of desecrating; profanation; condition of anything desecrated."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@fancyapps/fancybox": {"type": "string"}, "angular-bootstrap-colorpicker": {"type": "string"}, "angular-summernot... | {"name" : "promethee", "private" : true, "dependencies" : {"@fancyapps/fancybox" : "^3.5.2", "angular-bootstrap-colorpicker" : "", "angular-summernote" : "^0.8.1", "angular-ui-sortable" : "^0.18.0", "jquery-warn-before-unload" : "^1.0.2", "ng-file-upload" : "^12.2.13"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@fancyapps/fancybox": {"type": "string"}, "angular-bootstrap-colorpicker": {"type": "string"}, "angular-summernote": {"type": "string"}, "angular-ui-sortable": {"type": "strin... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"sounds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "volume": {"type": "number"}}, "required": ["name", "volume"]}}, "subtitle": {"type": "string"}}, "required": ["sounds... | {"sounds" : [{"name" : "mob/horse/skeleton/water/gallop1", "volume" : 0.45}, {"name" : "mob/horse/skeleton/water/gallop2", "volume" : 0.45}, {"name" : "mob/horse/skeleton/water/gallop3", "volume" : 0.45}, {"name" : "mob/horse/skeleton/water/gallop4", "volume" : 0.45}], "subtitle" : "subtitles.entity.horse.gallop"} | json_instruct | {"type": "object", "properties": {"sounds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "volume": {"type": "number"}}, "required": ["name", "volume"]}}, "subtitle": {"type": "string"}}, "required": ["sounds", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "post_id": {"type": "string"}, "image_name": {"type": "string"}, "image_path": {"type": "string"}, "thumbnail_path": {"type": "string"}, "datetime": {"type": "number"}, "url": {"type": "string"}, "titl... | {"id" : "8axs3z", "post_id" : "reddit/dataisugly/8axs3z", "image_name" : "8axs3z_0", "image_path" : "preview/8axs3z_0.jpg", "thumbnail_path" : "thumbnail/8axs3z_0.jpg", "datetime" : 1523274257.0, "url" : "https://reddit.com/r/dataisugly/comments/8axs3z/as_johnny_depp_got_older_his_age_increased/", "title" : "As Johnny ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "post_id": {"type": "string"}, "image_name": {"type": "string"}, "image_path": {"type": "string"}, "thumbnail_path": {"type": "string"}, "datetime": {"type": "number"}, "url": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "popu... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
... | [{"id" : "3326150002", "district_id" : "3326150", "name" : "NGALIAN"}, {"id" : "3326150003", "district_id" : "3326150", "name" : "PANDAN ARUM"}, {"id" : "3326150004", "district_id" : "3326150", "name" : "KARANGANYAR"}, {"id" : "3326150005", "district_id" : "3326150", "name" : "SILIREJO"}, {"id" : "3326150007", "distric... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "types":... | {"name" : "simple-encryptor", "version" : "3.0.0", "description" : "Simplified encryption/decryption for node.js", "engines" : {"node" : ">= 4.5.0"}, "main" : "index.js", "types" : "index.d.ts", "scripts" : {"test" : "make test"}, "repository" : {"type" : "git", "url" : "https://github.com/sehrope/node-simple-encryptor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "propert... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"PRE": {"type": "integer"}, "ENC": {"type": "array", "items": {"type": "integer"}}}, "required": ["PRE", "ENC"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PRE" : 3600, "ENC" : [43765760, 1, 45359104, 1, 45608960, 1, 47620096, 5, 48869376, 1, 50118656, 8, 50450432, 1, 54161408, 8, 117481472, 2, 117768192, 1, 118341632, 3, 123416576, 1, 131448832, 1, 135880704, 1, 141828096, 1, 144961536, 1, 151044096, 1, 158613504, 1, 163479552, 1, 146825216, 7, 147894272, 1, 148975616,... | json_instruct | {"type": "object", "properties": {"PRE": {"type": "integer"}, "ENC": {"type": "array", "items": {"type": "integer"}}}, "required": ["PRE", "ENC"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "cicero": {"type": "object", "properties": {"template": {"type": "string"}... | {"name" : "ip-payment", "version" : "0.1.0", "description" : "This clause is a payment clause for IP agreement, such as trademark or copyright licenses aggreements.", "author" : "Accord Project", "license" : "Apache-2.0", "cicero" : {"template" : "clause", "language" : "javascript", "version" : "^0.4.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "cicero": {"type": "object", "properties": {"template": {"type": "string"}, "language": {"type": "string"}, "version": {"type": "st... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type"... | {"name" : "Heder Coin", "symbol" : "HEDR", "logoURI" : "https://raw.githubusercontent.com/HederGit/crypto/main/logo.png", "decimals" : 0, "address" : "FwovKxHTJA8pLtSnkJWxFyTetTU1kKzg7o6gjRgFAAXf", "chainId" : 101, "tags" : ["social-token"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "JamesBlake", "author" : "oizaro", "count" : 8} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "str... | {"id" : 116911, "name" : "Bigger Eurogamer", "description" : "blah blah blah widens Eurogamer up quite a bit and kills comments a lot<br>Screenshot shown with https://userstyles.org/styles/116412/double-double-scrollbar-buttons<br></p>http://puu.sh/jd7tM.png<br>Screenshot is too big for this site (>200Kb)", "user" : {"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["active-expressions", "aexpr-interpretation", "aexpr-source-transformation-propagation", "aexpr-ticking", "aexpr-trigger", "array-to-stack", "composite-scopes-all", "reactive-object-queries"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"pci_projects_project_users_roles": {"type": "string"}, "pci_projects_project_users_roles_cancel": {"type": "string"}, "pci_projects_project_users_roles_edit": {"type": "string"}, "pci_projects_project_users_roles_e... | {"pci_projects_project_users_roles" : "Editar los roles", "pci_projects_project_users_roles_cancel" : "Cancelar", "pci_projects_project_users_roles_edit" : "Aceptar", "pci_projects_project_users_roles_edit_success" : "Los permisos del usuario se han modificado correctamente. Los cambios no son instant\u00e1neos y puede... | json_instruct | {"type": "object", "properties": {"pci_projects_project_users_roles": {"type": "string"}, "pci_projects_project_users_roles_cancel": {"type": "string"}, "pci_projects_project_users_roles_edit": {"type": "string"}, "pci_projects_project_users_roles_edit_success": {"type": "string"}, "pci_projects_project_users_roles_edi... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Hello_World": {"type": "string"}, "Arg1": {"type": "array", "items": {"type": "integer"}}, "Arg2": {"type": "object", "properties": {"A": {"type": "integer"}, "B": {"type": "string"}, "C": {"type": "boolean"}, "D": {"type": "b... | {"Hello_World" : "Hello From Json File!", "Arg1" : [1, 2, 3, 4, 5, 6], "Arg2" : {"A" : 1, "B" : "string", "C" : true, "D" : false, "E" : [1, 2, 3, 4]}, "Arg3" : 3.0, "Arg4" : 7.0, "Str1" : "This is from Json!", "Str2" : "This is from Json but cannot be overwrite!", "Str3" : "This is from json but won't show up!"} | json_instruct | {"type": "object", "properties": {"Hello_World": {"type": "string"}, "Arg1": {"type": "array", "items": {"type": "integer"}}, "Arg2": {"type": "object", "properties": {"A": {"type": "integer"}, "B": {"type": "string"}, "C": {"type": "boolean"}, "D": {"type": "boolean"}, "E": {"type": "array", "items": {"type": "integer... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"distance": {"type": "number"}}, "required": ["distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"distance" : 0.0005653482781419568} | json_instruct | {"type": "object", "properties": {"distance": {"type": "number"}}, "required": ["distance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "electron-rebuild": {"type": "string"... | {"name" : "lfsterm", "version" : "1.0.0", "main" : "./src/main.js", "license" : "MIT", "scripts" : {"start" : "electron .", "electron-rebuild" : "electron-rebuild -f -w node-pty", "test" : "nyc --reporter=html --reporter=text mocha", "lint" : "standard", "lint-fix" : "standard --fix"}, "dependencies" : {"electron" : "^... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "electron-rebuild": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"widgetLabel": {"type": "string"}, "startTracking": {"type": "string"}, "stopTracking": {"type": "string"}}, "required": ["widgetLabel", "startTracking", "stopTracking"], "$schema": "http://json-schema.org/dra... | {"widgetLabel" : "Putanja", "startTracking" : "Po\u010dni da prati\u0161 moju lokaciju", "stopTracking" : "Prestani da prati\u0161 moju lokaciju"} | json_instruct | {"type": "object", "properties": {"widgetLabel": {"type": "string"}, "startTracking": {"type": "string"}, "stopTracking": {"type": "string"}}, "required": ["widgetLabel", "startTracking", "stopTracking"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required... | [{"postal_code" : "37289", "place_name" : "Villas Bugambilias", "place_type" : "Fraccionamiento", "county" : "Le\u00f3n", "state" : "Guanajuato", "city" : "Le\u00f3n de los Aldama"}, {"postal_code" : "37289", "place_name" : "San Jorge", "place_type" : "Colonia", "county" : "Le\u00f3n", "state" : "Guanajuato", "city" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s... |
Following the schema specification below, generate a valid 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" : "Aubignas", "dpt" : "Ard\u00e8che", "inscrits" : 354, "abs" : 73, "votants" : 281, "blancs" : 33, "nuls" : 11, "exp" : 237, "res" : [{"panneau" : "1", "voix" : 133}, {"panneau" : "2", "voix" : 104}]} | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "unityRelease": {"type": "string"}, "keywords": {"type": ... | {"name" : "com.spontadit.example", "version" : "1.0.0", "displayName" : "Shader Controller", "description" : "Generate Monobehaviour scripts from shader to easily animate properties.", "unity" : "2019.3", "unityRelease" : "7f1", "keywords" : ["Post-Process", "Shader", "Animation"], "author" : {"name" : "Stephane Pontad... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "unityRelease": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "pr... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "_id": {"type": "string"}, "dis... | {"name" : "rework-visit", "version" : "1.0.0", "description" : "Rework declaration visitor utility", "keywords" : ["css", "rework"], "license" : "MIT", "_id" : "rework-visit@1.0.0", "dist" : {"shasum" : "9945b2803f219e2f7aca00adb8bc9f640f842c9a", "tarball" : "http://registry.npmjs.org/rework-visit/-/rework-visit-1.0.0.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "_id": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "t... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorit... | {"id" : "se7en-2", "symbol" : "se7en", "name" : "SE7EN", "platforms" : {"binance-smart-chain" : "0x6cd502ab164e37231c20578214f874a8adbdc7c2"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "The only token where you can only sell one day a week and passively earn BNB while you hold! \r\nThis tok... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "i... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"solidity.compileUsingRemoteVersion": {"type": "string"}}, "required": ["solidity.compileUsingRemoteVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"solidity.compileUsingRemoteVersion" : "v0.5.2+commit.1df8f40c"} | json_instruct | {"type": "object", "properties": {"solidity.compileUsingRemoteVersion": {"type": "string"}}, "required": ["solidity.compileUsingRemoteVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "capital": {"type": "string"}}, "required": ["name", "capital"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Abia", "capital" : "Umuahia"}, {"name" : "Adamawa", "capital" : "Yola"}, {"name" : "Akwa Ibom", "capital" : "Uyo"}, {"name" : "Anambra", "capital" : "Awka"}, {"name" : "Bauchi", "capital" : "Bauchi"}, {"name" : "Benue", "capital" : "Makurdi"}, {"name" : "Borno", "capital" : "Maiduguri"}, {"name" : "Bayelsa"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "capital": {"type": "string"}}, "required": ["name", "capital"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900763861": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900763862": {"type": "object", "properties": {"nama": {"t... | {"900763861" : {"nama" : "TPS 1", "dapil" : [9101, 19107, 2911702]}, "900763862" : {"nama" : "TPS 2", "dapil" : [9101, 19107, 2911702]}, "900763863" : {"nama" : "TPS 3", "dapil" : [9101, 19107, 2911702]}} | json_instruct | {"type": "object", "properties": {"900763861": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900763862": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category... | {"id" : 172615, "info" : {"name" : "Duolingo hide leagues", "description" : "This userstyle hides the leagues seen on the homepage of Duolingo(.com)", "additionalInfo" : "<u>Updates:</u> <i>(dd-mm-yyyy)</i>\r\n<b>07-03-2021</b> | Fixed userstyle (How long has this been broken?)\r\n<b>30-03-2020</b> | Fixed userstyle (b... | 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":... |
Create an example JSON object that satisfies this schema:
{"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... | {"title" : "A Sense-Based Translation Model for Statistical Machine Translation.", "fields" : ["transfer based machine translation", "example based machine translation", "synchronous context free grammar", "semeval", "topic model"], "abstract" : "The sense in which a word is used determines the translation of the word.... | 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"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-sanitize": {"type": "string"}, "bootstrap": {"type": "string"}, "marked": {"type": "string"}, "highlightjs": {"... | {"name" : "Markdown Editor with AngularJs", "dependencies" : {"angular" : "1.3.x", "angular-sanitize" : "~1.3.x", "bootstrap" : "~3.x", "marked" : "~0.3.x", "highlightjs" : "~8.4.0", "angular-ui-codemirror" : "~0.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-sanitize": {"type": "string"}, "bootstrap": {"type": "string"}, "marked": {"type": "string"}, "highlightjs": {"type": "string"}, "angular-ui-codemirror": {"type": "stri... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "l... | {"place_name" : "Plain Dealing", "state_name" : "Louisiana", "state_abbrv" : "LA", "lat" : "32.9074", "long" : "-93.6905"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"output_model_file": {"type": "string"}, "wavelength_file": {"type": "string"}, "normalize": {"type": "string"}, "reference_windows": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "sources": {"typ... | {"output_model_file" : "../input/ecostress_surface_model.mat", "wavelength_file" : "../input/avirisc_hytes_wavelengths.txt", "normalize" : "None", "reference_windows" : [[400, 1300], [1450, 1700], [2100, 2450]], "sources" : [{"input_spectrum_files" : ["../../../data/reflectance/ecostress_library_with_mixtures"], "n_com... | json_instruct | {"type": "object", "properties": {"output_model_file": {"type": "string"}, "wavelength_file": {"type": "string"}, "normalize": {"type": "string"}, "reference_windows": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "sources": {"type": "array", "items": {"type": "object", "properties": {"in... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, ... | {"title" : "Bible (DRV) Apocrypha/Deuterocanon: Baruch", "description" : "The Book of Baruch consists of exhortation to Jews in exile to accept exile, hope for the mercy of God, and resist the temptation to worship idols of the nations. The Book of Baruch, occasionally referred to as 1 Baruch, is called a deuterocanon... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"shaka-player.compiled.js": {"type": "string"}}, "required": ["shaka-player.compiled.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"shaka-player.compiled.js" : "sha256-bVIA+dez++cGSZuosbXLBp56eiYQkQO63L9kGnGyhvo="} | json_instruct | {"type": "object", "properties": {"shaka-player.compiled.js": {"type": "string"}}, "required": ["shaka-player.compiled.js"], "$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"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "propertie... | {"name" : "response-adapter", "version" : "1.0.2", "main" : "index.js", "repository" : "git@github.com:IonDevOrg/response-adapter.git", "author" : "Daniel Farias <daniel.dsfarias@gmail.com>", "license" : "MIT", "dependencies" : {"querystring" : "^0.2.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"querystring": {"type": "string"}}, "required": ["quer... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"download_url": {"type": "string"}, "file_name": {"type": "string"}, "install_cmd": {"type": "string"}, "install_args": {"type": "string"}, "install_time": {"type": "object", "properties": {"kit": {"type": "st... | {"download_url" : "https://software-download.microsoft.com/download/sg/20348.1.210507-1500.fe_release_amd64fre_SERVER_LOF_PACKAGES_OEM.iso", "file_name" : "20348.1.210507-1500.fe_release_amd64fre_SERVER_LOF_PACKAGES_OEM.iso", "install_cmd" : "powershell", "install_args" : "-ExecutionPolicy Bypass -File @sw_path@\\fod.p... | json_instruct | {"type": "object", "properties": {"download_url": {"type": "string"}, "file_name": {"type": "string"}, "install_cmd": {"type": "string"}, "install_args": {"type": "string"}, "install_time": {"type": "object", "properties": {"kit": {"type": "string"}, "driver": {"type": "string"}}, "required": ["kit", "driver"]}}, "requ... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["title", "subtitle"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "IBM Design Competition '19", "subtitle" : "3rd Place"}, {"title" : "Crown Prince Scholarship Program", "subtitle" : "Top 20"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["title", "subtitle"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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":... | {"title" : "Polar Codes: Speed of Polarization and Polynomial Gap to Capacity.", "fields" : ["polar", "block code", "combinatorics", "channel capacity", "polarization", "mathematics", "discrete mathematics", "polynomial", "bounded function", "generator matrix"], "abstract" : "We prove that, for all binary-input symmetr... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-66.155035, 18.439026], [-66.154557, 18.442907], [-66.151878, 18.447036], [-66.150022, 18.443185], [-66.152195, 18.442375], [-66.152144, 18.438795], [-66.155035, 18.439026]]]}, "type" : "Feature", "properties" : {"cartodb... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Canadian Undergraduate Physics Conference 2018 Planning Committee", "description" : "Helped plan and manage a conference which hosted close to 100+ attendees at the University of Alberta."}, {"title" : "Blessed Oscar Romero High School Graduation Ceremony Master of Ceremonies", "description" : "Gave a shor... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lru-cache", "version" : "2.5.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "p... | {"course_code" : "STAT7013", "course_name" : "Project or Thesis I", "faculty" : "Science", "school" : "Mathematics & Physics School", "units" : "8", "duration" : "One Semester", "description" : "Research project/thesis report on topic in research field as recommended by supervisor and approved by Head of School.", "pre... | json_instruct | {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media... | {"published" : "2015-09-16T15:10:07Z", "media-type" : "News", "title" : "Philadelphia Controller's Office...", "id" : "7ec26381-fc2b-4844-8f08-b3eb3925940d", "content" : "Philadelphia's Office of the Controller says the city's Department of Licenses and Inspections habitually jeopardizes public safety by allowing uncer... | json_instruct | {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "i... | {"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=1472", "name" : "HEARDS FOUNDATION (Health Environment Education and Rural Development Service Foundation)", "primaryEmail" : "heardsfoundation@gmail.com", "website" : "www.heardsfoundation.weebly.com", "organisationType" : ["Advocacy ... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"t... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"_index": {"type": "string"}, "_type": {"type": "string"}, "_id": {"type": "string"}, "_score": {"type": "integer"}, "_source": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}... | {"_index" : "arranger-projects-niaid_1", "_type" : "arranger-projects-niaid_1", "_id" : "niaid", "_score" : 1, "_source" : {"index" : "niaid", "name" : "subject", "esType" : "subject", "config" : {}, "active" : true, "timestamp" : "2018-09-27T21:27:11.921Z"}} | json_instruct | {"type": "object", "properties": {"_index": {"type": "string"}, "_type": {"type": "string"}, "_id": {"type": "string"}, "_score": {"type": "integer"}, "_source": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "esType": {"type": "string"}, "config": {"type": "object", "propert... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "snek_type": {"type": "string"}}, "required": ["$schema", "snek_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "./schema/config.schema.json", "snek_type" : "cool"} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "snek_type": {"type": "string"}}, "required": ["$schema", "snek_type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"month": {"type": "array", "items": {"type": "string"}}, "weekdays": {"type": "array", "items": {"type": "string"}}, "shortDatePattern": {"type": "string"}, "longDatePattern": {"type": "string"}, "shortTimePattern":... | {"month" : ["\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440", "\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440", "\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u04... | json_instruct | {"type": "object", "properties": {"month": {"type": "array", "items": {"type": "string"}}, "weekdays": {"type": "array", "items": {"type": "string"}}, "shortDatePattern": {"type": "string"}, "longDatePattern": {"type": "string"}, "shortTimePattern": {"type": "string"}, "longTimePattern": {"type": "string"}}, "required"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"classifier": {"type": "string"}, "apiVersion": {"type": "string"}, "main": {"type": "string"}, "organizationId": {"type": "string"}, "groupId": {"type": "string"}, "assetId": {"type": "string"}, "version": {"type"... | {"classifier" : "oas", "apiVersion" : "v1", "main" : "api.json", "organizationId" : "8bfc8bbf-5508-419e-aadc-77dfe18a8172", "groupId" : "f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform", "assetId" : "api-manager-api", "version" : "1.0.11"} | json_instruct | {"type": "object", "properties": {"classifier": {"type": "string"}, "apiVersion": {"type": "string"}, "main": {"type": "string"}, "organizationId": {"type": "string"}, "groupId": {"type": "string"}, "assetId": {"type": "string"}, "version": {"type": "string"}}, "required": ["classifier", "apiVersion", "main", "organiza... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": ... | {"name" : "gquemener/repositoring", "description" : "A set of read/write repository implementations, because why not!", "type" : "project", "license" : "MIT", "authors" : [{"name" : "Gildas Qu\u00e9m\u00e9ner", "email" : "gildas.quemener@gmail.com"}], "minimum-stability" : "stable", "autoload" : {"psr-4" : {"App\\" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "220184010200", "text" : "\u82c7\u5b50\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "220184010201", "text" : "\u5411\u524d\u6751\u59d4\u4f1a"}, {"id" : "220184010202", "text" : "\u5411\u534e\u6751\u59d4\u4f1a"}, {"id" : "220184010203", "text" : "\u5411\u9633\u6751\u59d4\u4f1a"}, {"id" : "220184010204", "text" : "\u957f\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"tasks": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["tasks", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tasks" : ["serverless-api-s3", "serverless-api-s3-bucket", "serverless-data-s3", "serverless-data-s3-bucket"], "description" : "Manage serverless configuration for an s3 bucket."} | json_instruct | {"type": "object", "properties": {"tasks": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["tasks", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "... | {"address" : "1BLogC9LN4oPDcruNz3qo1ysa133E9AGg8", "cert_auth_type" : "web", "cert_sign" : "GyyP3ewXZ0lq/M+m13lqaWOM0uTffSucQrHt94vxci3mOxAUin8J+kxdsoUwGBeaAbhdOEeD4yKhK1c/QNsDssc=", "cert_user_id" : "christopha@zeroid.bit", "files" : {"data.json" : {"sha512" : "dc311e0b16faa351d7a08dc4cd5419d7170e85ed5a8186fa8529bf215... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "150423203200", "text" : "\u6c99\u5df4\u5c14\u53f0\u560e\u67e5\u6751\u59d4\u5458\u4f1a"}, {"id" : "150423203201", "text" : "\u5854\u672c\u82b1\u560e\u67e5\u6751\u59d4\u5458\u4f1a"}, {"id" : "150423203202", "text" : "\u547c\u7279\u52d2\u560e\u67e5\u6751\u59d4\u5458\u4f1a"}, {"id" : "150423203203", "text" : "\u5... | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"enabled": {"type": "boolean"}, "description": {"type": "string"}, "full_description": {"type": "string"}, "author": {"type": "string"}}, "required": ["enabled", "description", "full_description", "author"], "$schem... | {"enabled" : true, "description" : "It computes the expression-error-rate of an hypothesis file with respect to a reference file.", "full_description" : "The expression-error-rate is an error measure to be minimized: 0.0 means no errors, 100.0 means 100% of errors.", "author" : "Mauro Cettolo and Roldano Cattoni from F... | json_instruct | {"type": "object", "properties": {"enabled": {"type": "boolean"}, "description": {"type": "string"}, "full_description": {"type": "string"}, "author": {"type": "string"}}, "required": ["enabled", "description", "full_description", "author"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text"... | {"author" : "Edmund Waller", "classification" : "Rhymed Stanza", "keywords" : ["Time", "Brevity", "Relationships", "Living", "Love", "Men", "Women", "Romantic Love", "Desire", "Infatuation", "Crushes", "Realistic", "Complicated"], "period" : "17th Century", "reference" : "http://www.poetryfoundation.org/poem/174709", "... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "language-name": {"type": "string"}, "language-name-romanized-sorted": {"type": "string"}, "la... | {"@metadata" : {"authors" : ["Papuass", "Silraks"]}, "language-name" : "Latvie\u0161u", "language-name-romanized-sorted" : "Latviesu", "language-button-text" : "Lasi Vikip\u0113diju tav\u0101 valod\u0101", "terms" : "Lieto\u0161anas noteikumi", "Privacy Policy" : "Priv\u0101tuma politika", "search-input-button" : "Mekl... | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "language-name": {"type": "string"}, "language-name-romanized-sorted": {"type": "string"}, "language-button-text": {"type": "string"}, "terms": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"network_list": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "network_filename": {"type": "string"}, "file_location": {"type": "string"}, "executor_name": {"type": "strin... | {"network_list" : [{"name" : "ResNet_18", "network_filename" : "Resnet-18.nnp", "file_location" : "https://nnabla.org/pretrained-models/nnp_models/imagenet/Resnet-18/", "executor_name" : "Executor", "category_filename" : "category_names.txt", "input_width" : "320", "input_height" : "320"}, {"name" : "MobileNet", "netwo... | json_instruct | {"type": "object", "properties": {"network_list": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "network_filename": {"type": "string"}, "file_location": {"type": "string"}, "executor_name": {"type": "string"}, "category_filename": {"type": "string"}, "input_width": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"83": {"type": "object", "properties": {"tagDescription": {"type": "array", "items": {"type": "string"}}, "tagDate": {"type": "array", "items": {"type": "string"}}}, "required": ["tagDescription", "tagDate"]}, "1698... | {"83" : {"tagDescription" : ["Items 5281 to 5397"], "tagDate" : ["1918-01-01T00:00:00.000Z"]}, "1698" : {"tagDate" : ["1918-01-01T00:00:00.000Z"], "tagDescription" : ["Items 5877 to 6040"]}, "1085" : {"tagDate" : ["1918-01-01T00:00:00.000Z"], "tagDescription" : ["Items 5731 to 5860"]}, "572" : {"tagDescription" : ["Ite... | json_instruct | {"type": "object", "properties": {"83": {"type": "object", "properties": {"tagDescription": {"type": "array", "items": {"type": "string"}}, "tagDate": {"type": "array", "items": {"type": "string"}}}, "required": ["tagDescription", "tagDate"]}, "1698": {"type": "object", "properties": {"tagDate": {"type": "array", "item... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "l... | {"idArt" : "266", "series" : "Revue des Nouvelles Technologies de l'Information", "booktitle" : "EGC", "year" : "2012", "place" : "Bordeaux", "location" : {"lat" : 44.837789, "lon" : -0.57918}, "title" : "Un environnement efficace pour la classification d'images \u00e0 grande \u00e9chelle", "abstract" : "La plupart des... | json_instruct | {"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}, "title"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": ... | {"lastUpdated" : 1655019279666, "username" : "MCSwavest", "scores" : [{"xp" : 4792, "rank" : 248, "cardId" : 618}, {"xp" : 4757, "rank" : 359, "cardId" : 612}, {"xp" : 4877, "rank" : 159, "cardId" : 658}, {"xp" : 5532, "rank" : 279, "cardId" : 659}, {"xp" : 13294, "rank" : 288, "cardId" : 603}, {"xp" : 10859, "rank" : ... | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"generated_in": {"type": "string"}, "stat": {"type": "string"}, "moderators": {"type": "object", "properties": {"on_this_page": {"type": "string"}, "page": {"type": "string"}, "perpage": {"type": "string"}, "t... | {"generated_in" : "0.1075", "stat" : "ok", "moderators" : {"on_this_page" : "1", "page" : "1", "perpage" : "25", "total" : "1", "user" : {"display_name" : "Matt Hooks", "id" : "888046", "is_creator" : "1", "is_plus" : "0", "is_staff" : "0", "profileurl" : "http://vimeo.com/matthooks", "realname" : "Matt Hooks", "userna... | json_instruct | {"type": "object", "properties": {"generated_in": {"type": "string"}, "stat": {"type": "string"}, "moderators": {"type": "object", "properties": {"on_this_page": {"type": "string"}, "page": {"type": "string"}, "perpage": {"type": "string"}, "total": {"type": "string"}, "user": {"type": "object", "properties": {"display... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties":... | {"name" : "nlp-tools/nlp-tools", "description" : "NlpTools is a set of php classes for beginner to semi advanced natural language processing work.", "keywords" : ["nlp", "machine learning"], "license" : "WTFPL", "authors" : [{"name" : "Angelos Katharopoulos", "email" : "angelos@yourse.gr"}], "require" : {"php" : ">=8",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Recharts.js": {"type": "string"}, "Recharts.min.js": {"type": "string"}}, "required": ["Recharts.js", "Recharts.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Recharts.js" : "sha512-B1PxTcQYLRrH4dmqRxiK18tTSlrWgoxl+XLFIZET55ksOtwsyjf8aaGROVgbcQ0XXARSZRaqXp1YhNPp8HMu9A==", "Recharts.min.js" : "sha512-YgqcrBDFIJRufzawIlNigpmo54jB5f9YYbJmORiHTp3PUrCkW1AY7USL29UXX1jYhz1/dkM41z6yOXMINmnQ+A=="} | json_instruct | {"type": "object", "properties": {"Recharts.js": {"type": "string"}, "Recharts.min.js": {"type": "string"}}, "required": ["Recharts.js", "Recharts.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"mochaExplorer.files": {"type": "string"}, "mochaExplorer.require": {"type": "string"}}, "required": ["mochaExplorer.files", "mochaExplorer.require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mochaExplorer.files" : "../test/*.ts", "mochaExplorer.require" : "ts-node/register"} | json_instruct | {"type": "object", "properties": {"mochaExplorer.files": {"type": "string"}, "mochaExplorer.require": {"type": "string"}}, "required": ["mochaExplorer.files", "mochaExplorer.require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "generation": {"type": "integer"}, "description": {"type": "string"}, "species": {"type": "string"}, "types": {"type": "array", "items": {"type": "string... | {"number" : "397", "name" : "Staravia", "generation" : 4, "description" : "It flies around forests and fields in search of bug Pok\u00e9mon. It stays within a huge flock.", "species" : "Starling", "types" : ["Normal", "Flying"], "abilities" : {"normal" : ["Intimidate"], "hidden" : ["Reckless"]}, "height" : "2'", "weigh... | json_instruct | {"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "generation": {"type": "integer"}, "description": {"type": "string"}, "species": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "object", "properties": {"normal": {"type": "arr... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"mean_absolute_error": {"type": "number"}, "mean_squared_error": {"type": "number"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "_step": {"type": "integer"}, "val mean_absolute_error": {"ty... | {"mean_absolute_error" : 37421.43287671233, "mean_squared_error" : 3265112959.478082, "_runtime" : 9, "_timestamp" : 1629882365, "_step" : 1, "val mean_absolute_error" : 37421.43287671233, "val mean_squared_error" : 3265112959.478082, "_wandb" : {"runtime" : 9}} | json_instruct | {"type": "object", "properties": {"mean_absolute_error": {"type": "number"}, "mean_squared_error": {"type": "number"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "_step": {"type": "integer"}, "val mean_absolute_error": {"type": "number"}, "val mean_squared_error": {"type": "number"}, "_wandb": ... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "Skim\u00fctze mit Augenl\u00f6chern", "ShortName" : "Shmaska", "Description" : "Wahnsinn, Mann! So muss das aussehen. Warm und komfortabel."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "null"}}, "required": ["number", "title", "url", "difficulty", "ques... | {"number" : "711", "title" : "Number of Distinct Islands II", "url" : "https://leetcode.com/problems/number-of-distinct-islands-ii", "difficulty" : "Hard", "question" : null} | json_instruct | {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "null"}}, "required": ["number", "title", "url", "difficulty", "question"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "ilikewood:block/torch/byg_palm"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "jsFileName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object",... | {"name" : "AppTemplate", "homepage" : "http://www.calendee.com", "jsFileName" : "app", "version" : "0.0.0", "description" : "Phonegap App Template", "main" : "Gruntfile.js", "scripts" : {"test" : "grunt test"}, "repository" : "", "author" : "Calendee LLC", "license" : "MIT", "devDependencies" : {"grunt" : "~0.4.1", "gr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "jsFileName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"... | {"probe_id" : 12065, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 790, "resolver_net" : "195.197.0.0/16", "ipv4_tcp" : true, "internal" : "192.168.10.1", "ipv6_cap" : true}]} | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_ca... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title... | [{"e_id" : "14479", "title" : "\u4e2d\u56fd\u7b2c\u4e00\u6240\u97f3\u4e50\u5b66\u9662\u6210\u7acb", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u572894\u5e74\u524d\u7684\u4eca\u5929\uff0c1927\u5e7411\u670827\u65e5(\u519c\u53861927\u5e7411\u67084\u65e5)\uff0c\u4e2d\u56fd\u7b2c\u4e00\u6240\u97f3\u4e50\u5b66\u9662\u6210\u7acb... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/dr... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cloudPlatform": {"type": "string"}, "name": {"type": "string"}, "region": {"type": "string"}, "credentialId": {"type": "integer"}, "image": {"type": "string"}, "onFailureAction": {"type": "string"}, "availabilityZo... | {"cloudPlatform" : "AWS", "name" : "mystack", "region" : "EU-WEST-1", "credentialId" : 51, "image" : "aws-image", "onFailureAction" : "ROLLBACK", "availabilityZone" : "avZone", "failurePolicy" : {"id" : 1, "threshold" : 10, "adjustmentType" : "EXACT"}, "instanceGroups" : [{"templateId" : 1, "nodeCount" : 10, "group" : ... | json_instruct | {"type": "object", "properties": {"cloudPlatform": {"type": "string"}, "name": {"type": "string"}, "region": {"type": "string"}, "credentialId": {"type": "integer"}, "image": {"type": "string"}, "onFailureAction": {"type": "string"}, "availabilityZone": {"type": "string"}, "failurePolicy": {"type": "object", "propertie... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"... | {"name" : "basilicom-pimcore-plugin/hide-status-bar", "description" : "Hides the Pimcore status bar (version info and warnings) for ordinary users.", "type" : "pimcore-plugin", "license" : "BSD-3-Clause", "keywords" : ["pimcore", "statusbar", "plugin"], "homepage" : "http://basilicom.de/en/pimcore", "authors" : [{"name... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"0cc360c963609b7c4ecf0b82d02a4fff": {"type": "string"}, "130848fb8a2410bbb210d1e4b215b9f0": {"type": "string"}, "36b3bde9dcd609e0be9a05c7fcbeaadb": {"type": "string"}, "36c49732b9f58d259812cfb5ec6de895": {"type": "... | {"0cc360c963609b7c4ecf0b82d02a4fff" : "\u76ee\u524d\u4e0d\u652f\u63f4 {{addPropertyToActual()}}\u3002", "130848fb8a2410bbb210d1e4b215b9f0" : "\u76ee\u524d\u4e0d\u652f\u63f4 {{showFields()}}\u3002", "36b3bde9dcd609e0be9a05c7fcbeaadb" : "\u8cc7\u6599\uff1a", "36c49732b9f58d259812cfb5ec6de895" : "\u76ee\u524d\u4e0d\u652f\... | json_instruct | {"type": "object", "properties": {"0cc360c963609b7c4ecf0b82d02a4fff": {"type": "string"}, "130848fb8a2410bbb210d1e4b215b9f0": {"type": "string"}, "36b3bde9dcd609e0be9a05c7fcbeaadb": {"type": "string"}, "36c49732b9f58d259812cfb5ec6de895": {"type": "string"}, "388f95dbd90b33cabc5c2f1c79767662": {"type": "string"}, "5ad26... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1976, 5], [1979, 5], [1981, 6], [1985, 5], [1987, 5], [1989, 5], [1990, 6], [1991, 6], [1994, 6], [1995, 5], [1996, 8], [1997, 5], [1999, 5], [2004, 7], [2005, 6], [2006, 7], [2008, 5], [2009, 6], [2011, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"test_accuracy": {"type": "number"}, "test_loss": {"type": "number"}, "test_IoU": {"type": "number"}}, "required": ["test_accuracy", "test_loss", "test_IoU"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"test_accuracy" : 94.85151397515527, "test_loss" : 0.14783233404159551, "test_IoU" : 0.5472159054411241} | json_instruct | {"type": "object", "properties": {"test_accuracy": {"type": "number"}, "test_loss": {"type": "number"}, "test_IoU": {"type": "number"}}, "required": ["test_accuracy", "test_loss", "test_IoU"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"sujay": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "author": {"type": "string"}}, "required": ["id", "title", "author"]}}, "vijay": {"type": "array", "i... | {"sujay" : [{"id" : 1, "title" : "json-server1", "author" : "typicode1"}], "vijay" : [{"id" : 1, "body" : "some comment"}], "akshay" : [{"id" : 2, "title" : "cheetah"}]} | json_instruct | {"type": "object", "properties": {"sujay": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "author": {"type": "string"}}, "required": ["id", "title", "author"]}}, "vijay": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "in... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "sdks": {"type": "object", "properties": {"Dart": {"type": "string"}, "Flutter": {"type": "string"}}, "required": ["Dart", "Flutter"]}, "sections": {"type": "object", "... | {"name" : "with.dots", "version" : "2.3.0+020300", "sdks" : {"Dart" : "2.9.0-3.0.dev.flutter-a69cb6d700", "Flutter" : "1.18.0-9.0.pre.46"}, "sections" : {"dependencies" : {"other.dots @ 0.0.0" : {"dep.dots" : "1.14.12"}}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "sdks": {"type": "object", "properties": {"Dart": {"type": "string"}, "Flutter": {"type": "string"}}, "required": ["Dart", "Flutter"]}, "sections": {"type": "object", "properties": {"dependencies": {"type": "object", "propertie... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"EUR": {"type": "number"}, "GBP": {"type": "number"}, "CAD": {"type": "number"}, "INR": {"type": "number"}, "MXN": {"type": "number"}, "AUD": {"type": "number"}, "CNY": {"type": "number"}, "MYR": {"type": "number"}, "COP": {"ty... | {"EUR" : 0.87815, "GBP" : 0.78569, "CAD" : 1.31715, "INR" : 69.3492, "MXN" : 19.2316, "AUD" : 1.43534, "CNY" : 6.88191, "MYR" : 4.13785, "COP" : 3203.18} | json_instruct | {"type": "object", "properties": {"EUR": {"type": "number"}, "GBP": {"type": "number"}, "CAD": {"type": "number"}, "INR": {"type": "number"}, "MXN": {"type": "number"}, "AUD": {"type": "number"}, "CNY": {"type": "number"}, "MYR": {"type": "number"}, "COP": {"type": "number"}}, "required": ["EUR", "GBP", "CAD", "INR", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"org": {"type": "string"}, "project": {"type": "string"}}, "required": ["org", "project"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"org" : "joshenglish", "project" : "oliveriley"} | json_instruct | {"type": "object", "properties": {"org": {"type": "string"}, "project": {"type": "string"}}, "required": ["org", "project"], "$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"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"... | {"name" : "@ibm-watson/customer-dispute", "description" : "A simple Node.js based web app to trigger a customer dispute cse.", "version" : "0.1.1", "main" : "server.js", "scripts" : {"start" : "node server.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/hhdiazlo/assistan-customer-dispute.git"}, "l... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"typ... | {"name" : "ubigeo-peru", "description" : "Searches for UBIGEO codes", "keywords" : ["Peru", "rest", "ubigeo"], "homepage" : "http://github.com/jmcastagnetto/ubigeo-peru", "license" : "BSD 2-clause", "authors" : [{"name" : "Jesus M. Castagnetto", "homepage" : "http://www.castagnetto.com/"}], "require" : {"php" : ">=5.3.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "... | {"localities" : ["Hauula, HI"], "state" : "HI", "postal_code" : "96717", "locality" : "Hauula, HI", "lat" : 21.557794, "region" : {"fips" : "15", "abbr" : "HI", "name" : "Hawaii"}, "city" : "Hauula", "type" : "STANDARD", "lng" : -157.90534, "counties" : [{"fips" : "003", "name" : "Honolulu County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"minify": {"type": "string"}}, "required": ["minify"]}, "devDependencies": {"typ... | {"name" : "neverendingqs-material-sidenav", "version" : "1.6.0", "author" : "Mark Tse <mark.tse@neverendingqs.com>", "scripts" : {"minify" : "cleancss -o assets/css/style.min.css assets/css/style.css && cleancss -o assets/css/prism.min.css assets/css/prism.css"}, "devDependencies" : {"clean-css" : "^3.4.21"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"minify": {"type": "string"}}, "required": ["minify"]}, "devDependencies": {"type": "object", "properties": {"clean-css": {"type": "string"}}, "required... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "minimumCoreVersion": {"type": "string"}, "system": {"type": "array", "items": {"type": "string"}}, "... | {"name" : "target-lock", "title" : "Target Lock", "description" : "A module which helps apply damage to targets.", "version" : "0.1", "minimumCoreVersion" : "0.8.8", "system" : ["pf2e"], "authors" : [{"name" : "Will Nichols", "url" : "https://github.com/WillNichols726"}], "scripts" : ["scripts/target-lock.js"], "styles... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "minimumCoreVersion": {"type": "string"}, "system": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "prope... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 37721, "date" : "2014-11-18 16:43:21", "user" : "gbshouse", "post" : "Rage4 ANY - managed anycast BGP service\r\n\r\nIf you need route your customers to closest server and GeoDNS is not enough (even ours :)) the Rage4 ANY is perfect solution for you. Why? Because it's ...\r\n\r\n1. Easy to setup\r\n\r\n- downlo... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val... | {"n_dim" : 8, "n_trials" : 130, "objective" : "markowitz_return_on_cube", "white" : "pysot_dycors", "black" : "platypus_gde3", "traceback" : ["passing", "passing"], "best_val" : [3622.760808783716, 5122.879556554402], "best_x" : [[0.19811508931616037, 0.43132920356962934, 0.42474681384616564, 0.5444635273065059, 0.9953... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": ... | {"user" : "Paxa", "repos" : 1, "login" : "Paxa", "id" : 26019, "avatar_url" : "https://avatars0.githubusercontent.com/u/26019?v=3", "url" : "https://api.github.com/users/Paxa", "html_url" : "https://github.com/Paxa", "followers_url" : "https://api.github.com/users/Paxa/followers", "following_url" : "https://api.github.... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900658651": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900658652": {"type": "object", "properties": {"nama": {"t... | {"900658651" : {"nama" : "TPS 1", "dapil" : [6102, 16107, 2610601]}, "900658652" : {"nama" : "TPS 2", "dapil" : [6102, 16107, 2610601]}, "900658653" : {"nama" : "TPS 3", "dapil" : [6102, 16107, 2610601]}, "900658654" : {"nama" : "TPS 4", "dapil" : [6102, 16107, 2610601]}, "900658655" : {"nama" : "TPS 5", "dapil" : [610... | json_instruct | {"type": "object", "properties": {"900658651": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900658652": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"vendor-dir": {"type": "string"}}, "required": ["vendor-dir"]}, "require": {"type": "object", "properties": {"aws/aws-sdk-php": {"type": "string"}, "pda/pheanstalk": {"type": "string"... | {"config" : {"vendor-dir" : "src/htdocs/vendor"}, "require" : {"aws/aws-sdk-php" : "^3.52", "pda/pheanstalk" : "^4.0", "erusev/parsedown" : "^1.7", "maxakawizard/json-collection-parser" : "~1.0", "nette/caching" : "^3.0", "mailgun/mailgun-php" : "^3.5", "kriswallsmith/buzz" : "^1.2", "nyholm/psr7" : "^1.4"}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"vendor-dir": {"type": "string"}}, "required": ["vendor-dir"]}, "require": {"type": "object", "properties": {"aws/aws-sdk-php": {"type": "string"}, "pda/pheanstalk": {"type": "string"}, "erusev/parsedown": {"type": "string"}, "maxakawizard/js... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "descrip... | {"name" : "Explora\u00e7\u00e3o em Andamento", "achievementgroup" : "Chamas Luminosas", "sortorder" : 159, "stages" : 1, "stage1" : {"title" : "Explora\u00e7\u00e3o em Andamento", "description" : "Conclua as comiss\u00f5es de explora\u00e7\u00e3o do Minist\u00e9rio dos Assuntos Civis.", "progress" : 1, "reward" : {"nam... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": {"type": "integer"}, "reward": {"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"NODE_ENV": {"type": "string"}, "DOMAIN": {"type": "string"}}, "required": ["NODE_ENV", "DOMAIN"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"NODE_ENV" : "dev", "DOMAIN" : "localhost"} | json_instruct | {"type": "object", "properties": {"NODE_ENV": {"type": "string"}, "DOMAIN": {"type": "string"}}, "required": ["NODE_ENV", "DOMAIN"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"r_time": {"type": "number"}, "quing_time": {"type": "number"}, "mc_wait_time": {"type": "number"}, "nt_service_time": {"type": "number"}, "wt_preprocess_time": {"type": "number"}, "wt_service_time": {"type": "numb... | {"r_time" : 10518883.991759816, "quing_time" : 7854346.475204865, "mc_wait_time" : 2648912.0266956734, "nt_service_time" : 1335.4084079351355, "wt_preprocess_time" : 3380.5786799793245, "wt_service_time" : 3380.5786799793245, "wt_postprocess_time" : 2648912.0266956734, "avg_q_len" : 23.95663903467896, "tps" : 3494.9142... | json_instruct | {"type": "object", "properties": {"r_time": {"type": "number"}, "quing_time": {"type": "number"}, "mc_wait_time": {"type": "number"}, "nt_service_time": {"type": "number"}, "wt_preprocess_time": {"type": "number"}, "wt_service_time": {"type": "number"}, "wt_postprocess_time": {"type": "number"}, "avg_q_len": {"type": "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "rarity": {"type": "integer"}, "baseAttack": {"type": "integer"}, "subStat": {"type": "string"}, "passiveName": {"type": "string"}, "passiveDesc": {"type": "st... | {"name" : "Compound Bow", "type" : "Bow", "rarity" : 4, "baseAttack" : 41, "subStat" : "Physical DMG Bonus", "passiveName" : "Infusion Arrow", "passiveDesc" : "Normal Attack and Aimed Shot hits increase ATK by 4/5/6/7/8% and Normal Attack SPD by 1.2/1.5/1.8/2.1/2.4% for 6s. Max 4 stacks. Can only occur once every 0.3s.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "rarity": {"type": "integer"}, "baseAttack": {"type": "integer"}, "subStat": {"type": "string"}, "passiveName": {"type": "string"}, "passiveDesc": {"type": "string"}, "location": {"type": "string"}}, "required": ["name", "type", "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "... | {"place_name" : "Eglin Afb", "state_name" : "Florida", "state_abbrv" : "FL", "lat" : "30.5393", "long" : "-86.6087"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": ... | {"coord" : {"lon" : 10.5, "lat" : 51.5}, "weather" : [{"id" : 804, "main" : "Clouds", "description" : "overcast clouds", "icon" : "04d"}], "base" : "stations", "main" : {"temp" : 7.48, "feels_like" : 4.29, "temp_min" : 6.49, "temp_max" : 8.91, "pressure" : 996, "humidity" : 58, "sea_level" : 996, "grnd_level" : 960}, "... | json_instruct | {"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[125.875, 44.583333333333336], [125.875, 44.666666666666664], [126.0, 44.666666666666664], [126.0, 44.583333333333336], [125.875, 44.583333333333336]]]}, "properties" : {"code" : 662577, "url" : "http://madefor.github.io/0410/api/v1/662577.geojson... | 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": {"article": {"type": "string"}, "options": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "answers": {"type": "array", "items": {"type": "string"}}}, "required": ["article", "option... | {"article" : "One very cold wet night, there was a knock on my front door. A young man, wet from _ to foot, explained that he had run out of petrol and had left his wife and two children behind in his car. After I had _ a can with petrol, I drove him back to his car. Once his car had started, I suggested he follow me. ... | json_instruct | {"type": "object", "properties": {"article": {"type": "string"}, "options": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "answers": {"type": "array", "items": {"type": "string"}}}, "required": ["article", "options", "answers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "preview": {"type": "string"}, "roll20userid": {"type": "string"}, "instructions": {"type": "string"}}, "required": ["html", "css", "authors", ... | {"html" : "yogsquest.html", "css" : "yogsquest.css", "authors" : "Brian Shields", "preview" : "yogsquest.jpg", "roll20userid" : "235259", "instructions" : "This character sheet relies on an external font, Badaboom. Roll20 has issues loading external fonts, as it tries to load them over an insecure connection despite be... | json_instruct | {"type": "object", "properties": {"html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "preview": {"type": "string"}, "roll20userid": {"type": "string"}, "instructions": {"type": "string"}}, "required": ["html", "css", "authors", "preview", "roll20userid", "instructions"], "$schema": "h... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"uid": {"type": "string"}, "name": {"type": "string"}, "time": {"type": "object", "properties": {"start": {"type": "integer"}, "stop": {"type": "integer"}, "duration": {"type": "integer"}}, "required"... | [{"uid" : "f48ac88df52c3c97", "name" : "test_add_group[None namedPhtykwuTiHhYYtfMcm headerhpZ44x qgsIhoN1dn7Y footerq2S7S z fPR PEifl tW]", "time" : {"start" : 1584477224071, "stop" : 1584477225781, "duration" : 1710}, "status" : "passed", "severity" : "normal"}, {"uid" : "56d686d4dfa2608a", "name" : "test_add_group[... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"uid": {"type": "string"}, "name": {"type": "string"}, "time": {"type": "object", "properties": {"start": {"type": "integer"}, "stop": {"type": "integer"}, "duration": {"type": "integer"}}, "required": ["start", "stop", "duration"]}, "status": {"type": "strin... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.