input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"extends": {"type": "string"}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "./tsconfig", "exclude" : ["example", "exampleForExpo", "exampleForManagedExpo", "exampleForWebView"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 101893989, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "c17443bc052532dd654a01506c3ed6f9", "wof:id" : 101893989, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.62136491351618, 45.80190087352696, 5.63312845145867, 45.80919971091049... | 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": ["... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "FIRDEVS", "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "heading": {"type": "string"}, "show": {"type": "object", "properties": {"all": {"type": "array", "items": {"type": "object", "properties": {"identifier": {"type... | {"_id" : "page.checked-all-the-boxes", "_type" : "page.content", "heading" : "Checked all the problem boxes", "show" : {"all" : [{"identifier" : "auto_name__9", "operator" : "defined"}, {"identifier" : "auto_name__8", "operator" : "defined"}]}, "url" : "checked-all-the-boxes"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "heading": {"type": "string"}, "show": {"type": "object", "properties": {"all": {"type": "array", "items": {"type": "object", "properties": {"identifier": {"type": "string"}, "operator": {"type": "string"}}, "required": ["identifi... |
Following the schema specification below, generate a valid JSON instance:
{"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"... | {"n_dim" : 13, "n_trials" : 550, "objective" : "markowitz_return_on_cube", "white" : "platypus_moead", "black" : "bobyqa_default", "traceback" : ["passing", "Black took 551 function evals when instructed to use 551"], "best_val" : [1558.562620643587, 1553.3536232250585], "best_x" : [[0.726849805054191, 0.76157633600020... | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "defaultCompiler": {"type": "string"}, "defaultCompilerOptions": {"type": "object", "properties": {"filters": {"type": "array", "items": {"type": "string"}}}, "required": ["filters"]}}, ... | {"$schema" : "../../../daucus-config.schema.json", "defaultCompiler" : "pandoc", "defaultCompilerOptions" : {"filters" : ["pandoc-import-code"]}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "defaultCompiler": {"type": "string"}, "defaultCompilerOptions": {"type": "object", "properties": {"filters": {"type": "array", "items": {"type": "string"}}}, "required": ["filters"]}}, "required": ["$schema", "defaultCompiler", "defaultCompilerOptions"],... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {"type": "string"}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title"... | {"countries" : ["Poland"], "topics" : ["UNFCCC and Kyoto Protocol Functioning", "National Communications & Inventories"], "section_title" : "ORGANIZATIONAL MATTERS:", "enb_start_date" : "12-Nov-13", "enb_short_title" : "COP 19", "subtype" : "", "actors" : [], "sentences" : ["SBI Chair Tomasz Chruszczow (Poland) highlig... | json_instruct | {"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {"type": "string"}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "ar... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 35512, "cartId" : "ad9e6ea8-17fd-4ae5-8998-05fdb804f7d9", "preferredProducts" : [2826, 1590, 3348, 849, 1124, 370], "productReviews" : [{"productId" : 76, "reviewText" : "My co-worker Luka has one of these. He says it looks purple.", "reviewDate" : "2016-08-15T03:44:40.2519516+03:00"}, {"productId" : 4163, ... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "jurisdictions": {"type": "array", "items": {"type": "string"}}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "type": {"ty... | {"id" : "palpitations2.lastExperienced", "jurisdictions" : ["GB"], "items" : [{"id" : "group", "text" : "When did you last experience palpitations?", "type" : "GROUP", "items" : [{"id" : "q1", "text" : "Less than 12 hours ago", "type" : "CHOICE", "options" : ["Yes"]}, {"id" : "q2", "text" : "Less than 48 hours ago", "t... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "jurisdictions": {"type": "array", "items": {"type": "string"}}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "array", "items": {"type"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"mappings": {"type": "object", "properties": {"records": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"uri": {"type": "object", "properties": {"type": {"type": "string"}}, "r... | {"mappings" : {"records" : {"properties" : {"uri" : {"type" : "keyword"}, "expires" : {"type" : "date"}, "messageType" : {"type" : "keyword"}}}}} | json_instruct | {"type": "object", "properties": {"mappings": {"type": "object", "properties": {"records": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"uri": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "expires": {"type": "object", "properties": {"type": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "netherthings:block/smooth_basalt"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this 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"}}, "best_val": ... | {"n_dim" : 13, "n_trials" : 80, "objective" : "landscapes_combo1_on_cube", "white" : "platypus_moead", "black" : "pymoo_nelder", "traceback" : ["passing", "Black took 81 function evals when instructed to use 81"], "best_val" : [8644899504364.211, 953139720846.8997], "best_x" : [[0.26575995947194697, 0.2569352730872393,... | 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": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"builds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "builder_type": {"type": "string"}, "build_time": {"type": "integer"}, "files": {"type": "null"}, "artifact_id": {"... | {"builds" : [{"name" : "virtualbox-iso", "builder_type" : "virtualbox-iso", "build_time" : 1555621509, "files" : null, "artifact_id" : "", "packer_run_uuid" : "1ea86466-08af-38d8-72d0-e063751baf11", "custom_data" : null}, {"name" : "vmware-iso", "builder_type" : "vmware-iso", "build_time" : 1555621604, "files" : null, ... | json_instruct | {"type": "object", "properties": {"builds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "builder_type": {"type": "string"}, "build_time": {"type": "integer"}, "files": {"type": "null"}, "artifact_id": {"type": "string"}, "packer_run_uuid": {"type": "string"}, "custom_data": ... |
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" : "simulado", "version" : "2.6.1", "description" : "A simple nodejs mockserver", "main" : "lib/remote-api.js", "scripts" : {"test" : "mocha"}, "bin" : {"simulado" : "bin/simulado"}, "author" : "", "license" : "ISC", "repository" : {"type" : "git", "url" : "https://github.com/ldabiralai/simulado.git"}, "devDepen... | 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"]}, "bin": {"type": "object", "properties": {"simulado": {"type": "stri... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"files": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : [{"name" : "Synthetic hammer.pdf"}]} | json_instruct | {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-94.630416, 38.992609], [-94.630125, 38.993274], [-94.60796, 38.992945], [-94.608201, 38.984012], [-94.621635, 38.983896], [-94.621646, 38.98251], [-94.624832, 38.982503], [-94.625181, 38.975427], [-94.630305, 38.975257],... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"URL_BACKEND": {"type": "string"}, "URL_POSTDATA": {"type": "string"}, "IP_INFO_TOKEN": {"type": "string"}}, "required": ["URL_BACKEND", "URL_POSTDATA", "IP_INFO_TOKEN"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"URL_BACKEND" : "http://localhost:1337/", "URL_POSTDATA" : "api/v1/", "IP_INFO_TOKEN" : "d70f9f60c4df6d"} | json_instruct | {"type": "object", "properties": {"URL_BACKEND": {"type": "string"}, "URL_POSTDATA": {"type": "string"}, "IP_INFO_TOKEN": {"type": "string"}}, "required": ["URL_BACKEND", "URL_POSTDATA", "IP_INFO_TOKEN"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[129.25, 24.666666666666668], [129.25, 24.75], [129.375, 24.75], [129.375, 24.666666666666668], [129.25, 24.666666666666668]]]}, "properties" : {"code" : 372902, "url" : "http://madefor.github.io/0410/api/v1/372902.geojson", "view" : "https://gith... | 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... |
Construct a JSON document that adheres to this schema specification:
{"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": "stri... | {"derivation" : "(Aramaic) corresponding to H4039 (\u05de\u05b0\u05d2\u05b4\u05dc\u05bc\u05b8\u05d4)", "pron" : "meg-il-law'", "outline" : "<ol><li> scroll, roll, book</li></ol>", "kjv_def" : "roll.", "lemma" : "\u05de\u05b0\u05d2\u05b4\u05dc\u05bc\u05b8\u05d4", "frequency" : 1, "strongs_def" : "{a roll}", "xlit" : "m\... | 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", ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"models": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["key", "name", "description"]}}, "itemT... | {"models" : [{"key" : "ANSIBLE", "name" : "Anisble Inventory Model", "description" : "Model created for testing purposes"}], "itemTypes" : [{"key" : "ANSIBLE_INVENTORY", "name" : "Ansible Inventory", "description" : "This item type is for testing purposes only.", "modelKey" : "ANSIBLE"}, {"key" : "ANSIBLE_HOST_GROUP_SE... | json_instruct | {"type": "object", "properties": {"models": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["key", "name", "description"]}}, "itemTypes": {"type": "array", "items": {"type": "object", "properties": {"key... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "dependencies... | {"name" : "dev", "type" : "module", "version" : "0.0.0", "private" : true, "scripts" : {"dev" : "nodemon src/index.js"}, "dependencies" : {"@nerujs/hapi" : "workspace:*", "neru" : "workspace:*"}, "devDependencies" : {"@hapi/hapi" : "^20.2.2", "nodemon" : "^2.0.16"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "dependencies": {"type": "object", "properties": {"@nerujs/hapi": {"type... |
The schema below describes a JSON structure. Generate a valid example:
{"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_1srvjw3g", "name" : "Hewhoisnamed"}, "date" : {"day" : 1598572800, "full" : 1598612629, "month" : 1596240000, "week" : 1598140800}, "id" : "t3_ii522a", "picture" : {"filesize" : 78794, "fullUrl" : "https://preview.redd.it/khq59xdk6qj51.jpg?auto=webp&s=db306dd3c21d9f646b3dffe43eb70f4286a0b778", "... | 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": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schem... | {"word" : "Senate", "definitions" : ["The smaller upper assembly in the US, US states, France, and other countries.", "The governing body of a university or college.", "The state council of the ancient Roman republic and empire, which shared legislative power with the popular assemblies, administration with the magistr... | 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#"} |
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"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"ty... | {"name" : "pizza happy", "version" : "1.0.1", "description" : "Order a pizza in an app (just for fun!)", "license" : "MIT", "repository" : "MegNieves/FinalRestaurantApplication", "author" : {"name" : "Meghan Nieves", "email" : "megnieves12@gmail.com", "url" : "https://https://megnieves.github.io"}, "main" : "cli.js", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d211-37", "text" : "- 9 -\nin itself but recordings from it could be borrowed for study, not\nbroadcast purposes. This would be particularly interesting in the\ncase of experimental works when the original recording of a trend or\ntendency could be examined after a period of years to see how it had\ndeveloped ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"normal": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["normal"]}}, "required": ["variants"], "$schema": "http://json-schema.o... | {"variants" : {"normal" : {"model" : "mhfc:leaves_l7"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"normal": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["normal"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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#"}
| {"parent" : "item/generated", "textures" : {"layer0" : "uberminer:items/uber_powder_2"}} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ... | {"name" : "The Flowers of Gaia", "icon" : "corvus:stunning_dahlia", "category" : "plants", "pages" : [{"type" : "text", "text" : "The Forest of Gaia contains many plants not found in this plane, they often have odd effects that may be useful."}, {"type" : "spotlight", "item" : "corvus:stunning_dahlia", "text" : "The St... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}}, "required": ["name", "icon", "category... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_... | {"id" : 97106, "name" : "Hacker News - Zenburn Dark", "description" : "A zenburn dark theme user-style for http://news.ycombinator.com\r\n\r\nHelp improve this user-style, and others, by contributing at https://github.com/UserStyles", "user" : {"id" : 178718, "name" : "incrediblygood", "email" : "redacted", "paypal_ema... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "string"}, "abo... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"__comment": {"type": "string"}, "variants": {"type": "object", "properties": {"": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}}, "required":... | {"__comment" : "JimStoneCraft - 2020", "variants" : {"" : [{"model" : "minecraft:block/spruce_leaves"}, {"model" : "minecraft:block/spruce_leaves1"}, {"model" : "minecraft:block/spruce_leaves2"}, {"model" : "minecraft:block/spruce_leaves3"}]}} | json_instruct | {"type": "object", "properties": {"__comment": {"type": "string"}, "variants": {"type": "object", "properties": {"": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}}, "required": [""]}}, "required": ["__comment", "variants"], "$schema": "http://json-sch... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_co... | [{"id" : "lucette-brewing-co", "name" : "Lucette Brewing Co", "brewery_type" : "micro", "street" : "910 Hudson Rd", "city" : "Menomonie", "state" : "Wisconsin", "postal_code" : "54751-1748", "website_url" : "http://www.lucettebrewing.com", "phone" : "7152316836", "created_at" : "2018-07-24 01:34:35.809961", "updated_at... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"t... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "shopContents": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "shopContents"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 0, "shopContents" : [0, 19, 9, 76]}, {"id" : 1, "shopContents" : [0, 19, 9, 76]}, {"id" : 2, "shopContents" : [0, 19, 9, 76]}, {"id" : 3, "shopContents" : [0, 19, 9, 76]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "shopContents": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "shopContents"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty... | {"userId" : 78581, "cartId" : "6196e288-1948-4e59-8e55-821c85561f4f", "preferredProducts" : [2799, 103], "productReviews" : [{"productId" : 4570, "reviewText" : "talk about remorse!!!", "reviewDate" : "2019-11-10T07:42:45.3276037+02:00"}, {"productId" : 911, "reviewText" : "talk about interest!!", "reviewDate" : "2018-... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"severity": {"type": "string"}, "service_name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "internal_only": {"type": "boolean"}}, "required": ["severity", "service_name", "summary", "d... | {"severity" : "Error", "service_name" : "SREManualAction", "summary" : "Cluster destroyed, cannot be recovered", "description" : "SRE have noticed that your cluster was deleted from the IaaS infrastructure. The cluster cannot be restored, therefore SRE will take actions to completely remove the cluster. In the future w... | json_instruct | {"type": "object", "properties": {"severity": {"type": "string"}, "service_name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "internal_only": {"type": "boolean"}}, "required": ["severity", "service_name", "summary", "description", "internal_only"], "$schema": "http://json-sche... |
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": {"start": {"type": "string"}, "build": {"type": "... | {"name" : "poll", "version" : "1.0.0", "description" : "ya", "main" : "index.tsx", "scripts" : {"start" : "webpack-dev-server --mode development --open", "build" : "webpack --mode production", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"@types/react" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Region": {"type": "array", "items": {"type": "string"}}, "Province": {"type": "array", "items": {"type": "string"}}, "District": {"type": "array", "items": ... | {"title" : ["Cebu City"], "Region" : ["Central Visayas (Region VII)"], "Province" : ["Cebu (geographically only)"], "District" : ["1st (North) and 2nd (South) districts of Cebu City"], "Founded(as Spanish colony) Reincorporated (as city)" : ["1565 ", " 24 February 1937"], "Barangays" : ["80 (see Barangays)"]} | json_instruct | {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Region": {"type": "array", "items": {"type": "string"}}, "Province": {"type": "array", "items": {"type": "string"}}, "District": {"type": "array", "items": {"type": "string"}}, "Founded(as Spanish colony) Reincorporated (as cit... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"post_process": {"type": "string"}, "threshold": {"type": "null"}, "model_name_or_path": {"type": "string"}, "task_name": {"type": "string"}, "notation": {"type": "string"}, "ner_types": {"type": "array", "items": {"t... | {"post_process" : "argmax", "threshold" : null, "model_name_or_path" : "obi/deid_bert_i2b2", "task_name" : "ner", "notation" : "BILOU", "ner_types" : ["PATIENT", "STAFF", "AGE", "DATE", "PHONE", "ID", "EMAIL", "PATORG", "LOC", "HOSP", "OTHERPHI"], "test_file" : "../../data/ner_datasets/test.jsonl", "output_predictions_... | json_instruct | {"type": "object", "properties": {"post_process": {"type": "string"}, "threshold": {"type": "null"}, "model_name_or_path": {"type": "string"}, "task_name": {"type": "string"}, "notation": {"type": "string"}, "ner_types": {"type": "array", "items": {"type": "string"}}, "test_file": {"type": "string"}, "output_prediction... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "propertie... | {"name" : "datocms-plugin-iframe-tab", "description" : "A plugin for DatoCMS that allows you to render an external website in a tab", "version" : "1.0.0", "license" : "MIT", "homepage" : "https://github.com/thebuilder/datocms-plugin-iframe-tab#readme", "author" : "Daniel Schmidt", "scripts" : {"dev" : "vite", "build" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"time-tag": {"type": "string"}, "ssn": {"type": "number"}, "smoothed_ssn": {"type": "number"}, "observed_swpc_ssn": {"type": "number"}, "smoothed_swpc_ssn": {"type": "number"}, "f10.7": {"type": "n... | [{"time-tag" : "2012-09", "ssn" : 93.7, "smoothed_ssn" : 85.3, "observed_swpc_ssn" : 84.03, "smoothed_swpc_ssn" : 83.7, "f10.7" : 123.4, "smoothed_f10.7" : 119.1}, {"time-tag" : "2012-10", "ssn" : 76.5, "smoothed_ssn" : 85.8, "observed_swpc_ssn" : 73.52, "smoothed_swpc_ssn" : 85.0, "f10.7" : 123.07, "smoothed_f10.7" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"time-tag": {"type": "string"}, "ssn": {"type": "number"}, "smoothed_ssn": {"type": "number"}, "observed_swpc_ssn": {"type": "number"}, "smoothed_swpc_ssn": {"type": "number"}, "f10.7": {"type": "number"}, "smoothed_f10.7": {"type": "number"}}, "required": ["... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.871361490827148, 55.35460194249775]}, "properties" : {"TIMESTAMP UTC" : "2021-07-25T10:25:31", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.598243781389183, 55.5888337... | json_instruct | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properti... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"baseline_nmax": {"type": "integer"}, "baseline_nmpole": {"type": "integer"}, "tsqbx_nmax": {"type": "integer"}, "tsqbx_nmpole": {"type": "integer"}}, "required": ["baseline_nmax", "baseline_nmpole", "tsqbx_nmax", "tsqbx_nmp... | {"baseline_nmax" : 96, "baseline_nmpole" : 40, "tsqbx_nmax" : 928, "tsqbx_nmpole" : 420} | json_instruct | {"type": "object", "properties": {"baseline_nmax": {"type": "integer"}, "baseline_nmpole": {"type": "integer"}, "tsqbx_nmax": {"type": "integer"}, "tsqbx_nmpole": {"type": "integer"}}, "required": ["baseline_nmax", "baseline_nmpole", "tsqbx_nmax", "tsqbx_nmpole"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object... | {"translation-revision-date" : "2021-11-15 07:20:52+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=1; plural=0;", "lang" : "vi_VN"}, "You are about to permanently delete this menu.\n'Cancel' to stop, 'OK' to d... | json_instruct | {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "vc"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper... | {"hash" : "0x896248c719b77855f0fb79a6a72c0e2f452e665b88ee9f904e467004f2be5b7b", "parentHash" : "0x3c91e2217a566051c7081a9e9c01ef52bf21e8413a8d76b717c37e2992bfbeaf", "number" : 90424, "timestamp" : 1439639816, "nonce" : "0x81289983529634a6", "difficulty" : 3331838702263, "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": {"build": {"type": "string"}, "build_number": {"type": "integer"}, "depends": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "name": {"type": "string"}, "subdir": {"type": "string"}, ... | {"build" : "hdb3f193_3", "build_number" : 3, "depends" : ["ld_impl_linux-64", "libffi >=3.3,<3.4.0a0", "libgcc-ng >=7.3.0", "libstdcxx-ng >=7.3.0", "ncurses >=6.2,<7.0a0", "openssl >=1.1.1k,<1.1.2a", "readline >=8.0,<9.0a0", "sqlite >=3.35.4,<4.0a0", "tk >=8.6.10,<8.7.0a0", "tzdata", "xz >=5.2.5,<6.0a0", "zlib >=1.2.11... | json_instruct | {"type": "object", "properties": {"build": {"type": "string"}, "build_number": {"type": "integer"}, "depends": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "name": {"type": "string"}, "subdir": {"type": "string"}, "timestamp": {"type": "integer"}, "version": {"type": "string"}, "size":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Barangay 2, General Luna, Quezon, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.quezon.general-luna.barangay-2", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "r... | 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": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private":... | {"name" : "@huskyapp/components", "version" : "1.0.0", "description" : "React components used by the Husky password manager.", "main" : "src/index.ts", "repository" : "https://github.com/HuskyApp/components", "author" : "SkyezerFox", "license" : "GPLv3", "private" : false, "dependencies" : {"react" : "^17.0.2", "styled... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "p... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "toght", "definition" : "Taut. [Obs.] Chaucer."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"alre... | {"config" : {"abort" : {"already_configured" : "Apparat ass scho konfigur\u00e9iert"}, "error" : {"already_configured" : "Apparat ass scho konfigur\u00e9iert", "cannot_connect" : "Feeler beim verbannen, iwwerpr\u00e9ift w.e.g d'Adresse vum Apparat"}, "step" : {"user" : {"data" : {"host" : "De Numm oder IP Adresse vun \... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"already_configured": {"type": "string"}, "cannot_connect": {"type": "string... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "st... | {"name" : "UIButton+TouchAreaInsets", "version" : "0.1.0", "summary" : "Set UIButton's touch area insets.", "homepage" : "http://github.com/devxoul/UIButton-TouchAreaInsets", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"devxoul" : "devxoul@gmail.com"}, "source" : {"git" : "https://github.com/devxoul/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : ["Programming", "Software"], "desc" : "\n", "details" : {"authors" : "Arlen Feldman", "format" : "pdf", "isbn-10" : "1933988223", "isbn-13" : "978-1933988221", "pages" : "650 pages", "publication date" : "December 8, 2008", "publisher" : "Manning Publications", "size" : "11.96Mb"}, "img" : "http://23.95... | 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"},... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[474, 214]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"roles": {"type": "array", "items": {"type": "string"}}, "ID": {"type": "integer"}, "Patch": {"type": "string"}, "Name": {"type": "string"}, "Alignment": {"type": "integer"}, "Movespeed": {"type": "integer"}, ... | {"roles" : ["Carry", "Durable"], "ID" : 52, "Patch" : "6.79c", "Name" : "Viper", "Alignment" : 1, "Movespeed" : 285, "MaxDmg" : 46, "MinDmg" : 44, "HP" : 530, "Mana" : 195, "HPRegen" : 0.25, "ManaRegen" : 0.01, "Armor" : 1.94, "Range" : 575, "ProjectileSpeed" : 1200, "BaseStr" : 20, "BaseAgi" : 21, "BaseInt" : 15, "Str... | json_instruct | {"type": "object", "properties": {"roles": {"type": "array", "items": {"type": "string"}}, "ID": {"type": "integer"}, "Patch": {"type": "string"}, "Name": {"type": "string"}, "Alignment": {"type": "integer"}, "Movespeed": {"type": "integer"}, "MaxDmg": {"type": "integer"}, "MinDmg": {"type": "integer"}, "HP": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {}, "required": []}, "exports": {"type": "array", "items": {"type": "object"... | [{"__symbolic" : "module", "version" : 3, "metadata" : {}, "exports" : [{"from" : "./linker/compiler", "export" : ["COMPILER_OPTIONS", "Compiler", "CompilerFactory", "CompilerOptions", "ModuleWithComponentFactories"]}, {"from" : "./linker/component_factory", "export" : ["ComponentFactory", "ComponentRef"]}, {"from" : "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {}, "required": []}, "exports": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "export": {"type": "array",... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.04": {"type": "integer"}, "0.31": {"type": "... | {"hour positive count" : 17, "hour neutral count" : 1, "hour negative count" : 3, "hour distri" : {"0.04" : 1, "0.31" : 1, "0.96" : 3, "0.99" : 6, "0.0" : 1, "0.94" : 1, "1.0" : 4, "0.64" : 1, "0.85" : 1, "0.87" : 1, "0.93" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.04": {"type": "integer"}, "0.31": {"type": "integer"}, "0.96": {"type": "integer"}, "0.99": {"type": "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"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type"... | {"name" : "simple-blog", "version" : "1.0.0", "description" : "A simple blog", "main" : "server.js", "author" : "Scott Dougan <scottdougan@me.com>", "repository" : {"type" : "git", "url" : "https://github.com/scottdougan/simple-blog"}, "dependencies" : {"express" : "4.14.0", "body-parser" : "1.16.0", "mongoose" : "4.7.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "execMap": {"type": "object", "properties": {"ts": {"type": "string"}}, "required": ["ts"]}, "env": {"type": "object", "properties": {"NODE_ENV": {"type... | {"watch" : ["src"], "execMap" : {"ts" : "cls && node --inspect -r ts-node/register -r tsconfig-paths/register src/index"}, "env" : {"NODE_ENV" : "development"}} | json_instruct | {"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "execMap": {"type": "object", "properties": {"ts": {"type": "string"}}, "required": ["ts"]}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}}, "required": ["NODE_ENV"]}}, "required": ["watch", "execMap", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"kgrid": {"type": "array", "items": {"type": "integer"}}, "mixing": {"type": "string"}, "temperature": {"type": "number"}, "Ecut": {"type": "integer"}, "lattice": {"type": "array", "items": {"type": "array", "items": {"type": "... | {"kgrid" : [3, 4, 1], "mixing" : "HybridMixing(1.55, 14, 1.0, var\"#250#258\"{Int64,var\"#periodise#257\"}(30, var\"#periodise#257\"(), Core.Box(0.9621974681799349), Core.Box(1.5378025318119681)), true, false)", "temperature" : 0.0, "Ecut" : 20, "lattice" : [[15.10790948462645, 0.0, 0.0], [0.0, 10.682905246131922, 0.0]... | json_instruct | {"type": "object", "properties": {"kgrid": {"type": "array", "items": {"type": "integer"}}, "mixing": {"type": "string"}, "temperature": {"type": "number"}, "Ecut": {"type": "integer"}, "lattice": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "n_electr": {"type": "integer"}, "n_bands": {"t... |
Following the schema specification below, generate a valid 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": {"... | {"name" : "slight-ghost", "version" : "1.0.0", "description" : "A simple scaffolding for a Ghost blog, optimised for streamlined updates on a server like platform.", "license" : "MIT", "homepage" : "https://github.com/Silvenga/Slight-Ghost", "author" : {"name" : "Mark Lopez", "email" : "m@silenga.com", "url" : "https:/... | 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"}}, ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[76, 85], [66, 66], [63, 69], [47, 30], [47, 69], [55, 51], [163, 187], [28, 66], [39, 9], [35, 44], [13, 106], [181, 206], [170, 165], [26, 21], [48, 63], [24, 88], [92, 131], [137, 199], [43, 82], [52, 99], [153, 138], [149, 155], [2, 84], [174, 183], [149, 180], [137, 183], [115, 150], [76, 108], [129... | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "string"}, "link": {"type": "string"}}, "required": ["version", "link"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "1.2", "link" : "http://adfoc.us/74458483223769"} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "link": {"type": "string"}}, "required": ["version", "link"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra... | {"directions" : ["In a large saucepan over medium-high heat, mix together the strawberries, water, drink mix and pectin powder. Bring to a full rolling boil, then stir in sugar. Boil three minutes more.", "Transfer to sterile jars, leaving 1/2 inch space at the top. Wipe rims of jars with a clean dry cloth. Store in t... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"related-information": {"type": "object", "properties": {}, "required": []}, "search-information": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "solutio... | {"related-information" : {}, "search-information" : [{"title" : "Error: digital envelope routines::unsupported", "url" : "https://tinyurl.com/rvamk347", "solution" : "replace the existing script in the json package to be like this: (start: react-scripts --openssl-legacy-provider start) and (build: react-scripts --opens... | json_instruct | {"type": "object", "properties": {"related-information": {"type": "object", "properties": {}, "required": []}, "search-information": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "solution": {"type": "string"}}, "required": ["title", "url", "solutio... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Key": {"type": "object", "properties": {"hashkey": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "rangekey": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}}, "req... | {"Key" : {"hashkey" : {"S" : "hashkeyvalue"}, "rangekey" : {"S" : "rangekeyvalue"}}, "TableName" : "tablename"} | json_instruct | {"type": "object", "properties": {"Key": {"type": "object", "properties": {"hashkey": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "rangekey": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}}, "required": ["hashkey", "rangekey"]}, "TableName": {"type": "... |
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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": ... | {"name" : "@barebones/keycodes", "version" : "1.0.1", "description" : "An npm package to provide easy key mapping", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/timwright12/barebones-keycodes.git"}, "author" : {"name" : "Tim Wright", "email" : "hello@timwright.org", "url" : "http... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01018590": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "propertie... | {"type" : "Topology", "objects" : {"E01018590" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00093799", "LAD11CD" : "E06000049"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01018590": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "6dc8cc967e2cee2fc232", "c" : {"1" : false}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"1": {"type": "boolean"}}, "required": ["1"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"craft": {"type": "string"}, "id": {"type": "string"}}, "required": ["craft", "id"]}, "geometry": {"type": "object", "propertie... | {"type" : "Feature", "id" : "node/5966852156", "properties" : {"craft" : "beekeeper", "id" : "node/5966852156"}, "geometry" : {"type" : "Point", "coordinates" : [9.1927237, 47.6855035]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"craft": {"type": "string"}, "id": {"type": "string"}}, "required": ["craft", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":... | {"id" : 404422403, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "fafc8f9f33442a098d2971d3019a8afb", "wof:id" : 404422403, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.18361, 47.51889, 6.18361, 47.51889], "geometry" : {"coordinates"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"link": {"type": "string"}, "description": {"type": "string"}, "content": {"type": "string"}, "title": {"type": "string"}}, "required": ["link", "description", "content", "title"], "$schema": "http://json-schema... | {"link" : "http://rss.cnn.com/~r/rss/edition_entertainment/~3/Ri-eg-gJUs8/index.html", "description" : "Chris Hemsworth isn't the only successful Aussie in Hollywood (Nicole Kidman, Hugh Jackman, Margot Robbie -- the list goes on). But he just might be the proudest.<img src=\"http://feeds.feedburner.com/~r/rss/edition_... | json_instruct | {"type": "object", "properties": {"link": {"type": "string"}, "description": {"type": "string"}, "content": {"type": "string"}, "title": {"type": "string"}}, "required": ["link", "description", "content", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"2-14": {"type": "string"}, "3-4": {"type": "string"}, "3-1": {"type": "string"}, "4-5": {"type": "string"}, "4-11": {"type": "string"}, "5-1": {"type": "string"}, "5-5": {"type": "string"}, "5-8": {"type": "string"}... | {"2-14" : "\ubc1c\ub80c\ud0c0\uc778 \ub370\uc774", "3-4" : "\ud654\uc774\ud2b8 \ub370\uc774", "3-1" : "\uc0bc\uc77c\uc808", "4-5" : "\uc2dd\ubaa9\uc77c", "4-11" : "\ub300\ud55c\ubbfc\uad6d \uc784\uc2dc \uc815\ubd80 \uc218\ub9bd \uae30\ub150\uc77c", "5-1" : "\uadfc\ub85c\uc790\uc758 \ub0a0", "5-5" : "\uc5b4\ub9b0\uc774\... | json_instruct | {"type": "object", "properties": {"2-14": {"type": "string"}, "3-4": {"type": "string"}, "3-1": {"type": "string"}, "4-5": {"type": "string"}, "4-11": {"type": "string"}, "5-1": {"type": "string"}, "5-5": {"type": "string"}, "5-8": {"type": "string"}, "5-15": {"type": "string"}, "6-25": {"type": "string"}, "10-1": {"ty... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {... | {"name" : "core-pegjs", "description" : "Core PEGjs", "keywords" : ["PEG", "IETF", "RFC", "ISO", "ABNF"], "version" : "0.7.5", "repository" : {"type" : "git", "url" : "git://github.com/andreineculau/core-pegjs.git"}, "licenses" : [{"type" : "Unlicense", "url" : "http://unlicense.org/UNLICENSE"}], "scripts" : {"prepubli... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "st... | {"name" : "himalaya", "pkg_version" : "0.5.10", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/himalaya/blobs/sha256:ff6ee45d34052bdba6d8da86f2f0e3251cf74fd2ad18ea7f0254e166311bfe54"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/himalaya/blobs/sha256:fcaa547be... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "propert... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ball": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["ball"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ball" : [[314, 212], [365, 432], [346, 138], [560, 108], [476, 171], [460, 379], [], [470, 164], [], [463, 176], [], [436, 156], [304, 366], [524, 290], [358, 432], [324, 281], [439, 395], [864, 249], [586, 132], [403, 324]]} | json_instruct | {"type": "object", "properties": {"ball": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["ball"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Lyrics": {"type": "array", "items": {"type": "string"}}, "Release date": {"type": "string"}, "Title": {"type": "string"}, "Artist": {"type": "string"}}, "required": ["Lyrics", "Release date", "Title", "Artist"], "$schema": "http... | {"Lyrics" : ["\nThrough the night\nShe just want the tip, no advice\nOn the side of the road, what's\u2005the\u2005risk? Roll the\u2005dice\nIf they catch us, I don't\u2005care 'cause we all gon' die (Yeah, yeah)\nYeah, we all gon' die\nI was worried, to be honest, but it's all goin' right\nWhen I first laid eyes, I wa... | json_instruct | {"type": "object", "properties": {"Lyrics": {"type": "array", "items": {"type": "string"}}, "Release date": {"type": "string"}, "Title": {"type": "string"}, "Artist": {"type": "string"}}, "required": ["Lyrics", "Release date", "Title", "Artist"], "$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"}, "author": {"type": "string"}}, "required": ["name", "description", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Preprocessor", "description" : "Preprocessor", "author" : "Simon Sch\u00e4rer"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}}, "required": ["name", "description", "author"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "flint:block/thatch"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"72": {"type": "string"}}, "required": ["72"]}, "... | {"manifest_version" : 2, "name" : "Career Management Prototype Extension", "description" : "Trusted Web Browser Extension.", "version" : "1.0.0", "icons" : {"72" : "logo384.png"}, "browser_action" : {"default_icon" : "logo384.png", "default_popup" : "index.html", "default_title" : "Open Popup"}, "content_scripts" : [{"... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"72": {"type": "string"}}, "required": ["72"]}, "browser_action": {"type": "object", "properties": {"default... |
Create an example JSON object that satisfies 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" : "Tagurano, Davao City, Davao del Sur, Davao Region (Region XI), PH", "locale" : "ph.davao-region-region-xi.davao-del-sur.davao-city.tagurano", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 85801595, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "9d32ae7e2ddd9e2f2d9ef86f32547155", "wof:id" : 85801595, "wof:repo" : "whosonfirst-data-admin-be"}, "bbox" : [3.68289, 51.07476, 3.68289, 51.07476], "geometry" : {"coordinates" :... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
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": {"dev:css": {"type": "string"}, "dev:11ty": {"ty... | {"name" : "rezeptsammlung-stumpp", "version" : "0.1.0", "description" : "Die Rezeptsammlung der Familie Sttumpp", "main" : "index.js", "scripts" : {"dev:css" : "sass src/scss/main.scss:src/_includes/css/main.css --watch --style=compressed", "dev:11ty" : "eleventy --serve", "dev" : "npm-run-all --parallel dev:css dev:11... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev:css": {"type": "string"}, "dev:11ty": {"type": "string"}, "dev": {"type": "string"}, "prod:css": {"type": "string"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"... | {"accountLinkingWhitelistedDomains" : null, "asin" : "B01MSYWFNW", "averageRating" : 5, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "This skill forecasts near earth objects for today or seven days and will list any that are hazardous according to NASA's rating in their api.", "enablem... | json_instruct | {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pg": {"type": "string"}}, "required": ["pg"]}, "devDep... | {"name" : "lambdadb", "version" : "1.0.0", "description" : "lambda function connect pg", "main" : "main.js", "dependencies" : {"pg" : "^7.12.1"}, "devDependencies" : {"serverless" : "^1.57.0"}, "scripts" : {"build" : "./node_modules/.bin/parcel ./server.js --target node", "build-watch" : "./node_modules/.bin/parcel wat... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pg": {"type": "string"}}, "required": ["pg"]}, "devDependencies": {"type": "object", "properties": {"serverless":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"colors.js": {"type": "string"}, "colors.min.js": {"type": "string"}, "jqColorPicker.js": {"type": "string"}, "jqColorPicker.min.js": {"type": "string"}}, "required": ["colors.js", "colors.min.js", "jqColorPicke... | {"colors.js" : "sha256-M8Wk8f9trX6eJRIeeLU416jSDhPOifqN8OARxKYLBng=", "colors.min.js" : "sha256-keSJHgo3reIfr6rN/NJ/kb4uwaj17IGxom6OWycg59w=", "jqColorPicker.js" : "sha256-zVMRES853jGh/FbGWiRFiy8WKiQHh65eieHPvDI0V2U=", "jqColorPicker.min.js" : "sha256-2AZXPDAc46G61PoNVSQmQQPg0JySkm26j+Zdc0ddU/g="} | json_instruct | {"type": "object", "properties": {"colors.js": {"type": "string"}, "colors.min.js": {"type": "string"}, "jqColorPicker.js": {"type": "string"}, "jqColorPicker.min.js": {"type": "string"}}, "required": ["colors.js", "colors.min.js", "jqColorPicker.js", "jqColorPicker.min.js"], "$schema": "http://json-schema.org/draft-07... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-uglify... | {"name" : "gulp-playcanvas", "description" : "upload files to playcanvas editor", "version" : "2.0.2", "author" : "yushimatenjin <example@example.com>", "dependencies" : {"gulp" : "^4.0.2", "gulp-uglify" : "^3.0.2", "gulp-util" : "^3.0.8", "jest" : "^26.6.3", "playcanvas-node" : "latest", "through2" : "^4.0.2"}, "devDe... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-util": {"type": "string"}, "jest": {"type":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"t... | {"name" : "learninglocker", "homepage" : "https://github.com/LearningLocker/learninglocker", "authors" : ["Ryan Smith <0ryansmith1994@gmail.com>"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"backbone.basicauth" : "~0.4.0", "backbone.marionette" : "~2... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"backbone.basicauth": {"type... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " What is an acute triangle\n\nACUT\\n[imath] x [/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=ODVFdfGwgLg"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$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": "array", "items": {"type": "object", "pr... | {"contract" : "0xa314e47876d09170d04db4ef0fb82d8130451ed4", "tool" : "osiris", "start" : 1564623302.401854, "end" : 1564623317.2432866, "duration" : 14.841432571411133, "analysis" : [{"errors" : [], "file" : "/unique_chucks/36/0xa314e47876d09170d04db4ef0fb82d8130451ed4.sol", "name" : "OneUpToken"}, {"errors" : [], "fil... | 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": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"t... | {"userId" : 47294, "cartId" : "358c1a40-11b5-48f4-a301-b18ac8e52324", "preferredProducts" : [], "productReviews" : [{"productId" : 1230, "reviewText" : "My neighbor Albertina has one of these. She works as a gardener and she says it looks humongous.", "reviewDate" : "2017-09-25T10:29:02.0345591+03:00"}, {"productId" : ... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/materials/swampdirtffmaterial.matitem": {"type": "array", "items": {"type": "string"}}... | [{"DeniedAlternatives" : [], "Files" : {"items/materials/swampdirtffmaterial.matitem" : ["/shortdescription"], "tiles/materials/swampdirtff.material" : ["/description", "/shortdescription"]}, "Texts" : {"Chs" : "\u6cbc\u6cfd\u571f\u5757", "Eng" : "Swamp Dirt"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/materials/swampdirtffmaterial.matitem": {"type": "array", "items": {"type": "string"}}, "tiles/materials/swampdirtff.material": {"type": "array", "items": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "it... | {"directions" : ["Prepare the rice and chicken sauce mix with broccoli according to package directions. Preheat oven to 375 degrees F (190 degrees C). Lightly grease a medium baking dish.", "Heat the oil in a large skillet over medium heat. Place chicken in the skillet. Mix onion, garlic, and jalapeno into the skillet.... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "propertie... | {"localities" : ["Saint Paul, MN", "Apple Valley, MN"], "state" : "MN", "postal_code" : "55124", "locality" : "Saint Paul, MN", "lat" : 44.745301, "region" : {"fips" : "27", "abbr" : "MN", "name" : "Minnesota"}, "city" : "Saint Paul", "type" : "STANDARD", "lng" : -93.199413, "counties" : [{"fips" : "037", "name" : "Dak... | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {... | {"id" : 16544, "title" : ["[Rianon's Weaponry]"], "description" : ["A tropical bloom wreath hangs on one of the blue-speckled sea glass walls, and a glass-tiled vaulted ceiling rises overhead. A stuffed octopus sits in one corner of a swirled sea glass floor. There is a stiffened seaweed basket on one side of the sho... | 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"}}, "wayto": {"type": "object", "properties": {"16601": {"type": "string"}, "12268": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "homepage", "role"]}}, "autoload": {"type": "... | {"authors" : [{"name" : "Khalifah K. Shabazz", "homepage" : "http://www.kshabazz.net", "role" : "Developer"}], "autoload" : {"psr-4" : {"Kshabazz\\Slib\\" : "src"}}, "autoload-dev" : {"psr-4" : {"Kshabazz\\Slib\\Tests\\" : "test/Slib"}}, "description" : "A collection of useful functions to aid developing.", "name" : "k... | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "homepage", "role"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "proper... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"typ... | {"symbol" : "BPT", "address" : "0x283669123bd83dA2536bB534e20512101c18E5D8", "overview" : {"en" : ""}, "email" : "support@bitpayer.io", "website" : "https://bitpayer.io/", "state" : "NORMAL", "links" : {"blog" : "https://medium.com/@bitpayerdex", "twitter" : "https://twitter.com/bitpayerdex", "telegram" : "https://t.me... | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items... | {"rustc" : 4903034273381415200, "features" : "[]", "target" : 9124939712912617398, "profile" : 10088052722190120795, "path" : 5105801807064233321, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release\\.fingerprint\\itoa-1abadb725327c39f\\dep-lib-itoa"}}], "rustflags" : [], "metadata" : 2285756563936990018, ... | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"components": {"type": "array", "items": {}}, "template": {"type": "null"}, "style": {"type": "object", "properties": {"code": {"type": "string"}, "map": {"type": "null"}}, "required": ["code", "map"]}, "script": {"ty... | {"components" : [], "template" : null, "style" : {"code" : "\n div {\n color: red\n }\n", "map" : null}, "script" : null} | json_instruct | {"type": "object", "properties": {"components": {"type": "array", "items": {}}, "template": {"type": "null"}, "style": {"type": "object", "properties": {"code": {"type": "string"}, "map": {"type": "null"}}, "required": ["code", "map"]}, "script": {"type": "null"}}, "required": ["components", "template", "style", "scrip... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "propert... | {"type" : "MultiPolygon", "coordinates" : [[[[-122.10127197899996, 37.395376622000065], [-122.10110797399992, 37.39549038600005], [-122.09827998499995, 37.39422570200002], [-122.09738768699995, 37.393749810000024], [-122.09637641599991, 37.39312520200007], [-122.09562085299993, 37.39235206700004], [-122.096073, 37.3886... | 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": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "android": {"type": "string"}, "ios": {"type": "string"}, "web": {"type": "string"}, "eject": {"type": "string"}, "format": {... | {"main" : "node_modules/expo/AppEntry.js", "scripts" : {"start" : "expo start", "android" : "expo start --android", "ios" : "expo start --ios", "web" : "expo start --web", "eject" : "expo eject", "format" : "prettier --config prettier.json --write \"*.{js,jsx,ts,tsx,json}\""}, "dependencies" : {"expo" : "^44.0.1", "exp... | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "android": {"type": "string"}, "ios": {"type": "string"}, "web": {"type": "string"}, "eject": {"type": "string"}, "format": {"type": "string"}}, "required": ["start", "android", "ios",... |
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" : "better-minerals:block/andesite_cobblestone"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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.