input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": ... | {"description" : "freetype: image/color gofix.", "cc" : ["r@golang.org", "rsc@golang.org", "golang-dev@googlegroups.com"], "reviewers" : [], "messages" : [{"sender" : "nigeltao@golang.org", "recipients" : ["nigeltao@golang.org", "r@golang.org", "golang-dev@googlegroups.com", "reply@codereview.appspotmail.com"], "text" ... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"jw": {"type": "string"}, "jwc": {"type": "string"}, "jwl": {"type": "string"}, "jwt": {"type": "string"}}, "required": ["jw", "jwc", "jwl", "jwt"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jw" : "abbr. \u6c34\u5957\uff08jacket of water\uff09", "jwc" : "abbr. junction wire connector \u6c47\u63a5\u7ebf\u8fde\u63a5\u5668", "jwl" : "abbr. jewel \u5b9d\u77f3; jeweler \u5b9d\u77f3\u5546", "jwt" : "abbr. J Walter Thompson (advertising agency) J\u00b7\u534e\u5c14\u7279\u00b7\u6c64\u666e\u68ee\uff08\u5e7f\u544a... | json_instruct | {"type": "object", "properties": {"jw": {"type": "string"}, "jwc": {"type": "string"}, "jwl": {"type": "string"}, "jwt": {"type": "string"}}, "required": ["jw", "jwc", "jwl", "jwt"], "$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"}, "block": {"type": "string"}, "fluid": {"type": "string"}, "amount": {"type": "integer"}, "result": {"type": "string"}}, "required": ["type", "block", "fluid", "amount", "result"], "... | {"type" : "fabricaeexnihilo:leaking", "block" : "minecraft:cobblestone", "fluid" : "minecraft:water", "amount" : 8100, "result" : "minecraft:mossy_cobblestone"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "block": {"type": "string"}, "fluid": {"type": "string"}, "amount": {"type": "integer"}, "result": {"type": "string"}}, "required": ["type", "block", "fluid", "amount", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "object", "properties": {"connector.class": {"type": "string"}, "tasks.max": {"type": "string"}, "topics": {"type": "string"}, "mongodb.connection.uri": {"type": "s... | {"name" : "mongodb-sink", "config" : {"connector.class" : "at.grahsl.kafka.connect.mongodb.MongoDbSinkConnector", "tasks.max" : "1", "topics" : "final_ddd_aggregates", "mongodb.connection.uri" : "mongodb://mongodb:27017/inventory?w=1&journal=true", "mongodb.collection" : "customers_with_addresses", "mongodb.document.id... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "object", "properties": {"connector.class": {"type": "string"}, "tasks.max": {"type": "string"}, "topics": {"type": "string"}, "mongodb.connection.uri": {"type": "string"}, "mongodb.collection": {"type": "string"}, "mongodb.document.id.str... |
Create a JSON structure that matches this 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"}, "wof:id": {"type... | {"id" : 85874171, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "cde53cc8f02e85ce4b670c7473a8cc82", "wof:id" : 85874171, "wof:repo" : "whosonfirst-data-admin-ca"}, "bbox" : [-80.49407958981664, 43.44893104712682, -80.48721313479979, 43.454912705587... | 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": {"rename": {"type": "string"}, "replace": {"type": "string"}}, "required": ["rename", "replace"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rename" : "Zmie\u0144 nazw\u0119", "replace" : "Zast\u0105p"} | json_instruct | {"type": "object", "properties": {"rename": {"type": "string"}, "replace": {"type": "string"}}, "required": ["rename", "replace"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3276030", "regency_id" : "3276", "name" : "SUKMA JAYA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "extensions": {"type": "array", "items": {"type": "string"}}, "tmScope": {"type": "string"}, "aceMode": {"type": "string"}, "languageId": {"type": "integer"}}, ... | {"name" : "Scilab", "type" : "programming", "extensions" : [".sci", ".sce", ".tst"], "tmScope" : "source.scilab", "aceMode" : "text", "languageId" : 344} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "extensions": {"type": "array", "items": {"type": "string"}}, "tmScope": {"type": "string"}, "aceMode": {"type": "string"}, "languageId": {"type": "integer"}}, "required": ["name", "type", "extensions", "tmScope", "aceMode", "lang... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"best_epoch": {"type": "integer"}, "peak_cpu_memory_MB": {"type": "number"}, "peak_gpu_0_memory_MB": {"type": "integer"}, "training_duration": {"type": "string"}, "training_start_epoch": {"type": "integer"}, "training_epochs": ... | {"best_epoch" : 111, "peak_cpu_memory_MB" : 2750.124, "peak_gpu_0_memory_MB" : 962, "training_duration" : "4:02:57.855406", "training_start_epoch" : 0, "training_epochs" : 112, "epoch" : 112, "training_loss" : 1.4015113062407139, "training_cpu_memory_MB" : 2750.124, "training_gpu_0_memory_MB" : 961, "validation_loss" :... | json_instruct | {"type": "object", "properties": {"best_epoch": {"type": "integer"}, "peak_cpu_memory_MB": {"type": "number"}, "peak_gpu_0_memory_MB": {"type": "integer"}, "training_duration": {"type": "string"}, "training_start_epoch": {"type": "integer"}, "training_epochs": {"type": "integer"}, "epoch": {"type": "integer"}, "trainin... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "logoUR... | {"name" : "Plowz and Mowz Token", "symbol" : "PANDM", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/9P9DouJzKg71PR45NjxQJcArJkpz9xfyyeDxRwVPkL9a/logo.png", "decimals" : 0, "address" : "9P9DouJzKg71PR45NjxQJcArJkpz9xfyyeDxRwVPkL9a", "chainId" : 101} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId"], "$schema": "http://json... |
Please provide a valid JSON object following this schema:
{"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" : "7205160004", "district_id" : "7205160", "name" : "SAMALILI"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "... | {"nom" : "Chantelouve", "circ" : "4\u00e8me circonscription", "dpt" : "Is\u00e8re", "inscrits" : 102, "abs" : 49, "votants" : 53, "blancs" : 2, "nuls" : 0, "exp" : 51, "res" : [{"nuance" : "SOC", "nom" : "Mme Marie-No\u00eblle BATTISTEL", "voix" : 42}, {"nuance" : "REM", "nom" : "M. Fabrice HUGEL\u00c9", "voix" : 9}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"apartDong": {"type": "string"}, "dealDay": {"type": "string"}, "apartName": {"type": "string"}, "apartAddress": {"type": "string"}, "dealYear": {"type": "string"}, "dealFloor": {"type": "string"}, "a... | [{"apartDong" : "\uccad\ub77c\ub3d9", "dealDay" : "03", "apartName" : "\uccad\ub77c SK VIEW", "apartAddress" : "103-16", "dealYear" : "2020", "dealFloor" : "7", "apartCreatedYear" : "2011", "dealUpdated" : "2020-07-11", "apartSize" : "114.3812", "apartCityCode" : "28260", "id" : 92368, "dealMoney" : "65,000", "dealMont... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"apartDong": {"type": "string"}, "dealDay": {"type": "string"}, "apartName": {"type": "string"}, "apartAddress": {"type": "string"}, "dealYear": {"type": "string"}, "dealFloor": {"type": "string"}, "apartCreatedYear": {"type": "string"}, "dealUpdated": {"type... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstal... | {"name" : "react-native-quilljs", "version" : "1.0.0", "description" : "React Native Quill Rich Text Editor Wrapper", "main" : "./index.tsx", "scripts" : {"postinstall" : "cp './assets/quill.html' '../../android/app/src/main/assets/'"}, "homepage" : "https://github.com/swiftpipe/react-native-quilljs", "repository" : "g... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "homepage": {"type": "string"}, "repository": {"type"... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJeni... | [{"namaKab" : "GIANYAR", "originalFilename" : "BAGIARTA.jpeg", "namaPartai" : "Partai Solidaritas Indonesia", "id" : 163840, "noUrut" : 1, "nama" : "I MADE BAGIARTA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "GIANYAR", "originalFilename" : "WhatsApp Image 2018-08-09 at 11.30.03.jpeg", "namaPartai" : "Partai So... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Generate sample JSON data that conforms to the following 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" : "3511170013", "district_id" : "3511170", "name" : "PELALANGAN"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"hospitals": {"type": "array", "items": {"type": "string"}}, "employees": {"type": "array", "items": {"type": "string"}}, "assignments": {"type": "array", "items": {"type": "string"}}, "wards": {"type": "array", "ite... | {"hospitals" : ["id", "name", "location", "address", "contact_email"], "employees" : ["id", "first_name", "last_name", "gender", "birth_name", "job_title", "qualifications", "#hospital_id"], "assignments" : ["start_name", "end_date", "#employee_id", "#ward_id"], "wards" : ["id", "name", "location", "description"]} | json_instruct | {"type": "object", "properties": {"hospitals": {"type": "array", "items": {"type": "string"}}, "employees": {"type": "array", "items": {"type": "string"}}, "assignments": {"type": "array", "items": {"type": "string"}}, "wards": {"type": "array", "items": {"type": "string"}}}, "required": ["hospitals", "employees", "ass... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900742490": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900742491": {"type": "object", "properties": {"nama": {"t... | {"900742490" : {"nama" : "TPS 1", "dapil" : [7401, 17403, 2741302]}, "900742491" : {"nama" : "TPS 2", "dapil" : [7401, 17403, 2741302]}, "900742492" : {"nama" : "TPS 3", "dapil" : [7401, 17403, 2741302]}} | json_instruct | {"type": "object", "properties": {"900742490": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900742491": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i... | {"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease 8 muffin cups or line with paper liners.", "Beat eggs together in a large bowl. Mix ham, bell pepper, onion, salt, black pepper, and water into the beaten eggs. Pour egg mixture evenly into prepared muffin cups.", "Bake in the preheated oven until ... | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "r... | {"text" : "", "historical" : "Legislative History of Laws\n\nFor history of Law 18-378, see notes under \u00a7 29-101.01.\n\nDC CODE \u00a7 29-313.06\n\nCurrent through December 11, 2012", "credits" : "(July 2, 2011, D.C. Law 18-378, \u00a7 2, 58 DCR 1720.)", "sections" : [{"prefix" : "a", "text" : " Whenever notice is... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "objec... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "s... | {"name" : "elwinar/minit", "description" : "Minimal Inheritance Templating engine for Laravel 5", "license" : "Public", "authors" : [{"name" : "Romain Baugue", "email" : "romain.baugue@elwinar.com"}], "require" : {"laravel/framework" : "5.*"}, "autoload" : {"psr-4" : {"Minit\\" : "src/"}, "files" : ["src/helper.php"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object",... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "requir... | {"index" : 9737, "hash" : 3548293037, "artDyeHash" : 3548293037, "redacted" : false, "dyeManifestHash" : 2170014125, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "... | {"place_name" : "Tullos", "state_name" : "Louisiana", "state_abbrv" : "LA", "lat" : "31.8569", "long" : "-92.374"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["cont... | {"contract" : "0x439ce375e3ee4dc203d71958beca3c0f417d65cb", "tool" : "solhint", "start" : 1563206340.4087026, "end" : 1563206357.0270104, "duration" : 16.6183078289032, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId"... | {"id" : "2014", "provinceId" : "11", "regencyId" : "03", "districtId" : "07", "name" : "Bangka Rimung"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "unit... | [{"subject" : "SOCI", "catalog_nbr" : 274, "section" : 1, "class_nbr" : 7793, "title" : "SOCIAL & ECON JUSTICE", "component" : "Lecture", "units" : 3, "bldg" : "Bingham", "room" : "0103", "days" : "TuTh", "time" : "15", "instructor" : "Gaby,Sarah Nicole", "load" : "100", "rank" : "INST", "attributes" : ["PH"], "enrl_ca... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array"... | {"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[1.669802, 52.532488], [1.669882, 52.532107], [1.668967, 52.532009], [1.668941, 52.532148], [1.668963, 52.53219], [1.66893, 52.532198], [1.668911, 52.532387], [1.669802, 52.532488]]]]}, "properties" : {"geometry" : "MULTIPOLYGON (((1.669802 ... | 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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type"... | {"origin" : "http://wallbase.cc/wallpaper/179710", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-179710.jpg", "views" : 13272, "x_resolution" : 1280, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 800, "colors" : ["#525268", "#8c6f5a", "#110b0d", "#baa49a", "#d9cac3"], "comments" : [""]... | json_instruct | {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$... | {"url" : "https://www.nasdaq.com/article/sec-is-making-big-changes-to-rollover-regulations-cm1206588", "title" : "SEC is Making Big Changes to Rollover Regulations - Nasdaq.com", "text" : ["(New York)", "Rollovers are one of the most important and hotly contested areas of forthcoming regulation. The mostly defunct DOL ... | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": ... | {"name" : "auth", "version" : "1.0.0", "description" : "Authentication", "main" : "server.js", "scripts" : {"test" : "jest --watchAll", "dev" : "nodemon server"}, "jest" : {"testEnvironment" : "node", "collectCoverage" : true}, "author" : "Hamza Joshan", "license" : "MIT", "dependencies" : {"bcrypt" : "^5.0.0", "bcrypt... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "dev"]}, "jest": {"type": "object", "prope... |
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" : "Thegamermammoth", "scores" : [{"xp" : 9690, "rank" : 270, "cardId" : 563}, {"xp" : 4231, "rank" : 472, "cardId" : 617}, {"xp" : 141724, "rank" : 67, "cardId" : 401}, {"xp" : 3481, "rank" : 385, "cardId" : 618}, {"xp" : 2486, "rank" : 298, "cardId" : 619}, {"xp" : 2976, "ran... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-0... | {"id" : "http://data.doremus.org/performance/5bcb2e41-5f3d-3f6d-bd52-98e0738ab60d", "expression" : [{"id" : "http://data.doremus.org/expression/48454e36-63a6-34a4-961b-0854c229e9b4"}, {"id" : "http://data.doremus.org/expression/989df0c8-36ae-3413-9bb1-526f114e9d4a"}, {"id" : "http://data.doremus.org/expression/fc3907a9... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "num... | {"artist_id" : "AR9YMEH1187FB4B8E3", "artist_latitude" : 42.33168, "artist_location" : "Detroit, MI", "artist_longitude" : -83.04792, "artist_name" : "Slim Gaillard", "duration" : 251.27138, "num_songs" : 1, "song_id" : "SOHTNYE12A58A7CFD5", "title" : "Poppity Pop", "year" : 0} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "ti... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"@timestamp": {"type": "string"}, "beat": {"type": "object", "properties": {"hostname": {"type": "string"}, "name": {"type": "string"}}, "required": ["hostname", "name"]}, "metricset": {"type": "object", "prop... | {"@timestamp" : "2016-05-23T08:05:34.853Z", "beat" : {"hostname" : "host.example.com", "name" : "host.example.com"}, "metricset" : {"host" : "localhost", "module" : "redis", "name" : "keyspace", "rtt" : 115}, "redis" : {"keyspace" : {"avg_ttl" : 0, "expires" : 0, "id" : "db0", "keys" : 1}}, "type" : "metricsets"} | json_instruct | {"type": "object", "properties": {"@timestamp": {"type": "string"}, "beat": {"type": "object", "properties": {"hostname": {"type": "string"}, "name": {"type": "string"}}, "required": ["hostname", "name"]}, "metricset": {"type": "object", "properties": {"host": {"type": "string"}, "module": {"type": "string"}, "name": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["composer", "eslint-friendly-formatter", "file-entry-cache", "gulp-fancy-meta", "liquid-to-handlebars", "micromatch", "strawberry"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "version": {"type": "string"}, "html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "roll20userid": {"type": "string"}, "preview": {"type": "string"}, "i... | {"title" : "Level Up: Advanced 5TH Edition", "version" : "1.0", "html" : "levelup.html", "css" : "levelup.css", "authors" : "PaulV", "roll20userid" : "84040", "preview" : "levelup.PNG", "instructions" : "Character sheet for [LevelUp5e](https://www.levelup5e.com) for more information click here https://wiki.roll20.net/L... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "version": {"type": "string"}, "html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "roll20userid": {"type": "string"}, "preview": {"type": "string"}, "instructions": {"type": "string"}, "legacy": {"type": "boolean"}}, "requ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema... | {"variants" : {"" : {"model" : "silentgems:block/iolite_bricks"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "421023107001", "text" : "\u7a0b\u96c6\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "421023107200", "text" : "\u5ed6\u738b\u6751\u59d4\u4f1a"}, {"id" : "421023107203", "text" : "\u7530\u6708\u6751\u59d4\u4f1a"}, {"id" : "421023107204", "text" : "\u5824\u5934\u6751\u59d4\u4f1a"}, {"id" : "421023107205", "text" : "\... | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "req... | {"name" : "babylonexample", "version" : "1.0.0", "description" : "babylonExample", "main" : "index.js", "scripts" : {"dev" : "babel-node *.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["babel", "babylon"], "author" : "lixiang", "license" : "MIT", "devDependencies" : {"babel-cli" : "^6.26.0... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]}, "keywords": {"type": "array", "it... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title"... | {"data" : {"site" : {"siteMetadata" : {"title" : "A Blog", "author" : "Scott Williams"}}, "markdownRemark" : {"id" : "55278126-46b5-5bb9-9448-20ce1147c894", "excerpt" : "", "html" : "<div><div><div><div><div>There's lots to love about Wufoo's UI. Their writing style is laid back, but still designed well; it just makes ... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}}, "required": ["siteMetadata"]}, "markdownRemark": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"20220114": {"type": "object", "properties": {"price": {"type": "number"}}, "required": ["price"]}}, "required": ["20220114"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"20220114" : {"price" : 3.78876041741669e-10}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"20220114": {"type": "object", "properties": {"price": {"type": "number"}}, "required": ["price"]}}, "required": ["20220114"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HI... | {"MRRm_new" : 0.14384306462317617, "MRm_new" : 274.5764360334873, "HITS@1m_new" : 0.07670051988362102, "HITS@3m_new" : 0.15506283357744105, "HITS@10m_new" : 0.2722252280079294} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"js-data-angular.js": {"type": "string"}, "js-data-angular.min.js": {"type": "string"}}, "required": ["js-data-angular.js", "js-data-angular.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"js-data-angular.js" : "sha256-ZaGlIhJAsxtxV6hdp/kUwpFgoVjey1rzpO3vTTJaOrI=", "js-data-angular.min.js" : "sha256-O1D7pM1UUiG7qh+E2+ifusYptKqCVwc8EN408b1s6cc="} | json_instruct | {"type": "object", "properties": {"js-data-angular.js": {"type": "string"}, "js-data-angular.min.js": {"type": "string"}}, "required": ["js-data-angular.js", "js-data-angular.min.js"], "$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"}, "version": {"type": "string"}, "bspVersion": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "argv": {"type": "array", "items": {"type": "string"}}}, "requi... | {"name" : "sbt", "version" : "1.5.3", "bspVersion" : "2.0.0-M5", "languages" : ["scala"], "argv" : ["D:\\dev\\install\\jdk1.8.0_271\\jre/bin/java", "-Xms100m", "-Xmx100m", "-classpath", "D:\\Program Files (x86)\\sbt\\\\bin\\sbt-launch.jar", "xsbt.boot.Boot", "-bsp", "--sbt-launch-jar=D:\\Program%20Files%20(x86)\\sbt\\\... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "bspVersion": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "argv": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "bspVersion", "languages", "argv"], "$schem... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}},... | {"expireTime" : 9007200844251658000, "key" : "wordpress-media-300", "val" : {"fileNodeID" : "44314f92-442a-581f-9e95-da1f752fc6e3", "modified" : "2019-01-31T09:30:54.000Z"}} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.o... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"stat.walkOneCm": {"type": "integer"}, "stat.leaveGame": {"type": "integer"}, "stat.damageTaken": {"type": "integer"}, "stat.useItem.minecraft.glowstone": {"type": "integer"}, "stat.flyOneCm": {"type": "integer"}, "stat.jump... | {"stat.walkOneCm" : 48594, "stat.leaveGame" : 3, "stat.damageTaken" : 20, "stat.useItem.minecraft.glowstone" : 2, "stat.flyOneCm" : 31843, "stat.jump" : 249, "stat.swimOneCm" : 69, "stat.playOneMinute" : 12874, "stat.fallOneCm" : 10172, "stat.climbOneCm" : 790, "stat.sneakTime" : 142, "stat.crouchOneCm" : 197, "stat.ti... | json_instruct | {"type": "object", "properties": {"stat.walkOneCm": {"type": "integer"}, "stat.leaveGame": {"type": "integer"}, "stat.damageTaken": {"type": "integer"}, "stat.useItem.minecraft.glowstone": {"type": "integer"}, "stat.flyOneCm": {"type": "integer"}, "stat.jump": {"type": "integer"}, "stat.swimOneCm": {"type": "integer"},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"SubmitFHIRBundle": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "r... | {"profiles" : {"SubmitFHIRBundle" : {"commandName" : "Project", "commandLineArgs" : "-d \"C:\\repos\\synthea\\output\\fhir_stu3\" -s https://fhir591.azurewebsites.net"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"SubmitFHIRBundle": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["SubmitFHIRBundle"]}}, "required": ["profiles"],... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "state"]}, "country": {"type": "str... | {"coverage" : {"US Census" : {"geoid" : "18", "state" : "Indiana"}, "country" : "us", "state" : "in"}, "website" : "http://maps.indiana.edu/previewMaps/Infrastructure/Streets_Address_Points_IDHS.html", "data" : "http://maps.indiana.edu/download/Infrastructure/Streets_Address_Points_IDHS.zip", "type" : "http", "compress... | json_instruct | {"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "state"]}, "country": {"type": "string"}, "state": {"type": "string"}}, "required": ["US Census", "country", "st... |
Create a JSON structure that matches this schema definition:
{"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... | [{"year" : 1975, "sex" : "F", "n" : 5, "prop" : 3.2e-06}, {"year" : 1982, "sex" : "F", "n" : 5, "prop" : 2.76e-06}, {"year" : 2017, "sex" : "F", "n" : 7, "prop" : 3.73e-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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"... | {"name" : "Strophe.js", "description" : "Strophe.js is an XMPP library for JavaScript", "version" : "1.0.2", "homepage" : "http://strophe.im/strophejs", "repository" : {"type" : "git", "url" : "git://github.com/metajack/strophejs.git"}, "keywords" : ["xmpp", "message", "browser"], "author" : "", "contributors" : [], "l... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "arra... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obje... | {"hash" : "0x01af9b307cdc24be1f9222e2ef5b822384dc3a06984e167a517e7912924ec4a3", "parentHash" : "0xbdd93cab379f0ee1e2ee53b8222c0143a10873eca65fa8a7725856c7e907cae7", "number" : 73996, "timestamp" : 1439378607, "nonce" : "0x04fab4249bd836fe", "difficulty" : 2236902347532, "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"]... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"order": {"type": "object", "properties": {"1.2.3.md": {"type": "string"}, "1.2.2.md": {"type": "string"}, "1.2.1.md": {"type": "string"}, "1.2.0.md": {"type": "string"}}, "required": ["1.2.3.md", "1.2.2.md", "1.2.1.md", "1.2.0.m... | {"order" : {"1.2.3.md" : "1.2.3", "1.2.2.md" : "1.2.2", "1.2.1.md" : "1.2.1", "1.2.0.md" : "1.2.0"}} | json_instruct | {"type": "object", "properties": {"order": {"type": "object", "properties": {"1.2.3.md": {"type": "string"}, "1.2.2.md": {"type": "string"}, "1.2.1.md": {"type": "string"}, "1.2.0.md": {"type": "string"}}, "required": ["1.2.3.md", "1.2.2.md", "1.2.1.md", "1.2.0.md"]}}, "required": ["order"], "$schema": "http://json-sch... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [374.699, 134.48, 1, 376.478, 143.015, 1, 363.189, 140.192, 1, 352.198, 132.812, 1, 343.958, 124.497, 1, 388.857, 142.684, 1, 414.628, 121.936, 1, 386.871, 125.115, 1, 369.915, 191.929, 1, 369.786, 232.759, 1, 375.048, 255.193, 1, 385.468, 190.416, 1, 383.811, 232.84... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
The schema below describes a JSON structure. Generate a valid example:
{"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-sch... | {"word" : "Executor", "definitions" : ["A person or institution appointed by a testator to carry out the terms of their will.", "A person who produces something or puts something into effect."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid 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": ["t... | {"name" : "dragndrop", "version" : "1.2.1", "description" : "a simple javascript drag and drop class", "main" : "DragNDrop.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Aslam Husain <aslam.percy.husain@gmail.com> (https://github.com/aslamhus)", "license" : "MIT", "repository" : ... | 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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repos... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"sil\u00b7qa\u1e6f": {"type": "object", "properties": {"dan.7.20|7": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.7.20|7"]}, "sil\u... | {"pos" : "v", "translits" : {"sil\u00b7qa\u1e6f" : {"dan.7.20|7" : ["which", "came up\uff64", "fell\u2013"]}, "sil\u00b7q\u0101\u1e6f" : {"dan.7.8|7" : ["a little one", "coming up", "among them"]}, "s\u0101\u00b7l\u0259\u00b7q\u0101n" : {"dan.7.3|3" : ["great", "came up", "from"]}, "s\u0259\u00b7li\u00b7q\u016b" : {"da... | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"sil\u00b7qa\u1e6f": {"type": "object", "properties": {"dan.7.20|7": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.7.20|7"]}, "sil\u00b7q\u0101\u1e6f": {"type": "object", "properties": {"dan.... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["edition-node", "patternlab-node", "pf-patternlab-node"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": ... | {"key" : "G#", "suffix" : "9sus4/F#", "positions" : [{"frets" : "x96676", "fingers" : "041121", "barres" : "6", "capo" : "true"}, {"frets" : "ebbbbb", "fingers" : "411111", "barres" : "11", "capo" : "true"}, {"frets" : "ebbdbb", "fingers" : "411311", "barres" : "11", "capo" : "true"}, {"frets" : "x96696", "fingers" : "... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}, "barres": {"type": "string"}, "capo": {"type": "string"}}, "required": ["frets", "fingers", "ba... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"... | {"quality" : 16, "model" : "R50_C4", "elapsed" : 1592.177528142929, "tp" : 19684, "fp" : 20074, "precision" : 0.49509532672669654, "recall" : 0.5417366175863493, "f1" : 0.5173669062857293, "min_score" : 0.500000536441803, "AP" : 19.941176273100485, "AP50" : 32.240258374424386, "AP75" : 21.09868610360682, "APs" : 7.5823... | json_instruct | {"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "nu... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int... | {"nom" : "Presle", "dpt" : "Savoie", "inscrits" : 376, "abs" : 61, "votants" : 315, "blancs" : 33, "nuls" : 11, "exp" : 271, "res" : [{"panneau" : "1", "voix" : 141}, {"panneau" : "2", "voix" : 130}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "sortnum": {"type": "integer"}}, "required": ["name", "description", "icon", "sortnum"], "$schema": "http://json-schema.org... | {"name" : "Machines", "description" : "Mechanical devices used to create various materials and components.", "icon" : "rankine:alloy_furnace", "sortnum" : 4} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "sortnum": {"type": "integer"}}, "required": ["name", "description", "icon", "sortnum"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}, "FIELD7": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", ... | {"PRODUCT_NAME" : "LAVENDER HANDWASH", "MANUFACTURER" : "EDGEPRO INDUSTRIES", "BRANDNAME" : "MR. SPARKLE FRESH", "WEIGHT" : "PLASTIC BOTTLES", "FIELD7" : "500ML"} | json_instruct | {"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}, "FIELD7": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT", "FIELD7"], "$schema": "http://json-schema.org/draft-... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"pathID": {"type": "string"}, "documentation": {"type": "object", "properties": {"identifier": {"type": "string"}, "newPage": {"type": "boolean"}, "searchKey": {"type": "string"}, "tags": {"type": "array", "items":... | {"pathID" : "/", "documentation" : {"identifier" : "sourcegraph", "newPage" : true, "searchKey" : "", "tags" : ["package"]}, "label" : {"kind" : "plaintext", "value" : "Package sourcegraph"}, "detail" : {"kind" : "markdown", "value" : "Package sourcegraph is the top-level package for Sourcegraph, the fast, global, sema... | json_instruct | {"type": "object", "properties": {"pathID": {"type": "string"}, "documentation": {"type": "object", "properties": {"identifier": {"type": "string"}, "newPage": {"type": "boolean"}, "searchKey": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["identifier", "newPage", "searchKey"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "describe": {"type": "string"}, "copyright": {"type": "string"}, "parent": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties... | {"key" : "search", "name" : "Search", "describe" : "Search Conduct", "copyright" : "Copyright (c) 2021 Quinn Michaels. All rights reserved.", "parent" : "/data/mind/conduct/index.json", "data" : [{"uid" : 2634981920430, "key" : "SEARCH", "name" : "SEARCH CONDUCT", "describe" : "THE CONDUCT OF SEARCH", "state" : {"skill... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "describe": {"type": "string"}, "copyright": {"type": "string"}, "parent": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"uid": {"type": "integer"}, "key": {"type": "string"}, "name": {"ty... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"... | {"stationId" : 9930707, "stationGroupId" : 1130513, "name" : "\u6771\u5ddd\u53e3", "lineId" : 99307, "zipCode" : "333-0811", "pref" : "\u57fc\u7389\u770c", "city" : "\u5ddd\u53e3\u5e02", "town" : "\u6238\u585a", "longitude" : 139.74398, "latitude" : 35.876211, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"owner": {"type": "array", "items": {"type": "integer"}}, "all": {"type": "array", "items": {"type": "integer"}}}, "required": ["owner", "all"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"owner" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "all" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 8, 38, 51, 47, 58, 42, 40, 20, 26, 27, 27, 9, 18, 17, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0... | json_instruct | {"type": "object", "properties": {"owner": {"type": "array", "items": {"type": "integer"}}, "all": {"type": "array", "items": {"type": "integer"}}}, "required": ["owner", "all"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["650102400001", "\u4e8c\u9053\u6865\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["650102400002", "\u5927\u5df4\u624e\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["650102400003", "\u65b0\u5e02\u8def\u5357\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["650102400004", "\u5bbd\u5317\u5df7\u793e\u533a\u5c45\u59d4\u4f1a"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"vault": {"type": "string"}, "application": {"type": "array", "items": {"type": "string"}}}, "required": ["vault", "application"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"vault" : "namex", "application" : ["postgres-namex", "auto-analyze"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"vault": {"type": "string"}, "application": {"type": "array", "items": {"type": "string"}}}, "required": ["vault", "application"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"greeding": {"type": "string"}}, "required": ["greeding"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"greeding" : "Hello World"} | json_instruct | {"type": "object", "properties": {"greeding": {"type": "string"}}, "required": ["greeding"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"HOME": {"type": "string"}, "TEST": {"type": "string"}}, "required": ["HOME", "TEST"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HOME" : "/", "TEST" : "/toolsBar"} | json_instruct | {"type": "object", "properties": {"HOME": {"type": "string"}, "TEST": {"type": "string"}}, "required": ["HOME", "TEST"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"RABBITMQ": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "port", "username", "password"]}, "PLA... | {"RABBITMQ" : {"host" : "127.0.0.1", "port" : 5672, "username" : "guest", "password" : "guest"}, "PLATFORMS" : [{"platform" : "ftx", "account" : "test", "access_key" : "xxxxxxxxxxxx", "secret_key" : "xxxxxxxxxxxx", "symbols" : ["BTC-PERP", "ETH-PERP"]}, {"platform" : "ftx", "account" : "test/SUBACC1", "access_key" : "x... | json_instruct | {"type": "object", "properties": {"RABBITMQ": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "port", "username", "password"]}, "PLATFORMS": {"type": "array", "items": {"type": "object", "pro... |
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" : "d1009-97", "text" : "Robert F. Wagner,\nMayor\nWNYC\nWNYC-FM\nifS1\nSeymour N. Siegel\nDirector\nTHE CITY OF NEW YORK\u2122\nMUNICIPAL BROADCASTING SYSTEM\nMUNICIPAL BUILDING\n'! vtl\nNEW YORK 7, N. Y.\nWhitehall 3-3600\nJUL 9 1954\nJuly 7, 1954\nl\nMr. Harry J. Skornia\nExecutive Director\nNAEB\nUniversity of... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "img": {"type": "string"}, "imgshow": {"type": "string"}, "size": {"type": "integer"}, "imgOthers": {"type": "array", "items": {}}}, "required": ["name", "img", "imgshow", "size", "imgOthers"], "$sch... | {"name" : "", "img" : "", "imgshow" : "", "size" : 1, "imgOthers" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "img": {"type": "string"}, "imgshow": {"type": "string"}, "size": {"type": "integer"}, "imgOthers": {"type": "array", "items": {}}}, "required": ["name", "img", "imgshow", "size", "imgOthers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "foodpower:block/stockpot_model"} | 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": {"jodit.min.css": {"type": "string"}, "jodit.min.js": {"type": "string"}}, "required": ["jodit.min.css", "jodit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jodit.min.css" : "sha256-gLa7I6GnkQhVISOOrYMG6YqJYOWxPbsVhfjosgQxID8=", "jodit.min.js" : "sha256-f8xBvVR7mZLDY/WWvkE+ZhD1YRvGqxUUxjzG+P7mp2I="} | json_instruct | {"type": "object", "properties": {"jodit.min.css": {"type": "string"}, "jodit.min.js": {"type": "string"}}, "required": ["jodit.min.css", "jodit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, ... | {"name" : "thumpy-fab-skeleboi", "version" : "1.0.0-alpha.1", "private" : true, "author" : "Seth Nobles & Jacob Bailey for Thumper Fab", "description" : "A barebones, Slate compatible, starting point for a newer better website.", "keywords" : ["shopify", "theme"], "bugs" : "https://github.com/Shopify/skeleton-theme/iss... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "string"}, "license": {"type": "string"}, "repository... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["513434229200", "\u89c9\u83ab\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513434229201", "\u74e6\u666e\u83ab\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513434229202", "\u4f19\u7956\u5409\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["513434229203", "\u6728\u725b\u89c9\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"... | 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"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "propertie... | {"version" : "2.2.3", "description" : "A Discord Rich Presence for Roblox.", "homepage" : "https://github.com/JiveOff/roPresence", "license" : "MIT", "architecture" : {"64bit" : {"url" : "https://github.com/JiveOff/roPresence/releases/download/2.2.3/ropresence-2.2.3-full.nupkg", "hash" : "3f7d696e6849a3cc3871f0061d454d... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "require... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "opening_hours": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "... | {"type" : "Feature", "id" : "node/9025004896", "properties" : {"name" : "La Coussoyotte", "opening_hours" : "We 14:00-19:30; Fr,Sa 14:30-19:30", "phone" : "+33 6 23 96 51 51", "shop" : "farm", "id" : "node/9025004896"}, "geometry" : {"type" : "Point", "coordinates" : [5.6825039, 48.4079234]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "opening_hours": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "opening_hours... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"run": {"type": "string"}, "test": {"type"... | {"name" : "eh_auth_and_auth", "version" : "1.0.4", "description" : "auth and auth", "main" : "index.js", "scripts" : {"run" : "node -r esm ./index.js", "test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ateventhorizon/eh_auth.git"}, "author" : "Shinobi", "license" : "MIT", "bugs" : {"url... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"run": {"type": "string"}, "test": {"type": "string"}}, "required": ["run", "test"]}, "repository": {"type": "object", ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc... | {"userId" : 67112, "cartId" : "57a04e52-b94e-4515-91dc-25dd1c647fc1", "preferredProducts" : [1621, 2225, 4591], "productReviews" : [{"productId" : 35, "reviewText" : "It only works when I'm Norway.", "reviewDate" : "2019-09-10T12:17:20.8681893+03:00"}, {"productId" : 2365, "reviewText" : "This is a really good Shore.",... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"vcs_root": {"type": "string"}, "org": {"type": "string"}, "name": {"type": "string"}, "default_branch": {"type": "string"}, "go_version": {"type": "string"}, "use_gh_actions": {"type": "string"}, "use_vscode": {"ty... | {"vcs_root" : "github.com", "org" : "MacroPower", "name" : "my_project", "default_branch" : "main", "go_version" : "1.17", "use_gh_actions" : "n", "use_vscode" : "n", "use_kong" : "n", "use_gokit_log" : "n"} | json_instruct | {"type": "object", "properties": {"vcs_root": {"type": "string"}, "org": {"type": "string"}, "name": {"type": "string"}, "default_branch": {"type": "string"}, "go_version": {"type": "string"}, "use_gh_actions": {"type": "string"}, "use_vscode": {"type": "string"}, "use_kong": {"type": "string"}, "use_gokit_log": {"type... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"900534460": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534461": {"type": "object", "properties": {"nama": {"type... | {"900534460" : {"nama" : "TPS 1", "dapil" : [3509, 13512, 2352203]}, "900534461" : {"nama" : "TPS 2", "dapil" : [3509, 13512, 2352203]}, "900534462" : {"nama" : "TPS 3", "dapil" : [3509, 13512, 2352203]}, "900534463" : {"nama" : "TPS 4", "dapil" : [3509, 13512, 2352203]}, "900534464" : {"nama" : "TPS 5", "dapil" : [350... | json_instruct | {"type": "object", "properties": {"900534460": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534461": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07... | {"title" : "Numb\u6447\u6eda\u7248-linkin park\uff08\u6797\u80af\u516c\u56ed\uff09", "author" : "\u6797\u80af\u516c\u56ed", "musicType" : "\u6d41\u884c", "musicNo" : "0002204"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "proper... | {"name" : "Bernd-Blindow-Schule GmbH\nBerufsfachschule in freier Tr\u00e4gersch.", "id" : "NI-70865-1", "address" : "Herminenstr. 17f, 31675\u00a0B\u00fcckeburg", "school_type" : "Bildungsangebot", "phone" : "05722 95050", "email" : "drg@blindow.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 9.058497, "la... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["pro... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "441303101001", "text" : "\u6c99\u7530\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "441303101201", "text" : "\u82b1\u5858\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "441303101202", "text" : "\u4e1c\u6fb3\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "441303101203", "text" : "\u4e1c\u660e\u6751\u6c11\u59d4\u5... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"error": {"type": "string"}, "request": {"type": "string"}}, "required": ["error", "request"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"error" : "\u3042\u306a\u305f\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u306a\u3044\u30e6\u30fc\u30b6\u30fc\u306b\u30c0\u30a4\u30ec\u30af\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u9001\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002", "request" : "/1/direct_messages/new.json"} | json_instruct | {"type": "object", "properties": {"error": {"type": "string"}, "request": {"type": "string"}}, "required": ["error", "request"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "email": {"type": "string"}... | {"symbol" : "NETA", "address" : "0xc785D0F0b131Ee3A9507c3B97Db49Ba0E78a4F66", "overview" : {"en" : "The Trust Machine For Online Gaming.", "zh" : "\u5728\u7dda\u904a\u6232\u7684\u4fe1\u4efb\u6a5f\u5668"}, "email" : "admin@netareum.org", "website" : "https://cyberchainnetwork.com/", "whitepaper" : "https://netareum.org/... | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "email": {"type": "string"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "stat... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"t... | {"code" : 6301090, "parent" : 6301, "name" : "KINTAP", "latitude" : "-3.7715504274999", "longitude" : "115.227791974", "postal" : [70883], "children" : [6301090001, 6301090002, 6301090003, 6301090004, 6301090005, 6301090006, 6301090007, 6301090008, 6301090009, 6301090010, 6301090011, 6301090012, 6301090013, 6301090014]... | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "stri... | {"manifest_version" : 2, "name" : "Extension", "description" : "Youtube Music Player", "version" : "0.1", "browser_action" : {"default_icon" : "icon.png", "default_popup" : "popup.html", "default_title" : "Youtube Music Player Popup"}, "content_scripts" : [{"matches" : ["http://music.youtube.com/*", "https://music.yout... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_popup": {"type": "string"}, "default_title": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"not_irobot_device": {"type": "string"}, "short_blid": {"type": "string"}}, "required": ["not_irobot_device", "short_blid"]}, "... | {"config" : {"abort" : {"not_irobot_device" : "\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03c0\u03bf\u03c5 \u03b1\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c6\u03b8\u03b7\u03ba\u03b5 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae iRobot", "short_blid" : "\u03a4\u03bf ... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"not_irobot_device": {"type": "string"}, "short_blid": {"type": "string"}}, "required": ["not_irobot_device", "short_blid"]}, "flow_title": {"type": "string"}, "step": {"type": "object", "properties"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"message" : "Just a message"} | json_instruct | {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"normalize-scss": {"type": "string"}}, "required": ["normalize-scss"]}}, "required": ["license", "dependencies"], "$schema": "http://json-schema.o... | {"license" : "SEE LICENSE IN ../LICENSE", "dependencies" : {"normalize-scss" : "^7.0.1"}} | json_instruct | {"type": "object", "properties": {"license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"normalize-scss": {"type": "string"}}, "required": ["normalize-scss"]}}, "required": ["license", "dependencies"], "$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"}, "scripts": {"type": "object", "properties": {"lerna": {"type": "string"}, "bootstrap": {"type": "string"}, "build": {"type": "string"}, "version-package... | {"name" : "rxjs-insights", "version" : "0.0.0", "scripts" : {"lerna" : "node lerna/node_modules/lerna/cli.js", "bootstrap" : "npm install && npm --prefix lerna install && npm run lerna bootstrap", "build" : "npm run lerna run build", "version-packages" : "npm run lerna version --force-publish --exact --no-push", "publi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"lerna": {"type": "string"}, "bootstrap": {"type": "string"}, "build": {"type": "string"}, "version-packages": {"type": "string"}, "publish-packages": {"type": "string"}}, "required"... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : 85768735, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "c07b55d76f9ce85c971ce92da8f61b94", "wof:id" : 85768735, "wof:repo" : "whosonfirst-data-admin-au"}, "bbox" : [152.68333, -25.51667, 152.68333, -25.51667], "geometry" : {"coordina... | 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": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, ... | {"web" : [{"value" : ["\u5168\u606f\u56fe", "\u5168\u606f\u7167\u76f8", "\u5168\u50cf\u6444\u5f71\u76f8\u7247"], "key" : "hologram"}, {"value" : ["\u4f53\u79ef\u5168\u606f\u7167\u8c61", "\u4f53\u79ef\u5168\u606f\u56fe", "\u6df1\u5168\u606f\u56fe"], "key" : "volume hologram"}, {"value" : ["\u7126\u529f\u80fd", "\u62e5\u... | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod... |
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"}}, "location"... | {"id" : 19056, "title" : ["[Spitfire, Forward Deckhouse]"], "description" : ["Bunks line the walls of the deckhouse. Beneath each bunk sits a highly polished, wooden sea chest with shining brass hardware. The bunks are strung with heavy hemp cording, and a blanket rests at the foot of each, neatly folded. A small wi... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"19211"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "utricular", "definition" : "1. Of or pertaining to a utricle, or utriculus; containing, or furnished with, a utricle or utricles; utriculate; as, a utricular plant. 2. Resembling a utricle or bag, whether large or minute; -- said especially with reference to the condition of certain substances, as sulphur, s... | 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": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wo... | {"id" : 404410577, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "92716ee26584a103aaca89016e27604f", "wof:id" : 404410577, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.87401950501798, 45.55042317830307, -0.78175465180751, 45.596010243460... | 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": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 1220, "height" : 655} | json_instruct | {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"], "$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.