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": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "... | {"contract" : "0x47eb39c6d48bca0883b89e2c089e0718a6fdb555", "tool" : "osiris", "start" : 1564617413.0776126, "end" : 1564617415.8116837, "duration" : 2.7340710163116455, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "... | {"schema_version" : "1.2.0", "id" : "GHSA-9w47-mpg6-v2mg", "modified" : "2022-05-01T23:47:47Z", "published" : "2022-05-01T23:47:47Z", "aliases" : ["CVE-2008-2210"], "details" : "Multiple cross-site scripting (XSS) vulnerabilities in Maian Support 1.3 allow remote attackers to inject arbitrary web script or HTML via the... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": ... | {"AB" : ["ec", "ed", "gb", "ce", "de", "df", "dg", "cg", "bg", "ah", "bi", "cc", "eb"], "AW" : ["ag", "af", "bf", "cf", "be", "bd", "cd", "dc", "db"], "SZ" : "19", "C" : "Black to play", "SOL" : [["B", "cb", "", ""]]} | json_instruct | {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"],... |
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"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"ty... | {"title" : "Event Digest: A Holistic View on Past Events.", "fields" : ["diversification", "redundancy", "inference", "linear programming", "rouge"], "abstract" : "For a general user, easy access to vast amounts of online information available on past events has made retrospection much harder. We propose a problem of a... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["title", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Basics", "subtitle" : "Basic Concepts for using Chef"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["title", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/s... | [{"Similarity" : "0.972", "Title" : "Evaluating contingencies by a dual system of learning the structure and the parameters of the environment", "Year" : 2015}, {"Similarity" : "0.944", "Title" : "Causal Learning from Biased Sequences", "Year" : 2005}, {"Similarity" : "0.923", "Title" : "Upsetting the contingency table... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]},... | {"name" : "gameboy-customizer", "version" : "0.1.0", "description" : "Visual customizer for a Gameboy DMG.", "repository" : {"type" : "git", "url" : "git@github.com:sixteenbit/gameboy-customizer.git"}, "author" : "Sixteenbit", "license" : "GPL-2.0 AND MIT", "homepage" : "https://shop.sixteenbit.com", "devDependencies" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ambientDependencies": {"type": "object", "properties": {"es6-promise": {"type": "string"}, "es6-shim": {"type": "string"}}, "required": ["es6-promise", "es6-shim"]}}, "required": ["ambientDependencies"], "$schema"... | {"ambientDependencies" : {"es6-promise" : "github:DefinitelyTyped/DefinitelyTyped/es6-promise/es6-promise.d.ts#830e8ebd9ef137d039d5c7ede24a421f08595f83", "es6-shim" : "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#4de74cb527395c13ba20b438c3a7a419ad931f1c"}} | json_instruct | {"type": "object", "properties": {"ambientDependencies": {"type": "object", "properties": {"es6-promise": {"type": "string"}, "es6-shim": {"type": "string"}}, "required": ["es6-promise", "es6-shim"]}}, "required": ["ambientDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"profile": {"type": "string"}, "topMatchingProfiles": {"type": "object", "properties": {"0.84": {"type": "array", "items": {"type": "integer"}}, "0.72": {"type": "array", "items": {"type": "integer"}}, "0.67": {"ty... | {"profile" : "27", "topMatchingProfiles" : {"0.84" : [54], "0.72" : [74], "0.67" : [59, 84], "0.65" : [90], "0.62" : [55, 88], "0.60" : [76, 72, 92], "0.59" : [71], "0.57" : [65], "0.56" : [69], "0.53" : [85]}} | json_instruct | {"type": "object", "properties": {"profile": {"type": "string"}, "topMatchingProfiles": {"type": "object", "properties": {"0.84": {"type": "array", "items": {"type": "integer"}}, "0.72": {"type": "array", "items": {"type": "integer"}}, "0.67": {"type": "array", "items": {"type": "integer"}}, "0.65": {"type": "array", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t... | {"name" : "colors-cli", "version" : "1.0.27", "description" : "Terminal string styling done right", "main" : "lib/index.js", "directories" : {"test" : "test"}, "bin" : {"colors" : "./bin/colors"}, "repository" : {"type" : "git", "url" : "https://github.com/jaywcjlove/colors-cli.git"}, "scripts" : {"test" : "node ./test... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"colors": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "string"}}, "required": ["userId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : "563"} | json_instruct | {"type": "object", "properties": {"userId": {"type": "string"}}, "required": ["userId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"more": {"type": "object", "properties": {"title": {"type": "string"}, "company": {"type": "string"}, "settings": {"type": "string"}, "blockedusers": {"type": "object", "properties": {"manage": {"type": "string"}, "no": {"type": ... | {"more" : {"title" : "More Options", "company" : "Company Timeline", "settings" : "Settings", "blockedusers" : {"manage" : "Manage your blocked users", "no" : "You don't have any blocked user"}, "logout" : "Logout", "language" : {"change" : "Language", "english" : "English", "french" : "French"}}} | json_instruct | {"type": "object", "properties": {"more": {"type": "object", "properties": {"title": {"type": "string"}, "company": {"type": "string"}, "settings": {"type": "string"}, "blockedusers": {"type": "object", "properties": {"manage": {"type": "string"}, "no": {"type": "string"}}, "required": ["manage", "no"]}, "logout": {"ty... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"noparticipants": {"type": "string"}, "participants": {"type": "string"}}, "required": ["noparticipants", "participants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"noparticipants" : "T\u00e4lle kurssille ei l\u00f6ytynyt osallistujia", "participants" : "Osallistujat"} | json_instruct | {"type": "object", "properties": {"noparticipants": {"type": "string"}, "participants": {"type": "string"}}, "required": ["noparticipants", "participants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "input": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "... | {"type" : "victual:cutting_board_recipe", "input" : {"item" : "minecraft:porkchop"}, "result" : {"item" : "victual:ham_slice", "count" : 4}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "input": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "input... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "parent": {"type": "string"}}, "required": ["name", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Animal", "parent" : "root"}, {"name" : "Reptile", "parent" : "Animal"}, {"name" : "Mammal", "parent" : "Animal"}, {"name" : "Lizard", "parent" : "Reptile"}, {"name" : "Snake", "parent" : "Reptile"}, {"name" : "Bird", "parent" : "Reptile"}, {"name" : "Canary", "parent" : "Bird"}, {"name" : "Equine", "parent"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "parent": {"type": "string"}}, "required": ["name", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "umbra", "definition" : "1. (Astron.) (a) The conical shadow projected from a planet or satellite, on the side opposite to the sun, within which a spectator could see no portion of the sun's disk; -- used in contradistinction from penumbra. See Penumbra. (b) The central dark portion, or nucleus, of a sun spot... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"synaptic.js": {"type": "string"}, "synaptic.min.js": {"type": "string"}}, "required": ["synaptic.js", "synaptic.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"synaptic.js" : "sha512-3c6AyTHbub8sDjYp4tu749uJwKehJoN9bjgoqpIi2FshRgDnx+xhXeBsydPTlAOpzEQHhAgwTUQS2PBd/52vgA==", "synaptic.min.js" : "sha512-5DRcfJLCumhxXv/309x2O1Id2QitPLfYPNHP1pYKHn1ZB8IsArms4bdlcEt0apEhi6GVvTllFhKY/YYoA3vGTw=="} | json_instruct | {"type": "object", "properties": {"synaptic.js": {"type": "string"}, "synaptic.min.js": {"type": "string"}}, "required": ["synaptic.js", "synaptic.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "cordova": {"type": "object", "properties": {"id": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "... | {"name" : "cordova-plugin-pywebui", "version" : "0.1.0", "description" : "Cordova PyWebUI Plugin", "cordova" : {"id" : "cordova-plugin-pywebui", "platforms" : ["android"]}, "keywords" : ["cordova", "python", "pywebui", "ecosystem:cordova", "cordova-android"], "author" : "Kevin Howell", "license" : "MIT", "private" : tr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "cordova": {"type": "object", "properties": {"id": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "platforms"]}, "keywords": {"type": "arr... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "pr... | {"name" : "xabou/query", "description" : "Laravel 5 Query Object", "license" : "MIT", "keywords" : ["laravel", "query"], "authors" : [{"name" : "Harris Bouzopoulos", "email" : "bouzopoulos@gmail.com"}], "require" : {"illuminate/database" : "^5.0"}, "autoload" : {"psr-4" : {"Xabou\\Query\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
... | {"id" : "lethal-unafulge__DROPS__steel-unafulge-cell", "type" : "DROPS", "start" : "lethal-unafulge", "end" : "steel-unafulge-cell"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId",... | {"userId" : 10237, "cartId" : "06fe28cf-04d2-4326-9082-190411d8dde1", "preferredProducts" : [1381, 2461, 4905, 4559, 234], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-... | {"elapsed" : "0.482", "endpoint-url" : "https://www.chelmsford.gov.uk/EasySiteWeb/GatewayLink.aspx?alId=1095043", "entry-date" : "2020-05-19T00:12:52.906345", "exception" : "SSLError"} | json_instruct | {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "7322010", "nama" : "SABBANG"}, {"id" : "7322020", "nama" : "BAEBUNTA"}, {"id" : "7322030", "nama" : "MALANGKE"}, {"id" : "7322031", "nama" : "MALANGKE BARAT"}, {"id" : "7322040", "nama" : "SUKAMAJU"}, {"id" : "7322050", "nama" : "BONE-BONE"}, {"id" : "7322051", "nama" : "TANA LILI"}, {"id" : "7322120", "nama"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Routes": {"type": "array", "items": {"type": "object", "properties": {"DownstreamPathTemplate": {"type": "string"}, "DownstreamScheme": {"type": "string"}, "DownstreamHostAndPorts": {"type": "array", "items": {... | {"Routes" : [{"DownstreamPathTemplate" : "/{everything}", "DownstreamScheme" : "http", "DownstreamHostAndPorts" : [{"Host" : "servicea.openapi", "Port" : 80}], "UpstreamPathTemplate" : "/servicea/{everything}", "UpstreamHttpMethod" : ["GET", "OPTIONS"]}, {"DownstreamPathTemplate" : "/{everything}", "DownstreamScheme" :... | json_instruct | {"type": "object", "properties": {"Routes": {"type": "array", "items": {"type": "object", "properties": {"DownstreamPathTemplate": {"type": "string"}, "DownstreamScheme": {"type": "string"}, "DownstreamHostAndPorts": {"type": "array", "items": {"type": "object", "properties": {"Host": {"type": "string"}, "Port": {"type... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "number"}, "generator": {"type": "string"}, "osm3s": {"type": "object", "properties": {"timestamp_osm_base": {"type": "string"}, "copyright": {"type": "string"}}, "required": ["timestamp_osm_base", "copyrigh... | {"version" : 0.6, "generator" : "Overpass API 0.7.56.9 76e5016d", "osm3s" : {"timestamp_osm_base" : "2021-06-03T21:11:18Z", "copyright" : "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."}, "elements" : [{"type" : "node", "id" : 2329328981, "lat" : -5.8674886, "l... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "generator": {"type": "string"}, "osm3s": {"type": "object", "properties": {"timestamp_osm_base": {"type": "string"}, "copyright": {"type": "string"}}, "required": ["timestamp_osm_base", "copyright"]}, "elements": {"type": "array", "items": {"type": "obje... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-... | {"word" : "Wearing", "definitions" : ["Mentally or physically tiring."], "parts-of-speech" : "Adjective"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "objective_func": {"type": "number"}, "elapsed_time": {"type": "number"}, "best_find_time": {"type": "number"}, "problem_name": {"type": "string"}}, "required": ["solu... | {"solution" : ["#<Structs::Item:0x153cb763>", "#<Structs::Item:0x2c3158e0>", "#<Structs::Item:0x412ebe64>", "#<Structs::Item:0x6f731759>", "#<Structs::Item:0x1f84327b>", "#<Structs::Item:0x39549f33>", "#<Structs::Item:0xdbddbe3>", "#<Structs::Item:0x7a83ccd2>", "#<Structs::Item:0x44aa2e13>", "#<Structs::Item:0x599a9cb2... | json_instruct | {"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "objective_func": {"type": "number"}, "elapsed_time": {"type": "number"}, "best_find_time": {"type": "number"}, "problem_name": {"type": "string"}}, "required": ["solution", "objective_func", "elapsed_time", "best_find_time", ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"image": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["image", "name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"image" : "QIk1gGh+o3tqSdzxHY1i+Yry17qoYPaK00JquHHmYKcQm8GGZ6u/MWYhrw+Z5j/M0n0=", "name" : "Moon Dust", "description" : "This pony is Amazon Orange, with bright Blue eyes. When they are not being rented by Unicorn Rentals users, they love flying kites"} | json_instruct | {"type": "object", "properties": {"image": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["image", "name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"choix": {"type": "array", "items": {"type": "string"}}, "qoe": {"type": "array", "items": {"type": "string"}}, "user_id": {"type": "integer"}, "ordre": {"type": "object", "properties": {"interface": {"type": "a... | {"choix" : ["1080_pur", "1080_pur", "1080_pur", "1080_pur", "720_ecolo", "720_ecolo", "720_ecolo", "1080_ecolo", "720_ecolo"], "qoe" : ["4", "4", "3", "3", "3", "3", "3", "4", "3"], "user_id" : 10, "ordre" : {"interface" : [1, 2], "video_IA_order" : ["V3Q3", "V3Q1", "V1Q1", "V1Q2"], "video_IB_order" : ["V2Q2", "V3Q2", ... | json_instruct | {"type": "object", "properties": {"choix": {"type": "array", "items": {"type": "string"}}, "qoe": {"type": "array", "items": {"type": "string"}}, "user_id": {"type": "integer"}, "ordre": {"type": "object", "properties": {"interface": {"type": "array", "items": {"type": "integer"}}, "video_IA_order": {"type": "array", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": ... | {"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 25.8530149, "lng" : 89.71527309999999}, "viewport" : {"northeast" : {"lat" : 25.85433123029151, "lng" : 89.7165126802915}, "southwest" : {"lat" : 25.8516332697085, "lng" : 89.7138147197085}}}, "icon" : "https... | json_instruct | {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Revision": {"type": "integer"}, "Id": {"type": "string"}, "Name": {"type": "string"}, "BeverageId": {"type": "string"}, "Type": {"type": "string"}, "BrandId": {"type": "string"}, "FlavorIds": {"type": "array", "items... | {"Revision" : 1, "Id" : "89bed8e8-651f-418a-9105-2551290cc7e5", "Name" : "Orchard Blush", "BeverageId" : "mix-orchard-blush", "Type" : "Mix", "BrandId" : "manzanita-sol", "FlavorIds" : ["vanilla", "strawberry"], "WaterSkus" : ["0111", "0333"], "SyrupSkus" : [{"Sku" : "012000030772", "Name" : "Manzanita Sol"}, {"Sku" : ... | json_instruct | {"type": "object", "properties": {"Revision": {"type": "integer"}, "Id": {"type": "string"}, "Name": {"type": "string"}, "BeverageId": {"type": "string"}, "Type": {"type": "string"}, "BrandId": {"type": "string"}, "FlavorIds": {"type": "array", "items": {"type": "string"}}, "WaterSkus": {"type": "array", "items": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : [-973456422212346343, -971565321644217437, -951366267723865121, -945477536654354577, -917553553582765376, -967763743666855752, -945565772626782647]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"app.css": {"type": "string"}}, "required": ["app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"app.css" : "app-a9ac4b62bd.css"} | json_instruct | {"type": "object", "properties": {"app.css": {"type": "string"}}, "required": ["app.css"], "$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"}, "obj_type": {"type": "string"}, "s3_key": {"type": "string"}, "screenshot_url": {"type": "string"}}, "required": ["name", "obj_type", "s3_key", "screenshot_url"]}, "$sch... | [{"name" : "Armchair", "obj_type" : "object", "s3_key" : "assets/752258ee7ff140e98a6f73fcca4e7efd.glb", "screenshot_url" : ""}, {"name" : "Classroom", "obj_type" : "background", "s3_key" : "assets/ac38abdce987432980ddcbdbba4190f9.glb", "screenshot_url" : ""}, {"name" : "Sanitizer", "obj_type" : "object", "s3_key" : "as... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "obj_type": {"type": "string"}, "s3_key": {"type": "string"}, "screenshot_url": {"type": "string"}}, "required": ["name", "obj_type", "s3_key", "screenshot_url"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "Pontgouin", "dpt" : "Eure-et-Loir", "inscrits" : 683, "abs" : 136, "votants" : 547, "blancs" : 46, "nuls" : 12, "exp" : 489, "res" : [{"panneau" : "1", "voix" : 255}, {"panneau" : "2", "voix" : 234}]} | 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"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"temp": {"type": "s... | {"name" : "auth-micro", "version" : "1.0.0", "license" : "MIT", "description" : "Auth microservice of api-manager", "main" : "index.js", "scripts" : {"temp" : "npm run build && node build/index.js", "build" : "tsc -p .", "start" : "NODE_PATH=./build node build/index.js", "test" : "echo \"Error: no test specified\" && e... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"temp": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "t... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["pokecube_legends:ultra_iron_ore"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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"... | {"authors" : [{"author" : "Shahrooz Bemanian"}, {"author" : "Mazda Motallebi"}, {"author" : "Saeid M Nosrati"}], "doi" : "10.1186/1471-2369-6-10", "publication_date" : "2005-09-24", "id" : "EN119688", "url" : "https://pubmed.ncbi.nlm.nih.gov/16176587", "source" : "BMC nephrology", "source_url" : "", "licence" : "CC BY"... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "ite... | {"t" : "misalalongay", "h" : [{"d" : [{"f" : "\u6b63\u5728\u642d\u5efa\u7530\u5bee\u3001\u5de5\u68da\u4e86\u3002", "e" : ["\ufff9`Misalalong~`ay~ `ca~`nira~.\ufffa\ufffb\u4ed6\u5011\u5728\u5efa\u7530\u5bee\u4e86\u3002"]}, {"f" : "\u6307\u642d\u5efa\u7530\u5bee\u3001\u5de5\u68da\u7684\u4eba\u3002", "e" : ["\ufff9`Misala... | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s... |
Please provide a valid JSON object following this schema:
{"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" : "virgin", "author" : "BumbleSeeksAdvice", "count" : 3} | 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#"} |
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"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"ty... | {"title" : "Verifying distributed systems: the operational approach.", "fields" : ["hol", "linearizability", "correctness", "operational semantics", "functional verification"], "abstract" : "This work develops an integrated approach to the verification of behaviourally rich programs, founded directly on operational sem... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Email address": {"type": "string"}, "Enter your MELCloud email address": {"type": "string"}, "Enter your MELCloud password": {"type": "string"}, "Enter your desired polling interval (in minutes) here to query data fr... | {"Email address" : "Adres e-mail", "Enter your MELCloud email address" : "Wpisz sw\u00f3j adres e-mail MELCloud", "Enter your MELCloud password" : "Wpisz swoje has\u0142o do MELCloud", "Enter your desired polling interval (in minutes) here to query data from MELCloud" : "Wprowad\u017a \u017c\u0105dany interwa\u0142 son... | json_instruct | {"type": "object", "properties": {"Email address": {"type": "string"}, "Enter your MELCloud email address": {"type": "string"}, "Enter your MELCloud password": {"type": "string"}, "Enter your desired polling interval (in minutes) here to query data from MELCloud": {"type": "string"}, "Password": {"type": "string"}, "Po... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"kind": {"type": "string"}, "id": {"type": "string"}, "query": {"type": "object", "properties": {"start-date": {"type": "string"}, "end-date": {"type": "string"}, "ids": {"type": "string"}, "dimensions": {"type": "string"}, "me... | {"kind" : "analytics#gaData", "id" : "https://www.googleapis.com/analytics/v3/data/ga?ids=ga:83400134&dimensions=ga:pagePath,ga:pageTitle&metrics=ga:pageViews&sort=-ga:pageViews&filters=ga:pagePath%3D@/cars/honda/jazz/&start-date=30daysAgo&end-date=today&max-results=10", "query" : {"start-date" : "30daysAgo", "end-date... | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "id": {"type": "string"}, "query": {"type": "object", "properties": {"start-date": {"type": "string"}, "end-date": {"type": "string"}, "ids": {"type": "string"}, "dimensions": {"type": "string"}, "metrics": {"type": "array", "items": {"type": "string"}}, "so... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"url": {"type": "string"}, "archived_snapshots": {"type": "object", "properties": {}, "required": []}, "timestamp": {"type": "string"}}, "required": ["url", "archived_snapshots", "timestamp"], "$schema": "http://json-schema.org... | {"url" : "http://web.archive.org/web/20010221010141/http://www.doubleh.com.tw/dh-2000sc.htm", "archived_snapshots" : {}, "timestamp" : "20210316"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "archived_snapshots": {"type": "object", "properties": {}, "required": []}, "timestamp": {"type": "string"}}, "required": ["url", "archived_snapshots", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"C++": {"type": "integer"}, "C": {"type": "integer"}, "Assembly": {"type": "integer"}, "Objective-C": {"type": "integer"}, "Shell": {"type": "integer"}}, "required": ["C++", "C", "Assembly", "Objective-C", "Shell"], "$schema": "h... | {"C++" : 15444409, "C" : 12798514, "Assembly" : 5325011, "Objective-C" : 655686, "Shell" : 7468} | json_instruct | {"type": "object", "properties": {"C++": {"type": "integer"}, "C": {"type": "integer"}, "Assembly": {"type": "integer"}, "Objective-C": {"type": "integer"}, "Shell": {"type": "integer"}}, "required": ["C++", "C", "Assembly", "Objective-C", "Shell"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i... | {"id" : 101857853, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "a2ab344003768db323ecf73802d5fa5f", "wof:id" : 101857853, "wof:repo" : "whosonfirst-data-admin-hr"}, "bbox" : [15.66667, 45.76667, 15.66667, 45.76667], "geometry" : {"coordinate... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ga... | {"name" : "gatsby-theme-nodeschool-example", "private" : true, "description" : "A simple starter to get up and developing quickly with Gatsby", "version" : "0.1.2", "author" : "Kyle Mathews <mathews.kyle@gmail.com>", "dependencies" : {"gatsby" : "^2.17.7", "gatsby-plugin-manifest" : "^2.2.26", "gatsby-plugin-sentry" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gatsby": {"type": "string"}, "gatsby-plugin-manifest": {"type": "string"}, "gat... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "re... | {"name" : "kris7i/bingo-ts", "description" : "bingo-ts ", "license" : "Apache-2.0", "authors" : [{"name" : "kris", "email" : "120025737@qq.com"}], "minimum-stability" : "dev", "require" : {}, "autoload" : {"psr-4" : {"Tools\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "src": {"type": "array", "items": {"type":... | {"name" : "tempdir", "version" : "0.0.2", "repo" : "stephenmathieson/tempdir.c", "description" : "implementation of Python's tempfile.tempdir", "keywords" : ["temp", "tempdir"], "src" : ["tempdir.h", "tempdir.c"], "dependencies" : {"strdup" : "0.0.0"}, "development" : {"jwerle/fs.c" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "src": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins... | [{"id" : 21493, "title" : "The Man Who Lived Forever / The Mars Monopoly", "year" : 1956, "type" : "novel", "imageName" : "ad_themanwh_themarsm.gif", "nominations" : 0, "wins" : -1}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "im... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "au... | {"title" : "Using visualizations to increase compliance in experience sampling.", "fields" : ["exploratory research", "ubiquitous computing", "data collection", "experience sampling method", "empirical research"], "abstract" : "Experience sampling method (or ESM) is a common data collection method to understand user be... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array"... | {"name" : "mytweets", "description" : "Script for saving a JSON archive of your tweets.", "license" : null, "starNum" : 79, "folkNum" : 17, "watchNum" : 79, "topic" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ... | {"ETag" : "W/\"851e9b8a126a1346f539dc29fe48fdb68eff47292541e4108f8478bf36c084fd\"", "Last-Modified" : "Tue, 12 Jan 2021 19:21:23 GMT", "base" : {"repo" : {"name" : "faunus-feedstock"}}, "closed_at" : null, "created_at" : "2021-01-12T19:21:18Z", "draft" : false, "head" : {"ref" : "rebuild-pypy37-0-1_hb16292"}, "html_url... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "null"}, "created_at": {"type": "string... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obj... | {"hash" : "0xb797851dfa367d043de96d434f343debdf8b1cfb8832037db4d89e1727b940c7", "parentHash" : "0xfccaebdbed1334e2f9a3e380c0f3a9191d43f031f41b73394eda094359e8393f", "number" : 9728, "timestamp" : 1438331120, "nonce" : "0x91db545ab0b973bc", "difficulty" : 584012628786, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_he... | 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"]... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"HN": {"type": "string"}, "REDDIT": {"type": "string"}}, "required": ["HN", "REDDIT"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HN" : "/hn", "REDDIT" : "/reddit"} | json_instruct | {"type": "object", "properties": {"HN": {"type": "string"}, "REDDIT": {"type": "string"}}, "required": ["HN", "REDDIT"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"91984\"": {"type": "string"}, "\"91971\"": {"type": "string"}, "\"91959\"": {"type": "string"}, ... | {"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"91984\"" : "Bog Walk", "\"91971\"" : "Ewarton", "\"91959\"" : "Linstead", "\"91957\"" : "Lluidas Vale", "\"91938\"" : "Old Harbour", "\"91937\"" : "Old Harbour Bay", "\"91934\"" : "Point Hill", "\"91931\"" : "Portmore", "\"91926\"" ... | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"91984\"": {"type": "string"}, "\"91971\"": {"type": "string"}, "\"91959\"": {"type": "string"}, "\"91957\"": {"type": "string"}, "\"91938\"": {"type": "str... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"wall_shifts": {"type": "array", "items": {"type": "object", "properties": {"feed": {"type": "string"}, "sell_price": {"type": "number"}, "price": {"type": "number"}, "currency": {"type": "string"}, "buy_price": {"t... | {"wall_shifts" : [{"feed" : "blockchain", "sell_price" : 0.00349795, "price" : 287.74, "currency" : "USD", "buy_price" : 0.00345277, "backup_feed" : [{"feed" : "bitstamp", "price" : 286.55}], "timestamp" : 1425937697416, "crypto" : "BTC"}, {"feed" : "blockchain", "sell_price" : 0.00349856, "price" : 287.69, "currency" ... | json_instruct | {"type": "object", "properties": {"wall_shifts": {"type": "array", "items": {"type": "object", "properties": {"feed": {"type": "string"}, "sell_price": {"type": "number"}, "price": {"type": "number"}, "currency": {"type": "string"}, "buy_price": {"type": "number"}, "backup_feed": {"type": "array", "items": {"type": "ob... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"window.titleBarStyle": {"type": "string"}, "files.trimTrailingWhitespace": {"type": "boolean"}, "files.insertFinalNewline": {"type": "boolean"}, "files.trimFinalNewlines": {"type": "boolean"}, "telemetry.telemetryLev... | {"window.titleBarStyle" : "custom", "files.trimTrailingWhitespace" : true, "files.insertFinalNewline" : true, "files.trimFinalNewlines" : true, "telemetry.telemetryLevel" : "crash", "markdown.preview.scrollPreviewWithEditor" : false, "markdown.preview.scrollEditorWithPreview" : false, "explorer.confirmDelete" : false, ... | json_instruct | {"type": "object", "properties": {"window.titleBarStyle": {"type": "string"}, "files.trimTrailingWhitespace": {"type": "boolean"}, "files.insertFinalNewline": {"type": "boolean"}, "files.trimFinalNewlines": {"type": "boolean"}, "telemetry.telemetryLevel": {"type": "string"}, "markdown.preview.scrollPreviewWithEditor": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_n... | {"MRRm_new" : 0.10604954927283507, "MRm_new" : 2064.1498267968445, "HITS@1m_new" : 0.06876623693211513, "HITS@3m_new" : 0.110967968009365, "HITS@10m_new" : 0.17909143112041057} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or... |
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" : "2006", "provinceId" : "17", "regencyId" : "03", "districtId" : "24", "name" : "Bumi Harjo"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "i... | {"body" : "One final question (learning to program in C++ here!): Should I compile\nraycalls.c as a Library?\n\n\nBest,\n\n\n2017-09-14 8:16 GMT-03:00 Germ\u00e1n Molina Larrain <germolinal at gmail.com>:\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radia... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created... |
Generate sample JSON data that conforms to the following schema definition:
{"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": "st... | [{"postal_code" : "66037", "place_name" : "Santa Mar\u00eda", "place_type" : "Fraccionamiento", "county" : "Garc\u00eda", "state" : "Nuevo Le\u00f3n", "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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "stri... | {"name" : "mpgarate/php-arraylist", "description" : "A Java-like dynamically-resizing array-based list implementation", "license" : "MIT", "authors" : [{"name" : "Michael Garate", "email" : "mpgarate@gmail.com"}], "minimum-stability" : "dev", "require" : {"php" : ">=5.6.5"}, "require-dev" : {"phpunit/phpunit" : "4.5.*"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type":... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [-0.6255462169647217, 1.3388882875442505, 0.13169392943382263, -0.2304643839597702, 0.43897977471351624, 0.2414388805627823, -0.40605631470680237, 0.08779595792293549, 1.0316025018692017, -0.6035972237586975, 0.9877045154571533, -0.592622697353363, -0.02194898948073387, 0.03292348235845566, -0.17559191584587097, 0.4609... | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "depends": {"typ... | {"version" : "0.1.0", "homepage" : "https://github.com/marcosbozzani/shinobi", "description" : "Opinionated Ninja and Make files generator for C projects", "license" : "MIT", "bin" : "shinobi.ps1", "url" : "https://github.com/marcosbozzani/shinobi/releases/download/v0.1.0/shinobi.ps1", "hash" : "7E291891D31A9C2443C4757... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}}, "required": ["v... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "url", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 0, "url" : "http://www.espncricinfo.comundefined", "name" : ""}, {"id" : 1, "url" : "http://www.espncricinfo.com/ci/content/player/321933.html", "name" : "Dai, K (Kohu Dai, 1982- )"}, {"id" : 2, "url" : "http://www.espncricinfo.com/ci/content/player/25051.html", "name" : "Dai, MD (Mahuru Dai, 1984- )"}, {"id" ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "url", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"en": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "learnMoreLink": {"type": "string"}}, "required": ["title", "description", "learnMoreLink"]}}, "required": ["en"], "$schema... | {"en" : {"title" : "Peer to peer video\nstreaming platform", "description" : "TiNG is a decentralized peer to peer borderless video streaming platform that allows viewers and content creators to reach audiences globally without the need for strong internet connectivity.The platform allows viewers to stream videos to on... | json_instruct | {"type": "object", "properties": {"en": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "learnMoreLink": {"type": "string"}}, "required": ["title", "description", "learnMoreLink"]}}, "required": ["en"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "str... | {"name" : "importjs", "version" : "3.0.2", "author" : "Greg McLeod <cleod9@gmail.com>", "dependencies" : {}, "keywords" : ["mcleodgaming", "import", "package", "preload", "scripts", "class", "OOP", "package", "module"], "main" : "./index", "license" : "MIT", "description" : "A port of ImportJS for node. Enables a packa... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "descrip... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "bc": {"type": "string"}, "showCondition": {"type": "array", "items": {}}, "fields": {"type": "array", "items": {"type": "object", "properties... | {"name" : "bcExampleList2", "title" : "\u041d\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u0435", "type" : "List", "bc" : "bcExample", "showCondition" : [], "fields" : [{"title" : "\u0422\u0435\u043a\u0441\u0442", "key" : "testInput", "type" : "input"}, {"title" : "\u041d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u044f\... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "bc": {"type": "string"}, "showCondition": {"type": "array", "items": {}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "key": {"type": "string"},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, ... | {"name" : "modifyAppointmentStatus", "description" : "This API call is used to update the available appointment status that can be assigned to an appointment. This API call will only Update <strong>System Status & Custom Status</strong>. Use <strong>getAppointmentStatus</strong> to get all the available appointment sta... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "t... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"LogicalResourceId": {"type": "string"}, "ResourceType": {"type": "string"}}, "required": ["LogicalResourceId", "ResourceType"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"LogicalResourceId" : "MyUnsignedLambdaFunction", "ResourceType" : "AWS::Lambda::Function"}, {"LogicalResourceId" : "MyUnsignedLambdaFunctionRole", "ResourceType" : "AWS::IAM::Role"}, {"LogicalResourceId" : "MySigningProfile", "ResourceType" : "AWS::Signer::SigningProfile"}, {"LogicalResourceId" : "MySignedFunctionCo... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"LogicalResourceId": {"type": "string"}, "ResourceType": {"type": "string"}}, "required": ["LogicalResourceId", "ResourceType"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-sche... | {"word" : "Webcam", "definitions" : ["A video camera connected to a computer, allowing its images to be seen by Internet users."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"t... | {"nom" : "Bruxelles", "circ" : "4\u00e8me circonscription", "dpt" : "Fran\u00e7ais \u00e9tablis hors de France", "inscrits" : 82523, "abs" : 63303, "votants" : 19220, "blancs" : 52, "nuls" : 70, "exp" : 19098, "res" : [{"nuance" : "REM", "nom" : "M. Pieyre-Alexandre ANGLADE", "voix" : 9410}, {"nuance" : "FI", "nom" : "... | 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"... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["calculus", "ember-build", "ember-mocha", "ember-qunit", "ember-simple-auth", "ember-source", "es6-promise", "htmlbars", "quadrotor", "rsvp"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulner... | {"contract" : "0x35d01fc1ee086586aedeab42160219eb20c07d0b", "tool" : "maian", "start" : 1565315500.5418432, "end" : 1565315949.9604406, "duration" : 449.4185974597931, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "icon": {"type": "string"}, "universal": {"type": "boolean"}, "label": {"type": "string"}}, "required": ["key", "type", "icon", "universal", "label"], "$schema... | {"key" : "phone", "type" : "tel", "icon" : "telephone", "universal" : true, "label" : "Phone"} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "icon": {"type": "string"}, "universal": {"type": "boolean"}, "label": {"type": "string"}}, "required": ["key", "type", "icon", "universal", "label"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/sc... | {"title" : "The Portrait-\u6cf0\u5766\u5c3c\u514b\u53f7\u7eaf\u94a2\u7434\u66f2", "author" : "James Horner", "musicType" : "\u7ecf\u5178", "musicNo" : "0001827"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"ty... | {"id" : "green-flow", "symbol" : "grc", "name" : "Green Flow", "platforms" : {"ethereum" : "0x46d886887b6908183032c75dee1b731b26d653c6"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Green Flow utilizes a blockchain network to generate cryptocurrency fueled by eco-friendly kinetic energy of c... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "descripti... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "d... | {"name" : "Crazy Game Token", "symbol" : "CRGT", "address" : "0x134c51F2889851493dFf5A86Cb4D192Ee0389F73", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"order": {"type": "array", "items": {"type": "string"}}}, "required": ["order"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"order" : ["https://vc.example.com/?queryID=7306f1f744a781480c521902a1a1dbf5f1d01e7ea21daf483e7668817e58597a", "https://vc.example.com/?queryID=AB06f1f744a781480c521902a1a1dbf5f1d01e7ea21daf483e7668817e58597a"]} | json_instruct | {"type": "object", "properties": {"order": {"type": "array", "items": {"type": "string"}}}, "required": ["order"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "wikieditor-toolbar-dialogs-preference": {"type": "string"}, "wikieditor-toolbar-tool-refer... | {"@metadata" : {"authors" : ["Filzstift", "Geitost"]}, "wikieditor-toolbar-dialogs-preference" : "Assistenten zum Einf\u00fcgen von Links und Tabellen sowie die Funktion \u00abSuchen und Ersetzen\u00bb aktivieren", "wikieditor-toolbar-tool-reference-example" : "Fussnotentext hier einf\u00fcgen", "wikieditor-toolbar-too... | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "wikieditor-toolbar-dialogs-preference": {"type": "string"}, "wikieditor-toolbar-tool-reference-example": {"type": "string"}, "wikieditor-toolbar-tool-bi... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-0... | {"parent" : "item/flat_clock", "textures" : {"layer0" : "item/clock/clock_244"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"build": {"type": "object", "properties": {"arduino": {"type": "object", "properties": {"ldscript": {"type": "string"}}, "required": ["ldscript"]}, "core": {"type": "string"}, "extra_flags": {"type": "string"}, "f_... | {"build" : {"arduino" : {"ldscript" : "MZ-application-32MZ2048ECX.ld"}, "core" : "pic32", "extra_flags" : "-D_BOARD_PIC32MZ_FLIP_N_CLICK_ -DPIO_ARDUINO_ENABLE_USB_SERIAL", "f_cpu" : "252000000L", "mcu" : "32MZ2048EFH100", "variant" : "FlipNClick_MZ"}, "frameworks" : ["arduino"], "name" : "MikroElektronika Flip N Click ... | json_instruct | {"type": "object", "properties": {"build": {"type": "object", "properties": {"arduino": {"type": "object", "properties": {"ldscript": {"type": "string"}}, "required": ["ldscript"]}, "core": {"type": "string"}, "extra_flags": {"type": "string"}, "f_cpu": {"type": "string"}, "mcu": {"type": "string"}, "variant": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"changes": {"type": "array", "items": {"type": "object", "properties": {"packageName": {"type": "string"}, "comment": {"type": "string"}, "type": {"type": "string"}}, "required": ["packageName", "comment", "type"]}}, ... | {"changes" : [{"packageName" : "@robotlegsjs/pixi", "comment" : "Update [prettier](https://www.npmjs.com/package/prettier) to version **2.3.2** (see [25](https://github.com/RobotlegsJS/RobotlegsJS-Framework/pull/25))", "type" : "patch"}], "packageName" : "@robotlegsjs/pixi", "email" : "tiago.schenkel@gmail.com"} | json_instruct | {"type": "object", "properties": {"changes": {"type": "array", "items": {"type": "object", "properties": {"packageName": {"type": "string"}, "comment": {"type": "string"}, "type": {"type": "string"}}, "required": ["packageName", "comment", "type"]}}, "packageName": {"type": "string"}, "email": {"type": "string"}}, "req... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}, "Author": {"type": "string"}, "Version": {"type": "string"}}, "required": ["Name", "Description", "Author", "Version"], "$schema": "http://json-schema.o... | {"Name" : "Crafter (JA)", "Description" : "Anan", "Author" : "zazizu", "Version" : "0.0.1"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}, "Author": {"type": "string"}, "Version": {"type": "string"}}, "required": ["Name", "Description", "Author", "Version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Final Fantasy XI", "description" : "An MMO game.", "url" : "https://en.wikipedia.org/wiki/Final_Fantasy_XI"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"quests/tech/jump/longjump4.questtemplate": {"type": "array", "items": {"type": "string"}}}, "required": ... | [{"DeniedAlternatives" : [], "Files" : {"quests/tech/jump/longjump4.questtemplate" : ["/completionText"]}, "Texts" : {"Chs" : "\u4f3c\u4e4e\u9ad8\u5f97\u8fde\u6708\u4eae\u90fd\u53ef\u4ee5\u78b0\u5230\uff01", "Eng" : "As jumpy as it gets!"}}, {"DeniedAlternatives" : [], "Files" : {"quests/tech/jump/longjump4.questtempla... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"quests/tech/jump/longjump4.questtemplate": {"type": "array", "items": {"type": "string"}}}, "required": ["quests/tech/jump/longjump4.questtemplate"]}, "Texts": {... |
Create an example JSON object that satisfies this schema:
{"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_algor... | {"id" : "vention", "symbol" : "vention", "name" : "Vention", "platforms" : {"binance-smart-chain" : "0x2f053e33bd590830858161d42c67e9e8a9390019"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Vention is an ERC20 token on the Binance Smart Chain that would fuel the Vention Ecosystem. Vention N... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"... | {"name" : "src", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/LiquidLemon/ctf-info.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/LiquidL... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "... | {"author" : {"id" : "t2_7v9vbiax", "name" : "MagicalGeographic"}, "date" : {"day" : 1610236800, "full" : 1610301717, "month" : 1609459200, "week" : 1610236800}, "id" : "t3_kujc6i", "misc" : {"postHint" : "hosted:video"}, "picture" : {"filesize" : 65912, "fullUrl" : "https://external-preview.redd.it/6y9uf1QTol2PnXSBRRqu... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "mode... | {"manufacturer" : "Logic Mobility", "devices" : [{"manufacturer" : "", "market_name" : "LOGIC_L5D", "codename" : "LOGIC_L5D", "model" : "LOGIC_L5D"}, {"manufacturer" : "", "market_name" : "T7_plus", "codename" : "T7_plus", "model" : "T7_plus"}, {"manufacturer" : "", "market_name" : "X4 Plus", "codename" : "X4", "model"... | json_instruct | {"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit... | {"schema_version" : "1.2.0", "id" : "GHSA-p522-q7r6-w9c7", "modified" : "2022-05-01T02:21:04Z", "published" : "2022-05-01T02:21:04Z", "aliases" : ["CVE-2005-3780"], "details" : "Multiple buffer overflows in IPUpdate 1.1 might allow attackers to execute arbitrary code via (1) memmcat in the memm module or (2) certain TS... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "... | {"id" : 15216, "source" : "parry", "verse_id" : 18200, "verse_count" : 1, "reference" : "29:6", "title" : "", "html" : " <i>visited of the Lord of Hosts. </i>The Lord controls the nations of the earth, and his judgments come upon them for their role in destroying Jerusalem and her inhabitants.</p> <p><i>thunder/earthqu... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["$schema", "type", "d... | {"$schema" : "http://json-schema.org/draft-04/schema", "type" : "array", "description" : "Bulk adding of triples", "items" : {"$ref" : "triple.schema.json"}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["$schema", "type", "description", "items"], "$schema": "http://json-schema.org/draf... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "extensions": {"type": "object", "properti... | {"name" : "Bongheads White List Token", "symbol" : "BHWL", "logoURI" : "https://raw.githubusercontent.com/Kumia115/nft-landing-page/main/images/x-icon/android-chrome-512x512.png", "decimals" : 0, "address" : "T3Z3238ujJZsaJE3jh31Df5YPnd6wJbHzQ7XdfoMVnt", "chainId" : 101, "extensions" : {"website" : "https://bongheads.i... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "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" : "Saint-Bris-le-Vineux", "dpt" : "Yonne", "inscrits" : 833, "abs" : 167, "votants" : 666, "blancs" : 72, "nuls" : 16, "exp" : 578, "res" : [{"panneau" : "1", "voix" : 296}, {"panneau" : "2", "voix" : 282}]} | 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"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stockExchanges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "aboutSE": {"type": "string"}, "address": {"type": "string"}}, "required": ["id", "name", "ab... | {"stockExchanges" : [{"id" : 100, "name" : "BSE", "aboutSE" : "asdfgh", "address" : "asdfgh"}, {"id" : 101, "name" : "NSE", "aboutSE" : "asdfgh", "address" : "asdfgh"}, {"id" : 102, "name" : "NYSE", "aboutSE" : "asdfgh", "address" : "asdfgh"}, {"id" : 103, "name" : "NASDAQ", "aboutSE" : "asdfgh", "address" : "asdfgh"}]... | json_instruct | {"type": "object", "properties": {"stockExchanges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "aboutSE": {"type": "string"}, "address": {"type": "string"}}, "required": ["id", "name", "aboutSE", "address"]}}}, "required": ["stockExchanges"], "$sc... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": ... | {"nom" : "Servance-Miellin", "dpt" : "Haute-Sa\u00f4ne", "inscrits" : 772, "abs" : 159, "votants" : 613, "blancs" : 34, "nuls" : 40, "exp" : 539, "res" : [{"panneau" : "2", "voix" : 272}, {"panneau" : "1", "voix" : 267}]} | 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"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"resolution": {"type": "string"}, "frameRate": {"type": "string"}, "codec": {"type": "string"}, "bitrate": {"type": "string"}}, "required": ["resolution", "frameRate", "codec", "bitrate"], "$schema": "http://jso... | {"resolution" : "1920X1080", "frameRate" : "30", "codec" : "H264", "bitrate" : "4000"} | json_instruct | {"type": "object", "properties": {"resolution": {"type": "string"}, "frameRate": {"type": "string"}, "codec": {"type": "string"}, "bitrate": {"type": "string"}}, "required": ["resolution", "frameRate", "codec", "bitrate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredPr... | {"userId" : 99483, "cartId" : "eda436e7-b4d0-4dc6-95dd-1cfd114b6355", "preferredProducts" : [163, 4559, 3113, 4405, 2558, 1145, 2464], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.