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": "object", "properties": {"error": {"type... | {"contract" : "0xf0af225fb8753146429aa996e903f3037598bc8e", "tool" : "mythril", "start" : 1563333205.6910985, "end" : 1563333216.1687076, "duration" : 10.477609157562256, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "htt... | {"viewBox" : "0 0 1920 1792", "font" : "font-awesome", "code" : "f189", "ref" : "vk", "path" : "M1917 520q23 64-150 294-24 32-65 85-40 51-55 72t-30.5 49.5q-15.5 28.5-12 42t13 34.5q9.5 21 32.5 43t57 53q4 2 5 4 141 131 191 221 3 5 6.5 12.5t7 26.5q3.5 19-.5 34t-25 27.5q-21 12.5-59 12.5l-256 4q-24 5-56-5t-52-22l-20-12q-30-... | json_instruct | {"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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#"}
| [[2006, 7], [2008, 10], [2009, 5], [2010, 7], [2011, 5], [2014, 6]] | 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": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-curl": {"type": ... | {"name" : "multicaret/laravel-unifonic", "description" : " A library to integrate with Unifonic API to send SMS", "keywords" : ["laravel", "unifonic", "sms", "2FA", "verify", "number intelligence", "tts", "api"], "require" : {"php" : ">=7.1.0", "ext-curl" : "*"}, "require-dev" : {"laravel/framework" : ">=5.3", "guzzleh... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-curl": {"type": "string"}}, "required": ["php", "ext-curl"]}, "require-dev": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ACCESS_POLICY_PERMISSIONS": {"type": "object", "properties": {"CREATE": {"type": "object", "properties": {"CREATE": {"type": "string"}, "BUTTON_CREATE": {"type": "string"}}, "required": ["CREATE", "BUTTON_CREATE"]}, ... | {"ACCESS_POLICY_PERMISSIONS" : {"CREATE" : {"CREATE" : "Create", "BUTTON_CREATE" : "Create"}, "EDIT" : {"EDITING" : "Edit", "BUTTON_EDIT" : "Update"}, "INDEX" : {"TITLE_EXTRAS" : "(permissions)", "ACTIONS" : "Actions", "CREATE" : "Create", "MANAGE" : "Manage", "BACK" : "Back", "ROLES" : "Roles", "FIELDS_TITLE" : "(fiel... | json_instruct | {"type": "object", "properties": {"ACCESS_POLICY_PERMISSIONS": {"type": "object", "properties": {"CREATE": {"type": "object", "properties": {"CREATE": {"type": "string"}, "BUTTON_CREATE": {"type": "string"}}, "required": ["CREATE", "BUTTON_CREATE"]}, "EDIT": {"type": "object", "properties": {"EDITING": {"type": "string... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "/home/rchance/.local/share/virtualenvs/TwitOff-20-hVYRSS4k/bin/python"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_c... | {"station" : [{"pref_cd" : 4, "line_cd" : 11221, "line_name" : "\u5965\u306e\u7d30\u9053\u6e6f\u3051\u3080\u308a\u30e9\u30a4\u30f3", "station_cd" : 1122104, "station_g_cd" : 1122104, "station_name" : "\u53e4\u5ddd", "lon" : 140.967876, "lat" : 38.571192}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"jssor.slider.min.js": {"type": "string"}}, "required": ["jssor.slider.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jssor.slider.min.js" : "sha256-GnXGNsO0rTMLLQsbQY25dxvh0lUN+W6QAYcpr9WxPdE="} | json_instruct | {"type": "object", "properties": {"jssor.slider.min.js": {"type": "string"}}, "required": ["jssor.slider.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "games": {"type": "object", "properties": {"nh": {"type": "object", "properties": {"sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"... | {"id" : "cute-wardrobe", "name" : "Cute Wardrobe", "games" : {"nh" : {"sellPrice" : {"currency" : "bells", "value" : 1825}, "buyPrices" : [{"currency" : "bells", "value" : 7300}]}}, "category" : "Furniture"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "games": {"type": "object", "properties": {"nh": {"type": "object", "properties": {"sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "bu... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "stri... | {"authors" : [{"author" : "Intza"}, {"author" : "Odriozola"}, {"author" : "Gartzia"}], "doi" : "", "publication_date" : "2008-10-03", "id" : "EU100079", "url" : "http://www.oeegunea.eus/biltzarrak/komunikazioak/2008-10-03/18-osasun-jardunaldiak/223", "source" : "Osasungoa Euskalduntzeko Erakundea", "source_url" : "http... | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comments": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", ... | {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "https://specifications.openehr.org/releases/ITS-JSON/latest/components/BASE/Release-1.2.0/Foundation_types/Iso8601_timezone.json", "title" : "Iso8601_timezone", "description" : "ISO8601 timezone string, in format:\n\n* `Z | \u00b1hh[mm]`\n\nwhere:\n\n* `h... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comments": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"value": {"type": "object", "properties": {"description... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["n... | {"name" : "raml2html-default-theme", "description" : "The default theme for raml2html", "version" : "2.1.0", "author" : {"name" : "Kevin Renskers", "email" : "kevin@mixedcase.nl"}, "bugs" : {"url" : "https://github.com/raml2html/default-theme/issues"}, "devDependencies" : {"glob" : "7.1.x"}, "homepage" : "https://githu... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "bugs": {"type": "object", "properties": {"url": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schem... | [{"name" : "ALYSEAH", "frequency" : 0, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "... | {"private" : true, "sideEffects" : false, "main" : "./Error.js", "module" : "./Error.esm.js", "types" : "./Error.d.ts"} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "duodenary", "definition" : "Containing twelve; twelvefold; increasing by twelves; duodecimal."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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": {"t_start": {"type": "number"}, "t_end": {"type": "number"}, "text": {"type": "string"}}, "required": ["t_start", "t_end", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"t_start" : 0.0, "t_end" : 6.0, "text" : "So, jetzt hast du gesehen, wie das funktioniert"}, {"t_start" : 6.1, "t_end" : 10.1, "text" : "Es geht um den kleinsten Teil des Musters, bei dem das Muster sich wiederholt."}, {"t_start" : 10.1, "t_end" : 13.1, "text" : "Jetzt bist du dran!"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"t_start": {"type": "number"}, "t_end": {"type": "number"}, "text": {"type": "string"}}, "required": ["t_start", "t_end", "text"]}, "$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": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "s... | [{"namaKab" : "YALIMO", "originalFilename" : "ONIUS ENDAMA.JPG", "namaPartai" : "Partai Golongan Karya", "id" : 271184, "noUrut" : 1, "nama" : "ONIUS ENDAMA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "YALIMO", "originalFilename" : "JISKA YULAHAP.JPG", "namaPartai" : "Partai Golongan Karya", "id" : 279153, "noU... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "incend", "definition" : "To inflame; to excite. [Obs.] Marston."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"bodymovin.js": {"type": "string"}, "bodymovin_light.js": {"type": "string"}}, "required": ["bodymovin.js", "bodymovin_light.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bodymovin.js" : "sha512-jFgyfPsQvSSvCjQk8C5FWnTK/o2NV2hHGjXqeftU/1llGReI4pqP3pnEvQ9epEfs/3dj3xW0GttLybv0OWr8ww==", "bodymovin_light.js" : "sha512-DfyKtCeFjQ8b2IZgyUKlfVXs/Bm2dmLeCekIbF2KCHoPBOc+sVH5tNziMTFZ52+GPsi4maLYImyT+6osr0oOyg=="} | json_instruct | {"type": "object", "properties": {"bodymovin.js": {"type": "string"}, "bodymovin_light.js": {"type": "string"}}, "required": ["bodymovin.js", "bodymovin_light.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["Spyder"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "San Jose, Quezon, Bukidnon, Northern Mindanao (Region X), PH", "locale" : "ph.northern-mindanao-region-x.bukidnon.quezon.san-jose", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "14", "regi... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type... | {"name" : "dredis", "version" : "2.1.0", "description" : "Connect Redis and extend the client with convenient JSON functions", "license" : "MIT", "homepage" : "http://github.com/dnode/dredis", "author" : {"name" : "Sharaal", "email" : "developer@dragonprojects.de", "url" : "http://dragonprojects.de"}, "repository" : {"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}, "time_zone": {"t... | {"users" : [{"user" : {"id" : "527d2a1ffedcb8b73b000028", "name" : "First Last", "email" : "demo@demo.com", "time_zone" : "Pacific Time (US & Canada)", "native_currency" : "USD", "buy_level" : 2, "sell_level" : 2, "balance" : {"amount" : "7.10770000", "currency" : "BTC"}, "merchant" : {"company_name" : "XChange Demo", ... | json_instruct | {"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}, "time_zone": {"type": "string"}, "native_currency": {"type": "string"}, "buy_level": {"type... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"python.analysis.extraPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["python.analysis.extraPaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.analysis.extraPaths" : ["./.serverless/requirements"]} | json_instruct | {"type": "object", "properties": {"python.analysis.extraPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["python.analysis.extraPaths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "asterion", "definition" : "The point on the side of the skull where the lambdoid, parieto- mastoid and occipito-mastoid sutures."} | 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": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties":... | {"id" : "95775", "name" : {"en" : "Maitland Visitors Centre / Lorn"}, "country" : "AU", "region" : "NSW", "identifiers" : {"wmo" : "95775", "ghcn" : "ASN00061388"}, "location" : {"latitude" : -32.7428, "longitude" : 151.5683, "elevation" : 5}, "timezone" : "Australia/Sydney"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}}, "req... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"bar": {"type": "string"}}, "required": ["bar"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bar" : "b.json"} | json_instruct | {"type": "object", "properties": {"bar": {"type": "string"}}, "required": ["bar"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "str... | {"id" : 27766, "title" : ["[Faire of the North, Ice Floe]"], "description" : ["The footpath ends abruptly at the shore of a shallow lake, an immense, jagged ice floe covering most of its surface and seizing any ambient light in the area. Several large blocks of ice coated in frozen crystalline specks have been arrange... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"27765"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "w": {"type": "integer"}, "h": {"type": "integer"}, "i": {"type": "string"}}, "required": ["x", "y", "w", "h", "i"]}, "$schema": "http:/... | [{"x" : 0, "y" : 8, "w" : 4, "h" : 8, "i" : "0"}, {"x" : 4, "y" : 8, "w" : 4, "h" : 8, "i" : "1"}, {"x" : 8, "y" : 8, "w" : 2, "h" : 8, "i" : "2"}, {"x" : 10, "y" : 8, "w" : 2, "h" : 8, "i" : "3"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "w": {"type": "integer"}, "h": {"type": "integer"}, "i": {"type": "string"}}, "required": ["x", "y", "w", "h", "i"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "b... | {"n_dim" : 34, "n_trials" : 340, "objective" : "markowitz_realized_on_cube", "white" : "bobyqa_default", "black" : "hyperopt_rand", "traceback" : ["passing", "passing"], "best_val" : [-0.09730459701046276, 8.147610410340192], "best_x" : [[0.66726492238813, 0.28121428475469523, 0.03215605463892526, 0.014011196236550177,... | 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": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": ... | {"time_fct_id" : 36, "time_fct" : "time_61305", "affiliate_fct_id" : 8726, "affiliate_fct" : "Biblioth\u00e8que Nationale (Paris)", "affiliate_fct_occurrence" : 51, "affiliates" : [{"affiliate_fct_id" : 8726, "affiliate_fct" : "Biblioth\u00e8que Nationale (Paris)", "affiliate_fct_occurrence" : 51}, {"affiliate_fct_id" ... | json_instruct | {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_i... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id_5958": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"typ... | {"id_5958" : {"title" : "Feast of St. Friend", "language" : "English", "totaltime" : "1:30:01", "url_librivox" : "http://librivox.org/the-feast-of-st-friend-by-arnold-bennett/", "url_iarchive" : "http://www.archive.org/details/feastofstfriend_rg_librivox", "readers" : ["2607"], "authors" : "263", "genres" : "*Non-ficti... | json_instruct | {"type": "object", "properties": {"id_5958": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"2021-01-10T00:00:00Z": {"type": "number"}, "2021-01-10T18:48:12Z-001880b": {"type": "number"}, "2021-01-11T10:47:10Z-f1fc308": {"type": "number"}, "2021-01-11T20:13:13Z-8fa4273": {"type": "number"}, "2021-01-11T20:13:59Z-9b85e... | {"2021-01-10T00:00:00Z" : 0.0845, "2021-01-10T18:48:12Z-001880b" : 0.0278, "2021-01-11T10:47:10Z-f1fc308" : 0.0558, "2021-01-11T20:13:13Z-8fa4273" : 0.0019, "2021-01-11T20:13:59Z-9b85efa" : 0.5603, "2021-01-12T13:35:56Z-2dbd7cd" : 0.0761, "2021-01-12T19:14:32Z-4e1caf2" : 0.1937} | json_instruct | {"type": "object", "properties": {"2021-01-10T00:00:00Z": {"type": "number"}, "2021-01-10T18:48:12Z-001880b": {"type": "number"}, "2021-01-11T10:47:10Z-f1fc308": {"type": "number"}, "2021-01-11T20:13:13Z-8fa4273": {"type": "number"}, "2021-01-11T20:13:59Z-9b85efa": {"type": "number"}, "2021-01-12T13:35:56Z-2dbd7cd": {"... |
Construct a JSON document that adheres to this schema specification:
{"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" : 9007200895970175000, "key" : "/static/ca7b373bea1953378fab1d3febee2819/d263a/ia-league.png", "val" : "135f92911ae3c63241c1033b35d03054"} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {}}, "... | {"ast" : null, "code" : "import * as base64 from \"base64-js\";\nexport function encode(data) {\n return base64.fromByteArray(data);\n}\nexport function decode(data) {\n return Buffer.from(base64.toByteArray(data));\n}", "map" : {"version" : 3, "sources" : ["../../../../src/utils/bytes/base64.ts"], "names" : [], "map... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {}}, "mappings": {"type": "string"}, "sourceRoot": {"type": "stri... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "5dd964210e3de38184affdc3e84e85b9bb6e415c"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date... | {"id" : 8909, "citation_title" : "On the Timeliness of Tax Reform", "citation_author" : ["James R. Hines Jr."], "citation_publication_date" : "2002-04-25", "issue_date" : "2002-04-25", "revision_date" : "None", "topics" : ["Public Economics", "Taxation"], "program" : ["Public Economics"], "projects" : null, "working_gr... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"authors": {"type": "array", "items": {}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"... | {"authors" : [], "doi" : "", "publication_date" : "2014-MM-DD", "id" : "IT103171", "url" : "https://scuole-specializzazione.miur.it/public/documenti/master_1_12.pdf", "source" : "Miur", "source_url" : "https://www.miur.gov.it", "licence" : "CC-BY", "language" : "it", "type" : "other", "description" : "General Medicine ... | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http... | {"version" : "english_NIV", "book" : "Isaiah", "chapter" : 49, "verse" : 22, "word" : "This is what the Sovereign LORD says: \u201cSee, I will beckon to the nations, I will lift up my banner to the peoples; they will bring your sons in their arms and carry your daughters on their hips."} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit... | {"derivation" : "a primitive root;", "pron" : "law-ag'", "outline" : "<ol><li> to mock, deride, ridicule<ol><li> (Qal) to mock, deride, have in derision</li><li> (Niphal) to stammer</li><li> (Hiphil) to mock, deride</li></ol></li></ol>", "kjv_def" : "have in derision, laugh (to scorn), mock (on), stammering.", "lemma" ... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": ... | {"categories" : ["Hacking", "Linux", "Manual", "Operating Systems", "Sysadmin", "Testing", "Web Development"], "desc" : "\n", "details" : {"authors" : "Gilberto Najera-Gutierrez", "format" : "pdf", "isbn-10" : "178439291X", "isbn-13" : "978-1784392918", "pages" : "296 pages", "publication date" : "February 29, 2016", "... | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3523090", "regency_id" : "3523", "name" : "PLUMPANG"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"CacheContainer": {"type": "object", "properties": {"CacheType": {"type": "string"}, "CachedOn": {"type": "string"}, "ExpiresOn": {"type": "string"}, "Version": {"type": "string"}}, "required": ["CacheType", "Ca... | {"CacheContainer" : {"CacheType" : "WIKIPEDIANHL1969ALLSTARSUPPLEMENT", "CachedOn" : "2021-12-14T15:33:06", "ExpiresOn" : "2022-12-14T15:33:06", "Version" : "0"}, "Items" : [{"1" : {"awayTeam" : "East", "caption" : "23rd NHL All-Star Game", "date" : "1970-01-20", "description" : "The 23rd National Hockey League All-Sta... | json_instruct | {"type": "object", "properties": {"CacheContainer": {"type": "object", "properties": {"CacheType": {"type": "string"}, "CachedOn": {"type": "string"}, "ExpiresOn": {"type": "string"}, "Version": {"type": "string"}}, "required": ["CacheType", "CachedOn", "ExpiresOn", "Version"]}, "Items": {"type": "array", "items": {"ty... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-st... | {"versions" : [{"git-tree" : "17aa69195415335b2b7ef28ebf3dda04d9fa99a0", "version-string" : "2.2.1", "port-version" : 2}, {"git-tree" : "c8862c936b4626046e8ad176e6c4ccb98a7fe9d2", "version-string" : "2.2.1-1", "port-version" : 0}, {"git-tree" : "22df5f4512083bb8362c953414a9eeddffdd2b0d", "version-string" : "2.2.1", "po... | json_instruct | {"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-string", "port-version"]}}}, "required": ["versions"], "$schema": "http... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"appid": {"type": "string"}, "common": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "gameid": {"type": "string"}}, "required": ["name", "type", "gameid"]}, "extended": {"t... | {"appid" : "44720", "common" : {"name" : "RACE 07 Dedicated Server Beta", "type" : "Tool", "gameid" : "44720"}, "extended" : {"developer" : "SimBin", "gamedir" : "RACE07DSBeta", "homepage" : "http://www.simbin.se", "icon" : "", "loadallbeforelaunch" : "1", "noservers" : "1", "order" : "1", "primarycache" : "44701", "se... | json_instruct | {"type": "object", "properties": {"appid": {"type": "string"}, "common": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "gameid": {"type": "string"}}, "required": ["name", "type", "gameid"]}, "extended": {"type": "object", "properties": {"developer": {"type": "string"}, "gamed... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cone_density": {"type": "string"}, "characteristics": {"type": "string"}, "farnesene_oil": {"type": "string"}, "do_you_sell_this_hop": {"type": "string"}, "total_oil_composition": {"type": "string"}, "caryophyllene... | {"cone_density" : "Compact", "characteristics" : "", "farnesene_oil" : "0%-1%", "do_you_sell_this_hop" : "", "total_oil_composition" : "1.6-2.6 mL/100g", "caryophyllene_oil" : "0%-1%", "beta_acid_composition" : "5%-5.5%", "susceptible_to" : "Susceptible to downy mildew", "yield_amount" : "1350-1800 kg/hectare (1200-161... | json_instruct | {"type": "object", "properties": {"cone_density": {"type": "string"}, "characteristics": {"type": "string"}, "farnesene_oil": {"type": "string"}, "do_you_sell_this_hop": {"type": "string"}, "total_oil_composition": {"type": "string"}, "caryophyllene_oil": {"type": "string"}, "beta_acid_composition": {"type": "string"},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "... | {"name" : "dile-smooth-scroll", "version" : "1.1.1", "description" : "Webcomponent dile-smooth-scroll smooth scroll component", "author" : "dile-scroll", "homepage" : "https://github.com/Polydile/dile-smooth-scroll.git", "license" : "MIT", "repository" : "https://github.com/Polydile/dile-smooth-scroll.git", "scripts" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId"... | {"id" : "2004", "provinceId" : "73", "regencyId" : "17", "districtId" : "22", "name" : "Uraso"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"molecules": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "integer"}, "formula": {"type": "string"}}, "required": ["amount", "formula"]}}, "replace": {"type": "boolean"}}, "required": ["molecu... | {"molecules" : [{"amount" : 9, "formula" : "h2o1"}], "replace" : false} | json_instruct | {"type": "object", "properties": {"molecules": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "integer"}, "formula": {"type": "string"}}, "required": ["amount", "formula"]}}, "replace": {"type": "boolean"}}, "required": ["molecules", "replace"], "$schema": "http://json-schema.org/draft-... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"signing": {"type": "object", "properties": {"default": {"type": "object", "properties": {"expiry": {"type": "string"}}, "required": ["expiry"]}, "profiles": {"type": "object", "properties": {"ca_profile": {"type": "object", "p... | {"signing" : {"default" : {"expiry" : "8760h"}, "profiles" : {"ca_profile" : {"usages" : ["signing", "key encipherment", "cert sign", "crl sign"], "ca_constraint" : {"is_ca" : true}, "expiry" : "8760h"}, "server_profile" : {"expiry" : "8760h", "usages" : ["signing", "key encipherment", "server auth"]}, "client_profile"... | json_instruct | {"type": "object", "properties": {"signing": {"type": "object", "properties": {"default": {"type": "object", "properties": {"expiry": {"type": "string"}}, "required": ["expiry"]}, "profiles": {"type": "object", "properties": {"ca_profile": {"type": "object", "properties": {"usages": {"type": "array", "items": {"type": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"match": {"type": "object", "properties": {"*.md": {"type": "object", "properties": {"convert-equal-to-strict-equal": {"type": "string"}}, "required": ["convert-equal-to-strict-equal"]}}, "required": ["*.md"]}}, "required": ... | {"match" : {"*.md" : {"convert-equal-to-strict-equal" : "off"}}} | json_instruct | {"type": "object", "properties": {"match": {"type": "object", "properties": {"*.md": {"type": "object", "properties": {"convert-equal-to-strict-equal": {"type": "string"}}, "required": ["convert-equal-to-strict-equal"]}}, "required": ["*.md"]}}, "required": ["match"], "$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#"}
| ["homebridge-huesensors", "huejay-cli"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"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" : [[[148.875, 44.333333333333336], [148.875, 44.416666666666664], [149.0, 44.416666666666664], [149.0, 44.333333333333336], [148.875, 44.333333333333336]]]}, "properties" : {"code" : 664847, "url" : "http://madefor.github.io/0410/api/v1/664847.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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls... | {"nom" : "Epinay-sur-Seine", "circ" : "1\u00e8re circonscription", "dpt" : "Seine-Saint-Denis", "inscrits" : 25684, "abs" : 17387, "votants" : 8297, "blancs" : 117, "nuls" : 77, "exp" : 8103, "res" : [{"nuance" : "REM", "nom" : "M. S\u00e9bastien M\u00c9NARD", "voix" : 2699}, {"nuance" : "LR", "nom" : "Mme Marina VENTU... | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"workbench.colorTheme": {"type": "string"}, "vsintellicode.modify.editor.suggestSelection": {"type": "string"}, "git.enableSmartCommit": {"type": "boolean"}, "typescript.updateImportsOnFileMove.enabled": {"type": "st... | {"workbench.colorTheme" : "Winter is Coming (Dark Blue)", "vsintellicode.modify.editor.suggestSelection" : "automaticallyOverrodeDefaultValue", "git.enableSmartCommit" : true, "typescript.updateImportsOnFileMove.enabled" : "always", "editor.formatOnSave" : true, "editor.suggestSelection" : "first", "html.format.endWith... | json_instruct | {"type": "object", "properties": {"workbench.colorTheme": {"type": "string"}, "vsintellicode.modify.editor.suggestSelection": {"type": "string"}, "git.enableSmartCommit": {"type": "boolean"}, "typescript.updateImportsOnFileMove.enabled": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}, "editor.suggestSel... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string... | {"name" : "@flxng/circle-timer", "version" : "1.1.5", "description" : "Circle Timer (countdown) component for Angular.", "author" : "seidme", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/seidme/flxng"}, "homepage" : "", "keywords" : ["angular", "javascript", "typescript", "circle timer... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "proper... | {"type" : "MultiPolygon", "coordinates" : [[[[-88.388207, 39.161396], [-88.388047, 39.165897], [-88.383856, 39.165863], [-88.383689, 39.165897], [-88.382639, 39.166461], [-88.382436, 39.165996], [-88.38227, 39.166074], [-88.381416, 39.166375], [-88.381904, 39.167269], [-88.380973, 39.167898], [-88.382938, 39.168353], [... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "st... | {"contract" : "0x16eb217efd7c4aa797c4a0604b2487bdd78b4b27", "tool" : "securify", "start" : 1563614283.6447625, "end" : 1563614287.6975448, "duration" : 4.052782297134399, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.or... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"},... | [{"results" : [{"tech" : 2, "pts" : 3140, "connections" : 211387, "capacity" : 3395591, "investments" : 4661049}, {"tech" : 1, "pts" : 143, "connections" : 31121, "capacity" : 264071, "investments" : 6469142}, {"tech" : 4, "pts" : 9, "connections" : 11943, "capacity" : 191784, "investments" : 949519}, {"tech" : 3, "pts... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": ... | {"name" : "fondy-icons", "title" : "Fondy Icons Pack", "description" : "Fondy payment methods icons", "version" : "1.0.1", "homepage" : "https://fondy.eu", "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/cloudipsp/icons.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "a... | {"type" : "Feature", "id" : "node/2749873603", "properties" : {"addr:city" : "Soest", "addr:housenumber" : "125", "addr:postcode" : "3768HE", "addr:street" : "Birkstraat", "name" : "'Het Derde Erf", "shop" : "farm", "source" : "BAG", "source:date" : "2014-03-24", "id" : "node/2749873603"}, "geometry" : {"type" : "Point... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "name": {"type": "string"}, "shop": {"t... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "$collection": {"type": "string"}}, "required": ["name", "uuid", "description", "$collection"], "$schema": "http://json-... | {"name" : "TPLink.EAP", "uuid" : "3045776c-6431-4bbb-a0cd-e5f27402c818", "description" : "EAP Wireless MU-MIMO Gigabit Indoor/Outdoor Access Point", "$collection" : "sa.profiles"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "$collection": {"type": "string"}}, "required": ["name", "uuid", "description", "$collection"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test... | {"name" : "sitemakr-authoring", "version" : "0.1.0", "description" : "Development-time indexing functions for SiteMakr", "main" : "dist/index.js", "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "https://github.com/philiplopez/sitemakr-authoring.git"}, "keywords" : ["static", "site", "generator"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "req... | {"name" : "savvior", "assets" : [{"files" : ["savvior.js", "savvior.min.js", "savvior.standalone.js", "savvior.standalone.min.js"], "version" : "0.1.0", "mainfile" : "savvior.min.js"}, {"files" : ["savvior.js", "savvior.min.js", "savvior.standalone.js", "savvior.standalone.min.js"], "version" : "0.1.1", "mainfile" : "s... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "intege... | {"IsRecentlyVerified" : false, "ID" : 153194, "UUID" : "8C186282-2D30-4212-96B7-AB86018A734A", "DataProviderID" : 28, "DataProvidersReference" : "FR*S89*P89191*A", "UsageTypeID" : 5, "AddressInfo" : {"ID" : 153547, "Title" : "GLAND_Grande Rue", "AddressLine1" : "Grande Rue 89740 GLAND", "CountryID" : 80, "Latitude" : 4... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "in... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {... | [{"liveId" : "5a2ca0a10cf2f6978bd5d422", "title" : "\u902f\u82b3\u7af9\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u6765\u5440\u6765\u5440", "picPath" : "/mediasource/live/15057415657342z96sgAA9e.jpg", "startTime" : 1512874145789, "memberId" : 530387, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivati... | {"derivation" : "from G1537 (\u1f10\u03be\u03ce\u03b8\u03c9) and (to push);", "kjv_def" : "drive out, thrust in", "lemma" : "\u1f10\u03be\u03ce\u03b8\u03c9", "frequency" : 2, "strongs_def" : " to expel; by implication, to propel", "outline" : "<ol><li> to thrust out</li><li> expel from one's abode</li><li> to propel, d... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$sc... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "ic3:block/tin_ore"} | 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": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schem... | {"id" : "http://data.doremus.org/performance/d806b50b-66f9-37be-9353-da401694d325", "expression" : [{"id" : "http://data.doremus.org/expression/941c07b6-e772-3a21-a088-1daa0b8d0927"}, {"id" : "http://data.doremus.org/expression/2850ba2e-317c-309a-af15-0d268b76834c"}, {"id" : "http://data.doremus.org/expression/1821fba5... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object",... | {"id" : "ae8f9eb0-ada0-42f1-a72b-5debecd7c9bf", "version_id" : "b3b26b8b-142f-510a-903d-42865ec04c19", "version" : 1, "created_at" : "2018-08-14T00:28:26.969Z", "modified_at" : "2018-08-14T00:28:26.969Z", "type" : "vessel", "body" : {"name" : "SHADOW", "mmsi" : "244670385", "imo" : "0", "eni" : "2008430", "callsign" : ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object", "properties": {"name": {"type": "string"}, "mmsi": {"type": "string"},... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"libphonenumber-js.min.js": {"type": "string"}}, "required": ["libphonenumber-js.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"libphonenumber-js.min.js" : "sha256-OxJPzoEGZTNZVJrMGbMZaEGLq2ZHNTgGkBRUbGjy0bs="} | json_instruct | {"type": "object", "properties": {"libphonenumber-js.min.js": {"type": "string"}}, "required": ["libphonenumber-js.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type... | {"name" : "wordpress-plugin-generator", "version" : "0.0.1", "description" : "Generate code for Wordpress plugin.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "lint" : "eslint --fix ."}, "repository" : {"type" : "git", "url" : "git+https://github.com/hayabusa-systems/wordp... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "lint"]}, "repository": {"type": "object"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"craftystates_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variants": {"type": "object", "properties": {"inventory": {"type": "array", "items... | {"craftystates_marker" : 1, "defaults" : {"model" : "cube_all"}, "variants" : {"inventory" : [{}], "matcher" : {"variant" : ["copper", "tin", "zinc", "nickel", "steel", "bronze", "brass", "lead", "cast_iron"], "values" : {"texture#all" : "ros:blocks/block_#variant"}}}} | json_instruct | {"type": "object", "properties": {"craftystates_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variants": {"type": "object", "properties": {"inventory": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"description": {"type": "string"}, "data": {"type": "object", "properties": {"url... | {"config" : {"step" : {"user" : {"description" : "Input IP address with port and access token of Z-Way server. To get the token go to the Z-Way user interface Smart Home UI > Menu > Settings > Users > Administrator > API token.\n\nExample of connecting to Z-Way in the local network:\nURL: {local_url}\nToken: {local_tok... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"description": {"type": "string"}, "data": {"type": "object", "properties": {"url": {"type": "string"}, "token": {"type": "string"}}, "required": ["url", "tok... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"latency": {"type": "array", "items": {"type": "number"}}}, "required": ["latency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latency" : [0.000654107, 0.001314807, 0.002367253, 0.002194245, 0.002301079, 0.002343833, 0.000340243, 0.001208139, 0.002008245, 0.000364142, 0.00214291, 0.002201714, 0.0023094030000000002, 0.0010645090000000002, 0.0023006660000000003, 0.0022691490000000003, 0.002208026, 0.002235955]} | json_instruct | {"type": "object", "properties": {"latency": {"type": "array", "items": {"type": "number"}}}, "required": ["latency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["04:41:48", "04:21:27", "08:43:35", "03:14:17", "14:38:55", "12:53:41", "13:03:16", "06:46:36", "08:42:27"]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/d/dc/Pale_Viciousness.png/revision/latest?cb=20210808152953", "sha1" : "dcdd203b5345e1aecc75673176564b1c6f7e6fdd"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"internalId": {"type": "string"}, "name": {"type": "string"}}, "required": ["internalId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"internalId" : "passedMethod1[0]", "name" : "passedMethod1[0]"}, {"internalId" : "passedMethod2[0]", "name" : "passedMethod2[0]"}, {"internalId" : "passedMethod3[0]", "name" : "passedMethod3[0]"}, {"internalId" : "failedWithError", "name" : "failedWithError"}, {"internalId" : "failedMethod2[0]", "name" : "failedMetho... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"internalId": {"type": "string"}, "name": {"type": "string"}}, "required": ["internalId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "null"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10": {"type": ... | {"key" : "/books/OL3175617M", "title" : "Stanislaw Lem", "subtitle" : null, "publishers" : ["F. Ungar Pub. Co."], "authors" : ["Richard E. Ziegfeld"], "isbn_10" : "0804429944", "isbn_13" : null, "publish_date" : "1985", "subjects" : ["Lem, Stanis\u0142aw.", "Authors, Polish -- 20th century -- Biography."]} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "null"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10": {"type": "string"}, "isbn_13": {"type": "null"}, "publish_date": {"t... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "body": {"type": "object", "properties": {}, "required": []}, "implementations": {"type": "object", "properti... | {"slug" : "278", "name" : "278", "categories" : ["leetcode"], "body" : {}, "implementations" : {"c" : {"dir" : "leetcode\\src\\278.c", "url" : "https://github.com/TheAlgorithms/c/tree/master/leetcode\\src\\278.c", "code" : "<span class=\"hljs-comment\">// Forward declaration of isBadVersion API.</span>\r\n<span class=\... | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "body": {"type": "object", "properties": {}, "required": []}, "implementations": {"type": "object", "properties": {"c": {"type": "object", "properties": {"dir": {"type"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"classifiers": {"type": "array", "items": {"type": "string"}}, "description_content_type": {"type": "string"}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"conta... | {"classifiers" : ["Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python... | json_instruct | {"type": "object", "properties": {"classifiers": {"type": "array", "items": {"type": "string"}}, "description_content_type": {"type": "string"}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"e... |
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"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type... | {"name" : "d3", "version" : "1.0.0", "description" : "learning d3 source code", "main" : "index.js", "license" : "MIT", "dependencies" : {"d3" : "^6.6.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}}, "required": ["d3"]}}, "required": ["name", "version", "d... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http:/... | {"assessment" : [{"name" : "Lecture based Quiz using Keepad questions", "weight" : 10}, {"name" : "Oral Presentation", "weight" : 20}, {"name" : "Information Booklet", "weight" : 10}, {"name" : "Theory Exam", "weight" : 60}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"data_path": {"type": "string"}, "outf": {"type": "string"}, "load_vocab": {"type": "string"}, "vocab_size": {"type": "integer"}, "maxlen": {"type": "integer"}, "lowercase": {"type": "boolean"}, "emsize": {"type... | {"data_path" : "./data/", "outf" : "arae_run_3", "load_vocab" : "", "vocab_size" : 50000, "maxlen" : 25, "lowercase" : true, "emsize" : 128, "nhidden" : 128, "nlayers" : 1, "noise_r" : 0.1, "noise_anneal" : 0.9995, "hidden_init" : false, "arch_g" : "128-128", "arch_d" : "128-128", "arch_classify" : "128-128", "z_size" ... | json_instruct | {"type": "object", "properties": {"data_path": {"type": "string"}, "outf": {"type": "string"}, "load_vocab": {"type": "string"}, "vocab_size": {"type": "integer"}, "maxlen": {"type": "integer"}, "lowercase": {"type": "boolean"}, "emsize": {"type": "integer"}, "nhidden": {"type": "integer"}, "nlayers": {"type": "integer... |
Following the schema specification below, generate a valid JSON instance:
{"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" : "BeamNG", "author" : "kriticalfiz", "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop... | {"hash" : "0x36e815f7c958bff26123d7179196aca6896a9b9b17fdea4bc95149617a545078", "parentHash" : "0xcdc50698955eb673745747e8baec7d32c0c12edef871182aa6d619b355ee0bd4", "number" : 54835, "timestamp" : 1439060851, "nonce" : "0x4fe3c3e7e20ecd4b", "difficulty" : 1609354557679, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "packages": {"type": "object", "properties": {"": {"type": "object", "properties":... | {"name" : "Magic-Mirror-Module-GoogleMaps-Tracking", "version" : "2.1.0", "lockfileVersion" : 2, "requires" : true, "packages" : {"" : {"name" : "Magic-Mirror-Module-GoogleMaps-Tracking", "version" : "2.1.0", "license" : "MIT", "dependencies" : {"@googlemaps/markerwithlabel" : "latest"}}, "node_modules/@googlemaps/mark... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "packages": {"type": "object", "properties": {"": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"state": {"type": "object", "properties": {"tuya__status": {"type": "object", "properties": {"cooling": {"type": "string"}, "heating": {"type": "string"}, "heating_temp": {"type": "string"}}, "required": ["cooling", "heating", ... | {"state" : {"tuya__status" : {"cooling" : "\u041e\u0445\u043b\u0430\u0436\u0434\u0430\u043d\u0435", "heating" : "\u041e\u0442\u043e\u043f\u043b\u0435\u043d\u0438\u0435", "heating_temp" : "\u0422\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430 \u043d\u0430 \u043e\u0442\u043e\u043f\u043b\u0435\u043d\u0438\u04... | json_instruct | {"type": "object", "properties": {"state": {"type": "object", "properties": {"tuya__status": {"type": "object", "properties": {"cooling": {"type": "string"}, "heating": {"type": "string"}, "heating_temp": {"type": "string"}}, "required": ["cooling", "heating", "heating_temp"]}}, "required": ["tuya__status"]}}, "require... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$sche... | {"width" : 0.20299324, "rotation" : 0.995481, "xCenter" : 0.13982555, "yCenter" : 0.49853227, "height" : 0.3608769} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}... | {"contract" : "0x25ae40c6ba9afef83a9843cb3296603a14b8f1ef", "tool" : "manticore", "start" : 1563851791.7647464, "end" : 1563853595.1157968, "duration" : 1803.351050376892, "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": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/gray_shipping_container_vertical_slab_4"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string... | {"name" : "buckets", "assets" : [{"files" : ["buckets-minified.js", "buckets.js"], "version" : "1.0", "mainfile" : "buckets.min.js"}, {"files" : ["buckets-minified.js", "buckets.js"], "version" : "1.5", "mainfile" : "buckets.min.js"}, {"files" : ["buckets-minified.js", "buckets.js"], "version" : "1.8", "mainfile" : "bu... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"1": {"type": "object", "properties": {"fn": {"type": "string"}, "sn": {"type": "string"}, "id": {"type": "string"}, "portType": {"type": "string"}, "portsCount": {"type": "integer"}}, "required": ["fn", "sn", "... | {"1" : {"fn" : "Ethernet RJ45 24 port\u016f", "sn" : "ETH 24", "id" : "eth24", "portType" : "rj45", "portsCount" : 24}, "2" : {"fn" : "Optika 24 SC port\u016f", "sn" : "Optika 24 SC", "id" : "fo24", "portType" : "fo", "portsCount" : 24}, "3" : {"fn" : "Optika 12 x 2 = 24 SC port\u016f", "sn" : "Optika 12 x 2", "id" : "... | json_instruct | {"type": "object", "properties": {"1": {"type": "object", "properties": {"fn": {"type": "string"}, "sn": {"type": "string"}, "id": {"type": "string"}, "portType": {"type": "string"}, "portsCount": {"type": "integer"}}, "required": ["fn", "sn", "id", "portType", "portsCount"]}, "2": {"type": "object", "properties": {"fn... |
Create a JSON structure that matches this 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/draft-07/schema#"}... | [{"package" : "r-mlgt", "downloads" : 3800, "count" : 3718}] | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MVC\\": {"type": "string"}}, "required": ["MVC\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"... | {"autoload" : {"psr-4" : {"MVC\\" : "app/"}}, "require" : {"dcblogdev/pdo-wrapper" : "^2.0", "wixel/gump" : "^1.11"}} | json_instruct | {"type": "object", "properties": {"autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MVC\\": {"type": "string"}}, "required": ["MVC\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"dcblogdev/pdo-wrapper": {"type": "string"}, "wixel/gump": {"type": "stri... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"activeColor:": {"type": "string"}, "animation:": {"type": "string"}, "arrowSize:": {"type": "string... | {"class" : {}, "instance" : {"activeColor:" : "MarianoMartinezPeck 12/31/2013 12:57", "animation:" : "MarianoMartinezPeck 12/31/2013 12:57", "arrowSize:" : "MarianoMartinezPeck 12/31/2013 12:57", "inactiveColor:" : "MarianoMartinezPeck 12/31/2013 12:57", "style:" : "MarianoMartinezPeck 12/31/2013 12:57"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"activeColor:": {"type": "string"}, "animation:": {"type": "string"}, "arrowSize:": {"type": "string"}, "inactiveColor:": {"type": "string"}, "style:": {"type": "string"}}, "req... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "propert... | {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "S\u00c3O BENEDITO DO SUL", "Description" : "S\u00c3O BENEDITO DO SUL / PE"}, "geometry" : {"type" : "LineString", "coordinates" : [[-35.861058... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "ob... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "name", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"code" : "RW-01", "name" : "Ville de Kigali", "type" : "Town council"}, {"code" : "RW-02", "name" : "Est", "type" : "Province"}, {"code" : "RW-03", "name" : "Nord", "type" : "Province"}, {"code" : "RW-04", "name" : "Ouest", "type" : "Province"}, {"code" : "RW-05", "name" : "Sud", "type" : "Province"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "name", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "strin... | {"IsRecentlyVerified" : false, "ID" : 87725, "UUID" : "509785F2-59E6-4396-9C9D-C241C89E1316", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "29530", "UsageTypeID" : 4, "AddressInfo" : {"ID" : 88071, "Title" : "Hampton Inn Amesbury", "AddressLine1" : "284 Elm St", "Town" : "Amesbury", "StateOrProvince"... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "p... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"jquery.quicksearch.js": {"type": "string"}, "jquery.quicksearch.min.js": {"type": "string"}}, "required": ["jquery.quicksearch.js", "jquery.quicksearch.min.js"], "$schema": "http://json-schema.org/draft-07/sche... | {"jquery.quicksearch.js" : "sha512-0XWbvaeJABS+OOfCg4szWeBY1yArvEYcXNPhMVIglcHXAJB4nKaiM8fM/iQ73oUJ3TQEFcEpayRWmTkye3kTCw==", "jquery.quicksearch.min.js" : "sha512-XhjdeJgmWROCBITqTcpzFIChkMwQvzr1eQjrZUBPsLRPA+GHXaPM/scNVo6Ed5Sw91a2a9fh0H/r+K5ulUuCLA=="} | json_instruct | {"type": "object", "properties": {"jquery.quicksearch.js": {"type": "string"}, "jquery.quicksearch.min.js": {"type": "string"}}, "required": ["jquery.quicksearch.js", "jquery.quicksearch.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.