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": {"type": "string"}, "recipients": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "disapproval": {"type": "boolean"}, "date": {"type": "string"}, "approval": {"type": "boolean"}}, "required": ["sender", "recipients", "text", "disapproval", "date", "approval"]}}, "owner_email": {"type": "string"}, "private": {"type": "boolean"}, "base_url": {"type": "string"}, "owner": {"type": "string"}, "subject": {"type": "string"}, "created": {"type": "string"}, "patchsets": {"type": "array", "items": {"type": "integer"}}, "modified": {"type": "string"}, "closed": {"type": "boolean"}, "issue": {"type": "integer"}}, "required": ["description", "cc", "reviewers", "messages", "owner_email", "private", "base_url", "owner", "subject", "created", "patchsets", "modified", "closed", "issue"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : "Hello r@golang.org (cc: golang-dev@googlegroups.com),\n\nI'd like you to review this change to\nhttps://freetype-go.googlecode.com/hg/", "disapproval" : false, "date" : "2011-10-04 06:38:10.897836", "approval" : false}, {"sender" : "rsc@golang.org", "recipients" : ["reply@codereview.appspotmail.com"], "text" : "LGTM\n", "disapproval" : false, "date" : "2011-10-05 15:33:55.633607", "approval" : true}, {"sender" : "nigeltao@golang.org", "recipients" : ["nigeltao@golang.org", "r@golang.org", "rsc@golang.org", "golang-dev@googlegroups.com", "reply@codereview.appspotmail.com"], "text" : "*** Submitted as http://code.google.com/p/freetype-go/source/detail?r=48794c16cf2f ***\n\nfreetype: image/color gofix.\n\nR=r, rsc\nCC=golang-dev\nhttp://codereview.appspot.com/5166052", "disapproval" : false, "date" : "2011-10-06 02:55:08.194801", "approval" : false}], "owner_email" : "nigeltao@golang.org", "private" : false, "base_url" : "", "owner" : "nigeltao", "subject" : "code review 5166052: freetype: image/color gofix.", "created" : "2011-10-04 06:37:51.211650", "patchsets" : [1, 2001, 3001, 6001], "modified" : "2011-10-06 02:55:10.911443", "closed" : true, "issue" : 5166052}
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": "string"}}, "text": {"type": "string"}, "disapproval": {"type": "boolean"}, "date": {"type": "string"}, "approval": {"type": "boolean"}}, "required": ["sender", "recipients", "text", "disapproval", "date", "approval"]}}, "owner_email": {"type": "string"}, "private": {"type": "boolean"}, "base_url": {"type": "string"}, "owner": {"type": "string"}, "subject": {"type": "string"}, "created": {"type": "string"}, "patchsets": {"type": "array", "items": {"type": "integer"}}, "modified": {"type": "string"}, "closed": {"type": "boolean"}, "issue": {"type": "integer"}}, "required": ["description", "cc", "reviewers", "messages", "owner_email", "private", "base_url", "owner", "subject", "created", "patchsets", "modified", "closed", "issue"], "$schema": "http://json-schema.org/draft-07/schema#"}
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\u673a\u6784\uff09; joint wavelet transform \u8054\u5408\u5b50\u6ce2\u53d8\u6362"}
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"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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": "string"}, "mongodb.collection": {"type": "string"}, "mongodb.document.id.strategy": {"type": "string"}, "mongodb.delete.on.null.values": {"type": "string"}}, "required": ["connector.class", "tasks.max", "topics", "mongodb.connection.uri", "mongodb.collection", "mongodb.document.id.strategy", "mongodb.delete.on.null.values"]}}, "required": ["name", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.strategy" : "at.grahsl.kafka.connect.mongodb.processor.id.strategy.FullKeyStrategy", "mongodb.delete.on.null.values" : "true"}}
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.strategy": {"type": "string"}, "mongodb.delete.on.null.values": {"type": "string"}}, "required": ["connector.class", "tasks.max", "topics", "mongodb.connection.uri", "mongodb.collection", "mongodb.document.id.strategy", "mongodb.delete.on.null.values"]}}, "required": ["name", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.45491270558763], "geometry" : {"coordinates" : [[[-80.48858642579972, 43.44893104767509], [-80.49133300779988, 43.44893104712682], [-80.49355531943672, 43.44893104822346], [-80.49407958979992, 43.44893105590006], [-80.4940795898145, 43.44965320200876], [-80.49407958981664, 43.45092499938772], [-80.49407958981664, 43.45291888537515], [-80.49407958981388, 43.45491270558763], [-80.49133300779988, 43.45491270504016], [-80.48858642428158, 43.45491270448549], [-80.48858642579972, 43.45364105443464], [-80.48721313479979, 43.45301046845529], [-80.48721313479987, 43.45291889360004], [-80.48721313479987, 43.4519219560668], [-80.48721313479987, 43.45092500760009], [-80.48721313479979, 43.45083339617462], [-80.48858642579972, 43.45020284137762], [-80.48858642579972, 43.44893104767509]]], "type" : "Polygon"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}}, "required": ["name", "type", "extensions", "tmScope", "aceMode", "languageId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "languageId"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "integer"}, "epoch": {"type": "integer"}, "training_loss": {"type": "number"}, "training_cpu_memory_MB": {"type": "number"}, "training_gpu_0_memory_MB": {"type": "integer"}, "validation_loss": {"type": "number"}, "best_validation_loss": {"type": "number"}}, "required": ["best_epoch", "peak_cpu_memory_MB", "peak_gpu_0_memory_MB", "training_duration", "training_start_epoch", "training_epochs", "epoch", "training_loss", "training_cpu_memory_MB", "training_gpu_0_memory_MB", "validation_loss", "best_validation_loss"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : 1.4181778713276512, "best_validation_loss" : 1.4176960462018062}
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"}, "training_loss": {"type": "number"}, "training_cpu_memory_MB": {"type": "number"}, "training_gpu_0_memory_MB": {"type": "integer"}, "validation_loss": {"type": "number"}, "best_validation_loss": {"type": "number"}}, "required": ["best_epoch", "peak_cpu_memory_MB", "peak_gpu_0_memory_MB", "training_duration", "training_start_epoch", "training_epochs", "epoch", "training_loss", "training_cpu_memory_MB", "training_gpu_0_memory_MB", "validation_loss", "best_validation_loss"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "logoURI", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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-schema.org/draft-07/schema#"}
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": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "apartCreatedYear": {"type": "string"}, "dealUpdated": {"type": "string"}, "apartSize": {"type": "string"}, "apartCityCode": {"type": "string"}, "id": {"type": "integer"}, "dealMoney": {"type": "string"}, "dealMonth": {"type": "string"}}, "required": ["apartDong", "dealDay", "apartName", "apartAddress", "dealYear", "dealFloor", "apartCreatedYear", "dealUpdated", "apartSize", "apartCityCode", "id", "dealMoney", "dealMonth"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"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", "dealMonth" : "07"}, {"apartDong" : "\uccad\ub77c\ub3d9", "dealDay" : "12", "apartName" : "\uccad\ub77c\ub86f\ub370\uce90\uc2ac", "apartAddress" : "159-1", "dealYear" : "2020", "dealFloor" : "16", "apartCreatedYear" : "2013", "dealUpdated" : "2020-07-11", "apartSize" : "113.7568", "apartCityCode" : "28260", "id" : 92349, "dealMoney" : "58,000", "dealMonth" : "06"}, {"apartDong" : "\uccad\ub77c\ub3d9", "dealDay" : "22", "apartName" : "\uccad\ub77c\uc9c0\uad6c\uc911\ud765S-CLASS1\ub2e8\uc9c0", "apartAddress" : "762-2", "dealYear" : "2020", "dealFloor" : "16", "apartCreatedYear" : "2010", "dealUpdated" : "2020-07-11", "apartSize" : "140.3317", "apartCityCode" : "28260", "id" : 92313, "dealMoney" : "62,000", "dealMonth" : "05"}, {"apartDong" : "\uccad\ub77c\ub3d9", "dealDay" : "21", "apartName" : "\uc5d1\uc2ac\ub8e8\ud0c0\uc6cc", "apartAddress" : "164-1", "dealYear" : "2020", "dealFloor" : "18", "apartCreatedYear" : "2011", "dealUpdated" : "2020-07-11", "apartSize" : "92.43", "apartCityCode" : "28260", "id" : 92312, "dealMoney" : "50,000", "dealMonth" : "05"}, {"apartDong" : "\uccad\ub77c\ub3d9", "dealDay" : "24", "apartName" : "\uc5d1\uc2ac\ub8e8\ud0c0\uc6cc", "apartAddress" : "164-1", "dealYear" : "2020", "dealFloor" : "22", "apartCreatedYear" : "2011", "dealUpdated" : "2020-07-11", "apartSize" : "150.28", "apartCityCode" : "28260", "id" : 92285, "dealMoney" : "66,000", "dealMonth" : "04"}]
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": "string"}, "apartSize": {"type": "string"}, "apartCityCode": {"type": "string"}, "id": {"type": "integer"}, "dealMoney": {"type": "string"}, "dealMonth": {"type": "string"}}, "required": ["apartDong", "dealDay", "apartName", "apartAddress", "dealYear", "dealFloor", "apartCreatedYear", "dealUpdated", "apartSize", "apartCityCode", "id", "dealMoney", "dealMonth"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "gitHooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}, "lint-staged": {"type": "object", "properties": {"*.{js,jsx,ts,tsx}": {"type": "array", "items": {"type": "string"}}, "*.{less,md,json}": {"type": "array", "items": {"type": "string"}}}, "required": ["*.{js,jsx,ts,tsx}", "*.{less,md,json}"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-native": {"type": "string"}, "cpy-cli": {"type": "string"}, "lint-staged": {"type": "string"}, "yorkie": {"type": "string"}}, "required": ["@types/node", "@types/react", "@types/react-native", "cpy-cli", "lint-staged", "yorkie"]}}, "required": ["name", "version", "description", "main", "scripts", "homepage", "repository", "author", "license", "gitHooks", "lint-staged", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : "git@github.com:swiftpipe/react-native-quilljs.git", "author" : {"name" : "SwiftPipe", "email" : "", "url" : ""}, "license" : "MIT", "gitHooks" : {"pre-commit" : "lint-staged"}, "lint-staged" : {"*.{js,jsx,ts,tsx}" : ["eslint --fix", "git add"], "*.{less,md,json}" : ["prettier --write", "git add"]}, "devDependencies" : {"@types/node" : "^16.11.1", "@types/react" : "^16.9.46", "@types/react-native" : "^0.63.8", "cpy-cli" : "^3.1.1", "lint-staged" : "^10.2.11", "yorkie" : "^2.0.0"}}
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": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "gitHooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}, "lint-staged": {"type": "object", "properties": {"*.{js,jsx,ts,tsx}": {"type": "array", "items": {"type": "string"}}, "*.{less,md,json}": {"type": "array", "items": {"type": "string"}}}, "required": ["*.{js,jsx,ts,tsx}", "*.{less,md,json}"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-native": {"type": "string"}, "cpy-cli": {"type": "string"}, "lint-staged": {"type": "string"}, "yorkie": {"type": "string"}}, "required": ["@types/node", "@types/react", "@types/react-native", "cpy-cli", "lint-staged", "yorkie"]}}, "required": ["name", "version", "description", "main", "scripts", "homepage", "repository", "author", "license", "gitHooks", "lint-staged", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"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 Solidaritas Indonesia", "id" : 163990, "noUrut" : 2, "nama" : "DEWA GEDE AGUNG MAHENDRA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "GIANYAR", "originalFilename" : "MARUTI PUTRI.jpeg", "namaPartai" : "Partai Solidaritas Indonesia", "id" : 164064, "noUrut" : 3, "nama" : "I GUSTI AGUNG ISTRI MARUTI PUTRI", "stringJenisKelamin" : "Perempuan"}]
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", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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", "items": {"type": "string"}}}, "required": ["hospitals", "employees", "assignments", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "assignments", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900742492": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900742490", "900742491", "900742492"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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": "integer"}}}, "required": ["nama", "dapil"]}, "900742492": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900742490", "900742491", "900742492"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 muffins are set in the middle, 18 to 20 minutes."], "ingredients" : ["8 eggs", "8 ounces cooked ham, crumbled", "1 cup diced red bell pepper", "1 cup diced onion", "1/4 teaspoon salt", "1/8 teaspoon ground black pepper", "2 tablespoons water"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Paleo Omelet Muffins", "url" : "http://allrecipes.com/recipe/228091/paleo-omelet-muffins/"}
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"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "part": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "part", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 required to be given under any provision of this chapter to any shareholder, the notice shall not be required to be given if:"}, {"prefix" : "1", "text" : " Notice of 2 consecutive annual meetings, and all notices of meetings during the period between such 2 consecutive annual meetings, have been sent to such shareholder at such shareholder's address as shown on the records of the corporation and have been returned undeliverable; or"}, {"prefix" : "2", "text" : " All, but not less than 2, payments of dividends on securities during a 12- month period, or 2 consecutive payments of dividends on securities during a period of more than 12 months, have been sent to such shareholder at such shareholder's address as shown on the records of the corporation and have been returned undeliverable."}, {"prefix" : "b", "text" : " If any such shareholder delivers to the corporation a written notice setting forth the shareholder's then-current address, the requirement that notice be given to the shareholder is reinstated."}], "division" : {"identifier" : "V", "text" : "Local Business Affairs"}, "title" : {"identifier" : "29", "text" : "Business Organizations. (Refs & Annos)"}, "chapter" : {"identifier" : "3", "text" : "Business Corporations."}, "subchapter" : {"identifier" : "XIII", "text" : "Records and Reports."}, "part" : {"identifier" : "A", "text" : "Records."}, "heading" : {"title" : "29", "chaptersection" : "313", "identifier" : "29-313.06", "catch_text" : "Exception to notice requirement."}}
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": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "part": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "part", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "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", "properties": {"laravel/framework": {"type": "string"}}, "required": ["laravel/framework"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Minit\\": {"type": "string"}}, "required": ["Minit\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}}, "required": ["name", "description", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "properties": {"laravel/framework": {"type": "string"}}, "required": ["laravel/framework"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Minit\\": {"type": "string"}}, "required": ["Minit\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}}, "required": ["name", "description", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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://json-schema.org/draft-07/schema#"}
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", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "string"}}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"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_cap" : 48, "enrl_tot" : 48, "wait_cap" : 5, "wait_tot" : 1, "prereqs" : null, "rmp" : null}]
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": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "string"}}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "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"]}, "properties": {"type": "object", "properties": {"geometry": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "geography": {"type": "string"}, "documentation-url": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "null"}, "entry-date": {"type": "string"}}, "required": ["geometry", "name", "organisation", "geography", "documentation-url", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 52.532488,1.669882 52.532107,1.668967 52.532009,1.668941 52.532148,1.668963 52.532190,1.668930 52.532198,1.668911 52.532387,1.669802 52.532488)))", "name" : "St Marys Church, Market Lane", "organisation" : "local-authority-eng:ESK", "geography" : "open-space:7219", "documentation-url" : "https://eastsuffolk.inconsult.uk/consult.ti/eastsuffolkwaveneylocalplan/viewCompoundDoc?docid=11491476&partid=11512916#11512916", "slug" : "/open-space/open-space/7219", "entity" : null, "entry-date" : "2021-06-23"}}
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"]}, "properties": {"type": "object", "properties": {"geometry": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "geography": {"type": "string"}, "documentation-url": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "null"}, "entry-date": {"type": "string"}}, "required": ["geometry", "name", "organisation", "geography", "documentation-url", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : [""], "favorites" : 37, "descriptors" : ["Iron Man", "Captain America"], "uploader" : " 4chan"}
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"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 rule stated that advisors need to act in the best interest of clients when dealing with rollovers only if the firm was a fiduciary. However, the big forthcoming change is that the SEC Best Interest rule essentially states that advisors AND brokers need to act in the best interest of clients all the time, but allows that disclosure of material conflicts can be sufficient to overcome any hurdles. According to Drinker Biddle & Reath, a leading wealth management law firm, \"Reg BI standard of care obligation requires that a broker-dealer have a reasonable basis to believe that taking the assets out of the plan and rolling them over to an IRA is in the best interest of the participant at the time of the recommendation\".", "FINSUM : So the DOL rule was very strict but fairly narrow in application, while the SEC rule is broader (encompassing brokers and fiduciaries) but less strict.", "\nThe views and opinions expressed herein are the views and opinions of the author and do not necessarily reflect those of Nasdaq, Inc.\n"], "published_datetime" : "2019-08-29 13:00:29"}
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": "string"}}, "required": ["test", "dev"]}, "jest": {"type": "object", "properties": {"testEnvironment": {"type": "string"}, "collectCoverage": {"type": "boolean"}}, "required": ["testEnvironment", "collectCoverage"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "bcryptjs": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "jest": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "moment": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["bcrypt", "bcryptjs", "body-parser", "cookie-parser", "cors", "express", "jest", "jsonwebtoken", "moment", "mongoose", "morgan", "supertest"]}, "devDependencies": {"type": "object", "properties": {"env-cmd": {"type": "string"}}, "required": ["env-cmd"]}}, "required": ["name", "version", "description", "main", "scripts", "jest", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "bcryptjs" : "^2.4.3", "body-parser" : "^1.19.0", "cookie-parser" : "^1.4.5", "cors" : "^2.8.5", "express" : "^4.17.1", "jest" : "^26.6.3", "jsonwebtoken" : "^8.5.1", "moment" : "^2.27.0", "mongoose" : "^5.9.24", "morgan" : "^1.10.0", "supertest" : "^6.0.1"}, "devDependencies" : {"env-cmd" : "^8.0.2"}}
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", "properties": {"testEnvironment": {"type": "string"}, "collectCoverage": {"type": "boolean"}}, "required": ["testEnvironment", "collectCoverage"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "bcryptjs": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "jest": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "moment": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["bcrypt", "bcryptjs", "body-parser", "cookie-parser", "cors", "express", "jest", "jsonwebtoken", "moment", "mongoose", "morgan", "supertest"]}, "devDependencies": {"type": "object", "properties": {"env-cmd": {"type": "string"}}, "required": ["env-cmd"]}}, "required": ["name", "version", "description", "main", "scripts", "jest", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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, "rank" : 373, "cardId" : 620}, {"xp" : 2261, "rank" : 334, "cardId" : 621}, {"xp" : 38529, "rank" : 98, "cardId" : 111}, {"xp" : 7522, "rank" : 190, "cardId" : 561}, {"xp" : 67175, "rank" : 14, "cardId" : 114}, {"xp" : 9750, "rank" : 399, "cardId" : 592}, {"xp" : 77916, "rank" : 126, "cardId" : 163}, {"xp" : 3554, "rank" : 481, "cardId" : 594}, {"xp" : 18156, "rank" : 227, "cardId" : 135}, {"xp" : 27515, "rank" : 96, "cardId" : 534}, {"xp" : 156045, "rank" : 5, "cardId" : 524}, {"xp" : 19315, "rank" : 400, "cardId" : 177}, {"xp" : 10343, "rank" : 500, "cardId" : 393}, {"xp" : 66230, "rank" : 61, "cardId" : 49}, {"xp" : 42165, "rank" : 278, "cardId" : 202}, {"xp" : 103872, "rank" : 115, "cardId" : 273}, {"xp" : 10534, "rank" : 240, "cardId" : 526}, {"xp" : 36530, "rank" : 42, "cardId" : 437}, {"xp" : 116159, "rank" : 62, "cardId" : 549}, {"xp" : 123734, "rank" : 182, "cardId" : 219}, {"xp" : 156164, "rank" : 21, "cardId" : 264}, {"xp" : 93170, "rank" : 91, "cardId" : 472}, {"xp" : 32836, "rank" : 204, "cardId" : 121}, {"xp" : 20213, "rank" : 476, "cardId" : 505}, {"xp" : 55850, "rank" : 494, "cardId" : 55}, {"xp" : 51082, "rank" : 146, "cardId" : 17}, {"xp" : 118883, "rank" : 128, "cardId" : 110}, {"xp" : 116233, "rank" : 43, "cardId" : 41}, {"xp" : 144094, "rank" : 214, "cardId" : 60}, {"xp" : 118477, "rank" : 191, "cardId" : 214}, {"xp" : 121589, "rank" : 15, "cardId" : 573}, {"xp" : 26230, "rank" : 316, "cardId" : 57}, {"xp" : 130695, "rank" : 156, "cardId" : 62}, {"xp" : 128095, "rank" : 330, "cardId" : 63}]}
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": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
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-07/schema#"}
{"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-d9fc-3d76-b47d-765f7f4b0de4"}, {"id" : "http://data.doremus.org/expression/c65a081d-405a-39e4-aca3-69a0226dae52"}, {"id" : "http://data.doremus.org/expression/923f1c4e-7654-3e97-bf72-5a56f05f79f9"}, {"id" : "http://data.doremus.org/expression/d07d547c-4fb0-3f63-8912-35d019431ae6"}, {"id" : "http://data.doremus.org/expression/d30d44aa-745f-368a-9789-60234470b1b3"}, {"id" : "http://data.doremus.org/expression/34074d39-897f-3623-977a-af9d39886d40"}, {"id" : "http://data.doremus.org/expression/6c408c1f-647d-3dc4-b663-f4da4a3b26d8"}, {"id" : "http://data.doremus.org/expression/8b696a6c-8e0b-3b0a-a88f-cf5f9d602929"}]}
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": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "properties": {"host": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "rtt": {"type": "integer"}}, "required": ["host", "module", "name", "rtt"]}, "redis": {"type": "object", "properties": {"keyspace": {"type": "object", "properties": {"avg_ttl": {"type": "integer"}, "expires": {"type": "integer"}, "id": {"type": "string"}, "keys": {"type": "integer"}}, "required": ["avg_ttl", "expires", "id", "keys"]}}, "required": ["keyspace"]}, "type": {"type": "string"}}, "required": ["@timestamp", "beat", "metricset", "redis", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@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": {"type": "string"}, "rtt": {"type": "integer"}}, "required": ["host", "module", "name", "rtt"]}, "redis": {"type": "object", "properties": {"keyspace": {"type": "object", "properties": {"avg_ttl": {"type": "integer"}, "expires": {"type": "integer"}, "id": {"type": "string"}, "keys": {"type": "integer"}}, "required": ["avg_ttl", "expires", "id", "keys"]}}, "required": ["keyspace"]}, "type": {"type": "string"}}, "required": ["@timestamp", "beat", "metricset", "redis", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "instructions": {"type": "string"}, "legacy": {"type": "boolean"}}, "required": ["title", "version", "html", "css", "authors", "roll20userid", "preview", "instructions", "legacy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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/LevelUp5e.", "legacy" : false}
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"}}, "required": ["title", "version", "html", "css", "authors", "roll20userid", "preview", "instructions", "legacy"], "$schema": "http://json-schema.org/draft-07/schema#"}
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.org/draft-07/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" : "\u6cb3\u5357\u6751\u59d4\u4f1a"}, {"id" : "421023107206", "text" : "\u6cb3\u5317\u6751\u59d4\u4f1a"}, {"id" : "421023107209", "text" : "\u59da\u96c6\u6751\u59d4\u4f1a"}, {"id" : "421023107210", "text" : "\u6cb3\u5cad\u6751\u59d4\u4f1a"}, {"id" : "421023107211", "text" : "\u5f20\u9a6c\u6751\u59d4\u4f1a"}, {"id" : "421023107212", "text" : "\u65b0\u57b8\u6751\u59d4\u4f1a"}, {"id" : "421023107215", "text" : "\u65b0\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "421023107216", "text" : "\u65b0\u89c2\u6751\u59d4\u4f1a"}, {"id" : "421023107217", "text" : "\u90b9\u96c6\u6751\u59d4\u4f1a"}, {"id" : "421023107219", "text" : "\u6c38\u4e30\u6751\u59d4\u4f1a"}, {"id" : "421023107220", "text" : "\u6cb3\u5934\u6751\u59d4\u4f1a"}, {"id" : "421023107221", "text" : "\u5468\u6865\u6751\u59d4\u4f1a"}, {"id" : "421023107222", "text" : "\u6731\u6865\u6751\u59d4\u4f1a"}, {"id" : "421023107223", "text" : "\u4ed8\u5824\u6751\u59d4\u4f1a"}, {"id" : "421023107224", "text" : "\u66fe\u5468\u6751\u59d4\u4f1a"}, {"id" : "421023107225", "text" : "\u5343\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "421023107226", "text" : "\u4e09\u5f13\u6751\u59d4\u4f1a"}, {"id" : "421023107227", "text" : "\u5357\u6865\u6751\u59d4\u4f1a"}, {"id" : "421023107228", "text" : "\u5f20\u5df7\u6751\u59d4\u4f1a"}, {"id" : "421023107229", "text" : "\u7816\u6865\u6751\u59d4\u4f1a"}, {"id" : "421023107230", "text" : "\u738b\u516c\u6751\u59d4\u4f1a"}, {"id" : "421023107231", "text" : "\u4e09\u6865\u6751\u59d4\u4f1a"}, {"id" : "421023107232", "text" : "\u6768\u67d8\u6751\u59d4\u4f1a"}, {"id" : "421023107233", "text" : "\u5ed6\u6865\u6751\u59d4\u4f1a"}, {"id" : "421023107234", "text" : "\u6c38\u8054\u6751\u59d4\u4f1a"}, {"id" : "421023107235", "text" : "\u8881\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "421023107236", "text" : "\u56db\u8f66\u6751\u59d4\u4f1a"}, {"id" : "421023107237", "text" : "\u65b0\u5174\u6751\u59d4\u4f1a"}, {"id" : "421023107238", "text" : "\u6c38\u7ea2\u6751\u59d4\u4f1a"}, {"id" : "421023107501", "text" : "\u5148\u950b\u6e14\u573a"}]
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"}}, "required": ["dev", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-generator": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-3": {"type": "string"}, "babel-template": {"type": "string"}, "babel-traverse": {"type": "string"}, "babel-types": {"type": "string"}, "babylon": {"type": "string"}}, "required": ["babel-cli", "babel-generator", "babel-preset-es2015", "babel-preset-stage-3", "babel-template", "babel-traverse", "babel-types", "babylon"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "babel-generator" : "^6.26.1", "babel-preset-es2015" : "^6.24.1", "babel-preset-stage-3" : "^6.24.1", "babel-template" : "^6.26.0", "babel-traverse" : "^6.26.0", "babel-types" : "^6.26.0", "babylon" : "^6.18.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", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-generator": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-3": {"type": "string"}, "babel-template": {"type": "string"}, "babel-traverse": {"type": "string"}, "babel-types": {"type": "string"}, "babylon": {"type": "string"}}, "required": ["babel-cli", "babel-generator", "babel-preset-es2015", "babel-preset-stage-3", "babel-template", "babel-traverse", "babel-types", "babylon"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "author"]}}, "required": ["siteMetadata"]}, "markdownRemark": {"type": "object", "properties": {"id": {"type": "string"}, "excerpt": {"type": "string"}, "html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "date"]}}, "required": ["id", "excerpt", "html", "frontmatter"]}}, "required": ["site", "markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "previous": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}}, "required": ["slug", "previous", "next"]}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 their app feel 'fun'.<p></p> <p></p>\n</div></div></div></div></div>", "frontmatter" : {"title" : "Good UI - More Wufoo", "date" : "August 16, 2010"}}}, "pageContext" : {"slug" : "/2010/08/16/good-ui-more-wufoo/", "previous" : {"fields" : {"slug" : "/2010/08/11/nice-ui-dash-of-milks-signup/"}, "frontmatter" : {"title" : "Nice UI: Dash of Milk's Signup"}}, "next" : {"fields" : {"slug" : "/2010/08/16/good-copy-fogcreek/index.html/"}, "frontmatter" : {"title" : "Good Copy - FogCreek"}}}}
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": "object", "properties": {"id": {"type": "string"}, "excerpt": {"type": "string"}, "html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "date"]}}, "required": ["id", "excerpt", "html", "frontmatter"]}}, "required": ["site", "markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "previous": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}}, "required": ["slug", "previous", "next"]}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
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", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.org/draft-07/schema#"}
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"}}}, "required": ["name", "version", "bspVersion", "languages", "argv"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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\\\\bin\\sbt-launch.jar"]}
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"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.org/draft-07/schema#"}
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": {"type": "integer"}, "stat.swimOneCm": {"type": "integer"}, "stat.playOneMinute": {"type": "integer"}, "stat.fallOneCm": {"type": "integer"}, "stat.climbOneCm": {"type": "integer"}, "stat.sneakTime": {"type": "integer"}, "stat.crouchOneCm": {"type": "integer"}, "stat.timeSinceDeath": {"type": "integer"}, "stat.useItem.minecraft.dirt": {"type": "integer"}, "stat.sprintOneCm": {"type": "integer"}}, "required": ["stat.walkOneCm", "stat.leaveGame", "stat.damageTaken", "stat.useItem.minecraft.glowstone", "stat.flyOneCm", "stat.jump", "stat.swimOneCm", "stat.playOneMinute", "stat.fallOneCm", "stat.climbOneCm", "stat.sneakTime", "stat.crouchOneCm", "stat.timeSinceDeath", "stat.useItem.minecraft.dirt", "stat.sprintOneCm"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.timeSinceDeath" : 12874, "stat.useItem.minecraft.dirt" : 95, "stat.sprintOneCm" : 15705}
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"}, "stat.playOneMinute": {"type": "integer"}, "stat.fallOneCm": {"type": "integer"}, "stat.climbOneCm": {"type": "integer"}, "stat.sneakTime": {"type": "integer"}, "stat.crouchOneCm": {"type": "integer"}, "stat.timeSinceDeath": {"type": "integer"}, "stat.useItem.minecraft.dirt": {"type": "integer"}, "stat.sprintOneCm": {"type": "integer"}}, "required": ["stat.walkOneCm", "stat.leaveGame", "stat.damageTaken", "stat.useItem.minecraft.glowstone", "stat.flyOneCm", "stat.jump", "stat.swimOneCm", "stat.playOneMinute", "stat.fallOneCm", "stat.climbOneCm", "stat.sneakTime", "stat.crouchOneCm", "stat.timeSinceDeath", "stat.useItem.minecraft.dirt", "stat.sprintOneCm"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"]}}, "required": ["SubmitFHIRBundle"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}, "state": {"type": "string"}}, "required": ["US Census", "country", "state"]}, "website": {"type": "string"}, "data": {"type": "string"}, "type": {"type": "string"}, "compression": {"type": "string"}, "conform": {"type": "object", "properties": {"type": {"type": "string"}, "merge": {"type": "array", "items": {"type": "string"}}, "number": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "postcode": {"type": "string"}, "district": {"type": "string"}, "region": {"type": "string"}}, "required": ["type", "merge", "number", "street", "city", "postcode", "district", "region"]}}, "required": ["coverage", "website", "data", "type", "compression", "conform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "compression" : "zip", "conform" : {"type" : "shapefile", "merge" : ["PREFIX", "ADD_NAME", "ADD_TYPE", "SUFFIX"], "number" : "NUMBER", "street" : "auto_street", "city" : "ADD_CITY", "postcode" : "ZIPCODE", "district" : "COUNTY", "region" : "STATE"}}
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", "state"]}, "website": {"type": "string"}, "data": {"type": "string"}, "type": {"type": "string"}, "compression": {"type": "string"}, "conform": {"type": "object", "properties": {"type": {"type": "string"}, "merge": {"type": "array", "items": {"type": "string"}}, "number": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "postcode": {"type": "string"}, "district": {"type": "string"}, "region": {"type": "string"}}, "required": ["type", "merge", "number", "street", "city", "postcode", "district", "region"]}}, "required": ["coverage", "website", "data", "type", "compression", "conform"], "$schema": "http://json-schema.org/draft-07/schema#"}
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/schema#"}
[{"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": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {}}, "licenses": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "update": {"type": "string"}}, "required": ["install", "update"]}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}, "test": {"type": "string"}}, "required": ["lib", "test"]}, "engines": {"type": "object", "properties": {"browser": {"type": "string"}}, "required": ["browser"]}}, "required": ["name", "description", "version", "homepage", "repository", "keywords", "author", "contributors", "licenses", "dependencies", "main", "scripts", "directories", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : [], "licenses" : ["MIT"], "dependencies" : [], "main" : "./strophe.js", "scripts" : {"install" : "make", "update" : "make"}, "directories" : {"lib" : "./src", "test" : "./tests"}, "engines" : {"browser" : "*"}}
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": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {}}, "licenses": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "update": {"type": "string"}}, "required": ["install", "update"]}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}, "test": {"type": "string"}}, "required": ["lib", "test"]}, "engines": {"type": "object", "properties": {"browser": {"type": "string"}}, "required": ["browser"]}}, "required": ["name", "description", "version", "homepage", "repository", "keywords", "author", "contributors", "licenses", "dependencies", "main", "scripts", "directories", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x01af9b307cdc24be1f9222e2ef5b822384dc3a06984e167a517e7912924ec4a3", "parentHash" : "0xbdd93cab379f0ee1e2ee53b8222c0143a10873eca65fa8a7725856c7e907cae7", "number" : 73996, "timestamp" : 1439378607, "nonce" : "0x04fab4249bd836fe", "difficulty" : 2236902347532, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x02020D22dCF88f5eDd66B382D7da019F161fB7e3", "extraData" : "0x", "transactions" : []}
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"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
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.md"]}}, "required": ["order"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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-schema.org/draft-07/schema#"}
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": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.843, 1, 387.442, 263.825, 1, 370.878, 128.562, 1, 376.776, 134.114, 1, 368.86, 129.788, 1, 383.207, 136.313, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
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": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
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-schema.org/draft-07/schema#"}
{"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": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "repository", "keywords", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : {"type" : "git", "url" : "git+https://github.com/aslamhus/dragndrop.git"}, "keywords" : ["drag", "drop", "draganddrop"], "bugs" : {"url" : "https://github.com/aslamhus/dragndrop/issues"}, "homepage" : "https://github.com/aslamhus/dragndrop#readme"}
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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "repository", "keywords", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
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\u00b7q\u0101\u1e6f": {"type": "object", "properties": {"dan.7.8|7": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.7.8|7"]}, "s\u0101\u00b7l\u0259\u00b7q\u0101n": {"type": "object", "properties": {"dan.7.3|3": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.7.3|3"]}, "s\u0259\u00b7li\u00b7q\u016b": {"type": "object", "properties": {"dan.2.29|4": {"type": "array", "items": {"type": "string"}}, "ezr.4.12|6": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.2.29|4", "ezr.4.12|6"]}}, "required": ["sil\u00b7qa\u1e6f", "sil\u00b7q\u0101\u1e6f", "s\u0101\u00b7l\u0259\u00b7q\u0101n", "s\u0259\u00b7li\u00b7q\u016b"]}, "meanings": {"type": "object", "properties": {"come": {"type": "integer"}}, "required": ["come"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : {"dan.2.29|4" : ["your bed\uff64", "came [to] your [mind]", "[about] what"], "ezr.4.12|6" : ["who", "came up", "from"]}}, "meanings" : {"come" : 5}, "meaningsCount" : 1, "occurences" : 5}
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.7.8|7": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.7.8|7"]}, "s\u0101\u00b7l\u0259\u00b7q\u0101n": {"type": "object", "properties": {"dan.7.3|3": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.7.3|3"]}, "s\u0259\u00b7li\u00b7q\u016b": {"type": "object", "properties": {"dan.2.29|4": {"type": "array", "items": {"type": "string"}}, "ezr.4.12|6": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.2.29|4", "ezr.4.12|6"]}}, "required": ["sil\u00b7qa\u1e6f", "sil\u00b7q\u0101\u1e6f", "s\u0101\u00b7l\u0259\u00b7q\u0101n", "s\u0259\u00b7li\u00b7q\u016b"]}, "meanings": {"type": "object", "properties": {"come": {"type": "integer"}}, "required": ["come"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "string"}}, "required": ["frets", "fingers", "barres", "capo"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : "021131", "barres" : "6", "capo" : "true"}, {"frets" : "ebbbbe", "fingers" : "211113", "barres" : "11", "capo" : "true"}, {"frets" : "ebbdbe", "fingers" : "311214", "barres" : "11", "capo" : "true"}, {"frets" : "exgfeg", "fingers" : "103214", "barres" : "14", "capo" : "true"}, {"frets" : "egxfeg", "fingers" : "130214", "barres" : "14", "capo" : "true"}, {"frets" : "xliiji", "fingers" : "041121", "barres" : "18", "capo" : "true"}, {"frets" : "xliili", "fingers" : "021131", "barres" : "18", "capo" : "true"}]}
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", "barres", "capo"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "number"}, "AP50": {"type": "number"}, "AP75": {"type": "number"}, "APs": {"type": "number"}, "APm": {"type": "number"}, "APl": {"type": "number"}}, "required": ["quality", "model", "elapsed", "tp", "fp", "precision", "recall", "f1", "min_score", "AP", "AP50", "AP75", "APs", "APm", "APl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.5823428243754085, "APm" : 22.179042271960625, "APl" : 30.427643433992742}
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": "number"}, "AP50": {"type": "number"}, "AP75": {"type": "number"}, "APs": {"type": "number"}, "APm": {"type": "number"}, "APl": {"type": "number"}}, "required": ["quality", "model", "elapsed", "tp", "fp", "precision", "recall", "f1", "min_score", "AP", "AP50", "AP75", "APs", "APm", "APl"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "sortnum": {"type": "integer"}}, "required": ["name", "description", "icon", "sortnum"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "BRANDNAME", "WEIGHT", "FIELD7"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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-07/schema#"}
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": {"type": "string"}}}, "required": ["identifier", "newPage", "searchKey", "tags"]}, "label": {"type": "object", "properties": {"kind": {"type": "string"}, "value": {"type": "string"}}, "required": ["kind", "value"]}, "detail": {"type": "object", "properties": {"kind": {"type": "string"}, "value": {"type": "string"}}, "required": ["kind", "value"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"pathID": {"type": "string"}}, "required": ["pathID"]}}}, "required": ["pathID", "documentation", "label", "detail", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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, semantic code search & cross-reference engine. \n\nSee [https://sourcegraph.com](https://sourcegraph.com) and the README.md file for more information. \n\n"}, "children" : [{"pathID" : "/cmd"}, {"pathID" : "/dev"}, {"pathID" : "/doc"}, {"pathID" : "/docker-images"}, {"pathID" : "/enterprise"}, {"pathID" : "/internal"}, {"pathID" : "/ui"}, {"pathID" : "/migrations"}, {"pathID" : "/migrations_test"}, {"pathID" : "/monitoring"}, {"pathID" : "/schema"}]}
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", "tags"]}, "label": {"type": "object", "properties": {"kind": {"type": "string"}, "value": {"type": "string"}}, "required": ["kind", "value"]}, "detail": {"type": "object", "properties": {"kind": {"type": "string"}, "value": {"type": "string"}}, "required": ["kind", "value"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"pathID": {"type": "string"}}, "required": ["pathID"]}}}, "required": ["pathID", "documentation", "label", "detail", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"uid": {"type": "integer"}, "key": {"type": "string"}, "name": {"type": "string"}, "describe": {"type": "string"}, "state": {"type": "object", "properties": {"skillful": {"type": "array", "items": {}}, "unskillful": {"type": "array", "items": {}}, "pursue": {"type": "boolean"}}, "required": ["skillful", "unskillful", "pursue"]}}, "required": ["uid", "key", "name", "describe", "state"]}}}, "required": ["key", "name", "describe", "copyright", "parent", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : {"skillful" : [], "unskillful" : [], "pursue" : true}}]}
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": {"type": "string"}, "describe": {"type": "string"}, "state": {"type": "object", "properties": {"skillful": {"type": "array", "items": {}}, "unskillful": {"type": "array", "items": {}}, "pursue": {"type": "boolean"}}, "required": ["skillful", "unskillful", "pursue"]}}, "required": ["uid", "key", "name", "describe", "state"]}}}, "required": ["key", "name", "describe", "copyright", "parent", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
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, 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", "111", "0"], ["650102400005", "\u798f\u5bff\u5df7\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["650102400006", "\u53cc\u5e86\u5df7\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["650102400007", "\u8dc3\u8fdb\u8857\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["650102400008", "\u836f\u738b\u5e99\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["650102400009", "\u56fa\u539f\u5df7\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"]]
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"]}, "PLATFORMS": {"type": "array", "items": {"type": "object", "properties": {"platform": {"type": "string"}, "account": {"type": "string"}, "access_key": {"type": "string"}, "secret_key": {"type": "string"}, "symbols": {"type": "array", "items": {"type": "string"}}}, "required": ["platform", "account", "access_key", "secret_key", "symbols"]}}, "strategy": {"type": "string"}}, "required": ["RABBITMQ", "PLATFORMS", "strategy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : "xxxxxxxxxxxx", "secret_key" : "xxxxxxxxxxxx", "subaccount_name" : "subacc1", "symbols" : ["BTC-PERP", "ETH-PERP"]}], "strategy" : "my_test_strategy"}
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", "properties": {"platform": {"type": "string"}, "account": {"type": "string"}, "access_key": {"type": "string"}, "secret_key": {"type": "string"}, "symbols": {"type": "array", "items": {"type": "string"}}}, "required": ["platform", "account", "access_key", "secret_key", "symbols"]}}, "strategy": {"type": "string"}}, "required": ["RABBITMQ", "PLATFORMS", "strategy"], "$schema": "http://json-schema.org/draft-07/schema#"}
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 Illinois\nTJTbana, Illinois\nDear Harry:\nWith reference to your letter of June 28th\naddressed to Miss Howard, our lists do not include\nthe Ladles Home Journal or the Woman\u2019s Home Companion.\nAll the other publications are included.\nI will be sending special releases to both\nof the publications previously not oovered.\nSHS/cb\nWith all best wishes, believe me\nCordially yours.\nSeymour N. Siegel\nDirector\nThe Voice Of The City"}
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"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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"}}, "bugs": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"@shopify/slate-tools": {"type": "string"}}, "required": ["@shopify/slate-tools"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "deploy": {"type": "string"}, "zip": {"type": "string"}}, "required": ["start", "watch", "build", "deploy", "zip"]}}, "required": ["name", "version", "private", "author", "description", "keywords", "bugs", "license", "repository", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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/issues", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/Shopify/skeleton-theme.git"}, "devDependencies" : {"@shopify/slate-tools" : "1.0.0-beta.18"}, "scripts" : {"start" : "slate-tools start", "watch" : "slate-tools start --skipFirstDeploy", "build" : "slate-tools build", "deploy" : "slate-tools build && slate-tools deploy", "zip" : "slate-tools build && slate-tools zip"}}
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": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"@shopify/slate-tools": {"type": "string"}}, "required": ["@shopify/slate-tools"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "deploy": {"type": "string"}, "zip": {"type": "string"}}, "required": ["start", "watch", "build", "deploy", "zip"]}}, "required": ["name", "version", "private", "author", "description", "keywords", "bugs", "license", "repository", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"], ["513434229204", "\u4f9d\u5477\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", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}}, "required": ["64bit"]}, "extract_dir": {"type": "string"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["64bit"]}}, "required": ["architecture"]}, "suggest": {"type": "object", "properties": {"Discord": {"type": "string"}}, "required": ["Discord"]}}, "required": ["version", "description", "homepage", "license", "architecture", "extract_dir", "bin", "shortcuts", "checkver", "autoupdate", "suggest"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : "3f7d696e6849a3cc3871f0061d454d3d16788359e77a105e432fa5749acc0fca"}}, "extract_dir" : "lib\\net45", "bin" : "roPresence.exe", "shortcuts" : [["roPresence.exe", "roPresence"]], "checkver" : "github", "autoupdate" : {"architecture" : {"64bit" : {"url" : "https://github.com/JiveOff/roPresence/releases/download/$version/ropresence-$version-full.nupkg"}}}, "suggest" : {"Discord" : "extras/discord"}}
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"}}, "required": ["url", "hash"]}}, "required": ["64bit"]}, "extract_dir": {"type": "string"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["64bit"]}}, "required": ["architecture"]}, "suggest": {"type": "object", "properties": {"Discord": {"type": "string"}}, "required": ["Discord"]}}, "required": ["version", "description", "homepage", "license", "architecture", "extract_dir", "bin", "shortcuts", "checkver", "autoupdate", "suggest"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "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", "phone", "shop", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "phone", "shop", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"run": {"type": "string"}, "test": {"type": "string"}}, "required": ["run", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@sendgrid/mail": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "eh_config": {"type": "string"}, "eh_helpers": {"type": "string"}, "eh_logger": {"type": "string"}, "esm": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mongoose": {"type": "string"}, "passport": {"type": "string"}, "passport-custom": {"type": "string"}, "sha256": {"type": "string"}}, "required": ["@sendgrid/mail", "body-parser", "cookie-parser", "eh_config", "eh_helpers", "eh_logger", "esm", "express", "jsonwebtoken", "mongoose", "passport", "passport-custom", "sha256"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "request": {"type": "string"}}, "required": ["chai", "mocha", "request"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : "https://github.com/ateventhorizon/eh_auth/issues"}, "homepage" : "https://github.com/ateventhorizon/eh_auth#readme", "dependencies" : {"@sendgrid/mail" : "^6.5.5", "body-parser" : "latest", "cookie-parser" : "^1.4.5", "eh_config" : "^1.0.0", "eh_helpers" : "^1.0.0", "eh_logger" : "^1.0.1", "esm" : "^3.2.25", "express" : "^4.17.1", "jsonwebtoken" : "^8.5.1", "mongoose" : "^5.9.7", "passport" : "^0.4.1", "passport-custom" : "^1.1.1", "sha256" : "^0.2.0"}, "devDependencies" : {"chai" : "^4.2.0", "mocha" : "^7.1.1", "request" : "^2.88.2"}}
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", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@sendgrid/mail": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "eh_config": {"type": "string"}, "eh_helpers": {"type": "string"}, "eh_logger": {"type": "string"}, "esm": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mongoose": {"type": "string"}, "passport": {"type": "string"}, "passport-custom": {"type": "string"}, "sha256": {"type": "string"}}, "required": ["@sendgrid/mail", "body-parser", "cookie-parser", "eh_config", "eh_helpers", "eh_logger", "esm", "express", "jsonwebtoken", "mongoose", "passport", "passport-custom", "sha256"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "request": {"type": "string"}}, "required": ["chai", "mocha", "request"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.", "reviewDate" : "2019-11-11T06:03:30.0816242+02:00"}, {"productId" : 4997, "reviewText" : "heard about this on bouyon radio, decided to give it a try.", "reviewDate" : "2018-08-04T09:12:17.1065753+03:00"}, {"productId" : 805, "reviewText" : "I tried to behead it but got truffle all over it.", "reviewDate" : "2017-08-17T08:49:56.1921043+03:00"}, {"productId" : 3925, "reviewText" : "I saw one of these in Saint Pierre and Miquelon and I bought one.", "reviewDate" : "2018-05-17T11:41:12.4892999+03:00"}]}
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"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "string"}, "use_kong": {"type": "string"}, "use_gokit_log": {"type": "string"}}, "required": ["vcs_root", "org", "name", "default_branch", "go_version", "use_gh_actions", "use_vscode", "use_kong", "use_gokit_log"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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": "string"}}, "required": ["vcs_root", "org", "name", "default_branch", "go_version", "use_gh_actions", "use_vscode", "use_kong", "use_gokit_log"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534462": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534463": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534464": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534465": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534466": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534467": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900534460", "900534461", "900534462", "900534463", "900534464", "900534465", "900534466", "900534467"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : [3509, 13512, 2352203]}, "900534465" : {"nama" : "TPS 6", "dapil" : [3509, 13512, 2352203]}, "900534466" : {"nama" : "TPS 7", "dapil" : [3509, 13512, 2352203]}, "900534467" : {"nama" : "TPS 8", "dapil" : [3509, 13512, 2352203]}}
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": "integer"}}}, "required": ["nama", "dapil"]}, "900534462": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534463": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534464": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534465": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534466": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900534467": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900534460", "900534461", "900534462", "900534463", "900534464", "900534465", "900534466", "900534467"], "$schema": "http://json-schema.org/draft-07/schema#"}
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/schema#"}
{"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", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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, "lat" : 52.255421}
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": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "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\u5458\u4f1a"}, {"id" : "441303101204", "text" : "\u96c6\u6210\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "441303101205", "text" : "\u8096\u5c4b\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "441303101206", "text" : "\u7530\u5934\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "441303101207", "text" : "\u91d1\u6854\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "441303101208", "text" : "\u9e64\u5c71\u6751\u6c11\u59d4\u5458\u4f1a"}]
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"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "state": {"type": "string"}, "published_on": {"type": "string"}, "initial_price": {"type": "object", "properties": {"ETH": {"type": "string"}, "USD": {"type": "string"}, "BTC": {"type": "string"}}, "required": ["ETH", "USD", "BTC"]}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}, "medium": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github", "medium"]}}, "required": ["symbol", "address", "overview", "email", "website", "whitepaper", "state", "published_on", "initial_price", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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/whitepaper/Netareum_whitepaper.pdf", "state" : "NORMAL", "published_on" : "2018-08-01", "initial_price" : {"ETH" : "0.00000130 ETH", "USD" : "0.00038 USD", "BTC" : "0.00000005 BTC"}, "links" : {"blog" : "https://netareum.org/#about", "twitter" : "https://twitter.com/netareum", "telegram" : "https://t.me/joinchat/netareumofficial", "github" : "https://github.com/netareum/", "medium" : "https://medium.com/@netareum"}}
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"}, "state": {"type": "string"}, "published_on": {"type": "string"}, "initial_price": {"type": "object", "properties": {"ETH": {"type": "string"}, "USD": {"type": "string"}, "BTC": {"type": "string"}}, "required": ["ETH", "USD", "BTC"]}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}, "medium": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github", "medium"]}}, "required": ["symbol", "address", "overview", "email", "website", "whitepaper", "state", "published_on", "initial_price", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}, "default_popup": {"type": "string"}, "default_title": {"type": "string"}}, "required": ["default_icon", "default_popup", "default_title"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "description", "version", "browser_action", "content_scripts", "background", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.youtube.com/*"], "js" : ["scripts/constants.js", "scripts/utils.js", "scripts/content_scripts/button_manager.js", "scripts/content_scripts/music_info_manager.js", "scripts/content_scripts/tab_manager.js"]}], "background" : {"scripts" : ["scripts/background.js"]}, "permissions" : ["storage"]}
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": "string"}}, "required": ["default_icon", "default_popup", "default_title"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "description", "version", "browser_action", "content_scripts", "background", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"]}, "flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"blid": {"type": "string"}, "continuous": {"type": "string"}, "delay": {"type": "string"}}, "required": ["blid", "continuous", "delay"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}}, "required": ["user"]}}, "required": ["abort", "flow_title", "step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"continuous": {"type": "string"}, "delay": {"type": "string"}}, "required": ["continuous", "delay"]}}, "required": ["data"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 BLID \u03c0\u03b5\u03c1\u03b9\u03ba\u03cc\u03c0\u03b7\u03ba\u03b5"}, "flow_title" : "{name} ({host})", "step" : {"user" : {"data" : {"blid" : "BLID", "continuous" : "\u03a3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2", "delay" : "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03ad\u03c1\u03b7\u03c3\u03b7"}, "description" : "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03bc\u03af\u03b1 Roomba \u03ae Braava.", "title" : "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03c3\u03c4\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae"}}}, "options" : {"step" : {"init" : {"data" : {"continuous" : "\u03a3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2", "delay" : "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03ad\u03c1\u03b7\u03c3\u03b7"}}}}}
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": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"blid": {"type": "string"}, "continuous": {"type": "string"}, "delay": {"type": "string"}}, "required": ["blid", "continuous", "delay"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}}, "required": ["user"]}}, "required": ["abort", "flow_title", "step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"continuous": {"type": "string"}, "delay": {"type": "string"}}, "required": ["continuous", "delay"]}}, "required": ["data"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
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.org/draft-07/schema#"}
{"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-packages": {"type": "string"}, "publish-packages": {"type": "string"}}, "required": ["lerna", "bootstrap", "build", "version-packages", "publish-packages"]}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "esbuild": {"type": "string"}, "esbuild-plugin-alias": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "glob": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "rimraf": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "esbuild", "esbuild-plugin-alias", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "glob", "jest", "prettier", "rimraf", "ts-jest", "typescript"]}}, "required": ["name", "version", "scripts", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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", "publish-packages" : "npm run lerna publish from-package"}, "private" : true, "devDependencies" : {"@types/jest" : "^27.4.0", "@typescript-eslint/eslint-plugin" : "^5.10.2", "@typescript-eslint/parser" : "^5.10.2", "esbuild" : "^0.14.20", "esbuild-plugin-alias" : "^0.2.1", "eslint" : "^8.8.0", "eslint-config-prettier" : "^8.3.0", "eslint-plugin-prettier" : "^4.0.0", "glob" : "^7.2.0", "jest" : "^27.5.0", "prettier" : "^2.5.1", "rimraf" : "^3.0.2", "ts-jest" : "^27.1.3", "typescript" : "^4.5.5"}}
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": ["lerna", "bootstrap", "build", "version-packages", "publish-packages"]}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "esbuild": {"type": "string"}, "esbuild-plugin-alias": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "glob": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "rimraf": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "esbuild", "esbuild-plugin-alias", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "glob", "jest", "prettier", "rimraf", "ts-jest", "typescript"]}}, "required": ["name", "version", "scripts", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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" : {"coordinates" : [152.68333, -25.51667], "type" : "Point"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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\u6709\u5168\u606f\u81ea\u52a8\u5bf9\u7126", "\u5168\u606f\u4e3b\u52a8\u5bf9\u7126\u529f\u7528"], "key" : "Hologram AF"}], "query" : "hologram", "translation" : ["\u5168\u606f\u56fe"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=hologram"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=hologram"}, "basic" : {"us-phonetic" : "h\u0251l\u0259\u02cc\u0261r\u00e6m", "phonetic" : "'h\u0252l\u0259gr\u00e6m", "uk-phonetic" : "'h\u0252l\u0259gr\u00e6m", "explains" : ["n. [\u6fc0\u5149] \u5168\u606f\u56fe\uff1b\u5168\u606f\u6444\u5f71\uff0c\u5168\u606f\u7167\u76f8"]}, "l" : "EN2zh-CHS"}
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"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "string"}, "wayto": {"type": "object", "properties": {"19211": {"type": "string"}, "19055": {"type": "string"}}, "required": ["19211", "19055"]}, "timeto": {"type": "object", "properties": {"19211": {"type": "number"}, "19055": {"type": "number"}}, "required": ["19211", "19055"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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 window on the forward bulkhead offers light, amplified by the pristine white walls."], "paths" : ["Obvious exits: south"], "location" : "the bay", "wayto" : {"19211" : "south", "19055" : "go door"}, "timeto" : {"19211" : 0.2, "19055" : 0.2}}
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": {"type": "string"}, "19055": {"type": "string"}}, "required": ["19211", "19055"]}, "timeto": {"type": "object", "properties": {"19211": {"type": "number"}, "19055": {"type": "number"}}, "required": ["19211", "19055"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "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, selenium, etc., when condensed from the vaporous state and deposited upon cold bodies, in which case they assume the form of small globules filled with liquid."}
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"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"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.59601024346031], "geometry" : {"coordinates" : [[[-0.82686343695857, 45.55042317830307], [-0.83190571684098, 45.56006894587044], [-0.8446202138067, 45.57093077545621], [-0.86412153809265, 45.58164830854295], [-0.87364114404166, 45.58136559694598], [-0.87401950501798, 45.58696025999428], [-0.85006994446213, 45.58636794151301], [-0.83014145355016, 45.59601024346031], [-0.81636502545385, 45.59195320262796], [-0.80771705589915, 45.58364600006136], [-0.79294380201452, 45.58333427603932], [-0.78476900168735, 45.58225765188958], [-0.78175465180751, 45.56724985670768], [-0.79495692574382, 45.57017628996845], [-0.82686343695857, 45.55042317830307]]], "type" : "Polygon"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
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#"}