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": {"blockId": {"type": "string"}, "baseId": {"type": "string"}}, "required": ["blockId", "baseId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"blockId" : "blksTWZxiJH00HK1r", "baseId" : "app8w3Q5SjCOElf7q"} | json_instruct | {"type": "object", "properties": {"blockId": {"type": "string"}, "baseId": {"type": "string"}}, "required": ["blockId", "baseId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "it... | {"title" : "Quantum algorithm for tree size estimation, with applications to backtracking and 2-player games.", "fields" : ["ternary search tree", "search tree", "depth first search", "backtracking", "speedup"], "abstract" : "We study quantum algorithms on search trees of unknown structure, in a model where the tree ca... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": ... | {"name" : "Realschule Velen/Ramsdorf der Stadt Velen - Sekundarstufe I -", "id" : "NRW-191814", "address" : "An der Krummen Mauer 5-9, 46342 Velen", "school_type" : "Realschule", "fax" : "02863 92277", "phone" : "02863 1626", "website" : " http://www.realschule-velen.de", "email" : " 191814@schule.nrw.de ", "state" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"typ... | {"station_g" : [{"pref_cd" : 13, "line_cd" : 28002, "line_name" : "\u6771\u4eac\u30e1\u30c8\u30ed\u4e38\u30ce\u5185\u7dda", "station_cd" : 2800204, "station_name" : "\u5f8c\u697d\u5712"}, {"pref_cd" : 13, "line_cd" : 28009, "line_name" : "\u6771\u4eac\u30e1\u30c8\u30ed\u5357\u5317\u7dda", "station_cd" : 2800909, "stati... | json_instruct | {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_na... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population"... | {"type" : "Feature", "properties" : {"name" : "Dorchester County", "fips" : "45035", "state_code" : 45, "county_code" : 35, "population" : 162809, "countrylevel_id" : "fips:45035", "census_data" : {"COUNTYNS" : "01247998", "AFFGEOID" : "0500000US45035", "LSAD" : "06", "ALAND" : 1472651450, "AWATER" : 6707389}}, "geomet... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_d... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "name", "twitter"], "$schema": "http://json-schema.org... | {"country" : "San Francisco, CA, USA", "github" : "sferik", "name" : "Erik Michaels-Ober", "twitter" : "sferik"} | json_instruct | {"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"slack": {"type": "object", "properties": {"url": {"type": "string"}, "username": {"type": "string"}, "icon_emoji": {"type": "string"}, "channel": {"type": "string"}}, "required": ["url", "username", "icon_emoji", "channel"]}, ... | {"slack" : {"url" : "", "username" : "statusboard", "icon_emoji" : ":exclamation:", "channel" : ""}, "checks" : [{"id" : "0", "url" : "https://www.wikipedia.org/", "name" : "Wikipedia", "description" : "description", "method" : "GET", "interval" : 60, "timeout" : 1000}, {"id" : "1", "url" : "https://www.google.com/", "... | json_instruct | {"type": "object", "properties": {"slack": {"type": "object", "properties": {"url": {"type": "string"}, "username": {"type": "string"}, "icon_emoji": {"type": "string"}, "channel": {"type": "string"}}, "required": ["url", "username", "icon_emoji", "channel"]}, "checks": {"type": "array", "items": {"type": "object", "pr... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type"... | {"body" : "Running the dd4hep setup script, all of these are currently set. I'll open an issue with the developers to de-duplicate this a bit.", "user" : "vvolkl", "url" : "https://api.github.com/repos/spack/spack/issues/18082", "updated_at" : "2020-08-16 22:11:29", "created_at" : "2020-08-15 11:43:00", "closed_at" : "... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "dotenv": {"type": "string"}, "ethereum-input-data-decoder": {"type": "string"}, "mongodb": {"type": "string"}, "web3": {"type": "string"}}, "req... | {"dependencies" : {"axios" : "^0.24.0", "dotenv" : "^10.0.0", "ethereum-input-data-decoder" : "^0.3.5", "mongodb" : "^4.2.2", "web3" : "^1.6.1"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "dotenv": {"type": "string"}, "ethereum-input-data-decoder": {"type": "string"}, "mongodb": {"type": "string"}, "web3": {"type": "string"}}, "required": ["axios", "dotenv", "ethereum-input-data-decoder", "mo... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"sparkphp/spark": {"type": "string"}, "licht... | {"name" : "sparkphp/project", "description" : "A sample project for building an application using Spark.", "type" : "project", "license" : "MIT", "require" : {"sparkphp/spark" : "~0.4", "lichtner/fluentpdo" : "dev-master", "josegonzalez/dotenv" : "^1.0"}, "autoload" : {"psr-4" : {"Spark\\Project\\" : "src/"}}, "authors... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"sparkphp/spark": {"type": "string"}, "lichtner/fluentpdo": {"type": "string"}, "josegonzalez/dotenv": {"type": "string... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, ... | {"abstract" : "Seasonal influenza (flu) is an underappreciated source of disease morbidity and mortality worldwide. While vaccination remains the cornerstone of influenza prevention, common measures practiced during the COVID-19 pandemic such as social distancing, the use of protective face masks, and frequent hand was... | json_instruct | {"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "title": {"type": "string"}, "funding": {"type": "array", "items": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "array", "items": {"type": "string"}}, "docs": {"type": "array", "items": {"type": "string"}}, "favorite": {"type": "array", "items": {"type": "string"}}, "github": {"type": "array", "items": {"type": "strin... | {"code" : ["https://golang.org", "https://github.com"], "docs" : ["https://golang.org"], "favorite" : ["https://github.com"], "github" : ["https://github.com"], "go" : ["https://golang.org"], "google" : ["https://golang.org"]} | json_instruct | {"type": "object", "properties": {"code": {"type": "array", "items": {"type": "string"}}, "docs": {"type": "array", "items": {"type": "string"}}, "favorite": {"type": "array", "items": {"type": "string"}}, "github": {"type": "array", "items": {"type": "string"}}, "go": {"type": "array", "items": {"type": "string"}}, "g... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "toptenpages-desc": {"type": "string"}}, "required": ["@metadata", "toptenpages-d... | {"@metadata" : {"authors" : ["Bencemac"]}, "toptenpages-desc" : "Legl\u00e1togatottabb oldalak mutat\u00e1sa"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "toptenpages-desc": {"type": "string"}}, "required": ["@metadata", "toptenpages-desc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1108090007", "district_id" : "1108090", "name" : "PALEUH BLANG"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "232722100001", "text" : "\u7e41\u8363\u793e\u533a"}, {"id" : "232722100002", "text" : "\u5854\u6797\u793e\u533a"}, {"id" : "232722100004", "text" : "\u65b0\u5efa\u793e\u533a"}, {"id" : "232722100005", "text" : "\u6797\u7f18\u793e\u533a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"exec": {"type": "string"}}, "required": ["exec"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"exec" : "push"} | json_instruct | {"type": "object", "properties": {"exec": {"type": "string"}}, "required": ["exec"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "attributes": {"type": "array", "items": {"type... | {"version" : 1, "tags" : [{"name" : "figure-carousel", "description" : "`figure-carousel`\n\nEvents:\n\n * `selection-changed` {`CustomEvent<this>`} - Fires when selection update, so that parent radio group can listen for it.\n\nAttributes:\n\n * `figures` {`any[]`} - \n\n * `itemData` {`any[]`} - \n\n * `selection... | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"ty... |
Based on the schema below, produce a valid JSON object:
{"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":... | {"body" : "On 2011-08-09 01:56:55 -0700, Lars O. Grobe said:\n\n\n>> \n>> So, I need an overture calculation. I think the easiest way to ensure a\n>> fairly complete ambient file is to generate small images. I could do six\n>> orthographics at maybe 200 pixels long-ways, or a trace a more\n>> comprehensive grid, or ...... | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "au... | {"name" : "mobizon/mobizon-php", "type" : "library", "description" : "A PHP library for communicating with the Mobizon API. Mobizon is a powerful SMS gateway and online marketing tools.", "keywords" : ["mobizon", "sms", "api", "gateway", "messaging", "A2P"], "homepage" : "https://mobizon.com/", "license" : "MIT", "auth... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["montreal-forced-aligner"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "null"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"typ... | {"card_title" : "Investidores Furtivos", "card_type" : "Action", "card_text" : "Jogar: Se o seu oponente tiver mais A do que voc\u00ea, ganhe 1A para cada chave que o seu oponente tiver forjado.", "traits" : null, "amber" : 1, "power" : null, "armor" : null, "rarity" : "Common", "flavor_text" : null, "card_number" : "2... | json_instruct | {"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "null"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "null"}, "card_numbe... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": ... | [{"id" : 2014, "gempId" : "4_90", "side" : "Light", "rarity" : "R", "set" : "4", "printings" : [{"set" : "4"}], "front" : {"title" : "\u2022Raithal", "imageUrl" : "https://res.starwarsccg.org/cards/Dagobah-Light/large/raithal.gif", "type" : "Location", "subType" : "System", "uniqueness" : "*", "destiny" : "0", "icons" ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s... |
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" : 404393755, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "6313167174d08085fd43337808845db2", "wof:id" : 404393755, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.0713279872906, 44.80382699658169, 0.11402719764741, 44.83288867942289]... | 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": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "replantation", "definition" : "The act of planting again; a replanting. [R.] Hallywell."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "note"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Netsec-docs", "tagline" : "", "body" : "### Welcome to Netsec-docs\r\nThis is just initial iteration.\r\n\r\n### Authors and Contributors\r\n@rbnmaia\r\n\r\n", "note" : "Don't delete this file! It's used internally to help with page regeneration."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "note"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "fa... | {"courseCode" : "GL4882D", "courseCredit" : "5", "description" : "Global corporations now shape public life in countries across the world. Besides influencing governments and international organizations, they also directly operate services which were once the domain of government. This module investigates corporations ... | json_instruct | {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"/js/site.js": {"type": "string"}, "/css/site.css": {"type": "string"}}, "required": ["/js/site.js", "/css/site.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/site.js" : "/js/site.js?id=e4b4581e30690c92346a", "/css/site.css" : "/css/site.css?id=e0173134afcc3fce7d9c"} | json_instruct | {"type": "object", "properties": {"/js/site.js": {"type": "string"}, "/css/site.css": {"type": "string"}}, "required": ["/js/site.js", "/css/site.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "string"}, "homepage": {"type": "string"}... | {"name" : "event-reduce-root", "description" : "State management based on reducing observable events into state", "version" : "1.0.0", "license" : "MIT", "private" : true, "author" : "Simon Oxtoby", "homepage" : "https://github.com/soxtoby/event-reduce", "repository" : {"type" : "git", "url" : "https://github.com/soxto... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "str... | {"author" : "Claudia Emerson", "classification" : "Elegy", "keywords" : ["Social Commentaries"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/171093", "region" : "U.S., Southern", "text" : ["One rusty horseshoe hangs on a nail", "above the door, still losing its luck,", "and a work-collar swings, ... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"9738": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9735": {"type": "object", "properties": {"nama": {"type": "string"}... | {"9738" : {"nama" : "AEK PAING", "dapil" : [12, 1202, 11206, 2121002]}, "9735" : {"nama" : "BINARAGA", "dapil" : [12, 1202, 11206, 2121002]}, "9734" : {"nama" : "CENDANA", "dapil" : [12, 1202, 11206, 2121002]}, "9733" : {"nama" : "KARTINI", "dapil" : [12, 1202, 11206, 2121002]}, "9737" : {"nama" : "PADANG BULAN", "dapi... | json_instruct | {"type": "object", "properties": {"9738": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9735": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["items"], "$schema": "http://json-schema.org/d... | {"items" : [{"name" : "Flour One", "url" : "https://www.amazon.co.uk/Bacheldre-Watermill-Organic-Stoneground-Unbleached/dp/B005FPY9U2/ref=pd_rhf_se_p_img_2?_encoding=UTF8&psc=1&refRID=KSDEFEA1PAPQFM6RE22A"}, {"name" : "Flour Two", "url" : "https://www.amazon.co.uk/Doves-ORGANIC-Wholemeal-Plain-Flour/dp/B00L62XHN8/ref=p... | json_instruct | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "accountId": {"type": "string"}, "network": {"type": "string"}, "amountReceived": {"type": "integer"}, "amountSent": {"type": "integer"}, "totalAmount": {"type": "integer"}, "totalFees": {"type": "inte... | {"id" : "977b4ba28fbf1a2e5876d1daa040400bff57a5e37cecacbe87c593c35186781f", "accountId" : "c5a8db54-9050-455d-8ce5-63f9acd54f2d", "network" : "TestNet", "amountReceived" : 0, "amountSent" : 58640, "totalAmount" : 99592, "totalFees" : 408, "isSend" : true, "isReceive" : false, "blockHeight" : 2163553, "blockhash" : "000... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "accountId": {"type": "string"}, "network": {"type": "string"}, "amountReceived": {"type": "integer"}, "amountSent": {"type": "integer"}, "totalAmount": {"type": "integer"}, "totalFees": {"type": "integer"}, "isSend": {"type": "boolean"}, "isReceive": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"core.filters.finder.enabled": {"type": "object", "properties": {"default": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "bold": {"type": "string"}}... | {"core.filters.finder.enabled" : {"default" : "1", "type" : "bool", "title" : "COM_AKEEBA_CONFIG_OPTIONALFILTERS_FINDER_ENABLED_TITLE", "description" : "COM_AKEEBA_CONFIG_OPTIONALFILTERS_FINDER_ENABLED_DESCRIPTION", "bold" : "1"}} | json_instruct | {"type": "object", "properties": {"core.filters.finder.enabled": {"type": "object", "properties": {"default": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "bold": {"type": "string"}}, "required": ["default", "type", "title", "description", "bold"]}}, "r... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"... | {"datestamp" : "2021-04-19", "nameWithOwner" : "twitter/chill", "name" : "chill", "commits" : 783, "forkCount" : 114, "issues" : 131, "openIssues" : 43, "closedIssues" : 88, "pullRequests" : 409, "openPullRequests" : 10, "mergedPullRequests" : 345, "closedPullRequests" : 54, "stargazers" : 564, "watchers" : 136} | json_instruct | {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"t... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {... | {"name" : "structures", "version" : "1.0.0", "description" : "typescript library for classic sequential data structures", "private" : true, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "webpack"}, "keywords" : [], "author" : "Guilherme Oliveira <coliveira.guilherme@gmail.com>", "licens... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "keywords": {"type": "arr... |
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" : "bloodmagic:block/dungeon_metal"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": [... | {"name" : "add-shallow", "version" : "0.2.2", "description" : "Create circleci node deploy for now and heroku", "repository" : {"type" : "git", "url" : "https://github.com/hanford/add-shallow.git"}, "homepage" : "https://github.com/hanford/add-shallow", "bugs" : "https://github.com/hanford/add-shallow/issues", "authors... | 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"]}, "homepage": {"type": "string"}, "bugs": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Frame": {"type": "array", "items": {"type": "object", "properties": {"NAME": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}, "score": {"type": "number"}}, "required": ["NAME", "x", "y", "score"]}}}, "requ... | {"Frame" : [{"NAME" : "NOSE", "x" : 432.4815979003906, "y" : 230.5254364013672, "score" : 0.9131791591644287}, {"NAME" : "LEFT_EYE", "x" : 443.0794372558594, "y" : 220.6071319580078, "score" : 0.9328297972679138}, {"NAME" : "RIGHT_EYE", "x" : 422.05657958984375, "y" : 220.33279418945312, "score" : 0.8742062449455261}, ... | json_instruct | {"type": "object", "properties": {"Frame": {"type": "array", "items": {"type": "object", "properties": {"NAME": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}, "score": {"type": "number"}}, "required": ["NAME", "x", "y", "score"]}}}, "required": ["Frame"], "$schema": "http://json-schema.org/draft-... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/materials/fumetalgreytile.matitem": {"type": "array", "items": {"type": "strin... | [{"DeniedAlternatives" : [], "Files" : {"items/materials/fumetalgreytile.matitem" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u5408\u91d1\u5730\u677f\u7816", "Eng" : "Alloy Floor Tile"}}, {"DeniedAlternatives" : [], "Files" : {"items/materials/fumetalgreytile.matitem" : ["/description"]}, "Texts" : {"Chs" : "\u575a\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/materials/fumetalgreytile.matitem": {"type": "array", "items": {"type": "string"}}}, "required": ["items/materials/fumetalgreytile.matitem"]}, "Texts": {"t... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Quan Nguyen"... | {"name" : "Swinet", "version" : "1.0.0", "license" : "MIT", "summary" : "Lightweight and Powerfull HTTP Networking in Swift", "homepage" : "https://github.com/dinhquan/Swinet", "authors" : {"Quan Nguyen" : "dinhquan191@gmail.com"}, "source" : {"git" : "https://github.com/dinhquan/Swinet.git", "tag" : "1.0.0"}, "platfor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Quan Nguyen": {"type": "string"}}, "required": ["Quan Nguyen"]}, "source": {"type": "ob... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "node_id": {"type": "string"}, "url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "hooks_url": {"type": "string"}, "... | {"login" : "jekyll", "id" : 3083652, "node_id" : "MDEyOk9yZ2FuaXphdGlvbjMwODM2NTI=", "url" : "https://api.github.com/orgs/jekyll", "repos_url" : "https://api.github.com/orgs/jekyll/repos", "events_url" : "https://api.github.com/orgs/jekyll/events", "hooks_url" : "https://api.github.com/orgs/jekyll/hooks", "issues_url" ... | json_instruct | {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "node_id": {"type": "string"}, "url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "hooks_url": {"type": "string"}, "issues_url": {"type": "string"}, "members_url": {"type": "string"}, "pu... |
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" : "conquest:block/old_green_6_way_flange"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"pg-patcher": {"type": "string"}}, "required": ["pg-patcher"]... | {"name" : "pg-patcher", "description" : "A Postgres patch helper for Postgres (using http://npmjs.com/pg).", "version" : "0.4.0", "main" : "pg-patcher.js", "bin" : {"pg-patcher" : "./bin/pg-patcher"}, "homepage" : "https://github.com/chilts/pg-patcher/", "repository" : {"type" : "git", "url" : "https://github.com/chilt... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"pg-patcher": {"type": "string"}}, "required": ["pg-patcher"]}, "homepage": {"type": "string"}, "repository": {"type": "obj... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"slug": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "scmId": {"type": "string"}, "state": {"type": "string"}, "statusMessage": {"type": "string"}, "forkable": {"type": "boolean"}... | {"slug" : "qa-resources", "id" : 2, "name" : "qa-resources", "scmId" : "git", "state" : "AVAILABLE", "statusMessage" : "Available", "forkable" : true, "project" : {"key" : "QA", "id" : 2, "name" : "QA", "description" : "QA", "public" : false, "type" : "NORMAL", "links" : {"self" : [{"href" : "http://localhost:7990/bitb... | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "scmId": {"type": "string"}, "state": {"type": "string"}, "statusMessage": {"type": "string"}, "forkable": {"type": "boolean"}, "project": {"type": "object", "properties": {"key": {"type": "string"}, "id... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Version": {"type": "integer"}, "SourceFileDate": {"type": "integer"}, "Flags": {"type": "array", "items": {"type": "string"}}}, "required": ["Version", "SourceFileDate", "Flags"], "$schema": "http://json-schema.org/... | {"Version" : 2, "SourceFileDate" : 132440518277989040, "Flags" : ["FL_BITMAP_COMPRESSION", "FL_BITMAP_MIPMAP"]} | json_instruct | {"type": "object", "properties": {"Version": {"type": "integer"}, "SourceFileDate": {"type": "integer"}, "Flags": {"type": "array", "items": {"type": "string"}}}, "required": ["Version", "SourceFileDate", "Flags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "buildersaddition:block/pillow/pillow_gray"} | 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": {"pci_databases_pattern_tab_title": {"type": "string"}, "pci_databases_indexes_tab_title": {"type": "string"}, "pci_databases_indexes_pattern_model": {"type": "string"}, "pci_databases_indexes_pattern_max_index": {"type": "strin... | {"pci_databases_pattern_tab_title" : "Modele", "pci_databases_indexes_tab_title" : "Indeksy", "pci_databases_indexes_pattern_model" : "Model", "pci_databases_indexes_pattern_max_index" : "Maksymalna liczba indeks\u00f3w", "pci_databases_indexes_pattern_add" : "Dodaj model", "pci_databases_indexes_index_name" : "Indeks"... | json_instruct | {"type": "object", "properties": {"pci_databases_pattern_tab_title": {"type": "string"}, "pci_databases_indexes_tab_title": {"type": "string"}, "pci_databases_indexes_pattern_model": {"type": "string"}, "pci_databases_indexes_pattern_max_index": {"type": "string"}, "pci_databases_indexes_pattern_add": {"type": "string"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "minimum_chrome_version": {"type": "string"}, "devtools_page": {"type": "string... | {"manifest_version" : 2, "name" : "Veggie Chrome Extension Dev Tool", "description" : "Veggie devtools extension for affecting dev server responses", "version" : "1.0", "minimum_chrome_version" : "10.0", "devtools_page" : "page.html", "browser_action" : {"default_popup" : "popup.html", "default_icon" : {"16" : "icons/d... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "minimum_chrome_version": {"type": "string"}, "devtools_page": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_popup":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "aya... | {"id" : 162, "surahNumber" : "002", "ayatNumber" : "155", "arabic" : "\u0648\u064e\u0644\u064e\u0646\u064e\u0628\u0652\u0644\u064f\u0648\u064e\u0646\u0651\u064e\u0643\u064f\u0645\u0652 \u0628\u0650\u0634\u064e\u064a\u0652\u0621\u064d \u0645\u0650\u0646\u064e \u0627\u0644\u0652\u062e\u064e\u0648\u0652\u0641\u0650 \u0648... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"options": {"type": "object", "properties": {"basic": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "use_venv": {"type": "boolean"}, "include_system_packages": {"type": "boolean"}},... | {"options" : {"basic" : {"packages" : ["docker.io", "unzip"], "use_venv" : false, "include_system_packages" : false}, "dcos-agent" : {}}, "includes" : ["layer:basic", "interface:dcos"], "is" : "dcos-agent"} | json_instruct | {"type": "object", "properties": {"options": {"type": "object", "properties": {"basic": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "use_venv": {"type": "boolean"}, "include_system_packages": {"type": "boolean"}}, "required": ["packages", "use_venv", "include_system_pac... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"**/*.js": {"type": "boolean"}, "**/*.js.*": {"type": "boolean"}, "**/dist/": {"type": "boolean"}, "**/bundle.js": {"type": "boolean"}, "**/*[.?]bundle.js": {"type": "boolean"}, ... | {"files.exclude" : {"**/*.js" : true, "**/*.js.*" : true, "**/dist/" : true, "**/bundle.js" : true, "**/*[.?]bundle.js" : true, "**/*[.?]worker.js" : true, "**/node_modules/**" : true}} | json_instruct | {"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"**/*.js": {"type": "boolean"}, "**/*.js.*": {"type": "boolean"}, "**/dist/": {"type": "boolean"}, "**/bundle.js": {"type": "boolean"}, "**/*[.?]bundle.js": {"type": "boolean"}, "**/*[.?]worker.js": {"type": "boolean"}, "**/node_module... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"ty... | {"lastUpdated" : 1655019279666, "username" : "Nayt", "scores" : [{"xp" : 5653, "rank" : 302, "cardId" : 276}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["360681101200", "\u4e30\u7530\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["360681101201", "\u6cb3\u6f6d\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["360681101202", "\u9f99\u77f3\u6751\u6c11\u59d4\u5458\u4f1a", "112", "0"], ["360681101203", "\u4e5d\u590f\u6751\u6c11\u59d4\u5458\u4f1a", "112", "0"], ["360681101204"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}... | {"version" : "6.6", "description" : "Real-time log monitoring made easy.", "homepage" : "https://www.logfusion.ca/", "license" : "Proprietary", "url" : "https://www.binaryfortress.com/Data/Download/?Package=logfusion&noinstall=1#/dl.7z", "hash" : "c41636c35a5f8766cfaf0fe65d1f7b432746566fd359d4b44a741b1c259eb474", "extr... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"@groupedBorderRadius": {"type": "string"}, "@bottomBorderRadius": {"type": "string"}, "@invertedBackground": {"type": "string"}, "@closeHoverOpacity": {"type": "string"}, "@nagHoverBackground": {"type": "string"}, ... | {"@groupedBorderRadius" : "$nag-grouped-border-radius", "@bottomBorderRadius" : "$nag-bottom-border-radius", "@invertedBackground" : "$nag-inverted-background", "@closeHoverOpacity" : "$nag-close-hover-opacity", "@nagHoverBackground" : "$nag-hover-background", "@topBorderRadius" : "$nag-top-border-radius", "@closeTrans... | json_instruct | {"type": "object", "properties": {"@groupedBorderRadius": {"type": "string"}, "@bottomBorderRadius": {"type": "string"}, "@invertedBackground": {"type": "string"}, "@closeHoverOpacity": {"type": "string"}, "@nagHoverBackground": {"type": "string"}, "@topBorderRadius": {"type": "string"}, "@closeTransition": {"type": "s... |
Create an example JSON object that satisfies this schema:
{"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"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[143.875, 45.916666666666664], [143.875, 46.0], [144.0, 46.0], [144.0, 45.916666666666664], [143.875, 45.916666666666664]]]}, "properties" : {"code" : 684377, "url" : "http://madefor.github.io/0410/api/v1/684377.geojson", "view" : "https://github.... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"an5.190:0.1": {"type": "string"}, "an5.190:0.2": {"type": "string"}, "an5.190:0.3": {"type": "string"}, "an5.190:1.1": {"type": "string"}, "an5.190:1.2": {"type": "string"}, "an5.190:1.3": {"type": "string"}, "an5... | {"an5.190:0.1" : "A\u1e45guttara Nik\u0101ya 5 ", "an5.190:0.2" : "19. Ara\u00f1\u00f1avagga ", "an5.190:0.3" : "190. Pattapi\u1e47\u1e0dikasutta ", "an5.190:1.1" : "\u201cPa\u00f1cime, bhikkhave, pattapi\u1e47\u1e0dik\u0101. ", "an5.190:1.2" : "Katame pa\u00f1ca? ", "an5.190:1.3" : "Mandatt\u0101 mom\u016bhatt\u0101 p... | json_instruct | {"type": "object", "properties": {"an5.190:0.1": {"type": "string"}, "an5.190:0.2": {"type": "string"}, "an5.190:0.3": {"type": "string"}, "an5.190:1.1": {"type": "string"}, "an5.190:1.2": {"type": "string"}, "an5.190:1.3": {"type": "string"}, "an5.190:1.4": {"type": "string"}, "an5.190:1.5": {"type": "string"}, "an5.1... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"... | {"code" : 8107011007, "parent" : 8107011, "name" : "LAHEMA", "latitude" : null, "longitude" : null, "postal" : [97595], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "titl... | {"created_at" : 1487614928, "tags" : ["Spring2017", "UNC"], "title" : "20 February // Lecture 11", "updated_at" : 1487619691, "uuid" : "CCF78CA5-36F0-4122-A552-27C4E23A1A0E"} | json_instruct | {"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$... | {"id" : "2007", "provinceId" : "33", "regencyId" : "03", "districtId" : "12", "name" : "Tamansari"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : ["usefulresources:iron_nether_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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "str... | {"short_name" : "CMS Operator", "name" : "Car Management System for the DUTMIT Driverless car", "icons" : [{"src" : "logo.png", "sizes" : "512x512", "type" : "image/png"}], "start_url" : ".", "display" : "standalone", "theme_color" : "#757e88", "background_color" : "#051b38"} | json_instruct | {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"project_slug": {"type": "string"}, "role_name": {"type": "string"}, "author_name": {"type": "string"}, "author_email": {"type": "string"}, "project_version": {"type": "string"}}, "required": ["project_slug", "role_... | {"project_slug" : "rolename", "role_name" : "{{ cookiecutter.project_slug }}", "author_name" : "Author Name", "author_email" : "author.name@example.com", "project_version" : "0.1.0.dev0"} | json_instruct | {"type": "object", "properties": {"project_slug": {"type": "string"}, "role_name": {"type": "string"}, "author_name": {"type": "string"}, "author_email": {"type": "string"}, "project_version": {"type": "string"}}, "required": ["project_slug", "role_name", "author_name", "author_email", "project_version"], "$schema": "h... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ganuonglachanh-sonic": {"type": "object", "properties": {"admin": {"type": "object", "properties": {"settings": {"type": "object", "properties": {"GNOptionsHeading": {"type": "string"}, "host": {"type": "string"}, "p... | {"ganuonglachanh-sonic" : {"admin" : {"settings" : {"GNOptionsHeading" : "Setting", "host" : "Host", "port" : "Port", "password" : "Password", "timeout" : "TimeOut", "locale" : "Locale"}}}} | json_instruct | {"type": "object", "properties": {"ganuonglachanh-sonic": {"type": "object", "properties": {"admin": {"type": "object", "properties": {"settings": {"type": "object", "properties": {"GNOptionsHeading": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}, "password": {"type": "string"}, "timeout": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-74.065679, 40.928515], [-74.057229, 40.949467], [-74.058706, 40.956458], [-74.05713, 40.956603], [-74.042814, 40.952739], [-74.045806, 40.945426], [-74.038844, 40.943689], [-74.040323, 40.940901], [-74.044991, 40.936596]... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"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": ... | {"derivation" : "or \u05de\u05b6\u05d1\u05bc\u05b8\u05d8; from H5027 (\u05e0\u05b8\u05d1\u05b7\u05d8);", "pron" : "mab-bawt'", "outline" : "<ol><li> expectation, object of hope or confidence</li></ol>", "kjv_def" : "expectation.", "lemma" : "\u05de\u05b7\u05d1\u05bc\u05b8\u05d8", "frequency" : 3, "strongs_def" : "somet... | 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", ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"@types/codemirror": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type... | {"requires" : true, "lockfileVersion" : 1, "dependencies" : {"@types/codemirror" : {"version" : "0.0.61", "resolved" : "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.61.tgz", "integrity" : "sha512-LGqLfMyT2RKvo3JHQn7MTZ2uoMKuTFhRZ0MYR0YD3H/sZ81jOjBw8fzJ/6FXHSALXgGuoiZN7FH1Bx6PARdkBQ=="}, "codemirror" : ... | json_instruct | {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"@types/codemirror": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "... | {"id" : 404381083, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "3827bd1e92aabf2b6a9f80259e5f56dd", "wof:id" : 404381083, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [9.33427656875524, 42.27124209307467, 9.37970918511341, 42.32943236687372... | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": ... | {"topic" : "another water question", "category" : "radiance-general", "attachments" : [], "created_by_name" : "Nicholas Lander", "created_at" : "May 25, 2006 at 09:13AM", "body" : "Hi All,\n\n\n\n\n\n\nI\u0092ve looked through the archives regarding modelling\nwater, but the posts seem to be concerned with making\nsome... | json_instruct | {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["to... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite... | {"ast" : null, "code" : "var _jsxFileName = \"C:\\\\Users\\\\feder\\\\dashboard-Grupo7SEM\\\\src\\\\components\\\\Logo.js\";\nimport PropTypes from 'prop-types'; // material\n\nimport { Box } from '@mui/material'; // ----------------------------------------------------------------------\n\nimport { jsxDEV as _jsxDEV } ... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
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" : ["Smelterville, ID"], "state" : "ID", "postal_code" : "83868", "locality" : "Smelterville, ID", "lat" : 47.555855, "region" : {"fips" : "16", "abbr" : "ID", "name" : "Idaho"}, "city" : "Smelterville", "type" : "STANDARD", "lng" : -116.174929, "counties" : [{"fips" : "079", "name" : "Shoshone County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "embellishcraft:block/orange_tiles"} | 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": {"taskbarEntries": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "string"}}, "required": ["title", "image"]}}}, "required": ["taskbarEntries"], "$schema": "http://jso... | {"taskbarEntries" : [{"title" : "Microsoft Edge", "image" : "edge.png"}, {"title" : "Groove Music", "image" : "groove.png"}]} | json_instruct | {"type": "object", "properties": {"taskbarEntries": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "string"}}, "required": ["title", "image"]}}}, "required": ["taskbarEntries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["url"... | {"url" : "https://www.who.int/csr/don/2009_06_08/en/", "date_of_publication" : "2009-06-08", "headline" : "Influenza A(H1N1) - update 45", "main_text" : "As of 06:00 GMT, 8 June 2009, 73 countries have officially reported 25,288 cases of influenza A(H1N1) infection, including 139 deaths. The breakdown of the number of ... | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "date_of_publication", "headline", "main_text", "key_terms"], "$schem... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft... | {"index" : 4635, "redacted" : false, "hash" : 1305036524, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"formly.js": {"type": "string"}, "formly.min.js": {"type": "string"}}, "required": ["formly.js", "formly.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"formly.js" : "sha256-hLXoGXjaZWIvv7K57bJ4vL2qStf3C1H8P7ft9VE62tA=", "formly.min.js" : "sha256-5tJe17ilhLnwFaq2GEZOBjniPaFwfxtO62Qk2DlHq+E="} | json_instruct | {"type": "object", "properties": {"formly.js": {"type": "string"}, "formly.min.js": {"type": "string"}}, "required": ["formly.js", "formly.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type... | {"geometry" : {"type" : "Point", "coordinates" : [-98.35, 35.49]}, "type" : "Feature", "id" : "73047", "properties" : {"other_cities" : "Bridgeport", "city" : "Hinton", "state" : "OK", "county" : ""}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
Generate a valid JSON object that conforms to the following schema:
{"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": "i... | {"author" : {"id" : "t2_1xf4pssa", "name" : "NorthwesternGuy"}, "date" : {"day" : 1564099200, "full" : 1564102610, "month" : 1561939200, "week" : 1563667200}, "id" : "t3_chw5a9", "picture" : {"filesize" : 64873, "fullUrl" : "https://preview.redd.it/wmcgljhjqjc31.jpg?auto=webp&s=d953b29ce3c82777ce7c6521facc43dbed56ae97"... | 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"}},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "str... | {"required" : true, "package" : "net.fabricmc.fabric.mixin.network", "compatibilityLevel" : "JAVA_8", "mixins" : ["MixinCustomPayloadC2SPacket", "MixinCustomPayloadS2CPacket", "MixinPlayerManager", "MixinServerPlayNetworkHandler"], "client" : ["MixinClientPlayNetworkHandler", "MixinMinecraftClient"], "injectors" : {"de... | json_instruct | {"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeCo... | {"_id" : "55ee5e44d9b509600d5ec2fd", "index" : 1028, "guid" : "c7f2d39d-da27-482f-b9a8-48071321c089", "isActive" : false, "balance" : "$56,493.31", "picture" : "http://placehold.it/32x32", "age" : 43, "eyeColor" : "blue", "name" : "Dionne Pearson", "gender" : "female", "company" : "QUILK", "email" : "dionnepearson@quil... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"web": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"}}, "required": [".read", ".write"]}, "multivocal": {"type": "object", "properties": ... | {"rules" : {"web" : {".read" : true, ".write" : false}, "multivocal" : {".read" : false, ".write" : false}, "user" : {".read" : false, ".write" : false}}} | json_instruct | {"type": "object", "properties": {"rules": {"type": "object", "properties": {"web": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"}}, "required": [".read", ".write"]}, "multivocal": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "str... | {"name" : "@pkgr/es-modules", "version" : "0.6.0", "type" : "module", "description" : "Union collections of es modules mappings for pkgs without or with incorrect `module` field", "repository" : "git+https://github.com/rx-ts/pkgr.git", "homepage" : "https://github.com/rx-ts/pkgr/blob/master/packages/es-modules", "autho... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "module":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "/Users/kdh/.local/share/virtualenvs/rookie-R0BAlKRd/bin/python"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc... | [{"year" : 1980, "sex" : "F", "n" : 6, "prop" : 3.37e-06}, {"year" : 1981, "sex" : "F", "n" : 6, "prop" : 3.36e-06}, {"year" : 1988, "sex" : "F", "n" : 5, "prop" : 2.6e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"IamFleetRole": {"type": "string"}, "AllocationStrategy": {"type": "string"}, "TargetCapacity": {"type": "integer"}, "SpotPrice": {"type": "string"}, "ValidFrom": {"type": "string"}, "ValidUntil": {"type": "string"}, "TerminateIn... | {"IamFleetRole" : "arn:aws:iam::385009899373:role/aws-ec2-spot-fleet-tagging-role", "AllocationStrategy" : "lowestPrice", "TargetCapacity" : 3, "SpotPrice" : "0.08", "ValidFrom" : "2018-01-15T18:27:00Z", "ValidUntil" : "2019-01-15T18:27:00Z", "TerminateInstancesWithExpiration" : true, "LaunchSpecifications" : [{"ImageI... | json_instruct | {"type": "object", "properties": {"IamFleetRole": {"type": "string"}, "AllocationStrategy": {"type": "string"}, "TargetCapacity": {"type": "integer"}, "SpotPrice": {"type": "string"}, "ValidFrom": {"type": "string"}, "ValidUntil": {"type": "string"}, "TerminateInstancesWithExpiration": {"type": "boolean"}, "LaunchSpeci... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"strokes": {"type": "array", "items": {"type": "string"}}, "medians": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["strokes", "medians"], "$sch... | {"strokes" : ["M 441 644 Q 484 599 529 546 Q 542 530 558 529 Q 570 528 577 541 Q 584 556 579 588 Q 572 639 443 695 Q 427 701 420 699 Q 414 696 414 682 Q 417 670 441 644 Z", "M 403 190 Q 390 187 391 169 Q 404 88 436 70 Q 442 63 453 64 Q 462 65 464 91 Q 471 133 591 395 Q 600 411 599 418 Q 598 428 589 422 Q 579 416 447 23... | json_instruct | {"type": "object", "properties": {"strokes": {"type": "array", "items": {"type": "string"}}, "medians": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["strokes", "medians"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Day of the year": {"type": "string"}, "Person": {"type": "string"}, "Notable for": {"type": "string"}, "Year": {"type": "string"}, "Accomplishment": {"type": "string"}, "Web Reference": {"type": "string"}}, "required": ["Da... | {"Day of the year" : "February 18", "Person" : "Alessandro Volta", "Notable for" : "Physicist, Chemist, Electricity pioneer", "Year" : "1745", "Accomplishment" : "Electrical Voltage", "Web Reference" : "wikipedia.org/wiki/Alessandro_Volta"} | json_instruct | {"type": "object", "properties": {"Day of the year": {"type": "string"}, "Person": {"type": "string"}, "Notable for": {"type": "string"}, "Year": {"type": "string"}, "Accomplishment": {"type": "string"}, "Web Reference": {"type": "string"}}, "required": ["Day of the year", "Person", "Notable for", "Year", "Accomplishme... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"cda_ip_ip_definition": {"type": "string"}, "cda_ip_permission_definition": {"type": "string"}, "cda_ip_add_button_text": {"type": "string"}, "cda_ip_delete_button_text": {"type": "string"}, "cda_ip_table_col_netwo... | {"cda_ip_ip_definition" : "U kunt uw IP Access Control lijst hier cre\u00ebren. ", "cda_ip_permission_definition" : "Uw Cloud Disk Array cluster staat dergelijk netwerkverkeer alleen toe als het overeenkomt met aangemaakte Access Controls. ", "cda_ip_add_button_text" : "IP Access Control toevoegen", "cda_ip_delete_butt... | json_instruct | {"type": "object", "properties": {"cda_ip_ip_definition": {"type": "string"}, "cda_ip_permission_definition": {"type": "string"}, "cda_ip_add_button_text": {"type": "string"}, "cda_ip_delete_button_text": {"type": "string"}, "cda_ip_table_col_network": {"type": "string"}, "cda_ip_table_col_actions": {"type": "string"},... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "country": {"type": "string"}, "domains": {"type": "array", "items": {"type": "string"}}, "homeassistant": {"type": "string"}}, "required": ["name", "country", "domains", "homeassistant"],... | {"name" : "Hue remotes advanced", "country" : "UK", "domains" : ["remote"], "homeassistant" : "0.106.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "country": {"type": "string"}, "domains": {"type": "array", "items": {"type": "string"}}, "homeassistant": {"type": "string"}}, "required": ["name", "country", "domains", "homeassistant"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array"... | {"name" : "emw$a", "fields" : [{"name" : "n", "descriptor" : "Ldzm;"}], "methods" : [{"name" : "<init>", "descriptor" : "(Ldzm;Ladp;)V"}, {"name" : "r", "descriptor" : "()V"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"versions": {"type": "object", "properties": {"libasync": {"type": "string"}, "mysql-native": {"type": "string"}, "memutils": {"type": "string"}, "cheetah": {"type": "string"}, "openssl": {"type": "string"}, "vibe-d... | {"versions" : {"libasync" : "0.7.9", "mysql-native" : "0.1.6", "memutils" : "0.4.7", "cheetah" : "0.2.4", "openssl" : "1.1.4+1.0.1g", "vibe-d" : "0.7.29", "libevent" : "2.0.1+2.0.16"}, "fileVersion" : 1} | json_instruct | {"type": "object", "properties": {"versions": {"type": "object", "properties": {"libasync": {"type": "string"}, "mysql-native": {"type": "string"}, "memutils": {"type": "string"}, "cheetah": {"type": "string"}, "openssl": {"type": "string"}, "vibe-d": {"type": "string"}, "libevent": {"type": "string"}}, "required": ["l... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"cdnJs": {"type": "string"}, "cdnCss": {"type": "string"}, "cdnImg": {"type": "string"}, "ApiData": {"type": "object", "properties": {"SiteProto": {"type": "string"}, "ApiOrigin": {"type": "string"}, "WsPrefix": {"... | {"cdnJs" : "/js", "cdnCss" : "/css", "cdnImg" : "img", "ApiData" : {"SiteProto" : "http://", "ApiOrigin" : "http://127.0.0.1:9998", "WsPrefix" : "ws://127.0.0.1:9998", "CtrlUrl" : "ws://127.0.0.1:9998/mws/ctrl", "SignalingUrl" : "ws://127.0.0.1:9998/mws/signaling", "ProxyAuthServer" : "http://127.0.0.1:9997"}} | json_instruct | {"type": "object", "properties": {"cdnJs": {"type": "string"}, "cdnCss": {"type": "string"}, "cdnImg": {"type": "string"}, "ApiData": {"type": "object", "properties": {"SiteProto": {"type": "string"}, "ApiOrigin": {"type": "string"}, "WsPrefix": {"type": "string"}, "CtrlUrl": {"type": "string"}, "SignalingUrl": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string... | {"ip" : "195.154.120.103", "country_code" : "FR", "country_name" : "France", "region_code" : "IDF", "region_name" : "\u00cele-de-France", "city" : "Lognes", "zip_code" : "77185", "time_zone" : "Europe/Paris", "latitude" : 48.8387, "longitude" : 2.634, "metro_code" : 0} | json_instruct | {"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "num... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025985": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties"... | {"type" : "Topology", "objects" : {"E01025985" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00131866", "LAD11CD" : "E07000135"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025985": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "childed", "definition" : "Furnished with a child. [Obs.]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"2014/2015": {"type": "object", "properties": {"1": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}}, "required": ["start"]}, "2": {"type": "object", "properties": {"st... | {"2014/2015" : {"1" : {"start" : [2014, 7, 11]}, "2" : {"start" : [2015, 0, 12]}}, "2015/2016" : {"1" : {"start" : [2015, 7, 10]}, "2" : {"start" : [2016, 0, 11]}}} | json_instruct | {"type": "object", "properties": {"2014/2015": {"type": "object", "properties": {"1": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}}, "required": ["start"]}, "2": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}}, "required": ["start... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"silvershop/c... | {"name" : "silvershop/comparison", "description" : "Submodule for SilverShop which allows you to compare products in a table.", "type" : "silverstripe-vendormodule", "keywords" : ["silverstripe", "ecommerce", "shop", "silvershop", "comparison", "compare", "products"], "require" : {"silvershop/core" : "^3"}, "authors" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"silvershop/core": {"type": "string"}}, "required": ["silvershop/core"]}, "authors": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"t... | {"name" : "", "version" : "", "description" : "", "author" : "", "license" : "", "engines" : {"node" : ">=6.13.0"}, "scripts" : {"build" : "webpack -d"}, "dependencies" : {"@babel/core" : "^7.5.5", "@babel/preset-env" : "^7.5.5", "@babel/preset-react" : "^7.0.0", "aws-sdk" : "^2.524.0", "babel-loader" : "^8.0.6", "cors... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "pro... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "i... | {"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=6115", "name" : "THE STEPHEN SCHOOL FOR THE DEAF & APHASIC", "primaryEmail" : "stephenhsdf@gmail.com", "website" : "http://www.stephenhighschoolfordeaf.org", "organisationType" : ["Direct Service", "Network", "Support"], "telephone" : ... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"t... |
Please provide a valid JSON object following this schema:
{"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": {"error... | {"contract" : "0x41c0542f41251d6d81526ed2dbc8f0008b13fe48", "tool" : "oyente", "start" : 1563226958.04545, "end" : 1563226980.1557183, "duration" : 22.110268354415894, "analysis" : [{"errors" : [{"line" : 225, "column" : 16, "level" : "Warning", "message" : "Integer Underflow."}, {"line" : 198, "column" : 21, "level" :... | 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": {"type": "object", "properti... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.